Fgc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fgc 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/340359.svg" alt="Fgc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340359.svg" alt="Fgc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340359.svg" alt="Fgc icon" :width="24" :height="24" />
CSS background
.icon-fgc {
background-image: url('https://proicons.com/icon/340359.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M23.0791,23.1759h3.2521v11.1311h-3.2521c-1.3043,0-2.3632-1.0589-2.3632-2.3632v-6.4048c0-1.3043,1.0589-2.3632,2.3632-2.3632Z"/><path class="c" d="M15.5479,34.3071v-14.1844c0-1.3051,1.058-2.3632,2.3632-2.3632"/><line class="c" x1="13.1848" y1="23.1759" x2="17.9111" y2="23.1759"/><path class="c" d="M34.7006,32.4205c-.2245,1.0752-1.1698,1.8905-2.3159,1.8905h-.8862c-1.2997,0-2.3632-1.0634-2.3632-2.3632v-6.4041c0-1.3116,1.0634-2.3632,2.3632-2.3632h.8862c1.1461,0,2.0914.8035,2.3159,1.8787"/><path class="c" d="M26.3062,34.3071v3.0947c0,1.3116-1.0634,2.3632-2.3632,2.3632h-.8862c-1.1461,0-2.0914-.8035-2.3159-1.8787"/><path class="c" d="M38.6828,12.6553c-3.5156-2.7685-7.9519-4.4203-12.774-4.4203-10.3046,0-18.8475,7.5427-20.4088,17.4083"/><path class="c" d="M42.5,26.9389c-.9703-8.3023-8.0284-14.745-16.5912-14.745-1.1225,0-2.2192.1107-3.2796.3218"/></svg>
Copied!