fire-outline from Flowbite Icons by Themesberg · Outline · General · MIT Free for personal and commercial use.

Name
fire-outline
Set
Flowbite Icons
Style
Outline
Category
General
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More general icons from Flowbite Icons

Use the fire 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-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.122 17.645a7.2 7.2 0 0 1-2.656 2.495a7.06 7.06 0 0 1-3.52.853a6.6 6.6 0 0 1-3.306-.718a6.73 6.73 0 0 1-2.54-2.266c-2.672-4.57.287-8.846.887-9.668A4.45 4.45 0 0 0 8.07 6.31A4.5 4.5 0 0 0 7.997 4c1.284.965 6.43 3.258 5.525 10.631c1.496-1.136 2.7-3.046 2.846-6.216c1.43 1.061 3.985 5.462 1.754 9.23"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteFireOutline(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M18.122 17.645a7.2 7.2 0 0 1-2.656 2.495a7.06 7.06 0 0 1-3.52.853a6.6 6.6 0 0 1-3.306-.718a6.73 6.73 0 0 1-2.54-2.266c-2.672-4.57.287-8.846.887-9.668A4.45 4.45 0 0 0 8.07 6.31A4.5 4.5 0 0 0 7.997 4c1.284.965 6.43 3.258 5.525 10.631c1.496-1.136 2.7-3.046 2.846-6.216c1.43 1.061 3.985 5.462 1.754 9.23"/></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-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.122 17.645a7.2 7.2 0 0 1-2.656 2.495a7.06 7.06 0 0 1-3.52.853a6.6 6.6 0 0 1-3.306-.718a6.73 6.73 0 0 1-2.54-2.266c-2.672-4.57.287-8.846.887-9.668A4.45 4.45 0 0 0 8.07 6.31A4.5 4.5 0 0 0 7.997 4c1.284.965 6.43 3.258 5.525 10.631c1.496-1.136 2.7-3.046 2.846-6.216c1.43 1.061 3.985 5.462 1.754 9.23"/></svg>
</template>

CSS

.icon-fire-outline {
  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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M18.122%2017.645a7.2%207.2%200%200%201-2.656%202.495a7.06%207.06%200%200%201-3.52.853a6.6%206.6%200%200%201-3.306-.718a6.73%206.73%200%200%201-2.54-2.266c-2.672-4.57.287-8.846.887-9.668A4.45%204.45%200%200%200%208.07%206.31A4.5%204.5%200%200%200%207.997%204c1.284.965%206.43%203.258%205.525%2010.631c1.496-1.136%202.7-3.046%202.846-6.216c1.43%201.061%203.985%205.462%201.754%209.23%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M18.122%2017.645a7.2%207.2%200%200%201-2.656%202.495a7.06%207.06%200%200%201-3.52.853a6.6%206.6%200%200%201-3.306-.718a6.73%206.73%200%200%201-2.54-2.266c-2.672-4.57.287-8.846.887-9.668A4.45%204.45%200%200%200%208.07%206.31A4.5%204.5%200%200%200%207.997%204c1.284.965%206.43%203.258%205.525%2010.631c1.496-1.136%202.7-3.046%202.846-6.216c1.43%201.061%203.985%205.462%201.754%209.23%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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