Sfgo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sfgo icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/332621.svg" alt="Sfgo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332621.svg" alt="Sfgo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332621.svg" alt="Sfgo icon" :width="24" :height="24" />
CSS background
.icon-sfgo {
background-image: url('https://proicons.com/icon/332621.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="38.71794872" cy="24" r="5.78205128"/><path class="b" d="M31.88461538,18.21794872H5.6025641c-1.1648203,0-2.1025641.9377438-2.1025641,2.1025641v1.57692308c0,1.1648203.9377438,2.1025641,2.1025641,2.1025641h7.35897436c1.1648203,0,2.1025641.9377438,2.1025641,2.1025641v1.57692308c0,1.1648203-.9377438,2.1025641-2.1025641,2.1025641H3.5"/><path class="b" d="M18.21794872,29.78205128v-3.67948718c0-1.1648203.9377438-2.1025641,2.1025641-2.1025641h7.88461538"/><path class="b" d="M37.85484705,21.78810247v3.31795057c0,.61083632-.50546509,1.10594877-1.1290783,1.10594877-.31177853,0-.59403708-.12375656-.79833495-.32394184"/><path class="b" d="M36.72576875,24.71907694c-.62548202,0-1.1290783-.49327171-1.1290783-1.10594877v-.71889848c0-.61271917.50354415-1.10594877,1.1290783-1.10594877s1.1290783.49327171,1.1290783,1.10594877v.71889848c0,.61271917-.50354415,1.10594877-1.1290783,1.10594877Z"/><path class="b" d="M40.71012869,21.78810247c.62548202,0,1.1290783.49327171,1.1290783,1.10594877v.71888845c0,.61271917-.50354415,1.10594877-1.1290783,1.10594877-.62548202,0-1.1290783-.49327171-1.1290783-1.10594877v-.71888845c0-.61271917.50354415-1.10594877,1.1290783-1.10594877Z"/></svg>
Copied!