flame-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
flame-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT
Aliases
fire-24

2 other variants in Octicons

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 24 24"><path fill="currentColor" d="M14.265 1.627c0 3.545 1.869 5.327 3.479 7.021c1.54 1.62 3.006 3.163 3.006 6.102c0 4.812-3.753 8.25-8.565 8.25c-4.813 0-8.935-3.421-8.935-8.25c0-2.039.962-4.011 2.509-4.899c.305-.175.672.007.803.334C7.563 12.684 8.797 12.64 9.437 12c.388-.387.47-1.116-.004-2.062c-2.405-4.812 1.863-8.279 4.2-8.854c.336-.082.615.198.632.543M12.185 21.5c4.059 0 7.065-2.84 7.065-6.75c0-2.337-1.093-3.489-2.678-5.158l-.021-.023c-1.44-1.517-3.139-3.351-3.649-6.557a6.15 6.15 0 0 0-1.911 1.76c-.787 1.144-1.147 2.633-.216 4.495c.603 1.205.777 2.74-.277 3.794c-.657.657-1.762 1.1-2.956.586c-.752-.324-1.353-.955-1.838-1.79c-.567.706-.954 1.74-.954 2.893c0 3.847 3.288 6.75 7.435 6.75"/></svg>

React

import type { SVGProps } from "react";

export function OcticonFlame24(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="M14.265 1.627c0 3.545 1.869 5.327 3.479 7.021c1.54 1.62 3.006 3.163 3.006 6.102c0 4.812-3.753 8.25-8.565 8.25c-4.813 0-8.935-3.421-8.935-8.25c0-2.039.962-4.011 2.509-4.899c.305-.175.672.007.803.334C7.563 12.684 8.797 12.64 9.437 12c.388-.387.47-1.116-.004-2.062c-2.405-4.812 1.863-8.279 4.2-8.854c.336-.082.615.198.632.543M12.185 21.5c4.059 0 7.065-2.84 7.065-6.75c0-2.337-1.093-3.489-2.678-5.158l-.021-.023c-1.44-1.517-3.139-3.351-3.649-6.557a6.15 6.15 0 0 0-1.911 1.76c-.787 1.144-1.147 2.633-.216 4.495c.603 1.205.777 2.74-.277 3.794c-.657.657-1.762 1.1-2.956.586c-.752-.324-1.353-.955-1.838-1.79c-.567.706-.954 1.74-.954 2.893c0 3.847 3.288 6.75 7.435 6.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.265 1.627c0 3.545 1.869 5.327 3.479 7.021c1.54 1.62 3.006 3.163 3.006 6.102c0 4.812-3.753 8.25-8.565 8.25c-4.813 0-8.935-3.421-8.935-8.25c0-2.039.962-4.011 2.509-4.899c.305-.175.672.007.803.334C7.563 12.684 8.797 12.64 9.437 12c.388-.387.47-1.116-.004-2.062c-2.405-4.812 1.863-8.279 4.2-8.854c.336-.082.615.198.632.543M12.185 21.5c4.059 0 7.065-2.84 7.065-6.75c0-2.337-1.093-3.489-2.678-5.158l-.021-.023c-1.44-1.517-3.139-3.351-3.649-6.557a6.15 6.15 0 0 0-1.911 1.76c-.787 1.144-1.147 2.633-.216 4.495c.603 1.205.777 2.74-.277 3.794c-.657.657-1.762 1.1-2.956.586c-.752-.324-1.353-.955-1.838-1.79c-.567.706-.954 1.74-.954 2.893c0 3.847 3.288 6.75 7.435 6.75"/></svg>
</template>

CSS

.icon-flame-24 {
  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%22M14.265%201.627c0%203.545%201.869%205.327%203.479%207.021c1.54%201.62%203.006%203.163%203.006%206.102c0%204.812-3.753%208.25-8.565%208.25c-4.813%200-8.935-3.421-8.935-8.25c0-2.039.962-4.011%202.509-4.899c.305-.175.672.007.803.334C7.563%2012.684%208.797%2012.64%209.437%2012c.388-.387.47-1.116-.004-2.062c-2.405-4.812%201.863-8.279%204.2-8.854c.336-.082.615.198.632.543M12.185%2021.5c4.059%200%207.065-2.84%207.065-6.75c0-2.337-1.093-3.489-2.678-5.158l-.021-.023c-1.44-1.517-3.139-3.351-3.649-6.557a6.15%206.15%200%200%200-1.911%201.76c-.787%201.144-1.147%202.633-.216%204.495c.603%201.205.777%202.74-.277%203.794c-.657.657-1.762%201.1-2.956.586c-.752-.324-1.353-.955-1.838-1.79c-.567.706-.954%201.74-.954%202.893c0%203.847%203.288%206.75%207.435%206.75%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%22M14.265%201.627c0%203.545%201.869%205.327%203.479%207.021c1.54%201.62%203.006%203.163%203.006%206.102c0%204.812-3.753%208.25-8.565%208.25c-4.813%200-8.935-3.421-8.935-8.25c0-2.039.962-4.011%202.509-4.899c.305-.175.672.007.803.334C7.563%2012.684%208.797%2012.64%209.437%2012c.388-.387.47-1.116-.004-2.062c-2.405-4.812%201.863-8.279%204.2-8.854c.336-.082.615.198.632.543M12.185%2021.5c4.059%200%207.065-2.84%207.065-6.75c0-2.337-1.093-3.489-2.678-5.158l-.021-.023c-1.44-1.517-3.139-3.351-3.649-6.557a6.15%206.15%200%200%200-1.911%201.76c-.787%201.144-1.147%202.633-.216%204.495c.603%201.205.777%202.74-.277%203.794c-.657.657-1.762%201.1-2.956.586c-.752-.324-1.353-.955-1.838-1.79c-.567.706-.954%201.74-.954%202.893c0%203.847%203.288%206.75%207.435%206.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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