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

Name
alert-badge-20
Set
Fluent UI System Color Icons
Style
20
Viewbox
20×20
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 20 20"><g fill="none"><path fill="url(#SVGWhRYwdqV)" d="M12.99 15a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/><path fill="url(#SVGuUHCFapn)" d="M9.988 2c3.15 0 5.744 2.335 5.985 5.356l.013.222l.005.224l-.001 3.606l.954 2.588l.025.084l.016.087l.005.088c0 .315-.196.59-.522.707l-.113.033l-.115.01H3.742a.8.8 0 0 1-.26-.046c-.286-.106-.475-.372-.482-.716l.005-.118l.033-.13l.951-2.584l.002-3.618l.004-.225C4.117 4.451 6.762 2 9.988 2"/><path fill="url(#SVGEWl3yc2m)" fill-opacity=".2" d="M9.988 2c3.15 0 5.744 2.335 5.985 5.356l.013.222l.005.224l-.001 3.606l.954 2.588l.025.084l.016.087l.005.088c0 .315-.196.59-.522.707l-.113.033l-.115.01H3.742a.8.8 0 0 1-.26-.046c-.286-.106-.475-.372-.482-.716l.005-.118l.033-.13l.951-2.584l.002-3.618l.004-.225C4.117 4.451 6.762 2 9.988 2"/><path fill="url(#SVGWgCJPbIy)" d="M15 7a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><defs><linearGradient id="SVGWhRYwdqV" x1="10.01" x2="10.01" y1="14.5" y2="18" gradientUnits="userSpaceOnUse"><stop stop-color="#eb4824"/><stop offset="1" stop-color="#ffcd0f" stop-opacity=".988"/></linearGradient><linearGradient id="SVGuUHCFapn" x1="17.01" x2="4.51" y1="15" y2="4" gradientUnits="userSpaceOnUse"><stop stop-color="#ff6f47"/><stop offset="1" stop-color="#ffcd0f"/></linearGradient><linearGradient id="SVGWgCJPbIy" x1="13.143" x2="16.286" y1="3.75" y2="6.25" gradientUnits="userSpaceOnUse"><stop stop-color="#f83f54"/><stop offset="1" stop-color="#b91d6b"/></linearGradient><radialGradient id="SVGEWl3yc2m" cx="0" cy="0" r="1" gradientTransform="matrix(-3.99997 5.50003 -5.91658 -4.3029 15 5)" 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 FluentColorAlertBadge20(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(#SVGWhRYwdqV)" d="M12.99 15a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/><path fill="url(#SVGuUHCFapn)" d="M9.988 2c3.15 0 5.744 2.335 5.985 5.356l.013.222l.005.224l-.001 3.606l.954 2.588l.025.084l.016.087l.005.088c0 .315-.196.59-.522.707l-.113.033l-.115.01H3.742a.8.8 0 0 1-.26-.046c-.286-.106-.475-.372-.482-.716l.005-.118l.033-.13l.951-2.584l.002-3.618l.004-.225C4.117 4.451 6.762 2 9.988 2"/><path fill="url(#SVGEWl3yc2m)" fillOpacity=".2" d="M9.988 2c3.15 0 5.744 2.335 5.985 5.356l.013.222l.005.224l-.001 3.606l.954 2.588l.025.084l.016.087l.005.088c0 .315-.196.59-.522.707l-.113.033l-.115.01H3.742a.8.8 0 0 1-.26-.046c-.286-.106-.475-.372-.482-.716l.005-.118l.033-.13l.951-2.584l.002-3.618l.004-.225C4.117 4.451 6.762 2 9.988 2"/><path fill="url(#SVGWgCJPbIy)" d="M15 7a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><defs><linearGradient id="SVGWhRYwdqV" x1="10.01" x2="10.01" y1="14.5" y2="18" gradientUnits="userSpaceOnUse"><stop stopColor="#eb4824"/><stop offset="1" stopColor="#ffcd0f" stopOpacity=".988"/></linearGradient><linearGradient id="SVGuUHCFapn" x1="17.01" x2="4.51" y1="15" y2="4" gradientUnits="userSpaceOnUse"><stop stopColor="#ff6f47"/><stop offset="1" stopColor="#ffcd0f"/></linearGradient><linearGradient id="SVGWgCJPbIy" x1="13.143" x2="16.286" y1="3.75" y2="6.25" gradientUnits="userSpaceOnUse"><stop stopColor="#f83f54"/><stop offset="1" stopColor="#b91d6b"/></linearGradient><radialGradient id="SVGEWl3yc2m" cx="0" cy="0" r="1" gradientTransform="matrix(-3.99997 5.50003 -5.91658 -4.3029 15 5)" 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 20 20"><g fill="none"><path fill="url(#SVGWhRYwdqV)" d="M12.99 15a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/><path fill="url(#SVGuUHCFapn)" d="M9.988 2c3.15 0 5.744 2.335 5.985 5.356l.013.222l.005.224l-.001 3.606l.954 2.588l.025.084l.016.087l.005.088c0 .315-.196.59-.522.707l-.113.033l-.115.01H3.742a.8.8 0 0 1-.26-.046c-.286-.106-.475-.372-.482-.716l.005-.118l.033-.13l.951-2.584l.002-3.618l.004-.225C4.117 4.451 6.762 2 9.988 2"/><path fill="url(#SVGEWl3yc2m)" fill-opacity=".2" d="M9.988 2c3.15 0 5.744 2.335 5.985 5.356l.013.222l.005.224l-.001 3.606l.954 2.588l.025.084l.016.087l.005.088c0 .315-.196.59-.522.707l-.113.033l-.115.01H3.742a.8.8 0 0 1-.26-.046c-.286-.106-.475-.372-.482-.716l.005-.118l.033-.13l.951-2.584l.002-3.618l.004-.225C4.117 4.451 6.762 2 9.988 2"/><path fill="url(#SVGWgCJPbIy)" d="M15 7a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><defs><linearGradient id="SVGWhRYwdqV" x1="10.01" x2="10.01" y1="14.5" y2="18" gradientUnits="userSpaceOnUse"><stop stop-color="#eb4824"/><stop offset="1" stop-color="#ffcd0f" stop-opacity=".988"/></linearGradient><linearGradient id="SVGuUHCFapn" x1="17.01" x2="4.51" y1="15" y2="4" gradientUnits="userSpaceOnUse"><stop stop-color="#ff6f47"/><stop offset="1" stop-color="#ffcd0f"/></linearGradient><linearGradient id="SVGWgCJPbIy" x1="13.143" x2="16.286" y1="3.75" y2="6.25" gradientUnits="userSpaceOnUse"><stop stop-color="#f83f54"/><stop offset="1" stop-color="#b91d6b"/></linearGradient><radialGradient id="SVGEWl3yc2m" cx="0" cy="0" r="1" gradientTransform="matrix(-3.99997 5.50003 -5.91658 -4.3029 15 5)" 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-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(%23SVGWhRYwdqV)%22%20d%3D%22M12.99%2015a3%203%200%201%201-6%200a3%203%200%200%201%206%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGuUHCFapn)%22%20d%3D%22M9.988%202c3.15%200%205.744%202.335%205.985%205.356l.013.222l.005.224l-.001%203.606l.954%202.588l.025.084l.016.087l.005.088c0%20.315-.196.59-.522.707l-.113.033l-.115.01H3.742a.8.8%200%200%201-.26-.046c-.286-.106-.475-.372-.482-.716l.005-.118l.033-.13l.951-2.584l.002-3.618l.004-.225C4.117%204.451%206.762%202%209.988%202%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGEWl3yc2m)%22%20fill-opacity%3D%22.2%22%20d%3D%22M9.988%202c3.15%200%205.744%202.335%205.985%205.356l.013.222l.005.224l-.001%203.606l.954%202.588l.025.084l.016.087l.005.088c0%20.315-.196.59-.522.707l-.113.033l-.115.01H3.742a.8.8%200%200%201-.26-.046c-.286-.106-.475-.372-.482-.716l.005-.118l.033-.13l.951-2.584l.002-3.618l.004-.225C4.117%204.451%206.762%202%209.988%202%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGWgCJPbIy)%22%20d%3D%22M15%207a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGWhRYwdqV%22%20x1%3D%2210.01%22%20x2%3D%2210.01%22%20y1%3D%2214.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%22SVGuUHCFapn%22%20x1%3D%2217.01%22%20x2%3D%224.51%22%20y1%3D%2215%22%20y2%3D%224%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%22SVGWgCJPbIy%22%20x1%3D%2213.143%22%20x2%3D%2216.286%22%20y1%3D%223.75%22%20y2%3D%226.25%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%22SVGEWl3yc2m%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(-3.99997%205.50003%20-5.91658%20-4.3029%2015%205)%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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGWhRYwdqV)%22%20d%3D%22M12.99%2015a3%203%200%201%201-6%200a3%203%200%200%201%206%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGuUHCFapn)%22%20d%3D%22M9.988%202c3.15%200%205.744%202.335%205.985%205.356l.013.222l.005.224l-.001%203.606l.954%202.588l.025.084l.016.087l.005.088c0%20.315-.196.59-.522.707l-.113.033l-.115.01H3.742a.8.8%200%200%201-.26-.046c-.286-.106-.475-.372-.482-.716l.005-.118l.033-.13l.951-2.584l.002-3.618l.004-.225C4.117%204.451%206.762%202%209.988%202%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGEWl3yc2m)%22%20fill-opacity%3D%22.2%22%20d%3D%22M9.988%202c3.15%200%205.744%202.335%205.985%205.356l.013.222l.005.224l-.001%203.606l.954%202.588l.025.084l.016.087l.005.088c0%20.315-.196.59-.522.707l-.113.033l-.115.01H3.742a.8.8%200%200%201-.26-.046c-.286-.106-.475-.372-.482-.716l.005-.118l.033-.13l.951-2.584l.002-3.618l.004-.225C4.117%204.451%206.762%202%209.988%202%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGWgCJPbIy)%22%20d%3D%22M15%207a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGWhRYwdqV%22%20x1%3D%2210.01%22%20x2%3D%2210.01%22%20y1%3D%2214.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%22SVGuUHCFapn%22%20x1%3D%2217.01%22%20x2%3D%224.51%22%20y1%3D%2215%22%20y2%3D%224%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%22SVGWgCJPbIy%22%20x1%3D%2213.143%22%20x2%3D%2216.286%22%20y1%3D%223.75%22%20y2%3D%226.25%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%22SVGEWl3yc2m%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(-3.99997%205.50003%20-5.91658%20-4.3029%2015%205)%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-20.svg?color=%231a73e8&size=48