flame icon
flame from Octicons by GitHub · Regular · MIT Free for personal and commercial use.
- Name
- flame
- Set
- Octicons
- Style
- Regular
- Viewbox
- 12×16
- License
- MIT
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 12 16"><path fill-rule="evenodd" d="M5.05.31c.81 2.17.41 3.38-.52 4.31C3.55 5.67 1.98 6.45.9 7.98c-1.45 2.05-1.7 6.53 3.53 7.7c-2.2-1.16-2.67-4.52-.3-6.61c-.61 2.03.53 3.33 1.94 2.86c1.39-.47 2.3.53 2.27 1.67c-.02.78-.31 1.44-1.13 1.81c3.42-.59 4.78-3.42 4.78-5.56c0-2.84-2.53-3.22-1.25-5.61c-1.52.13-2.03 1.13-1.89 2.75c.09 1.08-1.02 1.8-1.86 1.33c-.67-.41-.66-1.19-.06-1.78C8.18 5.31 8.68 2.45 5.05.32L5.03.3l.02.01z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function OcticonFlame(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 16"><path fillRule="evenodd" d="M5.05.31c.81 2.17.41 3.38-.52 4.31C3.55 5.67 1.98 6.45.9 7.98c-1.45 2.05-1.7 6.53 3.53 7.7c-2.2-1.16-2.67-4.52-.3-6.61c-.61 2.03.53 3.33 1.94 2.86c1.39-.47 2.3.53 2.27 1.67c-.02.78-.31 1.44-1.13 1.81c3.42-.59 4.78-3.42 4.78-5.56c0-2.84-2.53-3.22-1.25-5.61c-1.52.13-2.03 1.13-1.89 2.75c.09 1.08-1.02 1.8-1.86 1.33c-.67-.41-.66-1.19-.06-1.78C8.18 5.31 8.68 2.45 5.05.32L5.03.3l.02.01z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M5.05.31c.81 2.17.41 3.38-.52 4.31C3.55 5.67 1.98 6.45.9 7.98c-1.45 2.05-1.7 6.53 3.53 7.7c-2.2-1.16-2.67-4.52-.3-6.61c-.61 2.03.53 3.33 1.94 2.86c1.39-.47 2.3.53 2.27 1.67c-.02.78-.31 1.44-1.13 1.81c3.42-.59 4.78-3.42 4.78-5.56c0-2.84-2.53-3.22-1.25-5.61c-1.52.13-2.03 1.13-1.89 2.75c.09 1.08-1.02 1.8-1.86 1.33c-.67-.41-.66-1.19-.06-1.78C8.18 5.31 8.68 2.45 5.05.32L5.03.3l.02.01z" fill="currentColor"/></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%2012%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.05.31c.81%202.17.41%203.38-.52%204.31C3.55%205.67%201.98%206.45.9%207.98c-1.45%202.05-1.7%206.53%203.53%207.7c-2.2-1.16-2.67-4.52-.3-6.61c-.61%202.03.53%203.33%201.94%202.86c1.39-.47%202.3.53%202.27%201.67c-.02.78-.31%201.44-1.13%201.81c3.42-.59%204.78-3.42%204.78-5.56c0-2.84-2.53-3.22-1.25-5.61c-1.52.13-2.03%201.13-1.89%202.75c.09%201.08-1.02%201.8-1.86%201.33c-.67-.41-.66-1.19-.06-1.78C8.18%205.31%208.68%202.45%205.05.32L5.03.3l.02.01z%22%20fill%3D%22currentColor%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%2012%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.05.31c.81%202.17.41%203.38-.52%204.31C3.55%205.67%201.98%206.45.9%207.98c-1.45%202.05-1.7%206.53%203.53%207.7c-2.2-1.16-2.67-4.52-.3-6.61c-.61%202.03.53%203.33%201.94%202.86c1.39-.47%202.3.53%202.27%201.67c-.02.78-.31%201.44-1.13%201.81c3.42-.59%204.78-3.42%204.78-5.56c0-2.84-2.53-3.22-1.25-5.61c-1.52.13-2.03%201.13-1.89%202.75c.09%201.08-1.02%201.8-1.86%201.33c-.67-.41-.66-1.19-.06-1.78C8.18%205.31%208.68%202.45%205.05.32L5.03.3l.02.01z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/flame.svg?color=%231a73e8&size=48