crisis alert icon
crisis-alert from Material Symbols Light by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- crisis-alert
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- crisis-alert-outline, crisis-alert-outline-sharp, crisis-alert-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
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.494 20.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3 12q0-2.408 1.17-4.464t3.24-3.274q.044.244.08.491t.116.55Q5.902 6.424 4.95 8.189T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12q0-2.048-.96-3.825q-.961-1.777-2.69-2.896q.079-.285.125-.522t.096-.495q2.07 1.217 3.25 3.27Q21 9.587 21 12q0 1.864-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21t-3.506-.71m-.032-4.751Q7 14.077 7 12q0-1.046.407-1.984q.406-.939 1.158-1.635q.087.24.17.487q.082.247.198.568q-.454.537-.693 1.199Q8 11.296 8 12q0 1.65 1.175 2.825T12 16t2.825-1.175T16 12q0-.723-.249-1.365q-.249-.643-.703-1.199q.085-.234.065-.16t.297-.915q.77.697 1.18 1.645T17 12q0 2.077-1.461 3.539T12 17t-3.538-1.461M11.385 8q-.925-2.78-1.155-3.697Q10 3.387 10 2.5q0-.838.58-1.42T12 .5t1.42.58T14 2.5q0 .887-.23 1.803T12.616 8zm-.451 5.066Q10.5 12.633 10.5 12t.434-1.066T12 10.5t1.066.434q.434.433.434 1.066t-.434 1.066T12 13.5t-1.066-.434"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCrisisAlert(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.494 20.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3 12q0-2.408 1.17-4.464t3.24-3.274q.044.244.08.491t.116.55Q5.902 6.424 4.95 8.189T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12q0-2.048-.96-3.825q-.961-1.777-2.69-2.896q.079-.285.125-.522t.096-.495q2.07 1.217 3.25 3.27Q21 9.587 21 12q0 1.864-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21t-3.506-.71m-.032-4.751Q7 14.077 7 12q0-1.046.407-1.984q.406-.939 1.158-1.635q.087.24.17.487q.082.247.198.568q-.454.537-.693 1.199Q8 11.296 8 12q0 1.65 1.175 2.825T12 16t2.825-1.175T16 12q0-.723-.249-1.365q-.249-.643-.703-1.199q.085-.234.065-.16t.297-.915q.77.697 1.18 1.645T17 12q0 2.077-1.461 3.539T12 17t-3.538-1.461M11.385 8q-.925-2.78-1.155-3.697Q10 3.387 10 2.5q0-.838.58-1.42T12 .5t1.42.58T14 2.5q0 .887-.23 1.803T12.616 8zm-.451 5.066Q10.5 12.633 10.5 12t.434-1.066T12 10.5t1.066.434q.434.433.434 1.066t-.434 1.066T12 13.5t-1.066-.434"/></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.494 20.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3 12q0-2.408 1.17-4.464t3.24-3.274q.044.244.08.491t.116.55Q5.902 6.424 4.95 8.189T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12q0-2.048-.96-3.825q-.961-1.777-2.69-2.896q.079-.285.125-.522t.096-.495q2.07 1.217 3.25 3.27Q21 9.587 21 12q0 1.864-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21t-3.506-.71m-.032-4.751Q7 14.077 7 12q0-1.046.407-1.984q.406-.939 1.158-1.635q.087.24.17.487q.082.247.198.568q-.454.537-.693 1.199Q8 11.296 8 12q0 1.65 1.175 2.825T12 16t2.825-1.175T16 12q0-.723-.249-1.365q-.249-.643-.703-1.199q.085-.234.065-.16t.297-.915q.77.697 1.18 1.645T17 12q0 2.077-1.461 3.539T12 17t-3.538-1.461M11.385 8q-.925-2.78-1.155-3.697Q10 3.387 10 2.5q0-.838.58-1.42T12 .5t1.42.58T14 2.5q0 .887-.23 1.803T12.616 8zm-.451 5.066Q10.5 12.633 10.5 12t.434-1.066T12 10.5t1.066.434q.434.433.434 1.066t-.434 1.066T12 13.5t-1.066-.434"/></svg> </template>
CSS
.icon-crisis-alert {
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.494%2020.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3%2012q0-2.408%201.17-4.464t3.24-3.274q.044.244.08.491t.116.55Q5.902%206.424%204.95%208.189T4%2012q0%203.35%202.325%205.675T12%2020t5.675-2.325T20%2012q0-2.048-.96-3.825q-.961-1.777-2.69-2.896q.079-.285.125-.522t.096-.495q2.07%201.217%203.25%203.27Q21%209.587%2021%2012q0%201.864-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%2021t-3.506-.71m-.032-4.751Q7%2014.077%207%2012q0-1.046.407-1.984q.406-.939%201.158-1.635q.087.24.17.487q.082.247.198.568q-.454.537-.693%201.199Q8%2011.296%208%2012q0%201.65%201.175%202.825T12%2016t2.825-1.175T16%2012q0-.723-.249-1.365q-.249-.643-.703-1.199q.085-.234.065-.16t.297-.915q.77.697%201.18%201.645T17%2012q0%202.077-1.461%203.539T12%2017t-3.538-1.461M11.385%208q-.925-2.78-1.155-3.697Q10%203.387%2010%202.5q0-.838.58-1.42T12%20.5t1.42.58T14%202.5q0%20.887-.23%201.803T12.616%208zm-.451%205.066Q10.5%2012.633%2010.5%2012t.434-1.066T12%2010.5t1.066.434q.434.433.434%201.066t-.434%201.066T12%2013.5t-1.066-.434%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.494%2020.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3%2012q0-2.408%201.17-4.464t3.24-3.274q.044.244.08.491t.116.55Q5.902%206.424%204.95%208.189T4%2012q0%203.35%202.325%205.675T12%2020t5.675-2.325T20%2012q0-2.048-.96-3.825q-.961-1.777-2.69-2.896q.079-.285.125-.522t.096-.495q2.07%201.217%203.25%203.27Q21%209.587%2021%2012q0%201.864-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%2021t-3.506-.71m-.032-4.751Q7%2014.077%207%2012q0-1.046.407-1.984q.406-.939%201.158-1.635q.087.24.17.487q.082.247.198.568q-.454.537-.693%201.199Q8%2011.296%208%2012q0%201.65%201.175%202.825T12%2016t2.825-1.175T16%2012q0-.723-.249-1.365q-.249-.643-.703-1.199q.085-.234.065-.16t.297-.915q.77.697%201.18%201.645T17%2012q0%202.077-1.461%203.539T12%2017t-3.538-1.461M11.385%208q-.925-2.78-1.155-3.697Q10%203.387%2010%202.5q0-.838.58-1.42T12%20.5t1.42.58T14%202.5q0%20.887-.23%201.803T12.616%208zm-.451%205.066Q10.5%2012.633%2010.5%2012t.434-1.066T12%2010.5t1.066.434q.434.433.434%201.066t-.434%201.066T12%2013.5t-1.066-.434%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/crisis-alert.svg?color=%231a73e8&size=48