Covidscancst Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Covidscancst 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/338614.svg" alt="Covidscancst icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338614.svg" alt="Covidscancst icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338614.svg" alt="Covidscancst icon" :width="24" :height="24" />
CSS background
.icon-covidscancst {
background-image: url('https://proicons.com/icon/338614.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M33.5,42.5h5c2.216,0,4-1.784,4-4v-5"/><path class="b" d="M5.5,33.5v5c0,2.216,1.784,4,4,4h5"/><path class="b" d="M42.5,14.5v-5c0-2.216-1.784-4-4-4h-5"/><path class="b" d="M14.5,5.5h-5c-2.216,0-4,1.784-4,4v5"/><path class="b" d="M32.027,15H15.973c-.5374,0-.973.4356-.973.973v16.054c0,.5374.4356.973.973.973h16.054c.5374,0,.973-.4356.973-.973V15.973c0-.5374-.4356-.973-.973-.973Z"/><line class="b" x1="8.5" y1="24" x2="39.5" y2="24"/></svg>
Copied!