flame from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
flame
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the flame icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M173.79 51.48a221.3 221.3 0 0 0-41.67-34.34a8 8 0 0 0-8.24 0a221.3 221.3 0 0 0-41.67 34.34C54.59 80.48 40 112.47 40 144a88 88 0 0 0 176 0c0-31.53-14.59-63.52-42.21-92.52M96 184c0-27.67 22.53-47.28 32-54.3c9.48 7 32 26.63 32 54.3a32 32 0 0 1-64 0m77.27 15.93A47.8 47.8 0 0 0 176 184c0-44-42.09-69.79-43.88-70.86a8 8 0 0 0-8.24 0C122.09 114.21 80 140 80 184a47.8 47.8 0 0 0 2.73 15.93A71.88 71.88 0 0 1 56 144c0-34.41 20.4-63.15 37.52-81.19A216.2 216.2 0 0 1 128 33.54a215.8 215.8 0 0 1 34.48 29.27C193.49 95.5 200 125 200 144a71.88 71.88 0 0 1-26.73 55.93"/></svg>

React

import type { SVGProps } from "react";

export function PhFlame(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="M173.79 51.48a221.3 221.3 0 0 0-41.67-34.34a8 8 0 0 0-8.24 0a221.3 221.3 0 0 0-41.67 34.34C54.59 80.48 40 112.47 40 144a88 88 0 0 0 176 0c0-31.53-14.59-63.52-42.21-92.52M96 184c0-27.67 22.53-47.28 32-54.3c9.48 7 32 26.63 32 54.3a32 32 0 0 1-64 0m77.27 15.93A47.8 47.8 0 0 0 176 184c0-44-42.09-69.79-43.88-70.86a8 8 0 0 0-8.24 0C122.09 114.21 80 140 80 184a47.8 47.8 0 0 0 2.73 15.93A71.88 71.88 0 0 1 56 144c0-34.41 20.4-63.15 37.52-81.19A216.2 216.2 0 0 1 128 33.54a215.8 215.8 0 0 1 34.48 29.27C193.49 95.5 200 125 200 144a71.88 71.88 0 0 1-26.73 55.93"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M173.79 51.48a221.3 221.3 0 0 0-41.67-34.34a8 8 0 0 0-8.24 0a221.3 221.3 0 0 0-41.67 34.34C54.59 80.48 40 112.47 40 144a88 88 0 0 0 176 0c0-31.53-14.59-63.52-42.21-92.52M96 184c0-27.67 22.53-47.28 32-54.3c9.48 7 32 26.63 32 54.3a32 32 0 0 1-64 0m77.27 15.93A47.8 47.8 0 0 0 176 184c0-44-42.09-69.79-43.88-70.86a8 8 0 0 0-8.24 0C122.09 114.21 80 140 80 184a47.8 47.8 0 0 0 2.73 15.93A71.88 71.88 0 0 1 56 144c0-34.41 20.4-63.15 37.52-81.19A216.2 216.2 0 0 1 128 33.54a215.8 215.8 0 0 1 34.48 29.27C193.49 95.5 200 125 200 144a71.88 71.88 0 0 1-26.73 55.93"/></svg>
</template>

CSS

.icon-flame {
  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%22M173.79%2051.48a221.3%20221.3%200%200%200-41.67-34.34a8%208%200%200%200-8.24%200a221.3%20221.3%200%200%200-41.67%2034.34C54.59%2080.48%2040%20112.47%2040%20144a88%2088%200%200%200%20176%200c0-31.53-14.59-63.52-42.21-92.52M96%20184c0-27.67%2022.53-47.28%2032-54.3c9.48%207%2032%2026.63%2032%2054.3a32%2032%200%200%201-64%200m77.27%2015.93A47.8%2047.8%200%200%200%20176%20184c0-44-42.09-69.79-43.88-70.86a8%208%200%200%200-8.24%200C122.09%20114.21%2080%20140%2080%20184a47.8%2047.8%200%200%200%202.73%2015.93A71.88%2071.88%200%200%201%2056%20144c0-34.41%2020.4-63.15%2037.52-81.19A216.2%20216.2%200%200%201%20128%2033.54a215.8%20215.8%200%200%201%2034.48%2029.27C193.49%2095.5%20200%20125%20200%20144a71.88%2071.88%200%200%201-26.73%2055.93%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%22M173.79%2051.48a221.3%20221.3%200%200%200-41.67-34.34a8%208%200%200%200-8.24%200a221.3%20221.3%200%200%200-41.67%2034.34C54.59%2080.48%2040%20112.47%2040%20144a88%2088%200%200%200%20176%200c0-31.53-14.59-63.52-42.21-92.52M96%20184c0-27.67%2022.53-47.28%2032-54.3c9.48%207%2032%2026.63%2032%2054.3a32%2032%200%200%201-64%200m77.27%2015.93A47.8%2047.8%200%200%200%20176%20184c0-44-42.09-69.79-43.88-70.86a8%208%200%200%200-8.24%200C122.09%20114.21%2080%20140%2080%20184a47.8%2047.8%200%200%200%202.73%2015.93A71.88%2071.88%200%200%201%2056%20144c0-34.41%2020.4-63.15%2037.52-81.19A216.2%20216.2%200%200%201%20128%2033.54a215.8%20215.8%200%200%201%2034.48%2029.27C193.49%2095.5%20200%20125%20200%20144a71.88%2071.88%200%200%201-26.73%2055.93%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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