warning emoji
warning from Fluent Emoji High Contrast by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.
- Name
- warning
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Symbols
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
warning-filledAnt Design IconswarningCarbonwarningCodiconswarningEmoji One (Colored)warningElement PluswarningFont Awesome Solidwarning-12-filledFluent UI System Iconswarning-16Fluent UI System Color IconswarningFluent EmojiwarningFluent Emoji FlatwarningHealth IconswarningIonIconswarningMaterial SymbolswarningMaterial Symbols Lightwarning-fillMingCute IconwarningNoto EmojiwarningOpenMojiwarningPhosphorwarningTwitter Emoji
More symbols icons from Fluent Emoji High Contrast
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the warning emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M15.999 22.898c-.78 0-1.4-.63-1.4-1.4v-9.17c0-.78.63-1.4 1.4-1.4c.78 0 1.4.63 1.4 1.4v9.16a1.4 1.4 0 0 1-1.4 1.41m1.4 2.58a1.4 1.4 0 1 1-2.8 0a1.4 1.4 0 0 1 2.8 0"/><path d="M13.976 5.163c.906-1.55 3.14-1.55 4.046 0l.003.005l12.664 21.937c.882 1.556-.222 3.503-2.03 3.503H3.339c-1.807 0-2.915-1.959-2.028-3.508l.002-.003l12.66-21.93zm1.727 1.007v.002L3.046 28.095h-.001a.343.343 0 0 0 .293.513h25.32a.34.34 0 0 0 .291-.515L16.296 6.172l-.001-.002a.342.342 0 0 0-.592 0"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastWarning(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M15.999 22.898c-.78 0-1.4-.63-1.4-1.4v-9.17c0-.78.63-1.4 1.4-1.4c.78 0 1.4.63 1.4 1.4v9.16a1.4 1.4 0 0 1-1.4 1.41m1.4 2.58a1.4 1.4 0 1 1-2.8 0a1.4 1.4 0 0 1 2.8 0"/><path d="M13.976 5.163c.906-1.55 3.14-1.55 4.046 0l.003.005l12.664 21.937c.882 1.556-.222 3.503-2.03 3.503H3.339c-1.807 0-2.915-1.959-2.028-3.508l.002-.003l12.66-21.93zm1.727 1.007v.002L3.046 28.095h-.001a.343.343 0 0 0 .293.513h25.32a.34.34 0 0 0 .291-.515L16.296 6.172l-.001-.002a.342.342 0 0 0-.592 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M15.999 22.898c-.78 0-1.4-.63-1.4-1.4v-9.17c0-.78.63-1.4 1.4-1.4c.78 0 1.4.63 1.4 1.4v9.16a1.4 1.4 0 0 1-1.4 1.41m1.4 2.58a1.4 1.4 0 1 1-2.8 0a1.4 1.4 0 0 1 2.8 0"/><path d="M13.976 5.163c.906-1.55 3.14-1.55 4.046 0l.003.005l12.664 21.937c.882 1.556-.222 3.503-2.03 3.503H3.339c-1.807 0-2.915-1.959-2.028-3.508l.002-.003l12.66-21.93zm1.727 1.007v.002L3.046 28.095h-.001a.343.343 0 0 0 .293.513h25.32a.34.34 0 0 0 .291-.515L16.296 6.172l-.001-.002a.342.342 0 0 0-.592 0"/></g></svg> </template>
CSS
.icon-warning {
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%22currentColor%22%3E%3Cpath%20d%3D%22M15.999%2022.898c-.78%200-1.4-.63-1.4-1.4v-9.17c0-.78.63-1.4%201.4-1.4c.78%200%201.4.63%201.4%201.4v9.16a1.4%201.4%200%200%201-1.4%201.41m1.4%202.58a1.4%201.4%200%201%201-2.8%200a1.4%201.4%200%200%201%202.8%200%22%2F%3E%3Cpath%20d%3D%22M13.976%205.163c.906-1.55%203.14-1.55%204.046%200l.003.005l12.664%2021.937c.882%201.556-.222%203.503-2.03%203.503H3.339c-1.807%200-2.915-1.959-2.028-3.508l.002-.003l12.66-21.93zm1.727%201.007v.002L3.046%2028.095h-.001a.343.343%200%200%200%20.293.513h25.32a.34.34%200%200%200%20.291-.515L16.296%206.172l-.001-.002a.342.342%200%200%200-.592%200%22%2F%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%22currentColor%22%3E%3Cpath%20d%3D%22M15.999%2022.898c-.78%200-1.4-.63-1.4-1.4v-9.17c0-.78.63-1.4%201.4-1.4c.78%200%201.4.63%201.4%201.4v9.16a1.4%201.4%200%200%201-1.4%201.41m1.4%202.58a1.4%201.4%200%201%201-2.8%200a1.4%201.4%200%200%201%202.8%200%22%2F%3E%3Cpath%20d%3D%22M13.976%205.163c.906-1.55%203.14-1.55%204.046%200l.003.005l12.664%2021.937c.882%201.556-.222%203.503-2.03%203.503H3.339c-1.807%200-2.915-1.959-2.028-3.508l.002-.003l12.66-21.93zm1.727%201.007v.002L3.046%2028.095h-.001a.343.343%200%200%200%20.293.513h25.32a.34.34%200%200%200%20.291-.515L16.296%206.172l-.001-.002a.342.342%200%200%200-.592%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/warning.svg?color=%231a73e8&size=48