emergency post icon
emergency-post-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Places · MIT Free for personal and commercial use.
- Name
- emergency-post-outline-24px
- Set
- Health Icons
- Style
- Outline 24px
- Category
- Places
- Viewbox
- 24×24
- License
- MIT
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 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M6.575 9a2 2 0 0 0-1.907 1.398l-2.21 7A2 2 0 0 0 4.363 20h10.219a2 2 0 0 0 1.907-1.398l1.727-5.469l1.493 4.17L18 18l-.5 2l2.818-.791a2 2 0 0 0 1.275-2.58L19 9zm8.008 9H4.364l2.211-7h10.218z" clip-rule="evenodd"/><path d="M11.97 12.743a1 1 0 1 0-1.94-.486l-.312 1.246l-1.223.006a1 1 0 0 0 .01 2l.713-.003l-.188.752a1 1 0 1 0 1.94.485l.31-1.243h1.22a1 1 0 1 0 0-2h-.72z"/><path fill-rule="evenodd" d="M17.5 5.5h-3v1h3zM13 4v4h6V4z" clip-rule="evenodd"/><path d="M17.5 4H19v5h-1.5z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsEmergencyPostOutline24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M6.575 9a2 2 0 0 0-1.907 1.398l-2.21 7A2 2 0 0 0 4.363 20h10.219a2 2 0 0 0 1.907-1.398l1.727-5.469l1.493 4.17L18 18l-.5 2l2.818-.791a2 2 0 0 0 1.275-2.58L19 9zm8.008 9H4.364l2.211-7h10.218z" clipRule="evenodd"/><path d="M11.97 12.743a1 1 0 1 0-1.94-.486l-.312 1.246l-1.223.006a1 1 0 0 0 .01 2l.713-.003l-.188.752a1 1 0 1 0 1.94.485l.31-1.243h1.22a1 1 0 1 0 0-2h-.72z"/><path fillRule="evenodd" d="M17.5 5.5h-3v1h3zM13 4v4h6V4z" clipRule="evenodd"/><path d="M17.5 4H19v5h-1.5z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M6.575 9a2 2 0 0 0-1.907 1.398l-2.21 7A2 2 0 0 0 4.363 20h10.219a2 2 0 0 0 1.907-1.398l1.727-5.469l1.493 4.17L18 18l-.5 2l2.818-.791a2 2 0 0 0 1.275-2.58L19 9zm8.008 9H4.364l2.211-7h10.218z" clip-rule="evenodd"/><path d="M11.97 12.743a1 1 0 1 0-1.94-.486l-.312 1.246l-1.223.006a1 1 0 0 0 .01 2l.713-.003l-.188.752a1 1 0 1 0 1.94.485l.31-1.243h1.22a1 1 0 1 0 0-2h-.72z"/><path fill-rule="evenodd" d="M17.5 5.5h-3v1h3zM13 4v4h6V4z" clip-rule="evenodd"/><path d="M17.5 4H19v5h-1.5z"/></g></svg> </template>
CSS
.icon-emergency-post-outline-24px {
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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.575%209a2%202%200%200%200-1.907%201.398l-2.21%207A2%202%200%200%200%204.363%2020h10.219a2%202%200%200%200%201.907-1.398l1.727-5.469l1.493%204.17L18%2018l-.5%202l2.818-.791a2%202%200%200%200%201.275-2.58L19%209zm8.008%209H4.364l2.211-7h10.218z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M11.97%2012.743a1%201%200%201%200-1.94-.486l-.312%201.246l-1.223.006a1%201%200%200%200%20.01%202l.713-.003l-.188.752a1%201%200%201%200%201.94.485l.31-1.243h1.22a1%201%200%201%200%200-2h-.72z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.5%205.5h-3v1h3zM13%204v4h6V4z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.5%204H19v5h-1.5z%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.575%209a2%202%200%200%200-1.907%201.398l-2.21%207A2%202%200%200%200%204.363%2020h10.219a2%202%200%200%200%201.907-1.398l1.727-5.469l1.493%204.17L18%2018l-.5%202l2.818-.791a2%202%200%200%200%201.275-2.58L19%209zm8.008%209H4.364l2.211-7h10.218z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M11.97%2012.743a1%201%200%201%200-1.94-.486l-.312%201.246l-1.223.006a1%201%200%200%200%20.01%202l.713-.003l-.188.752a1%201%200%201%200%201.94.485l.31-1.243h1.22a1%201%200%201%200%200-2h-.72z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.5%205.5h-3v1h3zM13%204v4h6V4z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17.5%204H19v5h-1.5z%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-24px.svg?color=%231a73e8&size=48