burn from Health Icons by Resolve to Save Lives · Filled · Conditions · MIT Free for personal and commercial use.

Name
burn
Set
Health Icons
Style
Filled
Category
Conditions
Viewbox
48×48
License
MIT

1 other variant in Health Icons

The same icon in other sets

More conditions icons from Health Icons

Use the burn icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M8.037 17c0 .744-.07 1.448-.197 2.123c-.462 2.47-1.676 4.562-2.946 6.915c-1.469 2.721-.87 5.176.453 7.468c.492.852 1.084 1.682 1.707 2.494v-.536c-.002-.986-.003-1.748.048-2.39c.146-1.854.725-2.707 2.974-5.041c1.026 1.897.77 3.861.392 5.857q-.056.297-.115.596A44 44 0 0 0 10.076 36c.41-.205.817-.395 1.216-.582q.357-.167.704-.334c1.835-.88 3.448-1.82 4.472-3.925c1.209-2.483.676-4.445-.155-6.819c-.282-.804-.597-1.655-.89-2.59c-.357 1.357-1.022 2.59-1.454 3.454c-.86-3.44-3.312-5.959-5.932-8.204" clip-rule="evenodd"/><path d="M39 17.22H22.269c-.987 0-1.377-1.276-.56-1.828l4.036-2.724a2.552 2.552 0 0 0-2.643-4.36l-12.815 6.938q-.232.125-.458.26c1.447 1.302 2.652 2.634 4.062 4.994c.61-1 1.039-2.214 1.5-4c.24.777.648 1.742 1.108 2.83c1.69 3.993 4.077 9.638 1.392 13.67c-1.994 2.746-3.678 3.566-5.899 4.647l-.303.148q-.343.167-.695.335c1.524.7 3.22 1.09 5.006 1.09h17a2 2 0 0 0 0-4H22.889v-2h16.11a2 2 0 0 0 0-4H25v-2h17a2 2 0 1 0 0-4H25v-2h14a2 2 0 0 0 0-4"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBurn(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fillRule="evenodd" d="M8.037 17c0 .744-.07 1.448-.197 2.123c-.462 2.47-1.676 4.562-2.946 6.915c-1.469 2.721-.87 5.176.453 7.468c.492.852 1.084 1.682 1.707 2.494v-.536c-.002-.986-.003-1.748.048-2.39c.146-1.854.725-2.707 2.974-5.041c1.026 1.897.77 3.861.392 5.857q-.056.297-.115.596A44 44 0 0 0 10.076 36c.41-.205.817-.395 1.216-.582q.357-.167.704-.334c1.835-.88 3.448-1.82 4.472-3.925c1.209-2.483.676-4.445-.155-6.819c-.282-.804-.597-1.655-.89-2.59c-.357 1.357-1.022 2.59-1.454 3.454c-.86-3.44-3.312-5.959-5.932-8.204" clipRule="evenodd"/><path d="M39 17.22H22.269c-.987 0-1.377-1.276-.56-1.828l4.036-2.724a2.552 2.552 0 0 0-2.643-4.36l-12.815 6.938q-.232.125-.458.26c1.447 1.302 2.652 2.634 4.062 4.994c.61-1 1.039-2.214 1.5-4c.24.777.648 1.742 1.108 2.83c1.69 3.993 4.077 9.638 1.392 13.67c-1.994 2.746-3.678 3.566-5.899 4.647l-.303.148q-.343.167-.695.335c1.524.7 3.22 1.09 5.006 1.09h17a2 2 0 0 0 0-4H22.889v-2h16.11a2 2 0 0 0 0-4H25v-2h17a2 2 0 1 0 0-4H25v-2h14a2 2 0 0 0 0-4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M8.037 17c0 .744-.07 1.448-.197 2.123c-.462 2.47-1.676 4.562-2.946 6.915c-1.469 2.721-.87 5.176.453 7.468c.492.852 1.084 1.682 1.707 2.494v-.536c-.002-.986-.003-1.748.048-2.39c.146-1.854.725-2.707 2.974-5.041c1.026 1.897.77 3.861.392 5.857q-.056.297-.115.596A44 44 0 0 0 10.076 36c.41-.205.817-.395 1.216-.582q.357-.167.704-.334c1.835-.88 3.448-1.82 4.472-3.925c1.209-2.483.676-4.445-.155-6.819c-.282-.804-.597-1.655-.89-2.59c-.357 1.357-1.022 2.59-1.454 3.454c-.86-3.44-3.312-5.959-5.932-8.204" clip-rule="evenodd"/><path d="M39 17.22H22.269c-.987 0-1.377-1.276-.56-1.828l4.036-2.724a2.552 2.552 0 0 0-2.643-4.36l-12.815 6.938q-.232.125-.458.26c1.447 1.302 2.652 2.634 4.062 4.994c.61-1 1.039-2.214 1.5-4c.24.777.648 1.742 1.108 2.83c1.69 3.993 4.077 9.638 1.392 13.67c-1.994 2.746-3.678 3.566-5.899 4.647l-.303.148q-.343.167-.695.335c1.524.7 3.22 1.09 5.006 1.09h17a2 2 0 0 0 0-4H22.889v-2h16.11a2 2 0 0 0 0-4H25v-2h17a2 2 0 1 0 0-4H25v-2h14a2 2 0 0 0 0-4"/></g></svg>
</template>

CSS

.icon-burn {
  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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.037%2017c0%20.744-.07%201.448-.197%202.123c-.462%202.47-1.676%204.562-2.946%206.915c-1.469%202.721-.87%205.176.453%207.468c.492.852%201.084%201.682%201.707%202.494v-.536c-.002-.986-.003-1.748.048-2.39c.146-1.854.725-2.707%202.974-5.041c1.026%201.897.77%203.861.392%205.857q-.056.297-.115.596A44%2044%200%200%200%2010.076%2036c.41-.205.817-.395%201.216-.582q.357-.167.704-.334c1.835-.88%203.448-1.82%204.472-3.925c1.209-2.483.676-4.445-.155-6.819c-.282-.804-.597-1.655-.89-2.59c-.357%201.357-1.022%202.59-1.454%203.454c-.86-3.44-3.312-5.959-5.932-8.204%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M39%2017.22H22.269c-.987%200-1.377-1.276-.56-1.828l4.036-2.724a2.552%202.552%200%200%200-2.643-4.36l-12.815%206.938q-.232.125-.458.26c1.447%201.302%202.652%202.634%204.062%204.994c.61-1%201.039-2.214%201.5-4c.24.777.648%201.742%201.108%202.83c1.69%203.993%204.077%209.638%201.392%2013.67c-1.994%202.746-3.678%203.566-5.899%204.647l-.303.148q-.343.167-.695.335c1.524.7%203.22%201.09%205.006%201.09h17a2%202%200%200%200%200-4H22.889v-2h16.11a2%202%200%200%200%200-4H25v-2h17a2%202%200%201%200%200-4H25v-2h14a2%202%200%200%200%200-4%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.037%2017c0%20.744-.07%201.448-.197%202.123c-.462%202.47-1.676%204.562-2.946%206.915c-1.469%202.721-.87%205.176.453%207.468c.492.852%201.084%201.682%201.707%202.494v-.536c-.002-.986-.003-1.748.048-2.39c.146-1.854.725-2.707%202.974-5.041c1.026%201.897.77%203.861.392%205.857q-.056.297-.115.596A44%2044%200%200%200%2010.076%2036c.41-.205.817-.395%201.216-.582q.357-.167.704-.334c1.835-.88%203.448-1.82%204.472-3.925c1.209-2.483.676-4.445-.155-6.819c-.282-.804-.597-1.655-.89-2.59c-.357%201.357-1.022%202.59-1.454%203.454c-.86-3.44-3.312-5.959-5.932-8.204%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M39%2017.22H22.269c-.987%200-1.377-1.276-.56-1.828l4.036-2.724a2.552%202.552%200%200%200-2.643-4.36l-12.815%206.938q-.232.125-.458.26c1.447%201.302%202.652%202.634%204.062%204.994c.61-1%201.039-2.214%201.5-4c.24.777.648%201.742%201.108%202.83c1.69%203.993%204.077%209.638%201.392%2013.67c-1.994%202.746-3.678%203.566-5.899%204.647l-.303.148q-.343.167-.695.335c1.524.7%203.22%201.09%205.006%201.09h17a2%202%200%200%200%200-4H22.889v-2h16.11a2%202%200%200%200%200-4H25v-2h17a2%202%200%201%200%200-4H25v-2h14a2%202%200%200%200%200-4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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