Covidcheck Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Covidcheck Alt 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/338613.svg" alt="Covidcheck Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338613.svg" alt="Covidcheck Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338613.svg" alt="Covidcheck Alt icon" :width="24" :height="24" />
CSS background
.icon-covidcheck-alt {
background-image: url('https://proicons.com/icon/338613.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M32.6418,7.2519h8.5058v8.5058"/><path class="a" d="M41.1476,32.7693v8.5058H32.6418"/><path class="a" d="M15.63,41.2751H7.1244V32.7693"/><path class="a" d="M18.06,24.2635l4.4959,4.86,9.4779-9.721"/><path class="a" d="M5.5885,5.3078c2.7057-1.371,9.448-1.3829,12.1511,0,.0117,4.2661-.0062,9.9255-6.0756,12.7587C5.6148,15.2177,5.6035,9.5763,5.5885,5.3078Z"/><path class="a" d="M11.664,6.8875v7.2906M8.0187,10.4113h7.2907"/></svg>
Copied!