emergency post negative icon

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

Name
emergency-post-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the emergency post negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthiconsEmergencyPostNegative)"><path d="M19.758 31.97a1 1 0 0 1-.728-1.212L19.72 28H17a1 1 0 1 1 0-2h3.22l.81-3.242a1 1 0 1 1 1.94.485L22.28 26H25a1 1 0 1 1 0 2h-3.22l-.81 3.243a1 1 0 0 1-1.212.727"/><path fill-rule="evenodd" d="M0 0h48v48H0zm43.293 32.952l.047-.016a.995.995 0 0 0 .595-1.287L38 17.962V9h-9v6h7v2H11.938c-1.348 0-2.536.869-2.924 2.138l-4.883 14C3.543 35.063 5.01 37 7.054 37H29.26c1.348 0 2.536-.869 2.923-2.138l4.803-13.733l4.607 10.249L34.5 33.5l-1 2.5l9.794-3.044z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsEmergencyPostNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsEmergencyPostNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clipPath="url(#healthiconsEmergencyPostNegative)"><path d="M19.758 31.97a1 1 0 0 1-.728-1.212L19.72 28H17a1 1 0 1 1 0-2h3.22l.81-3.242a1 1 0 1 1 1.94.485L22.28 26H25a1 1 0 1 1 0 2h-3.22l-.81 3.243a1 1 0 0 1-1.212.727"/><path fillRule="evenodd" d="M0 0h48v48H0zm43.293 32.952l.047-.016a.995.995 0 0 0 .595-1.287L38 17.962V9h-9v6h7v2H11.938c-1.348 0-2.536.869-2.924 2.138l-4.883 14C3.543 35.063 5.01 37 7.054 37H29.26c1.348 0 2.536-.869 2.923-2.138l4.803-13.733l4.607 10.249L34.5 33.5l-1 2.5l9.794-3.044z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsEmergencyPostNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthiconsEmergencyPostNegative)"><path d="M19.758 31.97a1 1 0 0 1-.728-1.212L19.72 28H17a1 1 0 1 1 0-2h3.22l.81-3.242a1 1 0 1 1 1.94.485L22.28 26H25a1 1 0 1 1 0 2h-3.22l-.81 3.243a1 1 0 0 1-1.212.727"/><path fill-rule="evenodd" d="M0 0h48v48H0zm43.293 32.952l.047-.016a.995.995 0 0 0 .595-1.287L38 17.962V9h-9v6h7v2H11.938c-1.348 0-2.536.869-2.924 2.138l-4.883 14C3.543 35.063 5.01 37 7.054 37H29.26c1.348 0 2.536-.869 2.923-2.138l4.803-13.733l4.607 10.249L34.5 33.5l-1 2.5l9.794-3.044z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsEmergencyPostNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-emergency-post-negative {
  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%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsEmergencyPostNegative)%22%3E%3Cpath%20d%3D%22M19.758%2031.97a1%201%200%200%201-.728-1.212L19.72%2028H17a1%201%200%201%201%200-2h3.22l.81-3.242a1%201%200%201%201%201.94.485L22.28%2026H25a1%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%22M0%200h48v48H0zm43.293%2032.952l.047-.016a.995.995%200%200%200%20.595-1.287L38%2017.962V9h-9v6h7v2H11.938c-1.348%200-2.536.869-2.924%202.138l-4.883%2014C3.543%2035.063%205.01%2037%207.054%2037H29.26c1.348%200%202.536-.869%202.923-2.138l4.803-13.733l4.607%2010.249L34.5%2033.5l-1%202.5l9.794-3.044z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsEmergencyPostNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsEmergencyPostNegative)%22%3E%3Cpath%20d%3D%22M19.758%2031.97a1%201%200%200%201-.728-1.212L19.72%2028H17a1%201%200%201%201%200-2h3.22l.81-3.242a1%201%200%201%201%201.94.485L22.28%2026H25a1%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%22M0%200h48v48H0zm43.293%2032.952l.047-.016a.995.995%200%200%200%20.595-1.287L38%2017.962V9h-9v6h7v2H11.938c-1.348%200-2.536.869-2.924%202.138l-4.883%2014C3.543%2035.063%205.01%2037%207.054%2037H29.26c1.348%200%202.536-.869%202.923-2.138l4.803-13.733l4.607%2010.249L34.5%2033.5l-1%202.5l9.794-3.044z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsEmergencyPostNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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-negative.svg?color=%231a73e8&size=48