alert-urgent-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
alert-urgent-16-filled
Set
Fluent UI System Icons
Style
16 Filled
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.043 1.297a.5.5 0 0 1 .66-.254c.116.052 1.978.939 3.227 3.03c.631 1.06.897 2.145 1.006 2.973a8.5 8.5 0 0 1 .065 1.433v.026v-.004a.5.5 0 0 1-1 0v-.05c.015-.343.09-2.156-.93-3.865a7.2 7.2 0 0 0-2.49-2.476c-.171-.1-.276-.15-.284-.153a.5.5 0 0 1-.254-.66m.052 2.413a.5.5 0 0 1 .698-.112c-.003-.002.236.148.52.41c.287.262.64.653.922 1.177a4.6 4.6 0 0 1 .533 1.858q.005.09.006.144v.063a.5.5 0 0 1-1 0v-.003a3.48 3.48 0 0 0-1.567-2.839a.5.5 0 0 1-.112-.698m-7.558 6.997a4 4 0 0 1 6.927-4l.82 1.42l1.906 1.387a.5.5 0 0 1-.044.837l-2.53 1.46l.004.003l-2.738 1.58v-.003l-2.53 1.46a.5.5 0 0 1-.748-.38l-.247-2.343zm7.713 1.898l-2.998 1.73a1.75 1.75 0 0 0 2.998-1.73"/></svg>

React

import type { SVGProps } from "react";

export function FluentAlertUrgent16Filled(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.043 1.297a.5.5 0 0 1 .66-.254c.116.052 1.978.939 3.227 3.03c.631 1.06.897 2.145 1.006 2.973a8.5 8.5 0 0 1 .065 1.433v.026v-.004a.5.5 0 0 1-1 0v-.05c.015-.343.09-2.156-.93-3.865a7.2 7.2 0 0 0-2.49-2.476c-.171-.1-.276-.15-.284-.153a.5.5 0 0 1-.254-.66m.052 2.413a.5.5 0 0 1 .698-.112c-.003-.002.236.148.52.41c.287.262.64.653.922 1.177a4.6 4.6 0 0 1 .533 1.858q.005.09.006.144v.063a.5.5 0 0 1-1 0v-.003a3.48 3.48 0 0 0-1.567-2.839a.5.5 0 0 1-.112-.698m-7.558 6.997a4 4 0 0 1 6.927-4l.82 1.42l1.906 1.387a.5.5 0 0 1-.044.837l-2.53 1.46l.004.003l-2.738 1.58v-.003l-2.53 1.46a.5.5 0 0 1-.748-.38l-.247-2.343zm7.713 1.898l-2.998 1.73a1.75 1.75 0 0 0 2.998-1.73"/></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.043 1.297a.5.5 0 0 1 .66-.254c.116.052 1.978.939 3.227 3.03c.631 1.06.897 2.145 1.006 2.973a8.5 8.5 0 0 1 .065 1.433v.026v-.004a.5.5 0 0 1-1 0v-.05c.015-.343.09-2.156-.93-3.865a7.2 7.2 0 0 0-2.49-2.476c-.171-.1-.276-.15-.284-.153a.5.5 0 0 1-.254-.66m.052 2.413a.5.5 0 0 1 .698-.112c-.003-.002.236.148.52.41c.287.262.64.653.922 1.177a4.6 4.6 0 0 1 .533 1.858q.005.09.006.144v.063a.5.5 0 0 1-1 0v-.003a3.48 3.48 0 0 0-1.567-2.839a.5.5 0 0 1-.112-.698m-7.558 6.997a4 4 0 0 1 6.927-4l.82 1.42l1.906 1.387a.5.5 0 0 1-.044.837l-2.53 1.46l.004.003l-2.738 1.58v-.003l-2.53 1.46a.5.5 0 0 1-.748-.38l-.247-2.343zm7.713 1.898l-2.998 1.73a1.75 1.75 0 0 0 2.998-1.73"/></svg>
</template>

CSS

.icon-alert-urgent-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.043%201.297a.5.5%200%200%201%20.66-.254c.116.052%201.978.939%203.227%203.03c.631%201.06.897%202.145%201.006%202.973a8.5%208.5%200%200%201%20.065%201.433v.026v-.004a.5.5%200%200%201-1%200v-.05c.015-.343.09-2.156-.93-3.865a7.2%207.2%200%200%200-2.49-2.476c-.171-.1-.276-.15-.284-.153a.5.5%200%200%201-.254-.66m.052%202.413a.5.5%200%200%201%20.698-.112c-.003-.002.236.148.52.41c.287.262.64.653.922%201.177a4.6%204.6%200%200%201%20.533%201.858q.005.09.006.144v.063a.5.5%200%200%201-1%200v-.003a3.48%203.48%200%200%200-1.567-2.839a.5.5%200%200%201-.112-.698m-7.558%206.997a4%204%200%200%201%206.927-4l.82%201.42l1.906%201.387a.5.5%200%200%201-.044.837l-2.53%201.46l.004.003l-2.738%201.58v-.003l-2.53%201.46a.5.5%200%200%201-.748-.38l-.247-2.343zm7.713%201.898l-2.998%201.73a1.75%201.75%200%200%200%202.998-1.73%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.043%201.297a.5.5%200%200%201%20.66-.254c.116.052%201.978.939%203.227%203.03c.631%201.06.897%202.145%201.006%202.973a8.5%208.5%200%200%201%20.065%201.433v.026v-.004a.5.5%200%200%201-1%200v-.05c.015-.343.09-2.156-.93-3.865a7.2%207.2%200%200%200-2.49-2.476c-.171-.1-.276-.15-.284-.153a.5.5%200%200%201-.254-.66m.052%202.413a.5.5%200%200%201%20.698-.112c-.003-.002.236.148.52.41c.287.262.64.653.922%201.177a4.6%204.6%200%200%201%20.533%201.858q.005.09.006.144v.063a.5.5%200%200%201-1%200v-.003a3.48%203.48%200%200%200-1.567-2.839a.5.5%200%200%201-.112-.698m-7.558%206.997a4%204%200%200%201%206.927-4l.82%201.42l1.906%201.387a.5.5%200%200%201-.044.837l-2.53%201.46l.004.003l-2.738%201.58v-.003l-2.53%201.46a.5.5%200%200%201-.748-.38l-.247-2.343zm7.713%201.898l-2.998%201.73a1.75%201.75%200%200%200%202.998-1.73%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-filled.svg?color=%231a73e8&size=48