fire simple icon

fire-simple-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
fire-simple-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the fire simple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M145.93 14.77A12 12 0 0 0 127 19.89L107.07 74.5L87.38 55.39a12 12 0 0 0-17.9 1.33C47.27 85.82 36 115.19 36 144a92 92 0 0 0 184 0c0-61.15-51.8-110.75-74.07-129.23M128 212a68.07 68.07 0 0 1-68-68c0-19.94 7-40.62 20.71-61.64l22.93 22.25a12 12 0 0 0 19.63-4.5l20.21-55.4C165.39 65.61 196 102.29 196 144a68.07 68.07 0 0 1-68 68"/></svg>

React

import type { SVGProps } from "react";

export function PhFireSimpleBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M145.93 14.77A12 12 0 0 0 127 19.89L107.07 74.5L87.38 55.39a12 12 0 0 0-17.9 1.33C47.27 85.82 36 115.19 36 144a92 92 0 0 0 184 0c0-61.15-51.8-110.75-74.07-129.23M128 212a68.07 68.07 0 0 1-68-68c0-19.94 7-40.62 20.71-61.64l22.93 22.25a12 12 0 0 0 19.63-4.5l20.21-55.4C165.39 65.61 196 102.29 196 144a68.07 68.07 0 0 1-68 68"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M145.93 14.77A12 12 0 0 0 127 19.89L107.07 74.5L87.38 55.39a12 12 0 0 0-17.9 1.33C47.27 85.82 36 115.19 36 144a92 92 0 0 0 184 0c0-61.15-51.8-110.75-74.07-129.23M128 212a68.07 68.07 0 0 1-68-68c0-19.94 7-40.62 20.71-61.64l22.93 22.25a12 12 0 0 0 19.63-4.5l20.21-55.4C165.39 65.61 196 102.29 196 144a68.07 68.07 0 0 1-68 68"/></svg>
</template>

CSS

.icon-fire-simple-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M145.93%2014.77A12%2012%200%200%200%20127%2019.89L107.07%2074.5L87.38%2055.39a12%2012%200%200%200-17.9%201.33C47.27%2085.82%2036%20115.19%2036%20144a92%2092%200%200%200%20184%200c0-61.15-51.8-110.75-74.07-129.23M128%20212a68.07%2068.07%200%200%201-68-68c0-19.94%207-40.62%2020.71-61.64l22.93%2022.25a12%2012%200%200%200%2019.63-4.5l20.21-55.4C165.39%2065.61%20196%20102.29%20196%20144a68.07%2068.07%200%200%201-68%2068%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M145.93%2014.77A12%2012%200%200%200%20127%2019.89L107.07%2074.5L87.38%2055.39a12%2012%200%200%200-17.9%201.33C47.27%2085.82%2036%20115.19%2036%20144a92%2092%200%200%200%20184%200c0-61.15-51.8-110.75-74.07-129.23M128%20212a68.07%2068.07%200%200%201-68-68c0-19.94%207-40.62%2020.71-61.64l22.93%2022.25a12%2012%200%200%200%2019.63-4.5l20.21-55.4C165.39%2065.61%20196%20102.29%20196%20144a68.07%2068.07%200%200%201-68%2068%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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