Sdscanner Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sdscanner 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/347078.svg" alt="Sdscanner icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347078.svg" alt="Sdscanner icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347078.svg" alt="Sdscanner icon" :width="24" :height="24" />
CSS background
.icon-sdscanner {
background-image: url('https://proicons.com/icon/347078.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="22.8" cy="17.4" r="8.5"/><line class="a" x1="18.4" y1="24.7" x2="7.2" y2="42.4"/><path class="a" d="M37.7,4.8H18V37.5H42.5V9.6Z"/><path class="a" d="M39,12.9H21.37a1.13,1.13,0,0,0-1.07,1.19h0V33.77A1.13,1.13,0,0,0,21.37,35H39A1.13,1.13,0,0,0,40,33.77V14.09A1.13,1.13,0,0,0,39,12.9Z"/><path class="a" d="M23.7,17.4V32.9H37.5V17.4Z"/><line class="a" x1="26.46" y1="20" x2="26.46" y2="30.3"/><line class="a" x1="29.22" y1="20" x2="29.22" y2="30.3"/><line class="a" x1="31.98" y1="20" x2="31.98" y2="30.3"/><line class="a" x1="34.74" y1="20" x2="34.74" y2="30.3"/><path class="a" d="M24.44,11.11A7.18,7.18,0,0,1,28.36,14m-7.21,9.65a7.18,7.18,0,0,1-3.92-2.93"/></svg>
Copied!