emergency post icon
emergency-post-outline from Health Icons by Resolve to Save Lives · Outline · Places · MIT Free for personal and commercial use.
- Name
- emergency-post-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Places
- Viewbox
- 48×48
- License
- MIT
- Aliases
- emergency-post2x-outline
3 other variants in Health Icons
More places icons from Health Icons
Use the emergency post icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M19.758 32.97a1 1 0 0 1-.728-1.212L19.72 29H17a1 1 0 1 1 0-2h3.22l.81-3.242a1 1 0 1 1 1.94.485L22.28 27H25a1 1 0 1 1 0 2h-3.22l-.81 3.243a1 1 0 0 1-1.212.727"/><path fill-rule="evenodd" d="M9.014 20.138C9.402 18.869 10.59 18 11.938 18H36v-2h-7v-6h9v8.962l5.935 13.687a.995.995 0 0 1-.642 1.303l.001.004L33.5 37l1-2.5l7.092-2.122l-4.607-10.25l-4.803 13.734C31.795 37.131 30.607 38 29.26 38H7.054c-2.044 0-3.51-1.937-2.923-3.862zM6.036 34.749l4.88-13.99l.011-.037A1.05 1.05 0 0 1 11.938 20h23.673l-5.33 15.24l-.011.038a1.05 1.05 0 0 1-1.011.722H7.054c-.737 0-1.178-.663-1.018-1.25M36 12h-5v2h5z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsEmergencyPostOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M19.758 32.97a1 1 0 0 1-.728-1.212L19.72 29H17a1 1 0 1 1 0-2h3.22l.81-3.242a1 1 0 1 1 1.94.485L22.28 27H25a1 1 0 1 1 0 2h-3.22l-.81 3.243a1 1 0 0 1-1.212.727"/><path fillRule="evenodd" d="M9.014 20.138C9.402 18.869 10.59 18 11.938 18H36v-2h-7v-6h9v8.962l5.935 13.687a.995.995 0 0 1-.642 1.303l.001.004L33.5 37l1-2.5l7.092-2.122l-4.607-10.25l-4.803 13.734C31.795 37.131 30.607 38 29.26 38H7.054c-2.044 0-3.51-1.937-2.923-3.862zM6.036 34.749l4.88-13.99l.011-.037A1.05 1.05 0 0 1 11.938 20h23.673l-5.33 15.24l-.011.038a1.05 1.05 0 0 1-1.011.722H7.054c-.737 0-1.178-.663-1.018-1.25M36 12h-5v2h5z" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M19.758 32.97a1 1 0 0 1-.728-1.212L19.72 29H17a1 1 0 1 1 0-2h3.22l.81-3.242a1 1 0 1 1 1.94.485L22.28 27H25a1 1 0 1 1 0 2h-3.22l-.81 3.243a1 1 0 0 1-1.212.727"/><path fill-rule="evenodd" d="M9.014 20.138C9.402 18.869 10.59 18 11.938 18H36v-2h-7v-6h9v8.962l5.935 13.687a.995.995 0 0 1-.642 1.303l.001.004L33.5 37l1-2.5l7.092-2.122l-4.607-10.25l-4.803 13.734C31.795 37.131 30.607 38 29.26 38H7.054c-2.044 0-3.51-1.937-2.923-3.862zM6.036 34.749l4.88-13.99l.011-.037A1.05 1.05 0 0 1 11.938 20h23.673l-5.33 15.24l-.011.038a1.05 1.05 0 0 1-1.011.722H7.054c-.737 0-1.178-.663-1.018-1.25M36 12h-5v2h5z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-emergency-post-outline {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M19.758%2032.97a1%201%200%200%201-.728-1.212L19.72%2029H17a1%201%200%201%201%200-2h3.22l.81-3.242a1%201%200%201%201%201.94.485L22.28%2027H25a1%201%200%201%201%200%202h-3.22l-.81%203.243a1%201%200%200%201-1.212.727%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.014%2020.138C9.402%2018.869%2010.59%2018%2011.938%2018H36v-2h-7v-6h9v8.962l5.935%2013.687a.995.995%200%200%201-.642%201.303l.001.004L33.5%2037l1-2.5l7.092-2.122l-4.607-10.25l-4.803%2013.734C31.795%2037.131%2030.607%2038%2029.26%2038H7.054c-2.044%200-3.51-1.937-2.923-3.862zM6.036%2034.749l4.88-13.99l.011-.037A1.05%201.05%200%200%201%2011.938%2020h23.673l-5.33%2015.24l-.011.038a1.05%201.05%200%200%201-1.011.722H7.054c-.737%200-1.178-.663-1.018-1.25M36%2012h-5v2h5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M19.758%2032.97a1%201%200%200%201-.728-1.212L19.72%2029H17a1%201%200%201%201%200-2h3.22l.81-3.242a1%201%200%201%201%201.94.485L22.28%2027H25a1%201%200%201%201%200%202h-3.22l-.81%203.243a1%201%200%200%201-1.212.727%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.014%2020.138C9.402%2018.869%2010.59%2018%2011.938%2018H36v-2h-7v-6h9v8.962l5.935%2013.687a.995.995%200%200%201-.642%201.303l.001.004L33.5%2037l1-2.5l7.092-2.122l-4.607-10.25l-4.803%2013.734C31.795%2037.131%2030.607%2038%2029.26%2038H7.054c-2.044%200-3.51-1.937-2.923-3.862zM6.036%2034.749l4.88-13.99l.011-.037A1.05%201.05%200%200%201%2011.938%2020h23.673l-5.33%2015.24l-.011.038a1.05%201.05%200%200%201-1.011.722H7.054c-.737%200-1.178-.663-1.018-1.25M36%2012h-5v2h5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/emergency-post-outline.svg?color=%231a73e8&size=48