Scansolve Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Scansolve 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/332455.svg" alt="Scansolve icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332455.svg" alt="Scansolve icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332455.svg" alt="Scansolve icon" :width="24" :height="24" />
CSS background
.icon-scansolve {
background-image: url('https://proicons.com/icon/332455.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M4.5,14.5v-2c0-2.216,1.784-4,4-4h2"/><path class="f" d="M10.5,39.5h-2c-2.216,0-4-1.784-4-4v-2"/><path class="f" d="M43.5,33.5v2c0,2.216-1.784,4-4,4h-2"/><path class="f" d="M37.5,8.5h2c2.216,0,4,1.784,4,4v2"/><path class="f" d="M24,20.5c3.8304,0,6.9355,3.134,6.9355,7s-3.1051,7-6.9355,7v-14Z"/><path class="f" d="M24,13.5c3.8304,0,6.9355,3.134,6.9355,7h-6.9355v-7Z"/><path class="f" d="M24,27.5c-3.8304,0-6.9355-3.134-6.9355-7s3.1051-7,6.9355-7v14Z"/><path class="f" d="M24,34.4998c-3.8304,0-6.9355-3.134-6.9355-7h6.9355v7Z"/></svg>
Copied!