flame icon
flame from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- flame
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
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 16 16"><path fill="currentColor" d="M8.17 2.382a3.7 3.7 0 0 1 .792-.3c.024.54.192 1.074.42 1.584c.324.721.8 1.457 1.265 2.17l.053.082c.455.697.9 1.378 1.238 2.062c.35.709.565 1.379.565 2.02c0 1.153-.345 2.147-.992 2.848c-.64.695-1.624 1.152-3.008 1.152c-1.397 0-2.367-.404-3.046-1.025c-.687-.628-1.122-1.523-1.358-2.584c-.222-.998-.026-1.893.235-2.55q.064-.16.13-.3l.125.251a1.54 1.54 0 0 0 2.068.69c.846-.423 1.08-1.46.722-2.236c-.372-.807-.662-1.81-.402-2.588c.194-.584.657-1 1.192-1.276M4.11 6.189v.001l-.002.003l-.005.006l-.016.02l-.051.071q-.066.091-.17.256a6 6 0 0 0-.462.926c-.31.78-.56 1.885-.28 3.137c.264 1.19.774 2.294 1.658 3.104C5.674 14.529 6.899 15 8.503 15c1.618 0 2.884-.543 3.743-1.473c.853-.924 1.257-2.18 1.257-3.527c0-.859-.285-1.689-.669-2.464c-.365-.738-.84-1.464-1.285-2.147l-.065-.1c-.473-.725-.903-1.395-1.19-2.033c-.285-.637-.397-1.18-.302-1.658A.5.5 0 0 0 9.502 1c-.422 0-1.125.148-1.792.493c-.673.349-1.377.933-1.682 1.849c-.39 1.17.059 2.49.443 3.323c.171.37.023.78-.261.922a.54.54 0 0 1-.726-.242l-.535-1.069a.5.5 0 0 0-.838-.087"/></svg>
React
import type { SVGProps } from "react";
export function CodiconFlame(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.17 2.382a3.7 3.7 0 0 1 .792-.3c.024.54.192 1.074.42 1.584c.324.721.8 1.457 1.265 2.17l.053.082c.455.697.9 1.378 1.238 2.062c.35.709.565 1.379.565 2.02c0 1.153-.345 2.147-.992 2.848c-.64.695-1.624 1.152-3.008 1.152c-1.397 0-2.367-.404-3.046-1.025c-.687-.628-1.122-1.523-1.358-2.584c-.222-.998-.026-1.893.235-2.55q.064-.16.13-.3l.125.251a1.54 1.54 0 0 0 2.068.69c.846-.423 1.08-1.46.722-2.236c-.372-.807-.662-1.81-.402-2.588c.194-.584.657-1 1.192-1.276M4.11 6.189v.001l-.002.003l-.005.006l-.016.02l-.051.071q-.066.091-.17.256a6 6 0 0 0-.462.926c-.31.78-.56 1.885-.28 3.137c.264 1.19.774 2.294 1.658 3.104C5.674 14.529 6.899 15 8.503 15c1.618 0 2.884-.543 3.743-1.473c.853-.924 1.257-2.18 1.257-3.527c0-.859-.285-1.689-.669-2.464c-.365-.738-.84-1.464-1.285-2.147l-.065-.1c-.473-.725-.903-1.395-1.19-2.033c-.285-.637-.397-1.18-.302-1.658A.5.5 0 0 0 9.502 1c-.422 0-1.125.148-1.792.493c-.673.349-1.377.933-1.682 1.849c-.39 1.17.059 2.49.443 3.323c.171.37.023.78-.261.922a.54.54 0 0 1-.726-.242l-.535-1.069a.5.5 0 0 0-.838-.087"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.17 2.382a3.7 3.7 0 0 1 .792-.3c.024.54.192 1.074.42 1.584c.324.721.8 1.457 1.265 2.17l.053.082c.455.697.9 1.378 1.238 2.062c.35.709.565 1.379.565 2.02c0 1.153-.345 2.147-.992 2.848c-.64.695-1.624 1.152-3.008 1.152c-1.397 0-2.367-.404-3.046-1.025c-.687-.628-1.122-1.523-1.358-2.584c-.222-.998-.026-1.893.235-2.55q.064-.16.13-.3l.125.251a1.54 1.54 0 0 0 2.068.69c.846-.423 1.08-1.46.722-2.236c-.372-.807-.662-1.81-.402-2.588c.194-.584.657-1 1.192-1.276M4.11 6.189v.001l-.002.003l-.005.006l-.016.02l-.051.071q-.066.091-.17.256a6 6 0 0 0-.462.926c-.31.78-.56 1.885-.28 3.137c.264 1.19.774 2.294 1.658 3.104C5.674 14.529 6.899 15 8.503 15c1.618 0 2.884-.543 3.743-1.473c.853-.924 1.257-2.18 1.257-3.527c0-.859-.285-1.689-.669-2.464c-.365-.738-.84-1.464-1.285-2.147l-.065-.1c-.473-.725-.903-1.395-1.19-2.033c-.285-.637-.397-1.18-.302-1.658A.5.5 0 0 0 9.502 1c-.422 0-1.125.148-1.792.493c-.673.349-1.377.933-1.682 1.849c-.39 1.17.059 2.49.443 3.323c.171.37.023.78-.261.922a.54.54 0 0 1-.726-.242l-.535-1.069a.5.5 0 0 0-.838-.087"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.17%202.382a3.7%203.7%200%200%201%20.792-.3c.024.54.192%201.074.42%201.584c.324.721.8%201.457%201.265%202.17l.053.082c.455.697.9%201.378%201.238%202.062c.35.709.565%201.379.565%202.02c0%201.153-.345%202.147-.992%202.848c-.64.695-1.624%201.152-3.008%201.152c-1.397%200-2.367-.404-3.046-1.025c-.687-.628-1.122-1.523-1.358-2.584c-.222-.998-.026-1.893.235-2.55q.064-.16.13-.3l.125.251a1.54%201.54%200%200%200%202.068.69c.846-.423%201.08-1.46.722-2.236c-.372-.807-.662-1.81-.402-2.588c.194-.584.657-1%201.192-1.276M4.11%206.189v.001l-.002.003l-.005.006l-.016.02l-.051.071q-.066.091-.17.256a6%206%200%200%200-.462.926c-.31.78-.56%201.885-.28%203.137c.264%201.19.774%202.294%201.658%203.104C5.674%2014.529%206.899%2015%208.503%2015c1.618%200%202.884-.543%203.743-1.473c.853-.924%201.257-2.18%201.257-3.527c0-.859-.285-1.689-.669-2.464c-.365-.738-.84-1.464-1.285-2.147l-.065-.1c-.473-.725-.903-1.395-1.19-2.033c-.285-.637-.397-1.18-.302-1.658A.5.5%200%200%200%209.502%201c-.422%200-1.125.148-1.792.493c-.673.349-1.377.933-1.682%201.849c-.39%201.17.059%202.49.443%203.323c.171.37.023.78-.261.922a.54.54%200%200%201-.726-.242l-.535-1.069a.5.5%200%200%200-.838-.087%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.17%202.382a3.7%203.7%200%200%201%20.792-.3c.024.54.192%201.074.42%201.584c.324.721.8%201.457%201.265%202.17l.053.082c.455.697.9%201.378%201.238%202.062c.35.709.565%201.379.565%202.02c0%201.153-.345%202.147-.992%202.848c-.64.695-1.624%201.152-3.008%201.152c-1.397%200-2.367-.404-3.046-1.025c-.687-.628-1.122-1.523-1.358-2.584c-.222-.998-.026-1.893.235-2.55q.064-.16.13-.3l.125.251a1.54%201.54%200%200%200%202.068.69c.846-.423%201.08-1.46.722-2.236c-.372-.807-.662-1.81-.402-2.588c.194-.584.657-1%201.192-1.276M4.11%206.189v.001l-.002.003l-.005.006l-.016.02l-.051.071q-.066.091-.17.256a6%206%200%200%200-.462.926c-.31.78-.56%201.885-.28%203.137c.264%201.19.774%202.294%201.658%203.104C5.674%2014.529%206.899%2015%208.503%2015c1.618%200%202.884-.543%203.743-1.473c.853-.924%201.257-2.18%201.257-3.527c0-.859-.285-1.689-.669-2.464c-.365-.738-.84-1.464-1.285-2.147l-.065-.1c-.473-.725-.903-1.395-1.19-2.033c-.285-.637-.397-1.18-.302-1.658A.5.5%200%200%200%209.502%201c-.422%200-1.125.148-1.792.493c-.673.349-1.377.933-1.682%201.849c-.39%201.17.059%202.49.443%203.323c.171.37.023.78-.261.922a.54.54%200%200%201-.726-.242l-.535-1.069a.5.5%200%200%200-.838-.087%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/flame.svg?color=%231a73e8&size=48