Corona Scanner Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Corona Scanner 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/324021.svg" alt="Corona Scanner icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324021.svg" alt="Corona Scanner icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324021.svg" alt="Corona Scanner icon" :width="24" :height="24" />
CSS background
.icon-corona-scanner {
background-image: url('https://proicons.com/icon/324021.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M38.5,20.473V9.5H9.5V20.473a3.527,3.527,0,0,1,0,7.054V38.5h29V27.527a3.527,3.527,0,0,1,0-7.054Z"/><rect class="a" x="14.9865" y="14.9865" width="7.0541" height="7.0541" rx="0.7838"/><rect class="a" x="14.9865" y="25.9595" width="7.0541" height="7.0541" rx="0.7838"/><rect class="a" x="25.9595" y="14.9865" width="7.0541" height="7.0541" rx="0.7838"/><rect class="a" x="28.3108" y="28.3108" width="2.3514" height="2.3514"/><rect class="a" x="30.6622" y="25.9595" width="2.3514" height="2.3514"/><rect class="a" x="30.6622" y="30.6622" width="2.3514" height="2.3514"/><rect class="a" x="25.9595" y="25.9595" width="2.3514" height="2.3514"/><rect class="a" x="25.9595" y="30.6622" width="2.3514" height="2.3514"/><path class="a" d="M12,5.5H5.5V12"/><path class="a" d="M42.5,12V5.5H36"/><path class="a" d="M36,42.5h6.5V36"/><path class="a" d="M5.5,36v6.5H12"/></svg>
Copied!