Covidalertny Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Covidalertny 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/324050.svg" alt="Covidalertny icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324050.svg" alt="Covidalertny icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324050.svg" alt="Covidalertny icon" :width="24" :height="24" />
CSS background
.icon-covidalertny {
background-image: url('https://proicons.com/icon/324050.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="M29.73,8.32l-7.64,3-2.78,6L19.2,23,8.55,26.26l.69,4.86-4.74,3,2.2,1.38,19.67-2.19L26,36.67l10.41,3,6.83-6.13.23-2.09-8.45,2.77Z"/></svg>
Copied!