Scanbot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Scanbot 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/332451.svg" alt="Scanbot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332451.svg" alt="Scanbot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332451.svg" alt="Scanbot icon" :width="24" :height="24" />
CSS background
.icon-scanbot {
background-image: url('https://proicons.com/icon/332451.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m18.15 4.5h-5.6504c-2.216 0-4 1.784-4 4v5.75m31 0v-5.75c0-2.216-1.784-4-4-4h-5.6504m-21.35 29.25v5.75c0 2.216 1.784 4 4 4h5.6504m11.699 0h5.6504c2.216 0 4-1.784 4-4v-5.75"/><path class="d" d="m33.39 9.38h-18.77a1.41 1.41 0 00-1.35 1.46v26.32a1.4 1.4 0 001.35 1.46h18.77a1.41 1.41 0 001.34-1.46v-26.32a1.41 1.41 0 00-1.34-1.46z"/><line class="d" x1="16.03" x2="28.28" y1="16.08" y2="16.08"/><line class="d" x1="16.03" x2="31.97" y1="21.36" y2="21.36"/><line class="d" x1="16.03" x2="30.68" y1="26.64" y2="26.64"/><line class="d" x1="16.03" x2="25.53" y1="31.91" y2="31.91"/></svg>
Copied!