Coronalert Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Coronalert 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/324023.svg" alt="Coronalert icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324023.svg" alt="Coronalert icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324023.svg" alt="Coronalert icon" :width="24" :height="24" />
CSS background
.icon-coronalert {
background-image: url('https://proicons.com/icon/324023.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="M31.562,28.4188V22.242a7.54,7.54,0,0,0-5.5086-7.244v-.6052a2.0534,2.0534,0,1,0-4.1068,0v.6052a7.54,7.54,0,0,0-5.5086,7.244v6.1768l-1.814,2.8926a.6422.6422,0,0,0,.544.9834H32.4248a.6422.6422,0,0,0,.5772-.9237Z"/><path class="a" d="M21.7689,32.295a2.1134,2.1134,0,0,0,4.0548,0"/><line class="a" x1="21" y1="2.5" x2="27" y2="2.5"/><line class="a" x1="24" y1="2.5" x2="24" y2="7.5888"/><line class="a" x1="45.5" y1="20.3577" x2="45.5" y2="26.3577"/><line class="a" x1="45.5" y1="23.3577" x2="40.4112" y2="23.3577"/><line class="a" x1="2.5" y1="26.3577" x2="2.5" y2="20.3577"/><line class="a" x1="2.5" y1="23.3577" x2="7.5888" y2="23.3577"/><line class="a" x1="27" y1="45.5" x2="21" y2="45.5"/><line class="a" x1="24" y1="45.5" x2="24" y2="40.4112"/><line class="a" x1="37.3587" y1="8.5491" x2="39.4777" y2="10.6727"/><line class="a" x1="38.4182" y1="9.6109" x2="36.6171" y2="11.4081"/><line class="a" x1="39.4509" y1="37.3587" x2="37.3273" y2="39.4777"/><line class="a" x1="38.3891" y1="38.4182" x2="36.5919" y2="36.6171"/><line class="a" x1="10.6413" y1="39.4509" x2="8.5223" y2="37.3273"/><line class="a" x1="9.5818" y1="38.3891" x2="11.3829" y2="36.5919"/><line class="a" x1="8.5491" y1="10.6413" x2="10.6727" y2="8.5223"/><line class="a" x1="9.6109" y1="9.5818" x2="11.4081" y2="11.3829"/></svg>
Copied!