Smartscan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smartscan 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/347509.svg" alt="Smartscan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347509.svg" alt="Smartscan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347509.svg" alt="Smartscan icon" :width="24" :height="24" />
CSS background
.icon-smartscan {
background-image: url('https://proicons.com/icon/347509.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>.c{fill:#fff;}.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="32.4483" cy="16.3341" r=".7469"/><path class="d" d="M33.4043,39.195H11.5003c-1.8025,0-3.9761-.7749-4.2676-3.3216l-1.7011-14.9059c-.2761-2.4163,1.2919-3.452,3.3089-3.452h13.8522c1.9546,0,2.7087.937,3.1478,2.1239l.4925,1.3299M27.6511,14.7027h-3.2311c-1.0837,0-1.6504-.3368-2.1972-.966-.5432-.6247-.5396-1.4231-1.0275-2.1746-.4445-.6862-1.0981-1.1307-1.9808-1.1307h-7.9541c-1.373-.003-2.4884,1.1076-2.4914,2.4805,0,.0036,0,.0072,0,.0109v4.3165M36.4914,16.7342c-.4096-1.2158-1.5507-2.0335-2.8336-2.0306h-3.0111M36.6472,21.3332v-1.3435"/><path class="d" d="M27.7154,23.5204c0-.504-.4086-.9126-.9126-.9126s-.9126.4086-.9126.9126.4086.9126.9126.9126.9126-.4086.9126-.9126M27.7715,23.5204h6.033M36.9523,24.6285c.0008-.978-.7914-1.7714-1.7694-1.7722s-1.7714.7914-1.7722,1.7694v.0027c.0008.978.7942,1.7702,1.7722,1.7694.9769-.0008,1.7687-.7925,1.7694-1.7694M36.6843,36.5297c.0003-.83-.6722-1.5031-1.5022-1.5034s-1.5031.6722-1.5034,1.5022v.0013c.0003.83.6735,1.5025,1.5034,1.5022.8295-.0003,1.5018-.6727,1.5022-1.5022M35.1815,26.4826v8.4601M41.487,32.1317c0-.505-.4094-.9144-.9144-.9144s-.9144.4094-.9144.9144.4094.9144.9144.9144.9144-.4094.9144-.9144M39.5786,32.5083l-3.2736,2.7603M30.3317,9.8575h4.111M33.7303,23.4498l-4.5537-3.7589v-8.8349"/><path class="d" d="M40.5726,31.2183v-2.1211l-3.9607-3.2682M30.2683,9.9878c0-.4612-.3739-.8351-.8352-.8351s-.8351.3739-.8351.8351h0c0,.4612.3739.8351.8351.8351s.8352-.3739.8352-.8351M36.8463,9.9878c0-.6532-.5296-1.1828-1.1828-1.1828s-1.1828.5296-1.1828,1.1828.5296,1.1828,1.1828,1.1828,1.1828-.5296,1.1828-1.1828M42.5,18.3348c.0006-.4695-.3795-.8506-.849-.8512-.4695-.0006-.8506.3795-.8512.849v.0023c.0006.4695.3817.8496.8512.849.4686-.0006.8483-.3803.849-.849M40.7998,18.3348h-5.8592l-2.4923-2.0007"/></svg>
Copied!