Covidalert Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Covidalert 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/338608.svg" alt="Covidalert icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338608.svg" alt="Covidalert icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338608.svg" alt="Covidalert icon" :width="24" :height="24" />
CSS background
.icon-covidalert {
background-image: url('https://proicons.com/icon/338608.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><polygon class="a" points="29.04 11.85 18.96 11.85 11.85 18.96 11.85 29.04 18.96 36.16 29.04 36.16 36.16 29.04 36.16 18.96 29.04 11.85"/><polygon class="a" points="24 38.3 20.42 44.5 27.58 44.5 24 38.3"/><polygon class="a" points="13.89 34.11 6.97 35.96 12.04 41.03 13.89 34.11"/><polygon class="a" points="9.7 24 3.5 20.42 3.5 27.58 9.7 24"/><polygon class="a" points="13.89 13.89 12.04 6.97 6.97 12.04 13.89 13.89"/><polygon class="a" points="24 9.7 27.58 3.5 20.42 3.5 24 9.7"/><polygon class="a" points="34.11 13.89 41.03 12.04 35.96 6.97 34.11 13.89"/><polygon class="a" points="38.3 24 44.5 27.58 44.5 20.42 38.3 24"/><polygon class="a" points="34.11 34.11 35.96 41.03 41.03 35.96 34.11 34.11"/><line class="a" x1="24" y1="32.18" x2="24" y2="28.05"/><polygon class="a" points="24 28.05 28.22 28.89 27.63 27.16 31.47 24.13 30.45 23.66 31.47 21.13 29.1 21.51 28.51 20.12 26.83 22.23 26.19 22.23 27.21 17.59 25.48 18.6 24 15.82 22.52 18.6 20.79 17.59 21.81 22.23 21.17 22.23 19.49 20.12 18.9 21.51 16.53 21.13 17.55 23.66 16.53 24.13 20.37 27.16 19.78 28.89 24 28.05"/></svg>
Copied!