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

Name
alert-48
Set
Fluent UI System Color Icons
Style
48
Viewbox
48×48
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 48 48"><g fill="none"><path fill="url(#SVGCnDfJJeQ1)" d="M29.993 38a6 6 0 1 1-12 0a6 6 0 0 1 12 0"/><path fill="url(#SVGskMl7csD1)" d="M24 4C15.716 4 9 10.716 9 19v8.487l-2.804 6.355A2.25 2.25 0 0 0 8.254 37h31.492a2.25 2.25 0 0 0 2.058-3.158L39 27.487V19c0-8.284-6.716-15-15-15"/><defs><linearGradient id="SVGCnDfJJeQ1" x1="23.993" x2="24.032" y1="36.286" y2="43.999" gradientUnits="userSpaceOnUse"><stop stop-color="#eb4824"/><stop offset="1" stop-color="#ffcd0f" stop-opacity=".988"/></linearGradient><linearGradient id="SVGskMl7csD1" x1="37.487" x2="10.226" y1="33.333" y2="8.7" gradientUnits="userSpaceOnUse"><stop stop-color="#ff6f47"/><stop offset="1" stop-color="#ffcd0f"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorAlert48(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="url(#SVGCnDfJJeQ1)" d="M29.993 38a6 6 0 1 1-12 0a6 6 0 0 1 12 0"/><path fill="url(#SVGskMl7csD1)" d="M24 4C15.716 4 9 10.716 9 19v8.487l-2.804 6.355A2.25 2.25 0 0 0 8.254 37h31.492a2.25 2.25 0 0 0 2.058-3.158L39 27.487V19c0-8.284-6.716-15-15-15"/><defs><linearGradient id="SVGCnDfJJeQ1" x1="23.993" x2="24.032" y1="36.286" y2="43.999" gradientUnits="userSpaceOnUse"><stop stopColor="#eb4824"/><stop offset="1" stopColor="#ffcd0f" stopOpacity=".988"/></linearGradient><linearGradient id="SVGskMl7csD1" x1="37.487" x2="10.226" y1="33.333" y2="8.7" 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 48 48"><g fill="none"><path fill="url(#SVGCnDfJJeQ1)" d="M29.993 38a6 6 0 1 1-12 0a6 6 0 0 1 12 0"/><path fill="url(#SVGskMl7csD1)" d="M24 4C15.716 4 9 10.716 9 19v8.487l-2.804 6.355A2.25 2.25 0 0 0 8.254 37h31.492a2.25 2.25 0 0 0 2.058-3.158L39 27.487V19c0-8.284-6.716-15-15-15"/><defs><linearGradient id="SVGCnDfJJeQ1" x1="23.993" x2="24.032" y1="36.286" y2="43.999" gradientUnits="userSpaceOnUse"><stop stop-color="#eb4824"/><stop offset="1" stop-color="#ffcd0f" stop-opacity=".988"/></linearGradient><linearGradient id="SVGskMl7csD1" x1="37.487" x2="10.226" y1="33.333" y2="8.7" gradientUnits="userSpaceOnUse"><stop stop-color="#ff6f47"/><stop offset="1" stop-color="#ffcd0f"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-alert-48 {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGCnDfJJeQ1)%22%20d%3D%22M29.993%2038a6%206%200%201%201-12%200a6%206%200%200%201%2012%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGskMl7csD1)%22%20d%3D%22M24%204C15.716%204%209%2010.716%209%2019v8.487l-2.804%206.355A2.25%202.25%200%200%200%208.254%2037h31.492a2.25%202.25%200%200%200%202.058-3.158L39%2027.487V19c0-8.284-6.716-15-15-15%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGCnDfJJeQ1%22%20x1%3D%2223.993%22%20x2%3D%2224.032%22%20y1%3D%2236.286%22%20y2%3D%2243.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%22SVGskMl7csD1%22%20x1%3D%2237.487%22%20x2%3D%2210.226%22%20y1%3D%2233.333%22%20y2%3D%228.7%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGCnDfJJeQ1)%22%20d%3D%22M29.993%2038a6%206%200%201%201-12%200a6%206%200%200%201%2012%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGskMl7csD1)%22%20d%3D%22M24%204C15.716%204%209%2010.716%209%2019v8.487l-2.804%206.355A2.25%202.25%200%200%200%208.254%2037h31.492a2.25%202.25%200%200%200%202.058-3.158L39%2027.487V19c0-8.284-6.716-15-15-15%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGCnDfJJeQ1%22%20x1%3D%2223.993%22%20x2%3D%2224.032%22%20y1%3D%2236.286%22%20y2%3D%2243.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%22SVGskMl7csD1%22%20x1%3D%2237.487%22%20x2%3D%2210.226%22%20y1%3D%2233.333%22%20y2%3D%228.7%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-48.svg?color=%231a73e8&size=48