fire-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
fire-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Related icons in Myna UI Icons

Use the fire icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.818 2.604a.75.75 0 0 1 .938-.291c2.676 1.17 3.982 3.498 4.618 5.441c.183.562.314 1.1.407 1.58l.1-.12c.844-.996 2.13-2.206 3.877-2.997a.75.75 0 0 1 1.02.441q.142.418.294.853c.437 1.252.906 2.597 1.18 3.928c.34 1.655.405 3.39-.29 5.053a8.56 8.56 0 0 1-7.902 5.258c-4.727 0-8.56-3.827-8.56-8.55c0-3.874 1.296-5.885 3.22-8.868c.346-.539.714-1.109 1.098-1.728M7.75 13a.75.75 0 0 0-1.5 0A5.75 5.75 0 0 0 12 18.75a.75.75 0 0 0 0-1.5A4.25 4.25 0 0 1 7.75 13"/></svg>

React

import type { SVGProps } from "react";

export function MynauiFireSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.818 2.604a.75.75 0 0 1 .938-.291c2.676 1.17 3.982 3.498 4.618 5.441c.183.562.314 1.1.407 1.58l.1-.12c.844-.996 2.13-2.206 3.877-2.997a.75.75 0 0 1 1.02.441q.142.418.294.853c.437 1.252.906 2.597 1.18 3.928c.34 1.655.405 3.39-.29 5.053a8.56 8.56 0 0 1-7.902 5.258c-4.727 0-8.56-3.827-8.56-8.55c0-3.874 1.296-5.885 3.22-8.868c.346-.539.714-1.109 1.098-1.728M7.75 13a.75.75 0 0 0-1.5 0A5.75 5.75 0 0 0 12 18.75a.75.75 0 0 0 0-1.5A4.25 4.25 0 0 1 7.75 13"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.818 2.604a.75.75 0 0 1 .938-.291c2.676 1.17 3.982 3.498 4.618 5.441c.183.562.314 1.1.407 1.58l.1-.12c.844-.996 2.13-2.206 3.877-2.997a.75.75 0 0 1 1.02.441q.142.418.294.853c.437 1.252.906 2.597 1.18 3.928c.34 1.655.405 3.39-.29 5.053a8.56 8.56 0 0 1-7.902 5.258c-4.727 0-8.56-3.827-8.56-8.55c0-3.874 1.296-5.885 3.22-8.868c.346-.539.714-1.109 1.098-1.728M7.75 13a.75.75 0 0 0-1.5 0A5.75 5.75 0 0 0 12 18.75a.75.75 0 0 0 0-1.5A4.25 4.25 0 0 1 7.75 13"/></svg>
</template>

CSS

.icon-fire-solid {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.818%202.604a.75.75%200%200%201%20.938-.291c2.676%201.17%203.982%203.498%204.618%205.441c.183.562.314%201.1.407%201.58l.1-.12c.844-.996%202.13-2.206%203.877-2.997a.75.75%200%200%201%201.02.441q.142.418.294.853c.437%201.252.906%202.597%201.18%203.928c.34%201.655.405%203.39-.29%205.053a8.56%208.56%200%200%201-7.902%205.258c-4.727%200-8.56-3.827-8.56-8.55c0-3.874%201.296-5.885%203.22-8.868c.346-.539.714-1.109%201.098-1.728M7.75%2013a.75.75%200%200%200-1.5%200A5.75%205.75%200%200%200%2012%2018.75a.75.75%200%200%200%200-1.5A4.25%204.25%200%200%201%207.75%2013%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.818%202.604a.75.75%200%200%201%20.938-.291c2.676%201.17%203.982%203.498%204.618%205.441c.183.562.314%201.1.407%201.58l.1-.12c.844-.996%202.13-2.206%203.877-2.997a.75.75%200%200%201%201.02.441q.142.418.294.853c.437%201.252.906%202.597%201.18%203.928c.34%201.655.405%203.39-.29%205.053a8.56%208.56%200%200%201-7.902%205.258c-4.727%200-8.56-3.827-8.56-8.55c0-3.874%201.296-5.885%203.22-8.868c.346-.539.714-1.109%201.098-1.728M7.75%2013a.75.75%200%200%200-1.5%200A5.75%205.75%200%200%200%2012%2018.75a.75.75%200%200%200%200-1.5A4.25%204.25%200%200%201%207.75%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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