fire from Noto Emoji by Google Inc · Default · Travel & Places · Apache-2.0 Free for personal and commercial use.

Name
fire
Set
Noto Emoji
Style
Default
Category
Travel & Places
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More travel & places icons from Noto Emoji

Use the fire emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><radialGradient id="SVGfaBQpeoC" cx="68.884" cy="124.296" r="70.587" gradientTransform="rotate(-179.751 65.907 -39.816)scale(1 -1.64082)" gradientUnits="userSpaceOnUse"><stop offset=".314" stop-color="#ff9800"/><stop offset=".662" stop-color="#ff6d00"/><stop offset=".972" stop-color="#f44336"/></radialGradient><path fill="url(#SVGfaBQpeoC)" d="M35.56 40.73c-.57 6.08-.97 16.84 2.62 21.42c0 0-1.69-11.82 13.46-26.65c6.1-5.97 7.51-14.09 5.38-20.18c-1.21-3.45-3.42-6.3-5.34-8.29c-1.12-1.17-.26-3.1 1.37-3.03c9.86.44 25.84 3.18 32.63 20.22c2.98 7.48 3.2 15.21 1.78 23.07c-.9 5.02-4.1 16.18 3.2 17.55c5.21.98 7.73-3.16 8.86-6.14c.47-1.24 2.1-1.55 2.98-.56c8.8 10.01 9.55 21.8 7.73 31.95c-3.52 19.62-23.39 33.9-43.13 33.9c-24.66 0-44.29-14.11-49.38-39.65c-2.05-10.31-1.01-30.71 14.89-45.11c1.18-1.08 3.11-.12 2.95 1.5"/><radialGradient id="SVGVfNAiblG" cx="64.921" cy="54.062" r="73.86" gradientTransform="rotate(90.579 18.654 7.312)scale(1 -.7525)" gradientUnits="userSpaceOnUse"><stop offset=".214" stop-color="#fff176"/><stop offset=".328" stop-color="#fff27d"/><stop offset=".487" stop-color="#fff48f"/><stop offset=".672" stop-color="#fff7ad"/><stop offset=".793" stop-color="#fff9c4"/><stop offset=".822" stop-color="#fff8bd" stop-opacity=".804"/><stop offset=".863" stop-color="#fff6ab" stop-opacity=".529"/><stop offset=".91" stop-color="#fff38d" stop-opacity=".209"/><stop offset=".941" stop-color="#fff176" stop-opacity="0"/></radialGradient><path fill="url(#SVGVfNAiblG)" d="M76.11 77.42c-9.09-11.7-5.02-25.05-2.79-30.37c.3-.7-.5-1.36-1.13-.93c-3.91 2.66-11.92 8.92-15.65 17.73c-5.05 11.91-4.69 17.74-1.7 24.86c1.8 4.29-.29 5.2-1.34 5.36c-1.02.16-1.96-.52-2.71-1.23a16.1 16.1 0 0 1-4.44-7.6c-.16-.62-.97-.79-1.34-.28c-2.8 3.87-4.25 10.08-4.32 14.47C40.47 113 51.68 124 65.24 124c17.09 0 29.54-18.9 19.72-34.7c-2.85-4.6-5.53-7.61-8.85-11.88"/></svg>

React

import type { SVGProps } from "react";

export function NotoFire(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><radialGradient id="SVGfaBQpeoC" cx="68.884" cy="124.296" r="70.587" gradientTransform="rotate(-179.751 65.907 -39.816)scale(1 -1.64082)" gradientUnits="userSpaceOnUse"><stop offset=".314" stopColor="#ff9800"/><stop offset=".662" stopColor="#ff6d00"/><stop offset=".972" stopColor="#f44336"/></radialGradient><path fill="url(#SVGfaBQpeoC)" d="M35.56 40.73c-.57 6.08-.97 16.84 2.62 21.42c0 0-1.69-11.82 13.46-26.65c6.1-5.97 7.51-14.09 5.38-20.18c-1.21-3.45-3.42-6.3-5.34-8.29c-1.12-1.17-.26-3.1 1.37-3.03c9.86.44 25.84 3.18 32.63 20.22c2.98 7.48 3.2 15.21 1.78 23.07c-.9 5.02-4.1 16.18 3.2 17.55c5.21.98 7.73-3.16 8.86-6.14c.47-1.24 2.1-1.55 2.98-.56c8.8 10.01 9.55 21.8 7.73 31.95c-3.52 19.62-23.39 33.9-43.13 33.9c-24.66 0-44.29-14.11-49.38-39.65c-2.05-10.31-1.01-30.71 14.89-45.11c1.18-1.08 3.11-.12 2.95 1.5"/><radialGradient id="SVGVfNAiblG" cx="64.921" cy="54.062" r="73.86" gradientTransform="rotate(90.579 18.654 7.312)scale(1 -.7525)" gradientUnits="userSpaceOnUse"><stop offset=".214" stopColor="#fff176"/><stop offset=".328" stopColor="#fff27d"/><stop offset=".487" stopColor="#fff48f"/><stop offset=".672" stopColor="#fff7ad"/><stop offset=".793" stopColor="#fff9c4"/><stop offset=".822" stopColor="#fff8bd" stopOpacity=".804"/><stop offset=".863" stopColor="#fff6ab" stopOpacity=".529"/><stop offset=".91" stopColor="#fff38d" stopOpacity=".209"/><stop offset=".941" stopColor="#fff176" stopOpacity="0"/></radialGradient><path fill="url(#SVGVfNAiblG)" d="M76.11 77.42c-9.09-11.7-5.02-25.05-2.79-30.37c.3-.7-.5-1.36-1.13-.93c-3.91 2.66-11.92 8.92-15.65 17.73c-5.05 11.91-4.69 17.74-1.7 24.86c1.8 4.29-.29 5.2-1.34 5.36c-1.02.16-1.96-.52-2.71-1.23a16.1 16.1 0 0 1-4.44-7.6c-.16-.62-.97-.79-1.34-.28c-2.8 3.87-4.25 10.08-4.32 14.47C40.47 113 51.68 124 65.24 124c17.09 0 29.54-18.9 19.72-34.7c-2.85-4.6-5.53-7.61-8.85-11.88"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><radialGradient id="SVGfaBQpeoC" cx="68.884" cy="124.296" r="70.587" gradientTransform="rotate(-179.751 65.907 -39.816)scale(1 -1.64082)" gradientUnits="userSpaceOnUse"><stop offset=".314" stop-color="#ff9800"/><stop offset=".662" stop-color="#ff6d00"/><stop offset=".972" stop-color="#f44336"/></radialGradient><path fill="url(#SVGfaBQpeoC)" d="M35.56 40.73c-.57 6.08-.97 16.84 2.62 21.42c0 0-1.69-11.82 13.46-26.65c6.1-5.97 7.51-14.09 5.38-20.18c-1.21-3.45-3.42-6.3-5.34-8.29c-1.12-1.17-.26-3.1 1.37-3.03c9.86.44 25.84 3.18 32.63 20.22c2.98 7.48 3.2 15.21 1.78 23.07c-.9 5.02-4.1 16.18 3.2 17.55c5.21.98 7.73-3.16 8.86-6.14c.47-1.24 2.1-1.55 2.98-.56c8.8 10.01 9.55 21.8 7.73 31.95c-3.52 19.62-23.39 33.9-43.13 33.9c-24.66 0-44.29-14.11-49.38-39.65c-2.05-10.31-1.01-30.71 14.89-45.11c1.18-1.08 3.11-.12 2.95 1.5"/><radialGradient id="SVGVfNAiblG" cx="64.921" cy="54.062" r="73.86" gradientTransform="rotate(90.579 18.654 7.312)scale(1 -.7525)" gradientUnits="userSpaceOnUse"><stop offset=".214" stop-color="#fff176"/><stop offset=".328" stop-color="#fff27d"/><stop offset=".487" stop-color="#fff48f"/><stop offset=".672" stop-color="#fff7ad"/><stop offset=".793" stop-color="#fff9c4"/><stop offset=".822" stop-color="#fff8bd" stop-opacity=".804"/><stop offset=".863" stop-color="#fff6ab" stop-opacity=".529"/><stop offset=".91" stop-color="#fff38d" stop-opacity=".209"/><stop offset=".941" stop-color="#fff176" stop-opacity="0"/></radialGradient><path fill="url(#SVGVfNAiblG)" d="M76.11 77.42c-9.09-11.7-5.02-25.05-2.79-30.37c.3-.7-.5-1.36-1.13-.93c-3.91 2.66-11.92 8.92-15.65 17.73c-5.05 11.91-4.69 17.74-1.7 24.86c1.8 4.29-.29 5.2-1.34 5.36c-1.02.16-1.96-.52-2.71-1.23a16.1 16.1 0 0 1-4.44-7.6c-.16-.62-.97-.79-1.34-.28c-2.8 3.87-4.25 10.08-4.32 14.47C40.47 113 51.68 124 65.24 124c17.09 0 29.54-18.9 19.72-34.7c-2.85-4.6-5.53-7.61-8.85-11.88"/></svg>
</template>

CSS

.icon-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%20128%20128%22%3E%3CradialGradient%20id%3D%22SVGfaBQpeoC%22%20cx%3D%2268.884%22%20cy%3D%22124.296%22%20r%3D%2270.587%22%20gradientTransform%3D%22rotate(-179.751%2065.907%20-39.816)scale(1%20-1.64082)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.314%22%20stop-color%3D%22%23ff9800%22%2F%3E%3Cstop%20offset%3D%22.662%22%20stop-color%3D%22%23ff6d00%22%2F%3E%3Cstop%20offset%3D%22.972%22%20stop-color%3D%22%23f44336%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20fill%3D%22url(%23SVGfaBQpeoC)%22%20d%3D%22M35.56%2040.73c-.57%206.08-.97%2016.84%202.62%2021.42c0%200-1.69-11.82%2013.46-26.65c6.1-5.97%207.51-14.09%205.38-20.18c-1.21-3.45-3.42-6.3-5.34-8.29c-1.12-1.17-.26-3.1%201.37-3.03c9.86.44%2025.84%203.18%2032.63%2020.22c2.98%207.48%203.2%2015.21%201.78%2023.07c-.9%205.02-4.1%2016.18%203.2%2017.55c5.21.98%207.73-3.16%208.86-6.14c.47-1.24%202.1-1.55%202.98-.56c8.8%2010.01%209.55%2021.8%207.73%2031.95c-3.52%2019.62-23.39%2033.9-43.13%2033.9c-24.66%200-44.29-14.11-49.38-39.65c-2.05-10.31-1.01-30.71%2014.89-45.11c1.18-1.08%203.11-.12%202.95%201.5%22%2F%3E%3CradialGradient%20id%3D%22SVGVfNAiblG%22%20cx%3D%2264.921%22%20cy%3D%2254.062%22%20r%3D%2273.86%22%20gradientTransform%3D%22rotate(90.579%2018.654%207.312)scale(1%20-.7525)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.214%22%20stop-color%3D%22%23fff176%22%2F%3E%3Cstop%20offset%3D%22.328%22%20stop-color%3D%22%23fff27d%22%2F%3E%3Cstop%20offset%3D%22.487%22%20stop-color%3D%22%23fff48f%22%2F%3E%3Cstop%20offset%3D%22.672%22%20stop-color%3D%22%23fff7ad%22%2F%3E%3Cstop%20offset%3D%22.793%22%20stop-color%3D%22%23fff9c4%22%2F%3E%3Cstop%20offset%3D%22.822%22%20stop-color%3D%22%23fff8bd%22%20stop-opacity%3D%22.804%22%2F%3E%3Cstop%20offset%3D%22.863%22%20stop-color%3D%22%23fff6ab%22%20stop-opacity%3D%22.529%22%2F%3E%3Cstop%20offset%3D%22.91%22%20stop-color%3D%22%23fff38d%22%20stop-opacity%3D%22.209%22%2F%3E%3Cstop%20offset%3D%22.941%22%20stop-color%3D%22%23fff176%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20fill%3D%22url(%23SVGVfNAiblG)%22%20d%3D%22M76.11%2077.42c-9.09-11.7-5.02-25.05-2.79-30.37c.3-.7-.5-1.36-1.13-.93c-3.91%202.66-11.92%208.92-15.65%2017.73c-5.05%2011.91-4.69%2017.74-1.7%2024.86c1.8%204.29-.29%205.2-1.34%205.36c-1.02.16-1.96-.52-2.71-1.23a16.1%2016.1%200%200%201-4.44-7.6c-.16-.62-.97-.79-1.34-.28c-2.8%203.87-4.25%2010.08-4.32%2014.47C40.47%20113%2051.68%20124%2065.24%20124c17.09%200%2029.54-18.9%2019.72-34.7c-2.85-4.6-5.53-7.61-8.85-11.88%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%20128%20128%22%3E%3CradialGradient%20id%3D%22SVGfaBQpeoC%22%20cx%3D%2268.884%22%20cy%3D%22124.296%22%20r%3D%2270.587%22%20gradientTransform%3D%22rotate(-179.751%2065.907%20-39.816)scale(1%20-1.64082)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.314%22%20stop-color%3D%22%23ff9800%22%2F%3E%3Cstop%20offset%3D%22.662%22%20stop-color%3D%22%23ff6d00%22%2F%3E%3Cstop%20offset%3D%22.972%22%20stop-color%3D%22%23f44336%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20fill%3D%22url(%23SVGfaBQpeoC)%22%20d%3D%22M35.56%2040.73c-.57%206.08-.97%2016.84%202.62%2021.42c0%200-1.69-11.82%2013.46-26.65c6.1-5.97%207.51-14.09%205.38-20.18c-1.21-3.45-3.42-6.3-5.34-8.29c-1.12-1.17-.26-3.1%201.37-3.03c9.86.44%2025.84%203.18%2032.63%2020.22c2.98%207.48%203.2%2015.21%201.78%2023.07c-.9%205.02-4.1%2016.18%203.2%2017.55c5.21.98%207.73-3.16%208.86-6.14c.47-1.24%202.1-1.55%202.98-.56c8.8%2010.01%209.55%2021.8%207.73%2031.95c-3.52%2019.62-23.39%2033.9-43.13%2033.9c-24.66%200-44.29-14.11-49.38-39.65c-2.05-10.31-1.01-30.71%2014.89-45.11c1.18-1.08%203.11-.12%202.95%201.5%22%2F%3E%3CradialGradient%20id%3D%22SVGVfNAiblG%22%20cx%3D%2264.921%22%20cy%3D%2254.062%22%20r%3D%2273.86%22%20gradientTransform%3D%22rotate(90.579%2018.654%207.312)scale(1%20-.7525)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.214%22%20stop-color%3D%22%23fff176%22%2F%3E%3Cstop%20offset%3D%22.328%22%20stop-color%3D%22%23fff27d%22%2F%3E%3Cstop%20offset%3D%22.487%22%20stop-color%3D%22%23fff48f%22%2F%3E%3Cstop%20offset%3D%22.672%22%20stop-color%3D%22%23fff7ad%22%2F%3E%3Cstop%20offset%3D%22.793%22%20stop-color%3D%22%23fff9c4%22%2F%3E%3Cstop%20offset%3D%22.822%22%20stop-color%3D%22%23fff8bd%22%20stop-opacity%3D%22.804%22%2F%3E%3Cstop%20offset%3D%22.863%22%20stop-color%3D%22%23fff6ab%22%20stop-opacity%3D%22.529%22%2F%3E%3Cstop%20offset%3D%22.91%22%20stop-color%3D%22%23fff38d%22%20stop-opacity%3D%22.209%22%2F%3E%3Cstop%20offset%3D%22.941%22%20stop-color%3D%22%23fff176%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20fill%3D%22url(%23SVGVfNAiblG)%22%20d%3D%22M76.11%2077.42c-9.09-11.7-5.02-25.05-2.79-30.37c.3-.7-.5-1.36-1.13-.93c-3.91%202.66-11.92%208.92-15.65%2017.73c-5.05%2011.91-4.69%2017.74-1.7%2024.86c1.8%204.29-.29%205.2-1.34%205.36c-1.02.16-1.96-.52-2.71-1.23a16.1%2016.1%200%200%201-4.44-7.6c-.16-.62-.97-.79-1.34-.28c-2.8%203.87-4.25%2010.08-4.32%2014.47C40.47%20113%2051.68%20124%2065.24%20124c17.09%200%2029.54-18.9%2019.72-34.7c-2.85-4.6-5.53-7.61-8.85-11.88%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/fire.svg?color=%231a73e8&size=48