fire-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
fire-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the fire icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M181.92 153A55.58 55.58 0 0 1 137 197.92a7 7 0 0 1-1 .08a6 6 0 0 1-1-11.92c17.38-2.92 32.13-17.68 35.08-35.08a6 6 0 1 1 11.84 2m32.08-9a86 86 0 0 1-172 0c0-27.47 10.85-55.61 32.25-83.64a6 6 0 0 1 9-.67l26.34 25.56l23.09-63.31a6 6 0 0 1 9.47-2.56C163.72 37.33 214 85.4 214 144m-12 0c0-48.4-38.65-89.84-61.07-109.8l-23.29 63.86a6 6 0 0 1-9.82 2.25l-28-27.22C62.67 97.13 54 121 54 144a74 74 0 0 0 148 0"/></svg>

React

import type { SVGProps } from "react";

export function PhFireLight(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="M181.92 153A55.58 55.58 0 0 1 137 197.92a7 7 0 0 1-1 .08a6 6 0 0 1-1-11.92c17.38-2.92 32.13-17.68 35.08-35.08a6 6 0 1 1 11.84 2m32.08-9a86 86 0 0 1-172 0c0-27.47 10.85-55.61 32.25-83.64a6 6 0 0 1 9-.67l26.34 25.56l23.09-63.31a6 6 0 0 1 9.47-2.56C163.72 37.33 214 85.4 214 144m-12 0c0-48.4-38.65-89.84-61.07-109.8l-23.29 63.86a6 6 0 0 1-9.82 2.25l-28-27.22C62.67 97.13 54 121 54 144a74 74 0 0 0 148 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M181.92 153A55.58 55.58 0 0 1 137 197.92a7 7 0 0 1-1 .08a6 6 0 0 1-1-11.92c17.38-2.92 32.13-17.68 35.08-35.08a6 6 0 1 1 11.84 2m32.08-9a86 86 0 0 1-172 0c0-27.47 10.85-55.61 32.25-83.64a6 6 0 0 1 9-.67l26.34 25.56l23.09-63.31a6 6 0 0 1 9.47-2.56C163.72 37.33 214 85.4 214 144m-12 0c0-48.4-38.65-89.84-61.07-109.8l-23.29 63.86a6 6 0 0 1-9.82 2.25l-28-27.22C62.67 97.13 54 121 54 144a74 74 0 0 0 148 0"/></svg>
</template>

CSS

.icon-fire-light {
  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%22M181.92%20153A55.58%2055.58%200%200%201%20137%20197.92a7%207%200%200%201-1%20.08a6%206%200%200%201-1-11.92c17.38-2.92%2032.13-17.68%2035.08-35.08a6%206%200%201%201%2011.84%202m32.08-9a86%2086%200%200%201-172%200c0-27.47%2010.85-55.61%2032.25-83.64a6%206%200%200%201%209-.67l26.34%2025.56l23.09-63.31a6%206%200%200%201%209.47-2.56C163.72%2037.33%20214%2085.4%20214%20144m-12%200c0-48.4-38.65-89.84-61.07-109.8l-23.29%2063.86a6%206%200%200%201-9.82%202.25l-28-27.22C62.67%2097.13%2054%20121%2054%20144a74%2074%200%200%200%20148%200%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%22M181.92%20153A55.58%2055.58%200%200%201%20137%20197.92a7%207%200%200%201-1%20.08a6%206%200%200%201-1-11.92c17.38-2.92%2032.13-17.68%2035.08-35.08a6%206%200%201%201%2011.84%202m32.08-9a86%2086%200%200%201-172%200c0-27.47%2010.85-55.61%2032.25-83.64a6%206%200%200%201%209-.67l26.34%2025.56l23.09-63.31a6%206%200%200%201%209.47-2.56C163.72%2037.33%20214%2085.4%20214%20144m-12%200c0-48.4-38.65-89.84-61.07-109.8l-23.29%2063.86a6%206%200%200%201-9.82%202.25l-28-27.22C62.67%2097.13%2054%20121%2054%20144a74%2074%200%200%200%20148%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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