fire from IconPark by ByteDance · Color · Energy · Apache-2.0 Free for personal and commercial use.

Name
fire
Set
IconPark
Style
Color
Category
Energy
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More energy icons from IconPark

Use the fire icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#2F88FF" stroke="#000" stroke-linejoin="round" stroke-width="4" d="M24 44C32.2347 44 38.9998 37.4742 38.9998 29.0981C38.9998 27.0418 38.8953 24.8375 37.7555 21.4116C36.6157 17.9858 36.3861 17.5436 35.1809 15.4279C34.666 19.7454 31.911 21.5448 31.2111 22.0826C31.2111 21.5231 29.5445 15.3359 27.0176 11.6339C24.537 8 21.1634 5.61592 19.1853 4C19.1853 7.06977 18.3219 11.6339 17.0854 13.9594C15.8489 16.2849 15.6167 16.3696 14.0722 18.1002C12.5278 19.8308 11.8189 20.3653 10.5274 22.4651C9.23596 24.565 9 27.3618 9 29.4181C9 37.7942 15.7653 44 24 44Z"/></svg>

React

import type { SVGProps } from "react";

export function IconParkFire(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#2F88FF" stroke="#000" strokeLinejoin="round" strokeWidth="4" d="M24 44C32.2347 44 38.9998 37.4742 38.9998 29.0981C38.9998 27.0418 38.8953 24.8375 37.7555 21.4116C36.6157 17.9858 36.3861 17.5436 35.1809 15.4279C34.666 19.7454 31.911 21.5448 31.2111 22.0826C31.2111 21.5231 29.5445 15.3359 27.0176 11.6339C24.537 8 21.1634 5.61592 19.1853 4C19.1853 7.06977 18.3219 11.6339 17.0854 13.9594C15.8489 16.2849 15.6167 16.3696 14.0722 18.1002C12.5278 19.8308 11.8189 20.3653 10.5274 22.4651C9.23596 24.565 9 27.3618 9 29.4181C9 37.7942 15.7653 44 24 44Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#2F88FF" stroke="#000" stroke-linejoin="round" stroke-width="4" d="M24 44C32.2347 44 38.9998 37.4742 38.9998 29.0981C38.9998 27.0418 38.8953 24.8375 37.7555 21.4116C36.6157 17.9858 36.3861 17.5436 35.1809 15.4279C34.666 19.7454 31.911 21.5448 31.2111 22.0826C31.2111 21.5231 29.5445 15.3359 27.0176 11.6339C24.537 8 21.1634 5.61592 19.1853 4C19.1853 7.06977 18.3219 11.6339 17.0854 13.9594C15.8489 16.2849 15.6167 16.3696 14.0722 18.1002C12.5278 19.8308 11.8189 20.3653 10.5274 22.4651C9.23596 24.565 9 27.3618 9 29.4181C9 37.7942 15.7653 44 24 44Z"/></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%2048%2048%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%2044C32.2347%2044%2038.9998%2037.4742%2038.9998%2029.0981C38.9998%2027.0418%2038.8953%2024.8375%2037.7555%2021.4116C36.6157%2017.9858%2036.3861%2017.5436%2035.1809%2015.4279C34.666%2019.7454%2031.911%2021.5448%2031.2111%2022.0826C31.2111%2021.5231%2029.5445%2015.3359%2027.0176%2011.6339C24.537%208%2021.1634%205.61592%2019.1853%204C19.1853%207.06977%2018.3219%2011.6339%2017.0854%2013.9594C15.8489%2016.2849%2015.6167%2016.3696%2014.0722%2018.1002C12.5278%2019.8308%2011.8189%2020.3653%2010.5274%2022.4651C9.23596%2024.565%209%2027.3618%209%2029.4181C9%2037.7942%2015.7653%2044%2024%2044Z%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%2048%2048%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%2044C32.2347%2044%2038.9998%2037.4742%2038.9998%2029.0981C38.9998%2027.0418%2038.8953%2024.8375%2037.7555%2021.4116C36.6157%2017.9858%2036.3861%2017.5436%2035.1809%2015.4279C34.666%2019.7454%2031.911%2021.5448%2031.2111%2022.0826C31.2111%2021.5231%2029.5445%2015.3359%2027.0176%2011.6339C24.537%208%2021.1634%205.61592%2019.1853%204C19.1853%207.06977%2018.3219%2011.6339%2017.0854%2013.9594C15.8489%2016.2849%2015.6167%2016.3696%2014.0722%2018.1002C12.5278%2019.8308%2011.8189%2020.3653%2010.5274%2022.4651C9.23596%2024.565%209%2027.3618%209%2029.4181C9%2037.7942%2015.7653%2044%2024%2044Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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