fire fill icon

fire-fill from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
fire-fill
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the fire fill icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.784 26.539c.35-.21.76-.5 1.22-.91c-.39.33-.8.63-1.24.9c.01 0 .01.01.02.01M24.84 16.97c-.28-.65-.59-1.38-.89-2.29c-.56-1.68.575-3.537 1.222-4.343c.179-.222.312-.393.533-.63c-1.106-1.125-2.809-1.458-4.231-.776a11.4 11.4 0 0 0-1.554.89C19.31 5.25 15.24 4 13 4h-2l1.2 1.6c.14.18 2.87 3.92 1.36 7.68A4.955 4.955 0 0 0 9 10H8v4c0 1.31-.45 2.43-.93 3.63C6.55 18.94 6 20.31 6 22c0 1.94.97 3.95 2.73 5.48c.72-.24 1.4-.56 2.03-.95c.44-.27.85-.57 1.24-.9c.18-.16.37-.33.54-.49l.06-.06c.28-.3.58-.63.89-1.01c.24-.29.46-.6.67-.92c.65-.94 1.3-2.11 1.92-3.55l.59-1.35l1.04 1.04c.52.52 1.12 1.33 1.59 2.34c.05.12.11.25.16.39c.03.06.05.13.08.2c.39 1.01.62 2.19.54 3.47c0 .02 0 .04-.01.05c0 .13-.01.27-.03.4c0 .05-.01.1-.02.15c-.02.13-.04.25-.07.38c.01.06-.01.11-.03.16c-.03.13-.06.27-.1.41c0 .02 0 .04-.01.05c-.25.88-.68 1.7-1.31 2.4c-.03.03-.05.06-.08.08C23.16 28.85 26 25.31 26 22c0-2.26-.54-3.55-1.16-5.03"/></svg>

React

import type { SVGProps } from "react";

export function CarbonFireFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.784 26.539c.35-.21.76-.5 1.22-.91c-.39.33-.8.63-1.24.9c.01 0 .01.01.02.01M24.84 16.97c-.28-.65-.59-1.38-.89-2.29c-.56-1.68.575-3.537 1.222-4.343c.179-.222.312-.393.533-.63c-1.106-1.125-2.809-1.458-4.231-.776a11.4 11.4 0 0 0-1.554.89C19.31 5.25 15.24 4 13 4h-2l1.2 1.6c.14.18 2.87 3.92 1.36 7.68A4.955 4.955 0 0 0 9 10H8v4c0 1.31-.45 2.43-.93 3.63C6.55 18.94 6 20.31 6 22c0 1.94.97 3.95 2.73 5.48c.72-.24 1.4-.56 2.03-.95c.44-.27.85-.57 1.24-.9c.18-.16.37-.33.54-.49l.06-.06c.28-.3.58-.63.89-1.01c.24-.29.46-.6.67-.92c.65-.94 1.3-2.11 1.92-3.55l.59-1.35l1.04 1.04c.52.52 1.12 1.33 1.59 2.34c.05.12.11.25.16.39c.03.06.05.13.08.2c.39 1.01.62 2.19.54 3.47c0 .02 0 .04-.01.05c0 .13-.01.27-.03.4c0 .05-.01.1-.02.15c-.02.13-.04.25-.07.38c.01.06-.01.11-.03.16c-.03.13-.06.27-.1.41c0 .02 0 .04-.01.05c-.25.88-.68 1.7-1.31 2.4c-.03.03-.05.06-.08.08C23.16 28.85 26 25.31 26 22c0-2.26-.54-3.55-1.16-5.03"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.784 26.539c.35-.21.76-.5 1.22-.91c-.39.33-.8.63-1.24.9c.01 0 .01.01.02.01M24.84 16.97c-.28-.65-.59-1.38-.89-2.29c-.56-1.68.575-3.537 1.222-4.343c.179-.222.312-.393.533-.63c-1.106-1.125-2.809-1.458-4.231-.776a11.4 11.4 0 0 0-1.554.89C19.31 5.25 15.24 4 13 4h-2l1.2 1.6c.14.18 2.87 3.92 1.36 7.68A4.955 4.955 0 0 0 9 10H8v4c0 1.31-.45 2.43-.93 3.63C6.55 18.94 6 20.31 6 22c0 1.94.97 3.95 2.73 5.48c.72-.24 1.4-.56 2.03-.95c.44-.27.85-.57 1.24-.9c.18-.16.37-.33.54-.49l.06-.06c.28-.3.58-.63.89-1.01c.24-.29.46-.6.67-.92c.65-.94 1.3-2.11 1.92-3.55l.59-1.35l1.04 1.04c.52.52 1.12 1.33 1.59 2.34c.05.12.11.25.16.39c.03.06.05.13.08.2c.39 1.01.62 2.19.54 3.47c0 .02 0 .04-.01.05c0 .13-.01.27-.03.4c0 .05-.01.1-.02.15c-.02.13-.04.25-.07.38c.01.06-.01.11-.03.16c-.03.13-.06.27-.1.41c0 .02 0 .04-.01.05c-.25.88-.68 1.7-1.31 2.4c-.03.03-.05.06-.08.08C23.16 28.85 26 25.31 26 22c0-2.26-.54-3.55-1.16-5.03"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.784%2026.539c.35-.21.76-.5%201.22-.91c-.39.33-.8.63-1.24.9c.01%200%20.01.01.02.01M24.84%2016.97c-.28-.65-.59-1.38-.89-2.29c-.56-1.68.575-3.537%201.222-4.343c.179-.222.312-.393.533-.63c-1.106-1.125-2.809-1.458-4.231-.776a11.4%2011.4%200%200%200-1.554.89C19.31%205.25%2015.24%204%2013%204h-2l1.2%201.6c.14.18%202.87%203.92%201.36%207.68A4.955%204.955%200%200%200%209%2010H8v4c0%201.31-.45%202.43-.93%203.63C6.55%2018.94%206%2020.31%206%2022c0%201.94.97%203.95%202.73%205.48c.72-.24%201.4-.56%202.03-.95c.44-.27.85-.57%201.24-.9c.18-.16.37-.33.54-.49l.06-.06c.28-.3.58-.63.89-1.01c.24-.29.46-.6.67-.92c.65-.94%201.3-2.11%201.92-3.55l.59-1.35l1.04%201.04c.52.52%201.12%201.33%201.59%202.34c.05.12.11.25.16.39c.03.06.05.13.08.2c.39%201.01.62%202.19.54%203.47c0%20.02%200%20.04-.01.05c0%20.13-.01.27-.03.4c0%20.05-.01.1-.02.15c-.02.13-.04.25-.07.38c.01.06-.01.11-.03.16c-.03.13-.06.27-.1.41c0%20.02%200%20.04-.01.05c-.25.88-.68%201.7-1.31%202.4c-.03.03-.05.06-.08.08C23.16%2028.85%2026%2025.31%2026%2022c0-2.26-.54-3.55-1.16-5.03%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.784%2026.539c.35-.21.76-.5%201.22-.91c-.39.33-.8.63-1.24.9c.01%200%20.01.01.02.01M24.84%2016.97c-.28-.65-.59-1.38-.89-2.29c-.56-1.68.575-3.537%201.222-4.343c.179-.222.312-.393.533-.63c-1.106-1.125-2.809-1.458-4.231-.776a11.4%2011.4%200%200%200-1.554.89C19.31%205.25%2015.24%204%2013%204h-2l1.2%201.6c.14.18%202.87%203.92%201.36%207.68A4.955%204.955%200%200%200%209%2010H8v4c0%201.31-.45%202.43-.93%203.63C6.55%2018.94%206%2020.31%206%2022c0%201.94.97%203.95%202.73%205.48c.72-.24%201.4-.56%202.03-.95c.44-.27.85-.57%201.24-.9c.18-.16.37-.33.54-.49l.06-.06c.28-.3.58-.63.89-1.01c.24-.29.46-.6.67-.92c.65-.94%201.3-2.11%201.92-3.55l.59-1.35l1.04%201.04c.52.52%201.12%201.33%201.59%202.34c.05.12.11.25.16.39c.03.06.05.13.08.2c.39%201.01.62%202.19.54%203.47c0%20.02%200%20.04-.01.05c0%20.13-.01.27-.03.4c0%20.05-.01.1-.02.15c-.02.13-.04.25-.07.38c.01.06-.01.11-.03.16c-.03.13-.06.27-.1.41c0%20.02%200%20.04-.01.05c-.25.88-.68%201.7-1.31%202.4c-.03.03-.05.06-.08.08C23.16%2028.85%2026%2025.31%2026%2022c0-2.26-.54-3.55-1.16-5.03%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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