alert urgent icon
alert-urgent-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- alert-urgent-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the alert urgent icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.466 12.25a5.158 5.158 0 0 1 9.424-4.197l1.224 2.749l1.664 1.619a.75.75 0 0 1-.218 1.222l-9.727 4.331a.75.75 0 0 1-1.054-.656l-.09-2.32zm6.364 5.087a1.49 1.49 0 0 0 2.685-1.195zm3.256-12.609a.5.5 0 0 1 .694-.134c1.608 1.085 2.715 2.638 2.888 4.424q.024.24.024.487a.5.5 0 1 1-1 0a4 4 0 0 0-.02-.39c-.136-1.418-1.024-2.728-2.452-3.693a.5.5 0 0 1-.134-.694m.49-2.485a.5.5 0 0 1 .688-.165c2.458 1.506 4.58 3.805 4.736 7.904a.5.5 0 0 1-1 .038c-.14-3.676-2-5.706-4.259-7.09a.5.5 0 0 1-.165-.687"/></svg>
React
import type { SVGProps } from "react";
export function FluentAlertUrgent20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.466 12.25a5.158 5.158 0 0 1 9.424-4.197l1.224 2.749l1.664 1.619a.75.75 0 0 1-.218 1.222l-9.727 4.331a.75.75 0 0 1-1.054-.656l-.09-2.32zm6.364 5.087a1.49 1.49 0 0 0 2.685-1.195zm3.256-12.609a.5.5 0 0 1 .694-.134c1.608 1.085 2.715 2.638 2.888 4.424q.024.24.024.487a.5.5 0 1 1-1 0a4 4 0 0 0-.02-.39c-.136-1.418-1.024-2.728-2.452-3.693a.5.5 0 0 1-.134-.694m.49-2.485a.5.5 0 0 1 .688-.165c2.458 1.506 4.58 3.805 4.736 7.904a.5.5 0 0 1-1 .038c-.14-3.676-2-5.706-4.259-7.09a.5.5 0 0 1-.165-.687"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.466 12.25a5.158 5.158 0 0 1 9.424-4.197l1.224 2.749l1.664 1.619a.75.75 0 0 1-.218 1.222l-9.727 4.331a.75.75 0 0 1-1.054-.656l-.09-2.32zm6.364 5.087a1.49 1.49 0 0 0 2.685-1.195zm3.256-12.609a.5.5 0 0 1 .694-.134c1.608 1.085 2.715 2.638 2.888 4.424q.024.24.024.487a.5.5 0 1 1-1 0a4 4 0 0 0-.02-.39c-.136-1.418-1.024-2.728-2.452-3.693a.5.5 0 0 1-.134-.694m.49-2.485a.5.5 0 0 1 .688-.165c2.458 1.506 4.58 3.805 4.736 7.904a.5.5 0 0 1-1 .038c-.14-3.676-2-5.706-4.259-7.09a.5.5 0 0 1-.165-.687"/></svg> </template>
CSS
.icon-alert-urgent-20-filled {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.466%2012.25a5.158%205.158%200%200%201%209.424-4.197l1.224%202.749l1.664%201.619a.75.75%200%200%201-.218%201.222l-9.727%204.331a.75.75%200%200%201-1.054-.656l-.09-2.32zm6.364%205.087a1.49%201.49%200%200%200%202.685-1.195zm3.256-12.609a.5.5%200%200%201%20.694-.134c1.608%201.085%202.715%202.638%202.888%204.424q.024.24.024.487a.5.5%200%201%201-1%200a4%204%200%200%200-.02-.39c-.136-1.418-1.024-2.728-2.452-3.693a.5.5%200%200%201-.134-.694m.49-2.485a.5.5%200%200%201%20.688-.165c2.458%201.506%204.58%203.805%204.736%207.904a.5.5%200%200%201-1%20.038c-.14-3.676-2-5.706-4.259-7.09a.5.5%200%200%201-.165-.687%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.466%2012.25a5.158%205.158%200%200%201%209.424-4.197l1.224%202.749l1.664%201.619a.75.75%200%200%201-.218%201.222l-9.727%204.331a.75.75%200%200%201-1.054-.656l-.09-2.32zm6.364%205.087a1.49%201.49%200%200%200%202.685-1.195zm3.256-12.609a.5.5%200%200%201%20.694-.134c1.608%201.085%202.715%202.638%202.888%204.424q.024.24.024.487a.5.5%200%201%201-1%200a4%204%200%200%200-.02-.39c-.136-1.418-1.024-2.728-2.452-3.693a.5.5%200%200%201-.134-.694m.49-2.485a.5.5%200%200%201%20.688-.165c2.458%201.506%204.58%203.805%204.736%207.904a.5.5%200%200%201-1%20.038c-.14-3.676-2-5.706-4.259-7.09a.5.5%200%200%201-.165-.687%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/alert-urgent-20-filled.svg?color=%231a73e8&size=48