flame-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
flame-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

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="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M19 14a7 7 0 1 1-14 0c0-6 7-11 7-11s7 5 7 11Z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M15.699 17.306a3.694 3.694 0 0 1-7.389 0c0-3.167 3.694-5.806 3.694-5.806s3.695 2.639 3.695 5.806Z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteFlameLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M19 14a7 7 0 1 1-14 0c0-6 7-11 7-11s7 5 7 11Z"/><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M15.699 17.306a3.694 3.694 0 0 1-7.389 0c0-3.167 3.694-5.806 3.694-5.806s3.695 2.639 3.695 5.806Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M19 14a7 7 0 1 1-14 0c0-6 7-11 7-11s7 5 7 11Z"/><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M15.699 17.306a3.694 3.694 0 0 1-7.389 0c0-3.167 3.694-5.806 3.694-5.806s3.695 2.639 3.695 5.806Z"/></svg>
</template>

CSS

.icon-flame-line {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M19%2014a7%207%200%201%201-14%200c0-6%207-11%207-11s7%205%207%2011Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M15.699%2017.306a3.694%203.694%200%200%201-7.389%200c0-3.167%203.694-5.806%203.694-5.806s3.695%202.639%203.695%205.806Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M19%2014a7%207%200%201%201-14%200c0-6%207-11%207-11s7%205%207%2011Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M15.699%2017.306a3.694%203.694%200%200%201-7.389%200c0-3.167%203.694-5.806%203.694-5.806s3.695%202.639%203.695%205.806Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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