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

Name
alert-urgent-20
Set
Fluent UI System Color Icons
Style
20
Viewbox
20×20
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 20 20"><g fill="none"><path fill="url(#SVGOtUdwTQc)" d="M12 16a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path fill="url(#SVGDSoRyckl)" d="M2.466 12.248a5.158 5.158 0 1 1 9.424-4.196l1.224 2.75l1.664 1.618a.75.75 0 0 1-.218 1.223l-9.727 4.33a.75.75 0 0 1-1.054-.656l-.09-2.32z"/><path fill="url(#SVGI49iBbmM)" d="M13.447 1.505a.75.75 0 1 0-.681 1.336a7.75 7.75 0 0 1 4.227 7.23a.75.75 0 0 0 1.5.061q.007-.19.007-.382a9.25 9.25 0 0 0-5.053-8.245"/><path fill="url(#SVGI49iBbmM)" d="M12.917 4.082a.75.75 0 1 0-.816 1.259A5.25 5.25 0 0 1 14.5 9.672a.75.75 0 1 0 1.5-.021a6.75 6.75 0 0 0-3.082-5.569"/><defs><linearGradient id="SVGOtUdwTQc" x1="9.5" x2="10.672" y1="15.5" y2="18" gradientUnits="userSpaceOnUse"><stop stop-color="#eb4824"/><stop offset="1" stop-color="#ffcd0f" stop-opacity=".988"/></linearGradient><linearGradient id="SVGDSoRyckl" x1="14.5" x2="3.42" y1="14.5" y2="6.998" gradientUnits="userSpaceOnUse"><stop stop-color="#ff6f47"/><stop offset="1" stop-color="#ffcd0f"/></linearGradient><linearGradient id="SVGI49iBbmM" x1="13.362" x2="17.578" y1="2.676" y2="11.588" 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 FluentColorAlertUrgent20(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGOtUdwTQc)" d="M12 16a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path fill="url(#SVGDSoRyckl)" d="M2.466 12.248a5.158 5.158 0 1 1 9.424-4.196l1.224 2.75l1.664 1.618a.75.75 0 0 1-.218 1.223l-9.727 4.33a.75.75 0 0 1-1.054-.656l-.09-2.32z"/><path fill="url(#SVGI49iBbmM)" d="M13.447 1.505a.75.75 0 1 0-.681 1.336a7.75 7.75 0 0 1 4.227 7.23a.75.75 0 0 0 1.5.061q.007-.19.007-.382a9.25 9.25 0 0 0-5.053-8.245"/><path fill="url(#SVGI49iBbmM)" d="M12.917 4.082a.75.75 0 1 0-.816 1.259A5.25 5.25 0 0 1 14.5 9.672a.75.75 0 1 0 1.5-.021a6.75 6.75 0 0 0-3.082-5.569"/><defs><linearGradient id="SVGOtUdwTQc" x1="9.5" x2="10.672" y1="15.5" y2="18" gradientUnits="userSpaceOnUse"><stop stopColor="#eb4824"/><stop offset="1" stopColor="#ffcd0f" stopOpacity=".988"/></linearGradient><linearGradient id="SVGDSoRyckl" x1="14.5" x2="3.42" y1="14.5" y2="6.998" gradientUnits="userSpaceOnUse"><stop stopColor="#ff6f47"/><stop offset="1" stopColor="#ffcd0f"/></linearGradient><linearGradient id="SVGI49iBbmM" x1="13.362" x2="17.578" y1="2.676" y2="11.588" 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 20 20"><g fill="none"><path fill="url(#SVGOtUdwTQc)" d="M12 16a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path fill="url(#SVGDSoRyckl)" d="M2.466 12.248a5.158 5.158 0 1 1 9.424-4.196l1.224 2.75l1.664 1.618a.75.75 0 0 1-.218 1.223l-9.727 4.33a.75.75 0 0 1-1.054-.656l-.09-2.32z"/><path fill="url(#SVGI49iBbmM)" d="M13.447 1.505a.75.75 0 1 0-.681 1.336a7.75 7.75 0 0 1 4.227 7.23a.75.75 0 0 0 1.5.061q.007-.19.007-.382a9.25 9.25 0 0 0-5.053-8.245"/><path fill="url(#SVGI49iBbmM)" d="M12.917 4.082a.75.75 0 1 0-.816 1.259A5.25 5.25 0 0 1 14.5 9.672a.75.75 0 1 0 1.5-.021a6.75 6.75 0 0 0-3.082-5.569"/><defs><linearGradient id="SVGOtUdwTQc" x1="9.5" x2="10.672" y1="15.5" y2="18" gradientUnits="userSpaceOnUse"><stop stop-color="#eb4824"/><stop offset="1" stop-color="#ffcd0f" stop-opacity=".988"/></linearGradient><linearGradient id="SVGDSoRyckl" x1="14.5" x2="3.42" y1="14.5" y2="6.998" gradientUnits="userSpaceOnUse"><stop stop-color="#ff6f47"/><stop offset="1" stop-color="#ffcd0f"/></linearGradient><linearGradient id="SVGI49iBbmM" x1="13.362" x2="17.578" y1="2.676" y2="11.588" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#5b2ab5"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-alert-urgent-20 {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGOtUdwTQc)%22%20d%3D%22M12%2016a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGDSoRyckl)%22%20d%3D%22M2.466%2012.248a5.158%205.158%200%201%201%209.424-4.196l1.224%202.75l1.664%201.618a.75.75%200%200%201-.218%201.223l-9.727%204.33a.75.75%200%200%201-1.054-.656l-.09-2.32z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGI49iBbmM)%22%20d%3D%22M13.447%201.505a.75.75%200%201%200-.681%201.336a7.75%207.75%200%200%201%204.227%207.23a.75.75%200%200%200%201.5.061q.007-.19.007-.382a9.25%209.25%200%200%200-5.053-8.245%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGI49iBbmM)%22%20d%3D%22M12.917%204.082a.75.75%200%201%200-.816%201.259A5.25%205.25%200%200%201%2014.5%209.672a.75.75%200%201%200%201.5-.021a6.75%206.75%200%200%200-3.082-5.569%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGOtUdwTQc%22%20x1%3D%229.5%22%20x2%3D%2210.672%22%20y1%3D%2215.5%22%20y2%3D%2218%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%22SVGDSoRyckl%22%20x1%3D%2214.5%22%20x2%3D%223.42%22%20y1%3D%2214.5%22%20y2%3D%226.998%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%22SVGI49iBbmM%22%20x1%3D%2213.362%22%20x2%3D%2217.578%22%20y1%3D%222.676%22%20y2%3D%2211.588%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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGOtUdwTQc)%22%20d%3D%22M12%2016a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGDSoRyckl)%22%20d%3D%22M2.466%2012.248a5.158%205.158%200%201%201%209.424-4.196l1.224%202.75l1.664%201.618a.75.75%200%200%201-.218%201.223l-9.727%204.33a.75.75%200%200%201-1.054-.656l-.09-2.32z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGI49iBbmM)%22%20d%3D%22M13.447%201.505a.75.75%200%201%200-.681%201.336a7.75%207.75%200%200%201%204.227%207.23a.75.75%200%200%200%201.5.061q.007-.19.007-.382a9.25%209.25%200%200%200-5.053-8.245%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGI49iBbmM)%22%20d%3D%22M12.917%204.082a.75.75%200%201%200-.816%201.259A5.25%205.25%200%200%201%2014.5%209.672a.75.75%200%201%200%201.5-.021a6.75%206.75%200%200%200-3.082-5.569%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGOtUdwTQc%22%20x1%3D%229.5%22%20x2%3D%2210.672%22%20y1%3D%2215.5%22%20y2%3D%2218%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%22SVGDSoRyckl%22%20x1%3D%2214.5%22%20x2%3D%223.42%22%20y1%3D%2214.5%22%20y2%3D%226.998%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%22SVGI49iBbmM%22%20x1%3D%2213.362%22%20x2%3D%2217.578%22%20y1%3D%222.676%22%20y2%3D%2211.588%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-20.svg?color=%231a73e8&size=48