warning icon
warning-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- warning-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
13 other variants in Fluent UI System Icons
The same icon in other sets
warning-filledAnt Design IconswarningCarbonwarningCodiconswarningEmoji One (Colored)warningElement PluswarningFont Awesome Solidwarning-16Fluent UI System Color IconswarningFluent EmojiwarningFluent Emoji FlatwarningFluent Emoji High ContrastwarningHealth IconswarningIonIconswarningMaterial SymbolswarningMaterial Symbols Lightwarning-fillMingCute IconwarningNoto EmojiwarningOpenMojiwarningPhosphorwarningTwitter Emoji
Related icons in Fluent UI System Icons
Use the warning icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.072 4.306c1.717-3.074 6.14-3.074 7.857 0l9.494 16.998c1.675 3-.493 6.694-3.928 6.694H6.506c-3.435 0-5.603-3.695-3.928-6.694zm6.111.975c-.954-1.707-3.411-1.707-4.365 0L4.324 22.28c-.93 1.666.274 3.719 2.182 3.719h18.989c1.908 0 3.113-2.053 2.182-3.719zM16 19.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M16 9a1 1 0 0 1 1 1v6.5a1 1 0 0 1-2 0V10a1 1 0 0 1 1-1"/></svg>
React
import type { SVGProps } from "react";
export function FluentWarning32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.072 4.306c1.717-3.074 6.14-3.074 7.857 0l9.494 16.998c1.675 3-.493 6.694-3.928 6.694H6.506c-3.435 0-5.603-3.695-3.928-6.694zm6.111.975c-.954-1.707-3.411-1.707-4.365 0L4.324 22.28c-.93 1.666.274 3.719 2.182 3.719h18.989c1.908 0 3.113-2.053 2.182-3.719zM16 19.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M16 9a1 1 0 0 1 1 1v6.5a1 1 0 0 1-2 0V10a1 1 0 0 1 1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.072 4.306c1.717-3.074 6.14-3.074 7.857 0l9.494 16.998c1.675 3-.493 6.694-3.928 6.694H6.506c-3.435 0-5.603-3.695-3.928-6.694zm6.111.975c-.954-1.707-3.411-1.707-4.365 0L4.324 22.28c-.93 1.666.274 3.719 2.182 3.719h18.989c1.908 0 3.113-2.053 2.182-3.719zM16 19.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M16 9a1 1 0 0 1 1 1v6.5a1 1 0 0 1-2 0V10a1 1 0 0 1 1-1"/></svg> </template>
CSS
.icon-warning-32-regular {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.072%204.306c1.717-3.074%206.14-3.074%207.857%200l9.494%2016.998c1.675%203-.493%206.694-3.928%206.694H6.506c-3.435%200-5.603-3.695-3.928-6.694zm6.111.975c-.954-1.707-3.411-1.707-4.365%200L4.324%2022.28c-.93%201.666.274%203.719%202.182%203.719h18.989c1.908%200%203.113-2.053%202.182-3.719zM16%2019.5a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3M16%209a1%201%200%200%201%201%201v6.5a1%201%200%200%201-2%200V10a1%201%200%200%201%201-1%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.072%204.306c1.717-3.074%206.14-3.074%207.857%200l9.494%2016.998c1.675%203-.493%206.694-3.928%206.694H6.506c-3.435%200-5.603-3.695-3.928-6.694zm6.111.975c-.954-1.707-3.411-1.707-4.365%200L4.324%2022.28c-.93%201.666.274%203.719%202.182%203.719h18.989c1.908%200%203.113-2.053%202.182-3.719zM16%2019.5a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3M16%209a1%201%200%200%201%201%201v6.5a1%201%200%200%201-2%200V10a1%201%200%200%201%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/warning-32-regular.svg?color=%231a73e8&size=48