warning emoji
warning from OpenMoji by OpenMoji · Default · Symbols · CC-BY-SA-4.0 Attribution required.
- Name
- warning
- Set
- OpenMoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
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 FlatwarningFluent Emoji High ContrastwarningHealth IconswarningIonIconswarningMaterial SymbolswarningMaterial Symbols Lightwarning-fillMingCute IconwarningNoto EmojiwarningPhosphorwarningTwitter Emoji
More symbols icons from OpenMoji
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 72 72"><g stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path fill="#fcea2b" d="M32.522 13.005c.698-1.205 1.986-2.024 3.478-2.024s2.78.82 3.478 2.024L60.446 54.94A4 4 0 0 1 61 56.948a4.03 4.03 0 0 1-4.032 4.033l-41.936.017A4.033 4.033 0 0 1 11 56.966c0-.736.211-1.415.554-2.009z"/><path fill="#fff" d="M37.613 47.27a1.613 1.613 0 0 1-3.226 0V23.893a1.613 1.613 0 0 1 3.226 0z"/><circle cx="36" cy="54.529" r="1.613" fill="#fff"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M32.522 13.005c.698-1.205 1.986-2.024 3.478-2.024s2.78.82 3.478 2.024L60.446 54.94A4 4 0 0 1 61 56.948a4.03 4.03 0 0 1-4.032 4.033l-41.936.017A4.033 4.033 0 0 1 11 56.966c0-.736.211-1.415.554-2.009z"/><path d="M37.613 47.27a1.613 1.613 0 0 1-3.226 0V23.893a1.613 1.613 0 0 1 3.226 0z"/><circle cx="36" cy="54.529" r="1.613"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiWarning(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path fill="#fcea2b" d="M32.522 13.005c.698-1.205 1.986-2.024 3.478-2.024s2.78.82 3.478 2.024L60.446 54.94A4 4 0 0 1 61 56.948a4.03 4.03 0 0 1-4.032 4.033l-41.936.017A4.033 4.033 0 0 1 11 56.966c0-.736.211-1.415.554-2.009z"/><path fill="#fff" d="M37.613 47.27a1.613 1.613 0 0 1-3.226 0V23.893a1.613 1.613 0 0 1 3.226 0z"/><circle cx="36" cy="54.529" r="1.613" fill="#fff"/></g><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="M32.522 13.005c.698-1.205 1.986-2.024 3.478-2.024s2.78.82 3.478 2.024L60.446 54.94A4 4 0 0 1 61 56.948a4.03 4.03 0 0 1-4.032 4.033l-41.936.017A4.033 4.033 0 0 1 11 56.966c0-.736.211-1.415.554-2.009z"/><path d="M37.613 47.27a1.613 1.613 0 0 1-3.226 0V23.893a1.613 1.613 0 0 1 3.226 0z"/><circle cx="36" cy="54.529" r="1.613"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path fill="#fcea2b" d="M32.522 13.005c.698-1.205 1.986-2.024 3.478-2.024s2.78.82 3.478 2.024L60.446 54.94A4 4 0 0 1 61 56.948a4.03 4.03 0 0 1-4.032 4.033l-41.936.017A4.033 4.033 0 0 1 11 56.966c0-.736.211-1.415.554-2.009z"/><path fill="#fff" d="M37.613 47.27a1.613 1.613 0 0 1-3.226 0V23.893a1.613 1.613 0 0 1 3.226 0z"/><circle cx="36" cy="54.529" r="1.613" fill="#fff"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="M32.522 13.005c.698-1.205 1.986-2.024 3.478-2.024s2.78.82 3.478 2.024L60.446 54.94A4 4 0 0 1 61 56.948a4.03 4.03 0 0 1-4.032 4.033l-41.936.017A4.033 4.033 0 0 1 11 56.966c0-.736.211-1.415.554-2.009z"/><path d="M37.613 47.27a1.613 1.613 0 0 1-3.226 0V23.893a1.613 1.613 0 0 1 3.226 0z"/><circle cx="36" cy="54.529" r="1.613"/></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%2072%2072%22%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M32.522%2013.005c.698-1.205%201.986-2.024%203.478-2.024s2.78.82%203.478%202.024L60.446%2054.94A4%204%200%200%201%2061%2056.948a4.03%204.03%200%200%201-4.032%204.033l-41.936.017A4.033%204.033%200%200%201%2011%2056.966c0-.736.211-1.415.554-2.009z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M37.613%2047.27a1.613%201.613%200%200%201-3.226%200V23.893a1.613%201.613%200%200%201%203.226%200z%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2254.529%22%20r%3D%221.613%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M32.522%2013.005c.698-1.205%201.986-2.024%203.478-2.024s2.78.82%203.478%202.024L60.446%2054.94A4%204%200%200%201%2061%2056.948a4.03%204.03%200%200%201-4.032%204.033l-41.936.017A4.033%204.033%200%200%201%2011%2056.966c0-.736.211-1.415.554-2.009z%22%2F%3E%3Cpath%20d%3D%22M37.613%2047.27a1.613%201.613%200%200%201-3.226%200V23.893a1.613%201.613%200%200%201%203.226%200z%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2254.529%22%20r%3D%221.613%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%2072%2072%22%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M32.522%2013.005c.698-1.205%201.986-2.024%203.478-2.024s2.78.82%203.478%202.024L60.446%2054.94A4%204%200%200%201%2061%2056.948a4.03%204.03%200%200%201-4.032%204.033l-41.936.017A4.033%204.033%200%200%201%2011%2056.966c0-.736.211-1.415.554-2.009z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M37.613%2047.27a1.613%201.613%200%200%201-3.226%200V23.893a1.613%201.613%200%200%201%203.226%200z%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2254.529%22%20r%3D%221.613%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M32.522%2013.005c.698-1.205%201.986-2.024%203.478-2.024s2.78.82%203.478%202.024L60.446%2054.94A4%204%200%200%201%2061%2056.948a4.03%204.03%200%200%201-4.032%204.033l-41.936.017A4.033%204.033%200%200%201%2011%2056.966c0-.736.211-1.415.554-2.009z%22%2F%3E%3Cpath%20d%3D%22M37.613%2047.27a1.613%201.613%200%200%201-3.226%200V23.893a1.613%201.613%200%200%201%203.226%200z%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2254.529%22%20r%3D%221.613%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/warning.svg?color=%231a73e8&size=48