burn negative icon
burn-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- burn-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the burn negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsBurnNegative)"><path fill="currentColor" d="M0 0h48v48H0z"/><path d="M42.999 26.499a1.5 1.5 0 0 0-1.5-1.5h-15.5v-2h12.5a1.5 1.5 0 0 0 0-3H22.914c-1.905 0-2.732-2.41-1.228-3.579l4.097-3.186a1.518 1.518 0 0 0-1.72-2.496l-11.391 6.89L11.5 16l11.524-6.972a3.518 3.518 0 0 1 3.986 5.784L22.915 18H38.5a3.5 3.5 0 0 1 3.161 5.004a3.5 3.5 0 0 1 0 6.992A3.5 3.5 0 0 1 38.5 35h-2.837a3.5 3.5 0 0 1-3.163 5H12.813l2.687-2l16.999-.001a1.5 1.5 0 0 0 0-3h-8.618v-2H38.5a1.5 1.5 0 0 0 0-3H26v-2h15.5a1.5 1.5 0 0 0 1.5-1.5"/><path d="M8.567 17c0 .823-.08 1.6-.225 2.347c-.528 2.729-1.914 5.042-3.364 7.643c-1.677 3.007-.994 5.72.517 8.253c.561.942 1.238 1.86 1.95 2.757l-.001-.593c-.002-1.09-.003-1.932.055-2.642c.167-2.049.827-2.991 3.395-5.571c1.172 2.097.879 4.268.448 6.474q-.064.33-.132.659A47 47 0 0 0 10.894 38c.47-.226.933-.437 1.388-.644q.407-.184.804-.368c2.094-.974 3.936-2.012 5.106-4.338c1.38-2.745.77-4.913-.178-7.537c-.321-.889-.681-1.83-1.017-2.863c-.407 1.5-1.166 2.864-1.658 3.818c-.982-3.802-3.782-6.587-6.772-9.068" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsBurnNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsBurnNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsBurnNegative)"><path fill="currentColor" d="M0 0h48v48H0z"/><path d="M42.999 26.499a1.5 1.5 0 0 0-1.5-1.5h-15.5v-2h12.5a1.5 1.5 0 0 0 0-3H22.914c-1.905 0-2.732-2.41-1.228-3.579l4.097-3.186a1.518 1.518 0 0 0-1.72-2.496l-11.391 6.89L11.5 16l11.524-6.972a3.518 3.518 0 0 1 3.986 5.784L22.915 18H38.5a3.5 3.5 0 0 1 3.161 5.004a3.5 3.5 0 0 1 0 6.992A3.5 3.5 0 0 1 38.5 35h-2.837a3.5 3.5 0 0 1-3.163 5H12.813l2.687-2l16.999-.001a1.5 1.5 0 0 0 0-3h-8.618v-2H38.5a1.5 1.5 0 0 0 0-3H26v-2h15.5a1.5 1.5 0 0 0 1.5-1.5"/><path d="M8.567 17c0 .823-.08 1.6-.225 2.347c-.528 2.729-1.914 5.042-3.364 7.643c-1.677 3.007-.994 5.72.517 8.253c.561.942 1.238 1.86 1.95 2.757l-.001-.593c-.002-1.09-.003-1.932.055-2.642c.167-2.049.827-2.991 3.395-5.571c1.172 2.097.879 4.268.448 6.474q-.064.33-.132.659A47 47 0 0 0 10.894 38c.47-.226.933-.437 1.388-.644q.407-.184.804-.368c2.094-.974 3.936-2.012 5.106-4.338c1.38-2.745.77-4.913-.178-7.537c-.321-.889-.681-1.83-1.017-2.863c-.407 1.5-1.166 2.864-1.658 3.818c-.982-3.802-3.782-6.587-6.772-9.068" clipRule="evenodd"/></g><defs><clipPath id="healthiconsBurnNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsBurnNegative)"><path fill="currentColor" d="M0 0h48v48H0z"/><path d="M42.999 26.499a1.5 1.5 0 0 0-1.5-1.5h-15.5v-2h12.5a1.5 1.5 0 0 0 0-3H22.914c-1.905 0-2.732-2.41-1.228-3.579l4.097-3.186a1.518 1.518 0 0 0-1.72-2.496l-11.391 6.89L11.5 16l11.524-6.972a3.518 3.518 0 0 1 3.986 5.784L22.915 18H38.5a3.5 3.5 0 0 1 3.161 5.004a3.5 3.5 0 0 1 0 6.992A3.5 3.5 0 0 1 38.5 35h-2.837a3.5 3.5 0 0 1-3.163 5H12.813l2.687-2l16.999-.001a1.5 1.5 0 0 0 0-3h-8.618v-2H38.5a1.5 1.5 0 0 0 0-3H26v-2h15.5a1.5 1.5 0 0 0 1.5-1.5"/><path d="M8.567 17c0 .823-.08 1.6-.225 2.347c-.528 2.729-1.914 5.042-3.364 7.643c-1.677 3.007-.994 5.72.517 8.253c.561.942 1.238 1.86 1.95 2.757l-.001-.593c-.002-1.09-.003-1.932.055-2.642c.167-2.049.827-2.991 3.395-5.571c1.172 2.097.879 4.268.448 6.474q-.064.33-.132.659A47 47 0 0 0 10.894 38c.47-.226.933-.437 1.388-.644q.407-.184.804-.368c2.094-.974 3.936-2.012 5.106-4.338c1.38-2.745.77-4.913-.178-7.537c-.321-.889-.681-1.83-1.017-2.863c-.407 1.5-1.166 2.864-1.658 3.818c-.982-3.802-3.782-6.587-6.772-9.068" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsBurnNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-burn-negative {
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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsBurnNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%2F%3E%3Cpath%20d%3D%22M42.999%2026.499a1.5%201.5%200%200%200-1.5-1.5h-15.5v-2h12.5a1.5%201.5%200%200%200%200-3H22.914c-1.905%200-2.732-2.41-1.228-3.579l4.097-3.186a1.518%201.518%200%200%200-1.72-2.496l-11.391%206.89L11.5%2016l11.524-6.972a3.518%203.518%200%200%201%203.986%205.784L22.915%2018H38.5a3.5%203.5%200%200%201%203.161%205.004a3.5%203.5%200%200%201%200%206.992A3.5%203.5%200%200%201%2038.5%2035h-2.837a3.5%203.5%200%200%201-3.163%205H12.813l2.687-2l16.999-.001a1.5%201.5%200%200%200%200-3h-8.618v-2H38.5a1.5%201.5%200%200%200%200-3H26v-2h15.5a1.5%201.5%200%200%200%201.5-1.5%22%2F%3E%3Cpath%20d%3D%22M8.567%2017c0%20.823-.08%201.6-.225%202.347c-.528%202.729-1.914%205.042-3.364%207.643c-1.677%203.007-.994%205.72.517%208.253c.561.942%201.238%201.86%201.95%202.757l-.001-.593c-.002-1.09-.003-1.932.055-2.642c.167-2.049.827-2.991%203.395-5.571c1.172%202.097.879%204.268.448%206.474q-.064.33-.132.659A47%2047%200%200%200%2010.894%2038c.47-.226.933-.437%201.388-.644q.407-.184.804-.368c2.094-.974%203.936-2.012%205.106-4.338c1.38-2.745.77-4.913-.178-7.537c-.321-.889-.681-1.83-1.017-2.863c-.407%201.5-1.166%202.864-1.658%203.818c-.982-3.802-3.782-6.587-6.772-9.068%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsBurnNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsBurnNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%2F%3E%3Cpath%20d%3D%22M42.999%2026.499a1.5%201.5%200%200%200-1.5-1.5h-15.5v-2h12.5a1.5%201.5%200%200%200%200-3H22.914c-1.905%200-2.732-2.41-1.228-3.579l4.097-3.186a1.518%201.518%200%200%200-1.72-2.496l-11.391%206.89L11.5%2016l11.524-6.972a3.518%203.518%200%200%201%203.986%205.784L22.915%2018H38.5a3.5%203.5%200%200%201%203.161%205.004a3.5%203.5%200%200%201%200%206.992A3.5%203.5%200%200%201%2038.5%2035h-2.837a3.5%203.5%200%200%201-3.163%205H12.813l2.687-2l16.999-.001a1.5%201.5%200%200%200%200-3h-8.618v-2H38.5a1.5%201.5%200%200%200%200-3H26v-2h15.5a1.5%201.5%200%200%200%201.5-1.5%22%2F%3E%3Cpath%20d%3D%22M8.567%2017c0%20.823-.08%201.6-.225%202.347c-.528%202.729-1.914%205.042-3.364%207.643c-1.677%203.007-.994%205.72.517%208.253c.561.942%201.238%201.86%201.95%202.757l-.001-.593c-.002-1.09-.003-1.932.055-2.642c.167-2.049.827-2.991%203.395-5.571c1.172%202.097.879%204.268.448%206.474q-.064.33-.132.659A47%2047%200%200%200%2010.894%2038c.47-.226.933-.437%201.388-.644q.407-.184.804-.368c2.094-.974%203.936-2.012%205.106-4.338c1.38-2.745.77-4.913-.178-7.537c-.321-.889-.681-1.83-1.017-2.863c-.407%201.5-1.166%202.864-1.658%203.818c-.982-3.802-3.782-6.587-6.772-9.068%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsBurnNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/burn-negative.svg?color=%231a73e8&size=48