alert urgent icon
alert-urgent-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- alert-urgent-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M10.703 1.043a.5.5 0 0 0-.406.914c.008.004.113.053.283.153a7.2 7.2 0 0 1 2.49 2.476c1.02 1.709.946 3.522.932 3.864L14 8.5a.5.5 0 0 0 1 .001v.004l.001-.026a8 8 0 0 0-.065-1.433c-.11-.828-.375-1.914-1.006-2.972c-1.25-2.092-3.111-2.98-3.227-3.03m.09 2.555a.5.5 0 1 0-.567.823a3.48 3.48 0 0 1 1.548 2.825v.004a.5.5 0 0 0 1 0v-.063q0-.055-.006-.144a4.6 4.6 0 0 0-.533-1.858a4.5 4.5 0 0 0-.921-1.177c-.286-.262-.524-.412-.521-.41m-8.255 7.108a4 4 0 0 1 6.927-4l.82 1.42l1.906 1.387a.5.5 0 0 1-.044.837l-2.53 1.461l.003.002l-2.738 1.581v-.004l-2.53 1.46a.5.5 0 0 1-.747-.38l-.247-2.343zm.866-.5l.873 1.513a.5.5 0 0 1 .064.197l.178 1.684l6.462-3.731l-1.37-.996a.5.5 0 0 1-.138-.154l-.874-1.512a3 3 0 0 0-5.195 3m3.848 4.13a1.75 1.75 0 0 0 2.998-1.732z"/></svg>
React
import type { SVGProps } from "react";
export function FluentAlertUrgent16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.703 1.043a.5.5 0 0 0-.406.914c.008.004.113.053.283.153a7.2 7.2 0 0 1 2.49 2.476c1.02 1.709.946 3.522.932 3.864L14 8.5a.5.5 0 0 0 1 .001v.004l.001-.026a8 8 0 0 0-.065-1.433c-.11-.828-.375-1.914-1.006-2.972c-1.25-2.092-3.111-2.98-3.227-3.03m.09 2.555a.5.5 0 1 0-.567.823a3.48 3.48 0 0 1 1.548 2.825v.004a.5.5 0 0 0 1 0v-.063q0-.055-.006-.144a4.6 4.6 0 0 0-.533-1.858a4.5 4.5 0 0 0-.921-1.177c-.286-.262-.524-.412-.521-.41m-8.255 7.108a4 4 0 0 1 6.927-4l.82 1.42l1.906 1.387a.5.5 0 0 1-.044.837l-2.53 1.461l.003.002l-2.738 1.581v-.004l-2.53 1.46a.5.5 0 0 1-.747-.38l-.247-2.343zm.866-.5l.873 1.513a.5.5 0 0 1 .064.197l.178 1.684l6.462-3.731l-1.37-.996a.5.5 0 0 1-.138-.154l-.874-1.512a3 3 0 0 0-5.195 3m3.848 4.13a1.75 1.75 0 0 0 2.998-1.732z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.703 1.043a.5.5 0 0 0-.406.914c.008.004.113.053.283.153a7.2 7.2 0 0 1 2.49 2.476c1.02 1.709.946 3.522.932 3.864L14 8.5a.5.5 0 0 0 1 .001v.004l.001-.026a8 8 0 0 0-.065-1.433c-.11-.828-.375-1.914-1.006-2.972c-1.25-2.092-3.111-2.98-3.227-3.03m.09 2.555a.5.5 0 1 0-.567.823a3.48 3.48 0 0 1 1.548 2.825v.004a.5.5 0 0 0 1 0v-.063q0-.055-.006-.144a4.6 4.6 0 0 0-.533-1.858a4.5 4.5 0 0 0-.921-1.177c-.286-.262-.524-.412-.521-.41m-8.255 7.108a4 4 0 0 1 6.927-4l.82 1.42l1.906 1.387a.5.5 0 0 1-.044.837l-2.53 1.461l.003.002l-2.738 1.581v-.004l-2.53 1.46a.5.5 0 0 1-.747-.38l-.247-2.343zm.866-.5l.873 1.513a.5.5 0 0 1 .064.197l.178 1.684l6.462-3.731l-1.37-.996a.5.5 0 0 1-.138-.154l-.874-1.512a3 3 0 0 0-5.195 3m3.848 4.13a1.75 1.75 0 0 0 2.998-1.732z"/></svg> </template>
CSS
.icon-alert-urgent-16-regular {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.703%201.043a.5.5%200%200%200-.406.914c.008.004.113.053.283.153a7.2%207.2%200%200%201%202.49%202.476c1.02%201.709.946%203.522.932%203.864L14%208.5a.5.5%200%200%200%201%20.001v.004l.001-.026a8%208%200%200%200-.065-1.433c-.11-.828-.375-1.914-1.006-2.972c-1.25-2.092-3.111-2.98-3.227-3.03m.09%202.555a.5.5%200%201%200-.567.823a3.48%203.48%200%200%201%201.548%202.825v.004a.5.5%200%200%200%201%200v-.063q0-.055-.006-.144a4.6%204.6%200%200%200-.533-1.858a4.5%204.5%200%200%200-.921-1.177c-.286-.262-.524-.412-.521-.41m-8.255%207.108a4%204%200%200%201%206.927-4l.82%201.42l1.906%201.387a.5.5%200%200%201-.044.837l-2.53%201.461l.003.002l-2.738%201.581v-.004l-2.53%201.46a.5.5%200%200%201-.747-.38l-.247-2.343zm.866-.5l.873%201.513a.5.5%200%200%201%20.064.197l.178%201.684l6.462-3.731l-1.37-.996a.5.5%200%200%201-.138-.154l-.874-1.512a3%203%200%200%200-5.195%203m3.848%204.13a1.75%201.75%200%200%200%202.998-1.732z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.703%201.043a.5.5%200%200%200-.406.914c.008.004.113.053.283.153a7.2%207.2%200%200%201%202.49%202.476c1.02%201.709.946%203.522.932%203.864L14%208.5a.5.5%200%200%200%201%20.001v.004l.001-.026a8%208%200%200%200-.065-1.433c-.11-.828-.375-1.914-1.006-2.972c-1.25-2.092-3.111-2.98-3.227-3.03m.09%202.555a.5.5%200%201%200-.567.823a3.48%203.48%200%200%201%201.548%202.825v.004a.5.5%200%200%200%201%200v-.063q0-.055-.006-.144a4.6%204.6%200%200%200-.533-1.858a4.5%204.5%200%200%200-.921-1.177c-.286-.262-.524-.412-.521-.41m-8.255%207.108a4%204%200%200%201%206.927-4l.82%201.42l1.906%201.387a.5.5%200%200%201-.044.837l-2.53%201.461l.003.002l-2.738%201.581v-.004l-2.53%201.46a.5.5%200%200%201-.747-.38l-.247-2.343zm.866-.5l.873%201.513a.5.5%200%200%201%20.064.197l.178%201.684l6.462-3.731l-1.37-.996a.5.5%200%200%201-.138-.154l-.874-1.512a3%203%200%200%200-5.195%203m3.848%204.13a1.75%201.75%200%200%200%202.998-1.732z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/alert-urgent-16-regular.svg?color=%231a73e8&size=48