fire-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
fire-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the fire 02 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M12 22a7.5 7.5 0 0 0 7.5-7.5c0-1 0-3-2-5.5c0 0-.1 2.854-2.074 2.44c-3.193-.667.93-6.937-4.926-9.44c0 5-6 6.5-6 12.5A7.5 7.5 0 0 0 12 22Z"/><path d="M12 19.001c1.933 0 3.5-2.015 3.5-4.5c-3.2 1.2-4.333-1.563-4.5-3.501c-1.446.553-2.5 2.826-2.5 4c0 2.485 1.567 4.001 3.5 4.001Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFire02(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path d="M12 22a7.5 7.5 0 0 0 7.5-7.5c0-1 0-3-2-5.5c0 0-.1 2.854-2.074 2.44c-3.193-.667.93-6.937-4.926-9.44c0 5-6 6.5-6 12.5A7.5 7.5 0 0 0 12 22Z"/><path d="M12 19.001c1.933 0 3.5-2.015 3.5-4.5c-3.2 1.2-4.333-1.563-4.5-3.501c-1.446.553-2.5 2.826-2.5 4c0 2.485 1.567 4.001 3.5 4.001Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M12 22a7.5 7.5 0 0 0 7.5-7.5c0-1 0-3-2-5.5c0 0-.1 2.854-2.074 2.44c-3.193-.667.93-6.937-4.926-9.44c0 5-6 6.5-6 12.5A7.5 7.5 0 0 0 12 22Z"/><path d="M12 19.001c1.933 0 3.5-2.015 3.5-4.5c-3.2 1.2-4.333-1.563-4.5-3.501c-1.446.553-2.5 2.826-2.5 4c0 2.485 1.567 4.001 3.5 4.001Z"/></g></svg>
</template>

CSS

.icon-fire-02 {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2022a7.5%207.5%200%200%200%207.5-7.5c0-1%200-3-2-5.5c0%200-.1%202.854-2.074%202.44c-3.193-.667.93-6.937-4.926-9.44c0%205-6%206.5-6%2012.5A7.5%207.5%200%200%200%2012%2022Z%22%2F%3E%3Cpath%20d%3D%22M12%2019.001c1.933%200%203.5-2.015%203.5-4.5c-3.2%201.2-4.333-1.563-4.5-3.501c-1.446.553-2.5%202.826-2.5%204c0%202.485%201.567%204.001%203.5%204.001Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2022a7.5%207.5%200%200%200%207.5-7.5c0-1%200-3-2-5.5c0%200-.1%202.854-2.074%202.44c-3.193-.667.93-6.937-4.926-9.44c0%205-6%206.5-6%2012.5A7.5%207.5%200%200%200%2012%2022Z%22%2F%3E%3Cpath%20d%3D%22M12%2019.001c1.933%200%203.5-2.015%203.5-4.5c-3.2%201.2-4.333-1.563-4.5-3.501c-1.446.553-2.5%202.826-2.5%204c0%202.485%201.567%204.001%203.5%204.001Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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