Emergency Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emergency 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/325050.svg" alt="Emergency icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325050.svg" alt="Emergency icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325050.svg" alt="Emergency icon" :width="24" :height="24" />
CSS background
.icon-emergency {
background-image: url('https://proicons.com/icon/325050.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M19.1205,29.971c-1.2985,2.2722-3.7156,3.6738-6.3326,3.672-4.0252,0-7.2879-3.2582-7.2879-7.2778v-4.7304c.0025-4.0219,3.2649-7.2803,7.2868-7.2778.0004,0,.0007,0,.0011,0,4.0252,0,7.2879,3.2582,7.2879,7.2778v2.3658H5.5M27.9242,16.1521h14.5758M27.9242,24.0006h14.5758M27.9242,31.849h14.5758"/></svg>
Emergency in other icon packs
Copied!