emergency icon
emergency-rounded from Material Symbols Light by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- emergency-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- emergency-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
Use the emergency icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.75 19.25v-5.065l-4.4 2.542q-.452.254-.95.117t-.752-.594q-.254-.452-.127-.95t.579-.752L9.5 12L5.1 9.477q-.452-.254-.579-.755q-.127-.5.127-.953t.762-.588q.507-.137.96.117l4.38 2.543V4.75q0-.513.368-.882T12 3.5t.882.368t.368.882v5.09l4.4-2.542q.452-.254.95-.117t.752.588t.124.953t-.582.755L14.5 12l4.4 2.548q.452.254.579.752t-.127.956q-.254.452-.762.588q-.507.137-.96-.117l-4.38-2.543v5.066q0 .514-.368.882T12 20.5t-.882-.368t-.368-.882"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightEmergencyRounded(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="M10.75 19.25v-5.065l-4.4 2.542q-.452.254-.95.117t-.752-.594q-.254-.452-.127-.95t.579-.752L9.5 12L5.1 9.477q-.452-.254-.579-.755q-.127-.5.127-.953t.762-.588q.507-.137.96.117l4.38 2.543V4.75q0-.513.368-.882T12 3.5t.882.368t.368.882v5.09l4.4-2.542q.452-.254.95-.117t.752.588t.124.953t-.582.755L14.5 12l4.4 2.548q.452.254.579.752t-.127.956q-.254.452-.762.588q-.507.137-.96-.117l-4.38-2.543v5.066q0 .514-.368.882T12 20.5t-.882-.368t-.368-.882"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.75 19.25v-5.065l-4.4 2.542q-.452.254-.95.117t-.752-.594q-.254-.452-.127-.95t.579-.752L9.5 12L5.1 9.477q-.452-.254-.579-.755q-.127-.5.127-.953t.762-.588q.507-.137.96.117l4.38 2.543V4.75q0-.513.368-.882T12 3.5t.882.368t.368.882v5.09l4.4-2.542q.452-.254.95-.117t.752.588t.124.953t-.582.755L14.5 12l4.4 2.548q.452.254.579.752t-.127.956q-.254.452-.762.588q-.507.137-.96-.117l-4.38-2.543v5.066q0 .514-.368.882T12 20.5t-.882-.368t-.368-.882"/></svg> </template>
CSS
.icon-emergency-rounded {
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%22M10.75%2019.25v-5.065l-4.4%202.542q-.452.254-.95.117t-.752-.594q-.254-.452-.127-.95t.579-.752L9.5%2012L5.1%209.477q-.452-.254-.579-.755q-.127-.5.127-.953t.762-.588q.507-.137.96.117l4.38%202.543V4.75q0-.513.368-.882T12%203.5t.882.368t.368.882v5.09l4.4-2.542q.452-.254.95-.117t.752.588t.124.953t-.582.755L14.5%2012l4.4%202.548q.452.254.579.752t-.127.956q-.254.452-.762.588q-.507.137-.96-.117l-4.38-2.543v5.066q0%20.514-.368.882T12%2020.5t-.882-.368t-.368-.882%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%22M10.75%2019.25v-5.065l-4.4%202.542q-.452.254-.95.117t-.752-.594q-.254-.452-.127-.95t.579-.752L9.5%2012L5.1%209.477q-.452-.254-.579-.755q-.127-.5.127-.953t.762-.588q.507-.137.96.117l4.38%202.543V4.75q0-.513.368-.882T12%203.5t.882.368t.368.882v5.09l4.4-2.542q.452-.254.95-.117t.752.588t.124.953t-.582.755L14.5%2012l4.4%202.548q.452.254.579.752t-.127.956q-.254.452-.762.588q-.507.137-.96-.117l-4.38-2.543v5.066q0%20.514-.368.882T12%2020.5t-.882-.368t-.368-.882%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/emergency-rounded.svg?color=%231a73e8&size=48