wild fire emoji

wild-fire from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

Name
wild-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 wild fire emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M15.488 42.869a33.6 33.6 0 0 1 3.9-15.091c.465 7.305 3.91 10.247 5.621 10.247c1.278 0 2.453-1.302 2.453-3.426c.089-2.742.507-7.437 4.175-14.225a2.1 2.1 0 0 0 1.027.287c1.436 0 3.75-1.555 1.851-13.201c0 0 14.11 9.509 13.578 25.254a1.932 1.932 0 0 0 2.08 2.035a5.14 5.14 0 0 0 3.981-2.675a20.7 20.7 0 0 1 2.162 9.696c0 12.055-7.482 21.487-20.256 21.487c-11.378 0-20.572-9.585-20.572-20.058"/><path fill="#f1b31c" d="M37.255 26.908c-.384 1.474-1.662 3.931-5.367 8.157c-.128.099-.128.197-.255.295c-.384.688-2.066 1.951-2.066 4.738a5.1 5.1 0 0 0 .66 2.24a4.85 4.85 0 0 1-3.041 1.494c-.746 0-2.31-.711-2.43-1.821a4.73 4.73 0 0 0-1.701 3.67c0 4.388 2.061 8.943 7.939 12.481c0 0 1.66 1.081 1.789 1.966c0 0 0 .098.127.098h6.772c.256 0 .256 0 .256-.098c0-.197.51-1.278 4.088-3.735a14.1 14.1 0 0 0 4.728-5.209a.862.862 0 0 0-.767-1.18a2.02 2.02 0 0 1-1.277-1.179s-.256-.786.767-2.555a4.7 4.7 0 0 0 .84-2.36a1.206 1.206 0 0 0-1.66-.687a2.863 2.863 0 0 1-3.652-1.081s-.895-1.573-.128-5.406c.511-2.948-1.278-7.764-3.578-10.221c-.639-.59-1.917-.394-2.044.393"/><path fill="#3f3f3f" d="m39.302 55.881l7.755.538l-5.556-8.816l3.512.154l-4.796-7.256l3.02-.169l-6.84-9.362l-6.571 9.577l3.081-.376l-5.341 7.586l3.727-.154l-5.556 8.816l6.933-.814"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="m39.632 55.881l7.425.538l-5.556-8.816l3.512.154l-4.796-7.256l3.02-.169l-6.84-9.362l-6.571 9.577l3.081-.376l-5.341 7.586l3.727-.154l-5.556 8.816l6.603-.814"/><path stroke-miterlimit="10" d="M36.397 57.226v5.994"/><path stroke-linejoin="round" d="M20.349 55.888a20.2 20.2 0 0 1-4.86-13.02a33.6 33.6 0 0 1 3.899-15.09c.465 7.305 3.91 10.247 5.621 10.247c1.278 0 2.453-1.302 2.453-3.426c.089-2.742.177-7.107 3.845-13.895m15.564 39.732a20.64 20.64 0 0 1-10.811 2.82a20.3 20.3 0 0 1-10.325-2.825m9.11-52.971s13.78 9.51 13.249 25.254a1.932 1.932 0 0 0 2.08 2.035a5.14 5.14 0 0 0 3.98-2.674a20.7 20.7 0 0 1 2.162 9.695a23.47 23.47 0 0 1-3.787 13.28"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiWildFire(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="M15.488 42.869a33.6 33.6 0 0 1 3.9-15.091c.465 7.305 3.91 10.247 5.621 10.247c1.278 0 2.453-1.302 2.453-3.426c.089-2.742.507-7.437 4.175-14.225a2.1 2.1 0 0 0 1.027.287c1.436 0 3.75-1.555 1.851-13.201c0 0 14.11 9.509 13.578 25.254a1.932 1.932 0 0 0 2.08 2.035a5.14 5.14 0 0 0 3.981-2.675a20.7 20.7 0 0 1 2.162 9.696c0 12.055-7.482 21.487-20.256 21.487c-11.378 0-20.572-9.585-20.572-20.058"/><path fill="#f1b31c" d="M37.255 26.908c-.384 1.474-1.662 3.931-5.367 8.157c-.128.099-.128.197-.255.295c-.384.688-2.066 1.951-2.066 4.738a5.1 5.1 0 0 0 .66 2.24a4.85 4.85 0 0 1-3.041 1.494c-.746 0-2.31-.711-2.43-1.821a4.73 4.73 0 0 0-1.701 3.67c0 4.388 2.061 8.943 7.939 12.481c0 0 1.66 1.081 1.789 1.966c0 0 0 .098.127.098h6.772c.256 0 .256 0 .256-.098c0-.197.51-1.278 4.088-3.735a14.1 14.1 0 0 0 4.728-5.209a.862.862 0 0 0-.767-1.18a2.02 2.02 0 0 1-1.277-1.179s-.256-.786.767-2.555a4.7 4.7 0 0 0 .84-2.36a1.206 1.206 0 0 0-1.66-.687a2.863 2.863 0 0 1-3.652-1.081s-.895-1.573-.128-5.406c.511-2.948-1.278-7.764-3.578-10.221c-.639-.59-1.917-.394-2.044.393"/><path fill="#3f3f3f" d="m39.302 55.881l7.755.538l-5.556-8.816l3.512.154l-4.796-7.256l3.02-.169l-6.84-9.362l-6.571 9.577l3.081-.376l-5.341 7.586l3.727-.154l-5.556 8.816l6.933-.814"/><g fill="none" stroke="#000" strokeLinecap="round" strokeWidth="2"><path strokeLinejoin="round" d="m39.632 55.881l7.425.538l-5.556-8.816l3.512.154l-4.796-7.256l3.02-.169l-6.84-9.362l-6.571 9.577l3.081-.376l-5.341 7.586l3.727-.154l-5.556 8.816l6.603-.814"/><path strokeMiterlimit="10" d="M36.397 57.226v5.994"/><path strokeLinejoin="round" d="M20.349 55.888a20.2 20.2 0 0 1-4.86-13.02a33.6 33.6 0 0 1 3.899-15.09c.465 7.305 3.91 10.247 5.621 10.247c1.278 0 2.453-1.302 2.453-3.426c.089-2.742.177-7.107 3.845-13.895m15.564 39.732a20.64 20.64 0 0 1-10.811 2.82a20.3 20.3 0 0 1-10.325-2.825m9.11-52.971s13.78 9.51 13.249 25.254a1.932 1.932 0 0 0 2.08 2.035a5.14 5.14 0 0 0 3.98-2.674a20.7 20.7 0 0 1 2.162 9.695a23.47 23.47 0 0 1-3.787 13.28"/></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="M15.488 42.869a33.6 33.6 0 0 1 3.9-15.091c.465 7.305 3.91 10.247 5.621 10.247c1.278 0 2.453-1.302 2.453-3.426c.089-2.742.507-7.437 4.175-14.225a2.1 2.1 0 0 0 1.027.287c1.436 0 3.75-1.555 1.851-13.201c0 0 14.11 9.509 13.578 25.254a1.932 1.932 0 0 0 2.08 2.035a5.14 5.14 0 0 0 3.981-2.675a20.7 20.7 0 0 1 2.162 9.696c0 12.055-7.482 21.487-20.256 21.487c-11.378 0-20.572-9.585-20.572-20.058"/><path fill="#f1b31c" d="M37.255 26.908c-.384 1.474-1.662 3.931-5.367 8.157c-.128.099-.128.197-.255.295c-.384.688-2.066 1.951-2.066 4.738a5.1 5.1 0 0 0 .66 2.24a4.85 4.85 0 0 1-3.041 1.494c-.746 0-2.31-.711-2.43-1.821a4.73 4.73 0 0 0-1.701 3.67c0 4.388 2.061 8.943 7.939 12.481c0 0 1.66 1.081 1.789 1.966c0 0 0 .098.127.098h6.772c.256 0 .256 0 .256-.098c0-.197.51-1.278 4.088-3.735a14.1 14.1 0 0 0 4.728-5.209a.862.862 0 0 0-.767-1.18a2.02 2.02 0 0 1-1.277-1.179s-.256-.786.767-2.555a4.7 4.7 0 0 0 .84-2.36a1.206 1.206 0 0 0-1.66-.687a2.863 2.863 0 0 1-3.652-1.081s-.895-1.573-.128-5.406c.511-2.948-1.278-7.764-3.578-10.221c-.639-.59-1.917-.394-2.044.393"/><path fill="#3f3f3f" d="m39.302 55.881l7.755.538l-5.556-8.816l3.512.154l-4.796-7.256l3.02-.169l-6.84-9.362l-6.571 9.577l3.081-.376l-5.341 7.586l3.727-.154l-5.556 8.816l6.933-.814"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="m39.632 55.881l7.425.538l-5.556-8.816l3.512.154l-4.796-7.256l3.02-.169l-6.84-9.362l-6.571 9.577l3.081-.376l-5.341 7.586l3.727-.154l-5.556 8.816l6.603-.814"/><path stroke-miterlimit="10" d="M36.397 57.226v5.994"/><path stroke-linejoin="round" d="M20.349 55.888a20.2 20.2 0 0 1-4.86-13.02a33.6 33.6 0 0 1 3.899-15.09c.465 7.305 3.91 10.247 5.621 10.247c1.278 0 2.453-1.302 2.453-3.426c.089-2.742.177-7.107 3.845-13.895m15.564 39.732a20.64 20.64 0 0 1-10.811 2.82a20.3 20.3 0 0 1-10.325-2.825m9.11-52.971s13.78 9.51 13.249 25.254a1.932 1.932 0 0 0 2.08 2.035a5.14 5.14 0 0 0 3.98-2.674a20.7 20.7 0 0 1 2.162 9.695a23.47 23.47 0 0 1-3.787 13.28"/></g></svg>
</template>

CSS

.icon-wild-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%22M15.488%2042.869a33.6%2033.6%200%200%201%203.9-15.091c.465%207.305%203.91%2010.247%205.621%2010.247c1.278%200%202.453-1.302%202.453-3.426c.089-2.742.507-7.437%204.175-14.225a2.1%202.1%200%200%200%201.027.287c1.436%200%203.75-1.555%201.851-13.201c0%200%2014.11%209.509%2013.578%2025.254a1.932%201.932%200%200%200%202.08%202.035a5.14%205.14%200%200%200%203.981-2.675a20.7%2020.7%200%200%201%202.162%209.696c0%2012.055-7.482%2021.487-20.256%2021.487c-11.378%200-20.572-9.585-20.572-20.058%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M37.255%2026.908c-.384%201.474-1.662%203.931-5.367%208.157c-.128.099-.128.197-.255.295c-.384.688-2.066%201.951-2.066%204.738a5.1%205.1%200%200%200%20.66%202.24a4.85%204.85%200%200%201-3.041%201.494c-.746%200-2.31-.711-2.43-1.821a4.73%204.73%200%200%200-1.701%203.67c0%204.388%202.061%208.943%207.939%2012.481c0%200%201.66%201.081%201.789%201.966c0%200%200%20.098.127.098h6.772c.256%200%20.256%200%20.256-.098c0-.197.51-1.278%204.088-3.735a14.1%2014.1%200%200%200%204.728-5.209a.862.862%200%200%200-.767-1.18a2.02%202.02%200%200%201-1.277-1.179s-.256-.786.767-2.555a4.7%204.7%200%200%200%20.84-2.36a1.206%201.206%200%200%200-1.66-.687a2.863%202.863%200%200%201-3.652-1.081s-.895-1.573-.128-5.406c.511-2.948-1.278-7.764-3.578-10.221c-.639-.59-1.917-.394-2.044.393%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22m39.302%2055.881l7.755.538l-5.556-8.816l3.512.154l-4.796-7.256l3.02-.169l-6.84-9.362l-6.571%209.577l3.081-.376l-5.341%207.586l3.727-.154l-5.556%208.816l6.933-.814%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m39.632%2055.881l7.425.538l-5.556-8.816l3.512.154l-4.796-7.256l3.02-.169l-6.84-9.362l-6.571%209.577l3.081-.376l-5.341%207.586l3.727-.154l-5.556%208.816l6.603-.814%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M36.397%2057.226v5.994%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20.349%2055.888a20.2%2020.2%200%200%201-4.86-13.02a33.6%2033.6%200%200%201%203.899-15.09c.465%207.305%203.91%2010.247%205.621%2010.247c1.278%200%202.453-1.302%202.453-3.426c.089-2.742.177-7.107%203.845-13.895m15.564%2039.732a20.64%2020.64%200%200%201-10.811%202.82a20.3%2020.3%200%200%201-10.325-2.825m9.11-52.971s13.78%209.51%2013.249%2025.254a1.932%201.932%200%200%200%202.08%202.035a5.14%205.14%200%200%200%203.98-2.674a20.7%2020.7%200%200%201%202.162%209.695a23.47%2023.47%200%200%201-3.787%2013.28%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%22M15.488%2042.869a33.6%2033.6%200%200%201%203.9-15.091c.465%207.305%203.91%2010.247%205.621%2010.247c1.278%200%202.453-1.302%202.453-3.426c.089-2.742.507-7.437%204.175-14.225a2.1%202.1%200%200%200%201.027.287c1.436%200%203.75-1.555%201.851-13.201c0%200%2014.11%209.509%2013.578%2025.254a1.932%201.932%200%200%200%202.08%202.035a5.14%205.14%200%200%200%203.981-2.675a20.7%2020.7%200%200%201%202.162%209.696c0%2012.055-7.482%2021.487-20.256%2021.487c-11.378%200-20.572-9.585-20.572-20.058%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M37.255%2026.908c-.384%201.474-1.662%203.931-5.367%208.157c-.128.099-.128.197-.255.295c-.384.688-2.066%201.951-2.066%204.738a5.1%205.1%200%200%200%20.66%202.24a4.85%204.85%200%200%201-3.041%201.494c-.746%200-2.31-.711-2.43-1.821a4.73%204.73%200%200%200-1.701%203.67c0%204.388%202.061%208.943%207.939%2012.481c0%200%201.66%201.081%201.789%201.966c0%200%200%20.098.127.098h6.772c.256%200%20.256%200%20.256-.098c0-.197.51-1.278%204.088-3.735a14.1%2014.1%200%200%200%204.728-5.209a.862.862%200%200%200-.767-1.18a2.02%202.02%200%200%201-1.277-1.179s-.256-.786.767-2.555a4.7%204.7%200%200%200%20.84-2.36a1.206%201.206%200%200%200-1.66-.687a2.863%202.863%200%200%201-3.652-1.081s-.895-1.573-.128-5.406c.511-2.948-1.278-7.764-3.578-10.221c-.639-.59-1.917-.394-2.044.393%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22m39.302%2055.881l7.755.538l-5.556-8.816l3.512.154l-4.796-7.256l3.02-.169l-6.84-9.362l-6.571%209.577l3.081-.376l-5.341%207.586l3.727-.154l-5.556%208.816l6.933-.814%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m39.632%2055.881l7.425.538l-5.556-8.816l3.512.154l-4.796-7.256l3.02-.169l-6.84-9.362l-6.571%209.577l3.081-.376l-5.341%207.586l3.727-.154l-5.556%208.816l6.603-.814%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M36.397%2057.226v5.994%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M20.349%2055.888a20.2%2020.2%200%200%201-4.86-13.02a33.6%2033.6%200%200%201%203.899-15.09c.465%207.305%203.91%2010.247%205.621%2010.247c1.278%200%202.453-1.302%202.453-3.426c.089-2.742.177-7.107%203.845-13.895m15.564%2039.732a20.64%2020.64%200%200%201-10.811%202.82a20.3%2020.3%200%200%201-10.325-2.825m9.11-52.971s13.78%209.51%2013.249%2025.254a1.932%201.932%200%200%200%202.08%202.035a5.14%205.14%200%200%200%203.98-2.674a20.7%2020.7%200%200%201%202.162%209.695a23.47%2023.47%200%200%201-3.787%2013.28%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/wild-fire.svg?color=%231a73e8&size=48