flame-fill from Keyline Icons by Keyline Icons · Fill · MIT Free for personal and commercial use.

Name
flame-fill
Set
Keyline Icons
Style
Fill
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

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="M17 2C17 3.9473 17.6316 5.8421 18.8 7.4C20.228 9.3041 21 11.6199 21 14C21 18.9706 16.9706 23 12 23C7.0294 23 3 18.9706 3 14C3 12.6858 3.2878 11.3875 3.8432 10.1965C4.1718 9.492 4.8786 9.0417 5.6558 9.0417C6.7604 9.0417 7.6558 9.9371 7.6558 11.0417C7.6558 11.3927 7.5634 11.7375 7.3881 12.0415C7.388 12.0416 7.3879 12.0417 7.3878 12.0419C7.3001 12.1937 7.2539 12.3661 7.2539 12.5417C7.2539 13.0939 7.7017 13.5417 8.2539 13.5417C8.8062 13.5417 9.2539 13.0939 9.2539 12.5417C9.2539 7.94 11.5906 3.6532 15.4581 1.1596C15.6196 1.0554 15.8078 1 16 1C16.5523 1 17 1.4477 17 2Z"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsFlameFill(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="M17 2C17 3.9473 17.6316 5.8421 18.8 7.4C20.228 9.3041 21 11.6199 21 14C21 18.9706 16.9706 23 12 23C7.0294 23 3 18.9706 3 14C3 12.6858 3.2878 11.3875 3.8432 10.1965C4.1718 9.492 4.8786 9.0417 5.6558 9.0417C6.7604 9.0417 7.6558 9.9371 7.6558 11.0417C7.6558 11.3927 7.5634 11.7375 7.3881 12.0415C7.388 12.0416 7.3879 12.0417 7.3878 12.0419C7.3001 12.1937 7.2539 12.3661 7.2539 12.5417C7.2539 13.0939 7.7017 13.5417 8.2539 13.5417C8.8062 13.5417 9.2539 13.0939 9.2539 12.5417C9.2539 7.94 11.5906 3.6532 15.4581 1.1596C15.6196 1.0554 15.8078 1 16 1C16.5523 1 17 1.4477 17 2Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 2C17 3.9473 17.6316 5.8421 18.8 7.4C20.228 9.3041 21 11.6199 21 14C21 18.9706 16.9706 23 12 23C7.0294 23 3 18.9706 3 14C3 12.6858 3.2878 11.3875 3.8432 10.1965C4.1718 9.492 4.8786 9.0417 5.6558 9.0417C6.7604 9.0417 7.6558 9.9371 7.6558 11.0417C7.6558 11.3927 7.5634 11.7375 7.3881 12.0415C7.388 12.0416 7.3879 12.0417 7.3878 12.0419C7.3001 12.1937 7.2539 12.3661 7.2539 12.5417C7.2539 13.0939 7.7017 13.5417 8.2539 13.5417C8.8062 13.5417 9.2539 13.0939 9.2539 12.5417C9.2539 7.94 11.5906 3.6532 15.4581 1.1596C15.6196 1.0554 15.8078 1 16 1C16.5523 1 17 1.4477 17 2Z"/></svg>
</template>

CSS

.icon-flame-fill {
  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%22M17%202C17%203.9473%2017.6316%205.8421%2018.8%207.4C20.228%209.3041%2021%2011.6199%2021%2014C21%2018.9706%2016.9706%2023%2012%2023C7.0294%2023%203%2018.9706%203%2014C3%2012.6858%203.2878%2011.3875%203.8432%2010.1965C4.1718%209.492%204.8786%209.0417%205.6558%209.0417C6.7604%209.0417%207.6558%209.9371%207.6558%2011.0417C7.6558%2011.3927%207.5634%2011.7375%207.3881%2012.0415C7.388%2012.0416%207.3879%2012.0417%207.3878%2012.0419C7.3001%2012.1937%207.2539%2012.3661%207.2539%2012.5417C7.2539%2013.0939%207.7017%2013.5417%208.2539%2013.5417C8.8062%2013.5417%209.2539%2013.0939%209.2539%2012.5417C9.2539%207.94%2011.5906%203.6532%2015.4581%201.1596C15.6196%201.0554%2015.8078%201%2016%201C16.5523%201%2017%201.4477%2017%202Z%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%22M17%202C17%203.9473%2017.6316%205.8421%2018.8%207.4C20.228%209.3041%2021%2011.6199%2021%2014C21%2018.9706%2016.9706%2023%2012%2023C7.0294%2023%203%2018.9706%203%2014C3%2012.6858%203.2878%2011.3875%203.8432%2010.1965C4.1718%209.492%204.8786%209.0417%205.6558%209.0417C6.7604%209.0417%207.6558%209.9371%207.6558%2011.0417C7.6558%2011.3927%207.5634%2011.7375%207.3881%2012.0415C7.388%2012.0416%207.3879%2012.0417%207.3878%2012.0419C7.3001%2012.1937%207.2539%2012.3661%207.2539%2012.5417C7.2539%2013.0939%207.7017%2013.5417%208.2539%2013.5417C8.8062%2013.5417%209.2539%2013.0939%209.2539%2012.5417C9.2539%207.94%2011.5906%203.6532%2015.4581%201.1596C15.6196%201.0554%2015.8078%201%2016%201C16.5523%201%2017%201.4477%2017%202Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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