fire-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
fire-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the fire icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.014 2.836C9.797 4.135 9.16 5.379 8.41 6.438a13.5 13.5 0 0 1-2.065 2.306C2.97 11.67 2.23 14.85 3.276 17.476c1 2.511 3.538 4.232 6.114 4.518l.805.089c-.814-.473-1.644-1.31-2.039-2.31c-.33-.838-.411-1.572-.26-2.292c.326-1.545 1.438-2.994 3.574-4.329l1.077-.673l.402 1.205c.213.637.473 1.082.744 1.468c.298.425.636.82.909 1.261c.318.518.564 1.115.643 1.918c.043.429-.052.904-.245 1.442c-.379 1.05-1.005 1.873-1.866 2.33l.976-.109c2.418-.268 4.193-1.096 5.346-2.48C20.6 18.145 21 16.38 21 14.5c0-1.75-.72-3.554-1.567-5.055c-.857-1.516-1.912-2.838-2.726-3.652l-.981-.981l-.62 1.24a6 6 0 0 0-.11.235a8.15 8.15 0 0 0-3.481-4.144l-1.26-.756z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteFireFill(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="M10.014 2.836C9.797 4.135 9.16 5.379 8.41 6.438a13.5 13.5 0 0 1-2.065 2.306C2.97 11.67 2.23 14.85 3.276 17.476c1 2.511 3.538 4.232 6.114 4.518l.805.089c-.814-.473-1.644-1.31-2.039-2.31c-.33-.838-.411-1.572-.26-2.292c.326-1.545 1.438-2.994 3.574-4.329l1.077-.673l.402 1.205c.213.637.473 1.082.744 1.468c.298.425.636.82.909 1.261c.318.518.564 1.115.643 1.918c.043.429-.052.904-.245 1.442c-.379 1.05-1.005 1.873-1.866 2.33l.976-.109c2.418-.268 4.193-1.096 5.346-2.48C20.6 18.145 21 16.38 21 14.5c0-1.75-.72-3.554-1.567-5.055c-.857-1.516-1.912-2.838-2.726-3.652l-.981-.981l-.62 1.24a6 6 0 0 0-.11.235a8.15 8.15 0 0 0-3.481-4.144l-1.26-.756z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.014 2.836C9.797 4.135 9.16 5.379 8.41 6.438a13.5 13.5 0 0 1-2.065 2.306C2.97 11.67 2.23 14.85 3.276 17.476c1 2.511 3.538 4.232 6.114 4.518l.805.089c-.814-.473-1.644-1.31-2.039-2.31c-.33-.838-.411-1.572-.26-2.292c.326-1.545 1.438-2.994 3.574-4.329l1.077-.673l.402 1.205c.213.637.473 1.082.744 1.468c.298.425.636.82.909 1.261c.318.518.564 1.115.643 1.918c.043.429-.052.904-.245 1.442c-.379 1.05-1.005 1.873-1.866 2.33l.976-.109c2.418-.268 4.193-1.096 5.346-2.48C20.6 18.145 21 16.38 21 14.5c0-1.75-.72-3.554-1.567-5.055c-.857-1.516-1.912-2.838-2.726-3.652l-.981-.981l-.62 1.24a6 6 0 0 0-.11.235a8.15 8.15 0 0 0-3.481-4.144l-1.26-.756z"/></svg>
</template>

CSS

.icon-fire-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%22M10.014%202.836C9.797%204.135%209.16%205.379%208.41%206.438a13.5%2013.5%200%200%201-2.065%202.306C2.97%2011.67%202.23%2014.85%203.276%2017.476c1%202.511%203.538%204.232%206.114%204.518l.805.089c-.814-.473-1.644-1.31-2.039-2.31c-.33-.838-.411-1.572-.26-2.292c.326-1.545%201.438-2.994%203.574-4.329l1.077-.673l.402%201.205c.213.637.473%201.082.744%201.468c.298.425.636.82.909%201.261c.318.518.564%201.115.643%201.918c.043.429-.052.904-.245%201.442c-.379%201.05-1.005%201.873-1.866%202.33l.976-.109c2.418-.268%204.193-1.096%205.346-2.48C20.6%2018.145%2021%2016.38%2021%2014.5c0-1.75-.72-3.554-1.567-5.055c-.857-1.516-1.912-2.838-2.726-3.652l-.981-.981l-.62%201.24a6%206%200%200%200-.11.235a8.15%208.15%200%200%200-3.481-4.144l-1.26-.756z%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%22M10.014%202.836C9.797%204.135%209.16%205.379%208.41%206.438a13.5%2013.5%200%200%201-2.065%202.306C2.97%2011.67%202.23%2014.85%203.276%2017.476c1%202.511%203.538%204.232%206.114%204.518l.805.089c-.814-.473-1.644-1.31-2.039-2.31c-.33-.838-.411-1.572-.26-2.292c.326-1.545%201.438-2.994%203.574-4.329l1.077-.673l.402%201.205c.213.637.473%201.082.744%201.468c.298.425.636.82.909%201.261c.318.518.564%201.115.643%201.918c.043.429-.052.904-.245%201.442c-.379%201.05-1.005%201.873-1.866%202.33l.976-.109c2.418-.268%204.193-1.096%205.346-2.48C20.6%2018.145%2021%2016.38%2021%2014.5c0-1.75-.72-3.554-1.567-5.055c-.857-1.516-1.912-2.838-2.726-3.652l-.981-.981l-.62%201.24a6%206%200%200%200-.11.235a8.15%208.15%200%200%200-3.481-4.144l-1.26-.756z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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