emergency post icon

emergency-post from Health Icons by Resolve to Save Lives · Filled · Places · MIT Free for personal and commercial use.

Name
emergency-post
Set
Health Icons
Style
Filled
Category
Places
Viewbox
48×48
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 48 48"><path fill="currentColor" fill-rule="evenodd" d="M43.935 32.649L38 18.962V10h-9v6h7v2H11.938c-1.348 0-2.536.869-2.924 2.138l-4.883 14C3.543 36.063 5.01 38 7.054 38H29.26c1.348 0 2.536-.869 2.923-2.138l4.803-13.733l4.607 10.249L34.5 34.5l-1 2.5l9.794-3.044l-.001-.004l.006-.002l.04-.014a.995.995 0 0 0 .596-1.287m-24.905-.891a1 1 0 1 0 1.94.485L21.78 29H25a1 1 0 1 0 0-2h-2.72l.69-2.757a1 1 0 1 0-1.94-.485L20.22 27H17a1 1 0 1 0 0 2h2.72z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsEmergencyPost(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M43.935 32.649L38 18.962V10h-9v6h7v2H11.938c-1.348 0-2.536.869-2.924 2.138l-4.883 14C3.543 36.063 5.01 38 7.054 38H29.26c1.348 0 2.536-.869 2.923-2.138l4.803-13.733l4.607 10.249L34.5 34.5l-1 2.5l9.794-3.044l-.001-.004l.006-.002l.04-.014a.995.995 0 0 0 .596-1.287m-24.905-.891a1 1 0 1 0 1.94.485L21.78 29H25a1 1 0 1 0 0-2h-2.72l.69-2.757a1 1 0 1 0-1.94-.485L20.22 27H17a1 1 0 1 0 0 2h2.72z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M43.935 32.649L38 18.962V10h-9v6h7v2H11.938c-1.348 0-2.536.869-2.924 2.138l-4.883 14C3.543 36.063 5.01 38 7.054 38H29.26c1.348 0 2.536-.869 2.923-2.138l4.803-13.733l4.607 10.249L34.5 34.5l-1 2.5l9.794-3.044l-.001-.004l.006-.002l.04-.014a.995.995 0 0 0 .596-1.287m-24.905-.891a1 1 0 1 0 1.94.485L21.78 29H25a1 1 0 1 0 0-2h-2.72l.69-2.757a1 1 0 1 0-1.94-.485L20.22 27H17a1 1 0 1 0 0 2h2.72z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-emergency-post {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M43.935%2032.649L38%2018.962V10h-9v6h7v2H11.938c-1.348%200-2.536.869-2.924%202.138l-4.883%2014C3.543%2036.063%205.01%2038%207.054%2038H29.26c1.348%200%202.536-.869%202.923-2.138l4.803-13.733l4.607%2010.249L34.5%2034.5l-1%202.5l9.794-3.044l-.001-.004l.006-.002l.04-.014a.995.995%200%200%200%20.596-1.287m-24.905-.891a1%201%200%201%200%201.94.485L21.78%2029H25a1%201%200%201%200%200-2h-2.72l.69-2.757a1%201%200%201%200-1.94-.485L20.22%2027H17a1%201%200%201%200%200%202h2.72z%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M43.935%2032.649L38%2018.962V10h-9v6h7v2H11.938c-1.348%200-2.536.869-2.924%202.138l-4.883%2014C3.543%2036.063%205.01%2038%207.054%2038H29.26c1.348%200%202.536-.869%202.923-2.138l4.803-13.733l4.607%2010.249L34.5%2034.5l-1%202.5l9.794-3.044l-.001-.004l.006-.002l.04-.014a.995.995%200%200%200%20.596-1.287m-24.905-.891a1%201%200%201%200%201.94.485L21.78%2029H25a1%201%200%201%200%200-2h-2.72l.69-2.757a1%201%200%201%200-1.94-.485L20.22%2027H17a1%201%200%201%200%200%202h2.72z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/emergency-post.svg?color=%231a73e8&size=48