fire simple icon

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

Name
fire-simple-thin
Set
Phosphor
Style
Thin
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="M140.82 20.92a4 4 0 0 0-6.31 1.71l-24.15 66.2l-28.55-27.7a4 4 0 0 0-6 .44C54.71 89.25 44 117 44 144a84 84 0 0 0 168 0c0-57.76-49.78-105.31-71.18-123.08M128 220a76.08 76.08 0 0 1-76-76c0-24.07 9.25-48.93 27.5-74l29.71 28.83a4 4 0 0 0 6.55-1.5l24.3-66.6C162.27 50.09 204 93.18 204 144a76.08 76.08 0 0 1-76 76"/></svg>

React

import type { SVGProps } from "react";

export function PhFireSimpleThin(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="M140.82 20.92a4 4 0 0 0-6.31 1.71l-24.15 66.2l-28.55-27.7a4 4 0 0 0-6 .44C54.71 89.25 44 117 44 144a84 84 0 0 0 168 0c0-57.76-49.78-105.31-71.18-123.08M128 220a76.08 76.08 0 0 1-76-76c0-24.07 9.25-48.93 27.5-74l29.71 28.83a4 4 0 0 0 6.55-1.5l24.3-66.6C162.27 50.09 204 93.18 204 144a76.08 76.08 0 0 1-76 76"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M140.82 20.92a4 4 0 0 0-6.31 1.71l-24.15 66.2l-28.55-27.7a4 4 0 0 0-6 .44C54.71 89.25 44 117 44 144a84 84 0 0 0 168 0c0-57.76-49.78-105.31-71.18-123.08M128 220a76.08 76.08 0 0 1-76-76c0-24.07 9.25-48.93 27.5-74l29.71 28.83a4 4 0 0 0 6.55-1.5l24.3-66.6C162.27 50.09 204 93.18 204 144a76.08 76.08 0 0 1-76 76"/></svg>
</template>

CSS

.icon-fire-simple-thin {
  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%22M140.82%2020.92a4%204%200%200%200-6.31%201.71l-24.15%2066.2l-28.55-27.7a4%204%200%200%200-6%20.44C54.71%2089.25%2044%20117%2044%20144a84%2084%200%200%200%20168%200c0-57.76-49.78-105.31-71.18-123.08M128%20220a76.08%2076.08%200%200%201-76-76c0-24.07%209.25-48.93%2027.5-74l29.71%2028.83a4%204%200%200%200%206.55-1.5l24.3-66.6C162.27%2050.09%20204%2093.18%20204%20144a76.08%2076.08%200%200%201-76%2076%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%22M140.82%2020.92a4%204%200%200%200-6.31%201.71l-24.15%2066.2l-28.55-27.7a4%204%200%200%200-6%20.44C54.71%2089.25%2044%20117%2044%20144a84%2084%200%200%200%20168%200c0-57.76-49.78-105.31-71.18-123.08M128%20220a76.08%2076.08%200%200%201-76-76c0-24.07%209.25-48.93%2027.5-74l29.71%2028.83a4%204%200%200%200%206.55-1.5l24.3-66.6C162.27%2050.09%20204%2093.18%20204%20144a76.08%2076.08%200%200%201-76%2076%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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