warning icon
warning-32 from Fluent UI System Color Icons by Microsoft Corporation · 32 · MIT Free for personal and commercial use.
- Name
- warning-32
- Set
- Fluent UI System Color Icons
- Style
- 32
- Viewbox
- 32×32
- License
- MIT
5 other variants in Fluent UI System Color Icons
The same icon in other sets
warning-filledAnt Design IconswarningCarbonwarningCodiconswarningEmoji One (Colored)warningElement PluswarningFont Awesome Solidwarning-12-filledFluent UI System IconswarningFluent EmojiwarningFluent Emoji FlatwarningFluent Emoji High ContrastwarningHealth IconswarningIonIconswarningMaterial SymbolswarningMaterial Symbols Lightwarning-fillMingCute IconwarningNoto EmojiwarningOpenMojiwarningPhosphorwarningTwitter Emoji
Use the warning 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(#SVG7ERGldNd)" d="M12.937 3.809c1.33-2.41 4.796-2.41 6.127 0l10.494 18.999c1.288 2.333-.4 5.192-3.064 5.192H5.507c-2.665 0-4.352-2.86-3.064-5.192z"/><path fill="url(#SVGUJmwPdpi)" d="M17.25 22a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M16 9a1 1 0 0 0-1 1v8a1 1 0 1 0 2 0v-8a1 1 0 0 0-1-1"/><defs><linearGradient id="SVG7ERGldNd" x1="6.377" x2="22.707" y1="-2.061" y2="31.433" gradientUnits="userSpaceOnUse"><stop stop-color="#ffcd0f"/><stop offset="1" stop-color="#fe8401"/></linearGradient><linearGradient id="SVGUJmwPdpi" x1="12.666" x2="20.071" y1="9" y2="22.856" gradientUnits="userSpaceOnUse"><stop stop-color="#4a4a4a"/><stop offset="1" stop-color="#212121"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorWarning32(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(#SVG7ERGldNd)" d="M12.937 3.809c1.33-2.41 4.796-2.41 6.127 0l10.494 18.999c1.288 2.333-.4 5.192-3.064 5.192H5.507c-2.665 0-4.352-2.86-3.064-5.192z"/><path fill="url(#SVGUJmwPdpi)" d="M17.25 22a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M16 9a1 1 0 0 0-1 1v8a1 1 0 1 0 2 0v-8a1 1 0 0 0-1-1"/><defs><linearGradient id="SVG7ERGldNd" x1="6.377" x2="22.707" y1="-2.061" y2="31.433" gradientUnits="userSpaceOnUse"><stop stopColor="#ffcd0f"/><stop offset="1" stopColor="#fe8401"/></linearGradient><linearGradient id="SVGUJmwPdpi" x1="12.666" x2="20.071" y1="9" y2="22.856" gradientUnits="userSpaceOnUse"><stop stopColor="#4a4a4a"/><stop offset="1" stopColor="#212121"/></linearGradient></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(#SVG7ERGldNd)" d="M12.937 3.809c1.33-2.41 4.796-2.41 6.127 0l10.494 18.999c1.288 2.333-.4 5.192-3.064 5.192H5.507c-2.665 0-4.352-2.86-3.064-5.192z"/><path fill="url(#SVGUJmwPdpi)" d="M17.25 22a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M16 9a1 1 0 0 0-1 1v8a1 1 0 1 0 2 0v-8a1 1 0 0 0-1-1"/><defs><linearGradient id="SVG7ERGldNd" x1="6.377" x2="22.707" y1="-2.061" y2="31.433" gradientUnits="userSpaceOnUse"><stop stop-color="#ffcd0f"/><stop offset="1" stop-color="#fe8401"/></linearGradient><linearGradient id="SVGUJmwPdpi" x1="12.666" x2="20.071" y1="9" y2="22.856" gradientUnits="userSpaceOnUse"><stop stop-color="#4a4a4a"/><stop offset="1" stop-color="#212121"/></linearGradient></defs></g></svg> </template>
CSS
.icon-warning-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(%23SVG7ERGldNd)%22%20d%3D%22M12.937%203.809c1.33-2.41%204.796-2.41%206.127%200l10.494%2018.999c1.288%202.333-.4%205.192-3.064%205.192H5.507c-2.665%200-4.352-2.86-3.064-5.192z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGUJmwPdpi)%22%20d%3D%22M17.25%2022a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M16%209a1%201%200%200%200-1%201v8a1%201%200%201%200%202%200v-8a1%201%200%200%200-1-1%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG7ERGldNd%22%20x1%3D%226.377%22%20x2%3D%2222.707%22%20y1%3D%22-2.061%22%20y2%3D%2231.433%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffcd0f%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fe8401%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGUJmwPdpi%22%20x1%3D%2212.666%22%20x2%3D%2220.071%22%20y1%3D%229%22%20y2%3D%2222.856%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%234a4a4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23212121%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG7ERGldNd)%22%20d%3D%22M12.937%203.809c1.33-2.41%204.796-2.41%206.127%200l10.494%2018.999c1.288%202.333-.4%205.192-3.064%205.192H5.507c-2.665%200-4.352-2.86-3.064-5.192z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGUJmwPdpi)%22%20d%3D%22M17.25%2022a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M16%209a1%201%200%200%200-1%201v8a1%201%200%201%200%202%200v-8a1%201%200%200%200-1-1%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG7ERGldNd%22%20x1%3D%226.377%22%20x2%3D%2222.707%22%20y1%3D%22-2.061%22%20y2%3D%2231.433%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffcd0f%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fe8401%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGUJmwPdpi%22%20x1%3D%2212.666%22%20x2%3D%2220.071%22%20y1%3D%229%22%20y2%3D%2222.856%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%234a4a4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23212121%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/warning-32.svg?color=%231a73e8&size=48