I am seeking guidance on how to insert an SVG that I created into a CSS or SCSS class, so that only the class is assigned to the icon, similar to this example from W3Schools:
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<i class="fa fa-home"></i>