Tinyscanner Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tinyscanner 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/348583.svg" alt="Tinyscanner icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348583.svg" alt="Tinyscanner icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348583.svg" alt="Tinyscanner icon" :width="24" :height="24" />
CSS background
.icon-tinyscanner {
background-image: url('https://proicons.com/icon/348583.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><path class="a" d="M25.2,20.38c.18.1,4.88,3.56,9.16,6.67,5.24,3.82,7.81,5.77,7.88,6a17.71,17.71,0,0,1,0,2.65c-.12,2.69-.18,2.82-1.44,3.12-.56.13-.74.24-.8.48-.15.59-.38.67-4.09,1.42l-4,.84c-7.73,1.62-7.95,1.66-9.07,1.65A5.21,5.21,0,0,1,21.24,43a6.64,6.64,0,0,1-1.94-1.47L13.64,36.3c-4.17-3.83-4.88-4.55-5-5a2.36,2.36,0,0,0-.8-1.15l-.71-.68,0-2.83c0-2.81,0-2.84.26-2.93m0,0a2.35,2.35,0,0,1-1.51-2.89c.09-.16,1-1.54,2.1-3.07l4.36-6.23C15,7.71,15.47,7.18,16.41,6.7c.71-.36,1.16-.44,7.24-1.22l7.11-.92a31,31,0,0,1,3.81-.35h0c.52.1,1.48.94,1.48,1.3s-.64,1.18-6.17,8.6C27.7,17,25.36,20.24,25.2,20.38"/><path class="a" d="M42.24,33,22.71,37.36a.94.94,0,0,1-.85-.23L7.19,23.88"/><line class="a" x1="7.39" y1="23.75" x2="25.2" y2="20.38"/></svg>
Copied!