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

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

5 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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVGouOcdeUS)" d="M17.5 21.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/><path fill="url(#SVGiDOJmbrk)" d="M14.002 3a8.5 8.5 0 0 1 8.494 8.246v.255h.004v4.112l1.413 3.644q.057.148.077.306l.01.157a1.28 1.28 0 0 1-1.149 1.274l-.13.006H5.28a1.28 1.28 0 0 1-1.234-1.62l.041-.124l1.416-3.644v-4.11A8.5 8.5 0 0 1 14.003 3"/><defs><linearGradient id="SVGouOcdeUS" x1="14" x2="14.023" y1="20.5" y2="24.999" gradientUnits="userSpaceOnUse"><stop stop-color="#eb4824"/><stop offset="1" stop-color="#ffcd0f" stop-opacity=".988"/></linearGradient><linearGradient id="SVGiDOJmbrk" x1="21.494" x2="6.599" y1="19" y2="5.29" gradientUnits="userSpaceOnUse"><stop stop-color="#ff6f47"/><stop offset="1" stop-color="#ffcd0f"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorAlert28(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVGouOcdeUS)" d="M17.5 21.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/><path fill="url(#SVGiDOJmbrk)" d="M14.002 3a8.5 8.5 0 0 1 8.494 8.246v.255h.004v4.112l1.413 3.644q.057.148.077.306l.01.157a1.28 1.28 0 0 1-1.149 1.274l-.13.006H5.28a1.28 1.28 0 0 1-1.234-1.62l.041-.124l1.416-3.644v-4.11A8.5 8.5 0 0 1 14.003 3"/><defs><linearGradient id="SVGouOcdeUS" x1="14" x2="14.023" y1="20.5" y2="24.999" gradientUnits="userSpaceOnUse"><stop stopColor="#eb4824"/><stop offset="1" stopColor="#ffcd0f" stopOpacity=".988"/></linearGradient><linearGradient id="SVGiDOJmbrk" x1="21.494" x2="6.599" y1="19" y2="5.29" gradientUnits="userSpaceOnUse"><stop stopColor="#ff6f47"/><stop offset="1" stopColor="#ffcd0f"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVGouOcdeUS)" d="M17.5 21.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0"/><path fill="url(#SVGiDOJmbrk)" d="M14.002 3a8.5 8.5 0 0 1 8.494 8.246v.255h.004v4.112l1.413 3.644q.057.148.077.306l.01.157a1.28 1.28 0 0 1-1.149 1.274l-.13.006H5.28a1.28 1.28 0 0 1-1.234-1.62l.041-.124l1.416-3.644v-4.11A8.5 8.5 0 0 1 14.003 3"/><defs><linearGradient id="SVGouOcdeUS" x1="14" x2="14.023" y1="20.5" y2="24.999" gradientUnits="userSpaceOnUse"><stop stop-color="#eb4824"/><stop offset="1" stop-color="#ffcd0f" stop-opacity=".988"/></linearGradient><linearGradient id="SVGiDOJmbrk" x1="21.494" x2="6.599" y1="19" y2="5.29" gradientUnits="userSpaceOnUse"><stop stop-color="#ff6f47"/><stop offset="1" stop-color="#ffcd0f"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-alert-28 {
  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%2028%2028%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGouOcdeUS)%22%20d%3D%22M17.5%2021.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGiDOJmbrk)%22%20d%3D%22M14.002%203a8.5%208.5%200%200%201%208.494%208.246v.255h.004v4.112l1.413%203.644q.057.148.077.306l.01.157a1.28%201.28%200%200%201-1.149%201.274l-.13.006H5.28a1.28%201.28%200%200%201-1.234-1.62l.041-.124l1.416-3.644v-4.11A8.5%208.5%200%200%201%2014.003%203%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGouOcdeUS%22%20x1%3D%2214%22%20x2%3D%2214.023%22%20y1%3D%2220.5%22%20y2%3D%2224.999%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%22SVGiDOJmbrk%22%20x1%3D%2221.494%22%20x2%3D%226.599%22%20y1%3D%2219%22%20y2%3D%225.29%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%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%2028%2028%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGouOcdeUS)%22%20d%3D%22M17.5%2021.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGiDOJmbrk)%22%20d%3D%22M14.002%203a8.5%208.5%200%200%201%208.494%208.246v.255h.004v4.112l1.413%203.644q.057.148.077.306l.01.157a1.28%201.28%200%200%201-1.149%201.274l-.13.006H5.28a1.28%201.28%200%200%201-1.234-1.62l.041-.124l1.416-3.644v-4.11A8.5%208.5%200%200%201%2014.003%203%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGouOcdeUS%22%20x1%3D%2214%22%20x2%3D%2214.023%22%20y1%3D%2220.5%22%20y2%3D%2224.999%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%22SVGiDOJmbrk%22%20x1%3D%2221.494%22%20x2%3D%226.599%22%20y1%3D%2219%22%20y2%3D%225.29%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%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-28.svg?color=%231a73e8&size=48