warning fire emoji
warning-fire from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- warning-fire
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
More extras openmoji icons from OpenMoji
Use the warning fire emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M32.294 14.233a3.892 3.892 0 0 1 6.706 0l20.12 40.142a4.5 4.5 0 0 1 .574 1.916a3.885 3.885 0 0 1-3.832 3.88H15.528a3.803 3.803 0 0 1-3.832-3.784a3.45 3.45 0 0 1 .575-1.916z"/><path fill="#d22f27" d="M35.854 39.049c0 1.505-2.728 3.81-2.728 5.991l-.06.188s-.322 1.428-1.39 1.428a1.3 1.3 0 0 1-.772-.325c-.262-.244-.6.13-.547.458c.16 1.31 3.023 5.521 5.17 5.521c2.456 0 4.629-2.945 4.822-3.985c0-.498-.834-.187-.834-.873c0-.582.507-.964.507-1.729a.41.41 0 0 0-.424-.378c-.191 0-.46.134-.674.134c-.82 0-1.007-.746-1.007-1.51c0 0 .154.05.154-1.58a5.9 5.9 0 0 0-1.422-3.493a.55.55 0 0 0-.357-.133c-.19 0-.438.084-.438.286"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M29.548 52.622a8.3 8.3 0 0 0 5.936 2.332a8.84 8.84 0 0 0 6.02-2.332M27.69 50.224s-4.452-4.75-.212-11.025c0 0 .856 1.088 1.508 2.132c.486.56 1.367 1.515 1.833 1.515a1.004 1.004 0 0 0 1.018-1.102v-.382a15.5 15.5 0 0 1 1.526-7.293s2.969 1.611 1.697-6.191c0 0 6.763 4.558 6.509 12.106c0 .551.248.975.847.975c.59 0 2.388-.572 2.388-1.124c.042.043 2.671 5.555-1.06 10.389"/><path d="M33.079 45.118s-.298 1.641-1.488 1.527a2.7 2.7 0 0 1-.61-.245c-.328-.36-.674.084-.624.39a10.96 10.96 0 0 0 3.02 4.472s.93.685.98.685m2.609.063a12.4 12.4 0 0 0 1.547-1.048a6.84 6.84 0 0 0 1.806-2.487a.335.335 0 0 0-.297-.458a.78.78 0 0 1-.496-.458h0s-.1-.305.297-.992a1.6 1.6 0 0 0 .199-.916a.47.47 0 0 0-.645-.267a.96.96 0 0 1-1.29-.42s-.312-.153-.014-1.64a6 6 0 0 0-1.425-4.428a.55.55 0 0 0-.377-.133a.395.395 0 0 0-.417.286"/><path d="M32.294 14.233a3.892 3.892 0 0 1 6.706 0l20.12 40.142a4.5 4.5 0 0 1 .574 1.916a3.885 3.885 0 0 1-3.832 3.88H15.528a3.803 3.803 0 0 1-3.832-3.784a3.45 3.45 0 0 1 .575-1.916z"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiWarningFire(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M32.294 14.233a3.892 3.892 0 0 1 6.706 0l20.12 40.142a4.5 4.5 0 0 1 .574 1.916a3.885 3.885 0 0 1-3.832 3.88H15.528a3.803 3.803 0 0 1-3.832-3.784a3.45 3.45 0 0 1 .575-1.916z"/><path fill="#d22f27" d="M35.854 39.049c0 1.505-2.728 3.81-2.728 5.991l-.06.188s-.322 1.428-1.39 1.428a1.3 1.3 0 0 1-.772-.325c-.262-.244-.6.13-.547.458c.16 1.31 3.023 5.521 5.17 5.521c2.456 0 4.629-2.945 4.822-3.985c0-.498-.834-.187-.834-.873c0-.582.507-.964.507-1.729a.41.41 0 0 0-.424-.378c-.191 0-.46.134-.674.134c-.82 0-1.007-.746-1.007-1.51c0 0 .154.05.154-1.58a5.9 5.9 0 0 0-1.422-3.493a.55.55 0 0 0-.357-.133c-.19 0-.438.084-.438.286"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M29.548 52.622a8.3 8.3 0 0 0 5.936 2.332a8.84 8.84 0 0 0 6.02-2.332M27.69 50.224s-4.452-4.75-.212-11.025c0 0 .856 1.088 1.508 2.132c.486.56 1.367 1.515 1.833 1.515a1.004 1.004 0 0 0 1.018-1.102v-.382a15.5 15.5 0 0 1 1.526-7.293s2.969 1.611 1.697-6.191c0 0 6.763 4.558 6.509 12.106c0 .551.248.975.847.975c.59 0 2.388-.572 2.388-1.124c.042.043 2.671 5.555-1.06 10.389"/><path d="M33.079 45.118s-.298 1.641-1.488 1.527a2.7 2.7 0 0 1-.61-.245c-.328-.36-.674.084-.624.39a10.96 10.96 0 0 0 3.02 4.472s.93.685.98.685m2.609.063a12.4 12.4 0 0 0 1.547-1.048a6.84 6.84 0 0 0 1.806-2.487a.335.335 0 0 0-.297-.458a.78.78 0 0 1-.496-.458h0s-.1-.305.297-.992a1.6 1.6 0 0 0 .199-.916a.47.47 0 0 0-.645-.267a.96.96 0 0 1-1.29-.42s-.312-.153-.014-1.64a6 6 0 0 0-1.425-4.428a.55.55 0 0 0-.377-.133a.395.395 0 0 0-.417.286"/><path d="M32.294 14.233a3.892 3.892 0 0 1 6.706 0l20.12 40.142a4.5 4.5 0 0 1 .574 1.916a3.885 3.885 0 0 1-3.832 3.88H15.528a3.803 3.803 0 0 1-3.832-3.784a3.45 3.45 0 0 1 .575-1.916z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M32.294 14.233a3.892 3.892 0 0 1 6.706 0l20.12 40.142a4.5 4.5 0 0 1 .574 1.916a3.885 3.885 0 0 1-3.832 3.88H15.528a3.803 3.803 0 0 1-3.832-3.784a3.45 3.45 0 0 1 .575-1.916z"/><path fill="#d22f27" d="M35.854 39.049c0 1.505-2.728 3.81-2.728 5.991l-.06.188s-.322 1.428-1.39 1.428a1.3 1.3 0 0 1-.772-.325c-.262-.244-.6.13-.547.458c.16 1.31 3.023 5.521 5.17 5.521c2.456 0 4.629-2.945 4.822-3.985c0-.498-.834-.187-.834-.873c0-.582.507-.964.507-1.729a.41.41 0 0 0-.424-.378c-.191 0-.46.134-.674.134c-.82 0-1.007-.746-1.007-1.51c0 0 .154.05.154-1.58a5.9 5.9 0 0 0-1.422-3.493a.55.55 0 0 0-.357-.133c-.19 0-.438.084-.438.286"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M29.548 52.622a8.3 8.3 0 0 0 5.936 2.332a8.84 8.84 0 0 0 6.02-2.332M27.69 50.224s-4.452-4.75-.212-11.025c0 0 .856 1.088 1.508 2.132c.486.56 1.367 1.515 1.833 1.515a1.004 1.004 0 0 0 1.018-1.102v-.382a15.5 15.5 0 0 1 1.526-7.293s2.969 1.611 1.697-6.191c0 0 6.763 4.558 6.509 12.106c0 .551.248.975.847.975c.59 0 2.388-.572 2.388-1.124c.042.043 2.671 5.555-1.06 10.389"/><path d="M33.079 45.118s-.298 1.641-1.488 1.527a2.7 2.7 0 0 1-.61-.245c-.328-.36-.674.084-.624.39a10.96 10.96 0 0 0 3.02 4.472s.93.685.98.685m2.609.063a12.4 12.4 0 0 0 1.547-1.048a6.84 6.84 0 0 0 1.806-2.487a.335.335 0 0 0-.297-.458a.78.78 0 0 1-.496-.458h0s-.1-.305.297-.992a1.6 1.6 0 0 0 .199-.916a.47.47 0 0 0-.645-.267a.96.96 0 0 1-1.29-.42s-.312-.153-.014-1.64a6 6 0 0 0-1.425-4.428a.55.55 0 0 0-.377-.133a.395.395 0 0 0-.417.286"/><path d="M32.294 14.233a3.892 3.892 0 0 1 6.706 0l20.12 40.142a4.5 4.5 0 0 1 .574 1.916a3.885 3.885 0 0 1-3.832 3.88H15.528a3.803 3.803 0 0 1-3.832-3.784a3.45 3.45 0 0 1 .575-1.916z"/></g></svg> </template>
CSS
.icon-warning-fire {
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%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M32.294%2014.233a3.892%203.892%200%200%201%206.706%200l20.12%2040.142a4.5%204.5%200%200%201%20.574%201.916a3.885%203.885%200%200%201-3.832%203.88H15.528a3.803%203.803%200%200%201-3.832-3.784a3.45%203.45%200%200%201%20.575-1.916z%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M35.854%2039.049c0%201.505-2.728%203.81-2.728%205.991l-.06.188s-.322%201.428-1.39%201.428a1.3%201.3%200%200%201-.772-.325c-.262-.244-.6.13-.547.458c.16%201.31%203.023%205.521%205.17%205.521c2.456%200%204.629-2.945%204.822-3.985c0-.498-.834-.187-.834-.873c0-.582.507-.964.507-1.729a.41.41%200%200%200-.424-.378c-.191%200-.46.134-.674.134c-.82%200-1.007-.746-1.007-1.51c0%200%20.154.05.154-1.58a5.9%205.9%200%200%200-1.422-3.493a.55.55%200%200%200-.357-.133c-.19%200-.438.084-.438.286%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M29.548%2052.622a8.3%208.3%200%200%200%205.936%202.332a8.84%208.84%200%200%200%206.02-2.332M27.69%2050.224s-4.452-4.75-.212-11.025c0%200%20.856%201.088%201.508%202.132c.486.56%201.367%201.515%201.833%201.515a1.004%201.004%200%200%200%201.018-1.102v-.382a15.5%2015.5%200%200%201%201.526-7.293s2.969%201.611%201.697-6.191c0%200%206.763%204.558%206.509%2012.106c0%20.551.248.975.847.975c.59%200%202.388-.572%202.388-1.124c.042.043%202.671%205.555-1.06%2010.389%22%2F%3E%3Cpath%20d%3D%22M33.079%2045.118s-.298%201.641-1.488%201.527a2.7%202.7%200%200%201-.61-.245c-.328-.36-.674.084-.624.39a10.96%2010.96%200%200%200%203.02%204.472s.93.685.98.685m2.609.063a12.4%2012.4%200%200%200%201.547-1.048a6.84%206.84%200%200%200%201.806-2.487a.335.335%200%200%200-.297-.458a.78.78%200%200%201-.496-.458h0s-.1-.305.297-.992a1.6%201.6%200%200%200%20.199-.916a.47.47%200%200%200-.645-.267a.96.96%200%200%201-1.29-.42s-.312-.153-.014-1.64a6%206%200%200%200-1.425-4.428a.55.55%200%200%200-.377-.133a.395.395%200%200%200-.417.286%22%2F%3E%3Cpath%20d%3D%22M32.294%2014.233a3.892%203.892%200%200%201%206.706%200l20.12%2040.142a4.5%204.5%200%200%201%20.574%201.916a3.885%203.885%200%200%201-3.832%203.88H15.528a3.803%203.803%200%200%201-3.832-3.784a3.45%203.45%200%200%201%20.575-1.916z%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%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M32.294%2014.233a3.892%203.892%200%200%201%206.706%200l20.12%2040.142a4.5%204.5%200%200%201%20.574%201.916a3.885%203.885%200%200%201-3.832%203.88H15.528a3.803%203.803%200%200%201-3.832-3.784a3.45%203.45%200%200%201%20.575-1.916z%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20d%3D%22M35.854%2039.049c0%201.505-2.728%203.81-2.728%205.991l-.06.188s-.322%201.428-1.39%201.428a1.3%201.3%200%200%201-.772-.325c-.262-.244-.6.13-.547.458c.16%201.31%203.023%205.521%205.17%205.521c2.456%200%204.629-2.945%204.822-3.985c0-.498-.834-.187-.834-.873c0-.582.507-.964.507-1.729a.41.41%200%200%200-.424-.378c-.191%200-.46.134-.674.134c-.82%200-1.007-.746-1.007-1.51c0%200%20.154.05.154-1.58a5.9%205.9%200%200%200-1.422-3.493a.55.55%200%200%200-.357-.133c-.19%200-.438.084-.438.286%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M29.548%2052.622a8.3%208.3%200%200%200%205.936%202.332a8.84%208.84%200%200%200%206.02-2.332M27.69%2050.224s-4.452-4.75-.212-11.025c0%200%20.856%201.088%201.508%202.132c.486.56%201.367%201.515%201.833%201.515a1.004%201.004%200%200%200%201.018-1.102v-.382a15.5%2015.5%200%200%201%201.526-7.293s2.969%201.611%201.697-6.191c0%200%206.763%204.558%206.509%2012.106c0%20.551.248.975.847.975c.59%200%202.388-.572%202.388-1.124c.042.043%202.671%205.555-1.06%2010.389%22%2F%3E%3Cpath%20d%3D%22M33.079%2045.118s-.298%201.641-1.488%201.527a2.7%202.7%200%200%201-.61-.245c-.328-.36-.674.084-.624.39a10.96%2010.96%200%200%200%203.02%204.472s.93.685.98.685m2.609.063a12.4%2012.4%200%200%200%201.547-1.048a6.84%206.84%200%200%200%201.806-2.487a.335.335%200%200%200-.297-.458a.78.78%200%200%201-.496-.458h0s-.1-.305.297-.992a1.6%201.6%200%200%200%20.199-.916a.47.47%200%200%200-.645-.267a.96.96%200%200%201-1.29-.42s-.312-.153-.014-1.64a6%206%200%200%200-1.425-4.428a.55.55%200%200%200-.377-.133a.395.395%200%200%200-.417.286%22%2F%3E%3Cpath%20d%3D%22M32.294%2014.233a3.892%203.892%200%200%201%206.706%200l20.12%2040.142a4.5%204.5%200%200%201%20.574%201.916a3.885%203.885%200%200%201-3.832%203.88H15.528a3.803%203.803%200%200%201-3.832-3.784a3.45%203.45%200%200%201%20.575-1.916z%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-fire.svg?color=%231a73e8&size=48