Gf Scanner Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gf Scanner 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/326483.svg" alt="Gf Scanner icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326483.svg" alt="Gf Scanner icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326483.svg" alt="Gf Scanner icon" :width="24" :height="24" />
CSS background
.icon-gf-scanner {
background-image: url('https://proicons.com/icon/326483.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><line class="b" x1="27.1199" y1="24" x2="32.242" y2="24"/><polyline class="b" points="27.1199 31.8801 27.1199 16.1199 35 16.1199"/><path class="b" d="m23.4411,21.3405c0-2.8832-2.3373-5.2206-5.2206-5.2206h0c-2.8832,0-5.2206,2.3373-5.2206,5.2206v5.319c0,2.8832,2.3373,5.2206,5.2206,5.2206h0c2.8832,0,5.2206-2.3373,5.2206-5.2206h-5.2206"/><path class="b" d="m40.7069,37.5203c2.9933-3.6942,4.7931-8.3951,4.7931-13.5203,0-11.8741-9.6259-21.5-21.5-21.5S2.5,12.1259,2.5,24s9.6259,21.5,21.5,21.5c5.3249,0,10.1881-1.9464,13.9434-5.1526l4.8824,2.0437-2.119-4.8708Z"/></svg>
Copied!