Fgts Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fgts 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/325801.svg" alt="Fgts icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325801.svg" alt="Fgts icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325801.svg" alt="Fgts icon" :width="24" :height="24" />
CSS background
.icon-fgts {
background-image: url('https://proicons.com/icon/325801.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="c" x1="24.2478" y1="19.5" x2="30.2103" y2="19.5"/><line class="c" x1="27.2291" y1="28.5" x2="27.2291" y2="19.5"/><path class="c" d="M32.2063,27.5139c.5519.7185,1.2439.9861,2.2067.9861h1.3324c1.24,0,2.2452-1.0052,2.2452-2.2452v-.0097c0-1.24-1.0052-2.2452-2.2452-2.2452h-1.4698c-1.2413,0-2.2476-1.0063-2.2476-2.2476h0c0-1.244,1.0084-2.2524,2.2524-2.2524h1.3252c.9628,0,1.6548.2676,2.2067.9861"/><line class="c" x1="10.0094" y1="24" x2="12.9344" y2="24"/><polyline class="c" points="10.0094 28.5 10.0094 19.5 14.5094 19.5"/><path class="c" d="M22.4658,22.4813c0-1.6465-1.3348-2.9812-2.9812-2.9812h0c-1.6465,0-2.9812,1.3348-2.9812,2.9812v3.0375c0,1.6465,1.3348,2.9812,2.9812,2.9812h0c1.6465,0,2.9812-1.3348,2.9812-2.9812h-2.9813"/><path class="c" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!