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

Name
flame-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 flame icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.236 3.003a.75.75 0 0 1 .874-.186c2.504 1.144 3.628 3.827 4.147 6.002c.113.476.2.939.266 1.372c.778-1.31 1.986-2.903 3.636-3.685l.074-.031a.75.75 0 0 1 .96.476l.358 1.078c.367 1.105.746 2.278.974 3.44c.289 1.465.359 2.999-.152 4.482l-.11.296c-1.168 2.921-3.943 5.003-7.21 5.003c-4.34 0-7.803-3.665-7.803-8.116c0-3.664 1.174-5.567 2.912-8.387c.313-.508.645-1.046.991-1.63z"/></svg>

React

import type { SVGProps } from "react";

export function MynauiFlameSolid(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="M8.236 3.003a.75.75 0 0 1 .874-.186c2.504 1.144 3.628 3.827 4.147 6.002c.113.476.2.939.266 1.372c.778-1.31 1.986-2.903 3.636-3.685l.074-.031a.75.75 0 0 1 .96.476l.358 1.078c.367 1.105.746 2.278.974 3.44c.289 1.465.359 2.999-.152 4.482l-.11.296c-1.168 2.921-3.943 5.003-7.21 5.003c-4.34 0-7.803-3.665-7.803-8.116c0-3.664 1.174-5.567 2.912-8.387c.313-.508.645-1.046.991-1.63z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.236 3.003a.75.75 0 0 1 .874-.186c2.504 1.144 3.628 3.827 4.147 6.002c.113.476.2.939.266 1.372c.778-1.31 1.986-2.903 3.636-3.685l.074-.031a.75.75 0 0 1 .96.476l.358 1.078c.367 1.105.746 2.278.974 3.44c.289 1.465.359 2.999-.152 4.482l-.11.296c-1.168 2.921-3.943 5.003-7.21 5.003c-4.34 0-7.803-3.665-7.803-8.116c0-3.664 1.174-5.567 2.912-8.387c.313-.508.645-1.046.991-1.63z"/></svg>
</template>

CSS

.icon-flame-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%22M8.236%203.003a.75.75%200%200%201%20.874-.186c2.504%201.144%203.628%203.827%204.147%206.002c.113.476.2.939.266%201.372c.778-1.31%201.986-2.903%203.636-3.685l.074-.031a.75.75%200%200%201%20.96.476l.358%201.078c.367%201.105.746%202.278.974%203.44c.289%201.465.359%202.999-.152%204.482l-.11.296c-1.168%202.921-3.943%205.003-7.21%205.003c-4.34%200-7.803-3.665-7.803-8.116c0-3.664%201.174-5.567%202.912-8.387c.313-.508.645-1.046.991-1.63z%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%22M8.236%203.003a.75.75%200%200%201%20.874-.186c2.504%201.144%203.628%203.827%204.147%206.002c.113.476.2.939.266%201.372c.778-1.31%201.986-2.903%203.636-3.685l.074-.031a.75.75%200%200%201%20.96.476l.358%201.078c.367%201.105.746%202.278.974%203.44c.289%201.465.359%202.999-.152%204.482l-.11.296c-1.168%202.921-3.943%205.003-7.21%205.003c-4.34%200-7.803-3.665-7.803-8.116c0-3.664%201.174-5.567%202.912-8.387c.313-.508.645-1.046.991-1.63z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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