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

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

3 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 badge icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGZlGEh56m)" d="M20 24a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/><path fill="url(#SVGUPAv2aTZ)" d="M7 13a9 9 0 0 1 18 0v3.807l1.928 4.822A1 1 0 0 1 26 23H6a1 1 0 0 1-.928-1.371L7 16.807z"/><path fill="url(#SVGf8htIdXJ)" fill-opacity=".2" d="M7 13a9 9 0 0 1 18 0v3.807l1.928 4.822A1 1 0 0 1 26 23H6a1 1 0 0 1-.928-1.371L7 16.807z"/><path fill="#212121" d="M27 9a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/><path fill="url(#SVGqy2OcbGo)" d="M27 9a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/><defs><linearGradient id="SVGZlGEh56m" x1="16" x2="16.026" y1="22.857" y2="27.999" gradientUnits="userSpaceOnUse"><stop stop-color="#eb4824"/><stop offset="1" stop-color="#ffcd0f" stop-opacity=".988"/></linearGradient><linearGradient id="SVGUPAv2aTZ" x1="24.243" x2="8.48" y1="20.889" y2="5.769" gradientUnits="userSpaceOnUse"><stop stop-color="#ff6f47"/><stop offset="1" stop-color="#ffcd0f"/></linearGradient><linearGradient id="SVGqy2OcbGo" x1="21.214" x2="25.929" y1="7.125" y2="10.875" gradientUnits="userSpaceOnUse"><stop stop-color="#f83f54"/><stop offset="1" stop-color="#b91d6b"/></linearGradient><radialGradient id="SVGf8htIdXJ" cx="0" cy="0" r="1" gradientTransform="rotate(132.806 9.931 9.9)scale(8.09417 8.84338)" gradientUnits="userSpaceOnUse"><stop offset=".253" stop-color="#ffe994"/><stop offset=".648" stop-color="#ffe994" stop-opacity="0"/></radialGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorAlertBadge32(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGZlGEh56m)" d="M20 24a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/><path fill="url(#SVGUPAv2aTZ)" d="M7 13a9 9 0 0 1 18 0v3.807l1.928 4.822A1 1 0 0 1 26 23H6a1 1 0 0 1-.928-1.371L7 16.807z"/><path fill="url(#SVGf8htIdXJ)" fillOpacity=".2" d="M7 13a9 9 0 0 1 18 0v3.807l1.928 4.822A1 1 0 0 1 26 23H6a1 1 0 0 1-.928-1.371L7 16.807z"/><path fill="#212121" d="M27 9a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/><path fill="url(#SVGqy2OcbGo)" d="M27 9a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/><defs><linearGradient id="SVGZlGEh56m" x1="16" x2="16.026" y1="22.857" y2="27.999" gradientUnits="userSpaceOnUse"><stop stopColor="#eb4824"/><stop offset="1" stopColor="#ffcd0f" stopOpacity=".988"/></linearGradient><linearGradient id="SVGUPAv2aTZ" x1="24.243" x2="8.48" y1="20.889" y2="5.769" gradientUnits="userSpaceOnUse"><stop stopColor="#ff6f47"/><stop offset="1" stopColor="#ffcd0f"/></linearGradient><linearGradient id="SVGqy2OcbGo" x1="21.214" x2="25.929" y1="7.125" y2="10.875" gradientUnits="userSpaceOnUse"><stop stopColor="#f83f54"/><stop offset="1" stopColor="#b91d6b"/></linearGradient><radialGradient id="SVGf8htIdXJ" cx="0" cy="0" r="1" gradientTransform="rotate(132.806 9.931 9.9)scale(8.09417 8.84338)" gradientUnits="userSpaceOnUse"><stop offset=".253" stopColor="#ffe994"/><stop offset=".648" stopColor="#ffe994" stopOpacity="0"/></radialGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGZlGEh56m)" d="M20 24a4 4 0 1 1-8 0a4 4 0 0 1 8 0"/><path fill="url(#SVGUPAv2aTZ)" d="M7 13a9 9 0 0 1 18 0v3.807l1.928 4.822A1 1 0 0 1 26 23H6a1 1 0 0 1-.928-1.371L7 16.807z"/><path fill="url(#SVGf8htIdXJ)" fill-opacity=".2" d="M7 13a9 9 0 0 1 18 0v3.807l1.928 4.822A1 1 0 0 1 26 23H6a1 1 0 0 1-.928-1.371L7 16.807z"/><path fill="#212121" d="M27 9a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/><path fill="url(#SVGqy2OcbGo)" d="M27 9a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/><defs><linearGradient id="SVGZlGEh56m" x1="16" x2="16.026" y1="22.857" y2="27.999" gradientUnits="userSpaceOnUse"><stop stop-color="#eb4824"/><stop offset="1" stop-color="#ffcd0f" stop-opacity=".988"/></linearGradient><linearGradient id="SVGUPAv2aTZ" x1="24.243" x2="8.48" y1="20.889" y2="5.769" gradientUnits="userSpaceOnUse"><stop stop-color="#ff6f47"/><stop offset="1" stop-color="#ffcd0f"/></linearGradient><linearGradient id="SVGqy2OcbGo" x1="21.214" x2="25.929" y1="7.125" y2="10.875" gradientUnits="userSpaceOnUse"><stop stop-color="#f83f54"/><stop offset="1" stop-color="#b91d6b"/></linearGradient><radialGradient id="SVGf8htIdXJ" cx="0" cy="0" r="1" gradientTransform="rotate(132.806 9.931 9.9)scale(8.09417 8.84338)" gradientUnits="userSpaceOnUse"><stop offset=".253" stop-color="#ffe994"/><stop offset=".648" stop-color="#ffe994" stop-opacity="0"/></radialGradient></defs></g></svg>
</template>

CSS

.icon-alert-badge-32 {
  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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGZlGEh56m)%22%20d%3D%22M20%2024a4%204%200%201%201-8%200a4%204%200%200%201%208%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGUPAv2aTZ)%22%20d%3D%22M7%2013a9%209%200%200%201%2018%200v3.807l1.928%204.822A1%201%200%200%201%2026%2023H6a1%201%200%200%201-.928-1.371L7%2016.807z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGf8htIdXJ)%22%20fill-opacity%3D%22.2%22%20d%3D%22M7%2013a9%209%200%200%201%2018%200v3.807l1.928%204.822A1%201%200%200%201%2026%2023H6a1%201%200%200%201-.928-1.371L7%2016.807z%22%2F%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M27%209a3%203%200%201%201-6%200a3%203%200%200%201%206%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGqy2OcbGo)%22%20d%3D%22M27%209a3%203%200%201%201-6%200a3%203%200%200%201%206%200%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGZlGEh56m%22%20x1%3D%2216%22%20x2%3D%2216.026%22%20y1%3D%2222.857%22%20y2%3D%2227.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%22SVGUPAv2aTZ%22%20x1%3D%2224.243%22%20x2%3D%228.48%22%20y1%3D%2220.889%22%20y2%3D%225.769%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%22SVGqy2OcbGo%22%20x1%3D%2221.214%22%20x2%3D%2225.929%22%20y1%3D%227.125%22%20y2%3D%2210.875%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23f83f54%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b91d6b%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVGf8htIdXJ%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(132.806%209.931%209.9)scale(8.09417%208.84338)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.253%22%20stop-color%3D%22%23ffe994%22%2F%3E%3Cstop%20offset%3D%22.648%22%20stop-color%3D%22%23ffe994%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGZlGEh56m)%22%20d%3D%22M20%2024a4%204%200%201%201-8%200a4%204%200%200%201%208%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGUPAv2aTZ)%22%20d%3D%22M7%2013a9%209%200%200%201%2018%200v3.807l1.928%204.822A1%201%200%200%201%2026%2023H6a1%201%200%200%201-.928-1.371L7%2016.807z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGf8htIdXJ)%22%20fill-opacity%3D%22.2%22%20d%3D%22M7%2013a9%209%200%200%201%2018%200v3.807l1.928%204.822A1%201%200%200%201%2026%2023H6a1%201%200%200%201-.928-1.371L7%2016.807z%22%2F%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M27%209a3%203%200%201%201-6%200a3%203%200%200%201%206%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGqy2OcbGo)%22%20d%3D%22M27%209a3%203%200%201%201-6%200a3%203%200%200%201%206%200%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGZlGEh56m%22%20x1%3D%2216%22%20x2%3D%2216.026%22%20y1%3D%2222.857%22%20y2%3D%2227.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%22SVGUPAv2aTZ%22%20x1%3D%2224.243%22%20x2%3D%228.48%22%20y1%3D%2220.889%22%20y2%3D%225.769%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%22SVGqy2OcbGo%22%20x1%3D%2221.214%22%20x2%3D%2225.929%22%20y1%3D%227.125%22%20y2%3D%2210.875%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23f83f54%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b91d6b%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVGf8htIdXJ%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(132.806%209.931%209.9)scale(8.09417%208.84338)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.253%22%20stop-color%3D%22%23ffe994%22%2F%3E%3Cstop%20offset%3D%22.648%22%20stop-color%3D%22%23ffe994%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%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-badge-32.svg?color=%231a73e8&size=48