outline emergency icon
outline-emergency from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- outline-emergency
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
More maps icons from Google Material Icons
baseline-360baseline-add-businessbaseline-add-locationbaseline-add-location-altbaseline-add-roadbaseline-agriculturebaseline-airline-stopsbaseline-airlinesbaseline-alt-routebaseline-atmbaseline-attractionsbaseline-badgebaseline-bakery-diningbaseline-beenherebaseline-bike-scooterbaseline-breakfast-diningbaseline-brunch-diningbaseline-bus-alertbaseline-car-crashbaseline-car-rentalbaseline-car-repairbaseline-castlebaseline-categorybaseline-celebration
Use the outline emergency icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.29 13.9L18 12l3.29-1.9c.48-.28.64-.89.37-1.37l-2-3.46a1.01 1.01 0 0 0-1.37-.37L15 6.8V3c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v3.8L5.71 4.9a1.01 1.01 0 0 0-1.37.37l-2 3.46c-.28.48-.11 1.09.37 1.37L6 12l-3.29 1.9c-.48.28-.64.89-.37 1.37l2 3.46c.28.48.89.64 1.37.37L9 17.2V21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3.8l3.29 1.9c.48.28 1.09.11 1.37-.37l2-3.46c.28-.48.11-1.09-.37-1.37m-2.86 2.97l-4.68-2.7c-.33-.2-.75.04-.75.43V20h-2v-5.4c0-.38-.42-.63-.75-.43l-4.68 2.7l-1-1.73l4.68-2.7c.33-.19.33-.67 0-.87l-4.68-2.7l1-1.73l4.68 2.7c.33.19.75-.05.75-.44V4h2v5.4c0 .38.42.63.75.43l4.68-2.7l1 1.73l-4.68 2.7c-.33.19-.33.67 0 .87l4.68 2.7z"/></svg>
React
import type { SVGProps } from "react";
export function IcOutlineEmergency(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.29 13.9L18 12l3.29-1.9c.48-.28.64-.89.37-1.37l-2-3.46a1.01 1.01 0 0 0-1.37-.37L15 6.8V3c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v3.8L5.71 4.9a1.01 1.01 0 0 0-1.37.37l-2 3.46c-.28.48-.11 1.09.37 1.37L6 12l-3.29 1.9c-.48.28-.64.89-.37 1.37l2 3.46c.28.48.89.64 1.37.37L9 17.2V21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3.8l3.29 1.9c.48.28 1.09.11 1.37-.37l2-3.46c.28-.48.11-1.09-.37-1.37m-2.86 2.97l-4.68-2.7c-.33-.2-.75.04-.75.43V20h-2v-5.4c0-.38-.42-.63-.75-.43l-4.68 2.7l-1-1.73l4.68-2.7c.33-.19.33-.67 0-.87l-4.68-2.7l1-1.73l4.68 2.7c.33.19.75-.05.75-.44V4h2v5.4c0 .38.42.63.75.43l4.68-2.7l1 1.73l-4.68 2.7c-.33.19-.33.67 0 .87l4.68 2.7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.29 13.9L18 12l3.29-1.9c.48-.28.64-.89.37-1.37l-2-3.46a1.01 1.01 0 0 0-1.37-.37L15 6.8V3c0-.55-.45-1-1-1h-4c-.55 0-1 .45-1 1v3.8L5.71 4.9a1.01 1.01 0 0 0-1.37.37l-2 3.46c-.28.48-.11 1.09.37 1.37L6 12l-3.29 1.9c-.48.28-.64.89-.37 1.37l2 3.46c.28.48.89.64 1.37.37L9 17.2V21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-3.8l3.29 1.9c.48.28 1.09.11 1.37-.37l2-3.46c.28-.48.11-1.09-.37-1.37m-2.86 2.97l-4.68-2.7c-.33-.2-.75.04-.75.43V20h-2v-5.4c0-.38-.42-.63-.75-.43l-4.68 2.7l-1-1.73l4.68-2.7c.33-.19.33-.67 0-.87l-4.68-2.7l1-1.73l4.68 2.7c.33.19.75-.05.75-.44V4h2v5.4c0 .38.42.63.75.43l4.68-2.7l1 1.73l-4.68 2.7c-.33.19-.33.67 0 .87l4.68 2.7z"/></svg> </template>
CSS
.icon-outline-emergency {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.29%2013.9L18%2012l3.29-1.9c.48-.28.64-.89.37-1.37l-2-3.46a1.01%201.01%200%200%200-1.37-.37L15%206.8V3c0-.55-.45-1-1-1h-4c-.55%200-1%20.45-1%201v3.8L5.71%204.9a1.01%201.01%200%200%200-1.37.37l-2%203.46c-.28.48-.11%201.09.37%201.37L6%2012l-3.29%201.9c-.48.28-.64.89-.37%201.37l2%203.46c.28.48.89.64%201.37.37L9%2017.2V21c0%20.55.45%201%201%201h4c.55%200%201-.45%201-1v-3.8l3.29%201.9c.48.28%201.09.11%201.37-.37l2-3.46c.28-.48.11-1.09-.37-1.37m-2.86%202.97l-4.68-2.7c-.33-.2-.75.04-.75.43V20h-2v-5.4c0-.38-.42-.63-.75-.43l-4.68%202.7l-1-1.73l4.68-2.7c.33-.19.33-.67%200-.87l-4.68-2.7l1-1.73l4.68%202.7c.33.19.75-.05.75-.44V4h2v5.4c0%20.38.42.63.75.43l4.68-2.7l1%201.73l-4.68%202.7c-.33.19-.33.67%200%20.87l4.68%202.7z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.29%2013.9L18%2012l3.29-1.9c.48-.28.64-.89.37-1.37l-2-3.46a1.01%201.01%200%200%200-1.37-.37L15%206.8V3c0-.55-.45-1-1-1h-4c-.55%200-1%20.45-1%201v3.8L5.71%204.9a1.01%201.01%200%200%200-1.37.37l-2%203.46c-.28.48-.11%201.09.37%201.37L6%2012l-3.29%201.9c-.48.28-.64.89-.37%201.37l2%203.46c.28.48.89.64%201.37.37L9%2017.2V21c0%20.55.45%201%201%201h4c.55%200%201-.45%201-1v-3.8l3.29%201.9c.48.28%201.09.11%201.37-.37l2-3.46c.28-.48.11-1.09-.37-1.37m-2.86%202.97l-4.68-2.7c-.33-.2-.75.04-.75.43V20h-2v-5.4c0-.38-.42-.63-.75-.43l-4.68%202.7l-1-1.73l4.68-2.7c.33-.19.33-.67%200-.87l-4.68-2.7l1-1.73l4.68%202.7c.33.19.75-.05.75-.44V4h2v5.4c0%20.38.42.63.75.43l4.68-2.7l1%201.73l-4.68%202.7c-.33.19-.33.67%200%20.87l4.68%202.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-emergency.svg?color=%231a73e8&size=48