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

Name
alert-urgent-16
Set
Fluent UI System Color Icons
Style
16
Viewbox
16×16
License
MIT

2 other variants in Fluent UI System Color Icons

The same icon in other sets

Related icons in Fluent UI System Color Icons

Use the alert urgent icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGSQ5P6cao)" d="M10.5 13a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path fill="url(#SVGMTvYoewI)" d="M2.538 10.706a4 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.343z"/><path fill="url(#SVGLu7Vierh)" 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.093-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-.056-.006-.144a4.6 4.6 0 0 0-.533-1.858a4.5 4.5 0 0 0-.921-1.177a4 4 0 0 0-.521-.41"/><defs><linearGradient id="SVGSQ5P6cao" x1="8.5" x2="9.672" y1="12.437" y2="14.937" gradientUnits="userSpaceOnUse"><stop stop-color="#eb4824"/><stop offset="1" stop-color="#ffcd0f" stop-opacity=".988"/></linearGradient><linearGradient id="SVGMTvYoewI" x1="11.992" x2="3.123" y1="12.148" y2="6.276" gradientUnits="userSpaceOnUse"><stop stop-color="#ff6f47"/><stop offset="1" stop-color="#ffcd0f"/></linearGradient><linearGradient id="SVGLu7Vierh" x1="11.191" x2="14.324" y1="2.063" y2="9.625" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#5b2ab5"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorAlertUrgent16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGSQ5P6cao)" d="M10.5 13a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path fill="url(#SVGMTvYoewI)" d="M2.538 10.706a4 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.343z"/><path fill="url(#SVGLu7Vierh)" 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.093-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-.056-.006-.144a4.6 4.6 0 0 0-.533-1.858a4.5 4.5 0 0 0-.921-1.177a4 4 0 0 0-.521-.41"/><defs><linearGradient id="SVGSQ5P6cao" x1="8.5" x2="9.672" y1="12.437" y2="14.937" gradientUnits="userSpaceOnUse"><stop stopColor="#eb4824"/><stop offset="1" stopColor="#ffcd0f" stopOpacity=".988"/></linearGradient><linearGradient id="SVGMTvYoewI" x1="11.992" x2="3.123" y1="12.148" y2="6.276" gradientUnits="userSpaceOnUse"><stop stopColor="#ff6f47"/><stop offset="1" stopColor="#ffcd0f"/></linearGradient><linearGradient id="SVGLu7Vierh" x1="11.191" x2="14.324" y1="2.063" y2="9.625" gradientUnits="userSpaceOnUse"><stop offset=".125" stopColor="#9c6cfe"/><stop offset="1" stopColor="#5b2ab5"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGSQ5P6cao)" d="M10.5 13a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path fill="url(#SVGMTvYoewI)" d="M2.538 10.706a4 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.343z"/><path fill="url(#SVGLu7Vierh)" 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.093-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-.056-.006-.144a4.6 4.6 0 0 0-.533-1.858a4.5 4.5 0 0 0-.921-1.177a4 4 0 0 0-.521-.41"/><defs><linearGradient id="SVGSQ5P6cao" x1="8.5" x2="9.672" y1="12.437" y2="14.937" gradientUnits="userSpaceOnUse"><stop stop-color="#eb4824"/><stop offset="1" stop-color="#ffcd0f" stop-opacity=".988"/></linearGradient><linearGradient id="SVGMTvYoewI" x1="11.992" x2="3.123" y1="12.148" y2="6.276" gradientUnits="userSpaceOnUse"><stop stop-color="#ff6f47"/><stop offset="1" stop-color="#ffcd0f"/></linearGradient><linearGradient id="SVGLu7Vierh" x1="11.191" x2="14.324" y1="2.063" y2="9.625" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#5b2ab5"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-alert-urgent-16 {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGSQ5P6cao)%22%20d%3D%22M10.5%2013a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGMTvYoewI)%22%20d%3D%22M2.538%2010.706a4%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.343z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGLu7Vierh)%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.093-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-.056-.006-.144a4.6%204.6%200%200%200-.533-1.858a4.5%204.5%200%200%200-.921-1.177a4%204%200%200%200-.521-.41%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGSQ5P6cao%22%20x1%3D%228.5%22%20x2%3D%229.672%22%20y1%3D%2212.437%22%20y2%3D%2214.937%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23eb4824%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffcd0f%22%20stop-opacity%3D%22.988%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGMTvYoewI%22%20x1%3D%2211.992%22%20x2%3D%223.123%22%20y1%3D%2212.148%22%20y2%3D%226.276%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff6f47%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffcd0f%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGLu7Vierh%22%20x1%3D%2211.191%22%20x2%3D%2214.324%22%20y1%3D%222.063%22%20y2%3D%229.625%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235b2ab5%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGSQ5P6cao)%22%20d%3D%22M10.5%2013a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGMTvYoewI)%22%20d%3D%22M2.538%2010.706a4%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.343z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGLu7Vierh)%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.093-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-.056-.006-.144a4.6%204.6%200%200%200-.533-1.858a4.5%204.5%200%200%200-.921-1.177a4%204%200%200%200-.521-.41%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGSQ5P6cao%22%20x1%3D%228.5%22%20x2%3D%229.672%22%20y1%3D%2212.437%22%20y2%3D%2214.937%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23eb4824%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffcd0f%22%20stop-opacity%3D%22.988%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGMTvYoewI%22%20x1%3D%2211.992%22%20x2%3D%223.123%22%20y1%3D%2212.148%22%20y2%3D%226.276%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff6f47%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffcd0f%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGLu7Vierh%22%20x1%3D%2211.191%22%20x2%3D%2214.324%22%20y1%3D%222.063%22%20y2%3D%229.625%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235b2ab5%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/alert-urgent-16.svg?color=%231a73e8&size=48