crisis alert icon
crisis-alert-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- crisis-alert-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- crisis-alert-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More maps icons from Material Symbols
Use the crisis alert icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.1 21.213q-1.825-.788-3.175-2.138T2.788 15.9T2 12q0-2.85 1.488-5.262T7.525 3.05q.025.475.1.963t.25 1.137q-1.8 1.1-2.838 2.913T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12q0-2.125-1.037-3.95T16.1 5.125q.175-.65.25-1.137t.125-.938q2.55 1.275 4.038 3.675T22 12q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22t-3.9-.788m-.35-4.962Q6 14.5 6 12q0-1.45.638-2.725T8.45 7.15q.125.375.275.863t.4 1.212q-.55.575-.837 1.275T8 12q0 1.65 1.175 2.825T12 16t2.825-1.175T16 12q0-.8-.288-1.5t-.837-1.275q.2-.6.363-1.112t.287-.963Q16.7 8 17.35 9.275T18 12q0 2.5-1.75 4.25T12 18t-4.25-1.75M11.7 8.5q-.325 0-.562-.187t-.338-.488l-1-3.25q-.175-.65-.238-1.137T9.5 2.5q0-1.05.725-1.775T12 0t1.775.725T14.5 2.5q0 .45-.062.938T14.2 4.575l-1 3.25q-.1.3-.337.488T12.3 8.5zm-1.112 4.913Q10 12.825 10 12t.588-1.412T12 10t1.413.588T14 12t-.587 1.413T12 14t-1.412-.587"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCrisisAlertRounded(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="M8.1 21.213q-1.825-.788-3.175-2.138T2.788 15.9T2 12q0-2.85 1.488-5.262T7.525 3.05q.025.475.1.963t.25 1.137q-1.8 1.1-2.838 2.913T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12q0-2.125-1.037-3.95T16.1 5.125q.175-.65.25-1.137t.125-.938q2.55 1.275 4.038 3.675T22 12q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22t-3.9-.788m-.35-4.962Q6 14.5 6 12q0-1.45.638-2.725T8.45 7.15q.125.375.275.863t.4 1.212q-.55.575-.837 1.275T8 12q0 1.65 1.175 2.825T12 16t2.825-1.175T16 12q0-.8-.288-1.5t-.837-1.275q.2-.6.363-1.112t.287-.963Q16.7 8 17.35 9.275T18 12q0 2.5-1.75 4.25T12 18t-4.25-1.75M11.7 8.5q-.325 0-.562-.187t-.338-.488l-1-3.25q-.175-.65-.238-1.137T9.5 2.5q0-1.05.725-1.775T12 0t1.775.725T14.5 2.5q0 .45-.062.938T14.2 4.575l-1 3.25q-.1.3-.337.488T12.3 8.5zm-1.112 4.913Q10 12.825 10 12t.588-1.412T12 10t1.413.588T14 12t-.587 1.413T12 14t-1.412-.587"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.1 21.213q-1.825-.788-3.175-2.138T2.788 15.9T2 12q0-2.85 1.488-5.262T7.525 3.05q.025.475.1.963t.25 1.137q-1.8 1.1-2.838 2.913T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12q0-2.125-1.037-3.95T16.1 5.125q.175-.65.25-1.137t.125-.938q2.55 1.275 4.038 3.675T22 12q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22t-3.9-.788m-.35-4.962Q6 14.5 6 12q0-1.45.638-2.725T8.45 7.15q.125.375.275.863t.4 1.212q-.55.575-.837 1.275T8 12q0 1.65 1.175 2.825T12 16t2.825-1.175T16 12q0-.8-.288-1.5t-.837-1.275q.2-.6.363-1.112t.287-.963Q16.7 8 17.35 9.275T18 12q0 2.5-1.75 4.25T12 18t-4.25-1.75M11.7 8.5q-.325 0-.562-.187t-.338-.488l-1-3.25q-.175-.65-.238-1.137T9.5 2.5q0-1.05.725-1.775T12 0t1.775.725T14.5 2.5q0 .45-.062.938T14.2 4.575l-1 3.25q-.1.3-.337.488T12.3 8.5zm-1.112 4.913Q10 12.825 10 12t.588-1.412T12 10t1.413.588T14 12t-.587 1.413T12 14t-1.412-.587"/></svg> </template>
CSS
.icon-crisis-alert-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%22M8.1%2021.213q-1.825-.788-3.175-2.138T2.788%2015.9T2%2012q0-2.85%201.488-5.262T7.525%203.05q.025.475.1.963t.25%201.137q-1.8%201.1-2.838%202.913T4%2012q0%203.35%202.325%205.675T12%2020t5.675-2.325T20%2012q0-2.125-1.037-3.95T16.1%205.125q.175-.65.25-1.137t.125-.938q2.55%201.275%204.038%203.675T22%2012q0%202.075-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022t-3.9-.788m-.35-4.962Q6%2014.5%206%2012q0-1.45.638-2.725T8.45%207.15q.125.375.275.863t.4%201.212q-.55.575-.837%201.275T8%2012q0%201.65%201.175%202.825T12%2016t2.825-1.175T16%2012q0-.8-.288-1.5t-.837-1.275q.2-.6.363-1.112t.287-.963Q16.7%208%2017.35%209.275T18%2012q0%202.5-1.75%204.25T12%2018t-4.25-1.75M11.7%208.5q-.325%200-.562-.187t-.338-.488l-1-3.25q-.175-.65-.238-1.137T9.5%202.5q0-1.05.725-1.775T12%200t1.775.725T14.5%202.5q0%20.45-.062.938T14.2%204.575l-1%203.25q-.1.3-.337.488T12.3%208.5zm-1.112%204.913Q10%2012.825%2010%2012t.588-1.412T12%2010t1.413.588T14%2012t-.587%201.413T12%2014t-1.412-.587%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%22M8.1%2021.213q-1.825-.788-3.175-2.138T2.788%2015.9T2%2012q0-2.85%201.488-5.262T7.525%203.05q.025.475.1.963t.25%201.137q-1.8%201.1-2.838%202.913T4%2012q0%203.35%202.325%205.675T12%2020t5.675-2.325T20%2012q0-2.125-1.037-3.95T16.1%205.125q.175-.65.25-1.137t.125-.938q2.55%201.275%204.038%203.675T22%2012q0%202.075-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022t-3.9-.788m-.35-4.962Q6%2014.5%206%2012q0-1.45.638-2.725T8.45%207.15q.125.375.275.863t.4%201.212q-.55.575-.837%201.275T8%2012q0%201.65%201.175%202.825T12%2016t2.825-1.175T16%2012q0-.8-.288-1.5t-.837-1.275q.2-.6.363-1.112t.287-.963Q16.7%208%2017.35%209.275T18%2012q0%202.5-1.75%204.25T12%2018t-4.25-1.75M11.7%208.5q-.325%200-.562-.187t-.338-.488l-1-3.25q-.175-.65-.238-1.137T9.5%202.5q0-1.05.725-1.775T12%200t1.775.725T14.5%202.5q0%20.45-.062.938T14.2%204.575l-1%203.25q-.1.3-.337.488T12.3%208.5zm-1.112%204.913Q10%2012.825%2010%2012t.588-1.412T12%2010t1.413.588T14%2012t-.587%201.413T12%2014t-1.412-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/crisis-alert-rounded.svg?color=%231a73e8&size=48