Emergency Zone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emergency Zone 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/339611.svg" alt="Emergency Zone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339611.svg" alt="Emergency Zone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339611.svg" alt="Emergency Zone icon" :width="24" :height="24" />
CSS background
.icon-emergency-zone {
background-image: url('https://proicons.com/icon/339611.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:#fff;}.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><path class="d" d="m4.5,39.2838h6.3243m4.2162,0h28.4595"/><path class="d" d="m10.8243,39.2838l6.3243-30.5676h13.7027m1.0221,4.94l5.3022,25.6272"/><path class="d" d="m24.527,13.6566v15.3555"/></g><circle class="c" cx="24.527" cy="32.9647" r=".75"/></svg>
Copied!