Emergency Alert Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emergency Alert 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/339610.svg" alt="Emergency Alert icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339610.svg" alt="Emergency Alert icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339610.svg" alt="Emergency Alert icon" :width="24" :height="24" />
CSS background
.icon-emergency-alert {
background-image: url('https://proicons.com/icon/339610.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="M40.8873,14.25c3.4833,6.0333,3.4833,13.467,0,19.5"/><path class="b" d="M36.1913,17.25c2.4115,4.1769,2.4115,9.3231,0,13.5"/><path class="b" d="M31.4953,20.25c1.3397,2.3205,1.3397,5.1795,0,7.5"/><path class="b" d="M7.1127,14.25c-3.4833,6.0333-3.4833,13.467,0,19.5"/><path class="b" d="M11.8092,17.25c-2.4115,4.1769-2.4115,9.3231,0,13.5"/><path class="b" d="M16.5052,20.25c-1.3397,2.3205-1.3397,5.1795,0,7.5"/><circle class="b" cx="24.0002" cy="35.5" r="4"/><path class="b" d="M25.7602,29l2.974-20.5h-9.468l2.974,20.5h3.52Z"/></svg>
Copied!