burn icon
burn-outline from Health Icons by Resolve to Save Lives · Outline · Conditions · MIT Free for personal and commercial use.
- Name
- burn-outline
- Set
- Health Icons
- Style
- Outline
- 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 d="M43.999 26.499a1.5 1.5 0 0 0-1.5-1.5h-15.5v-2h12.5a1.5 1.5 0 1 0 0-3H23.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.89L12.5 16l11.524-6.972a3.518 3.518 0 0 1 3.986 5.784L23.915 18H39.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 39.5 35h-2.837a3.5 3.5 0 0 1-3.163 5H13.813l2.687-2h16.999a1.5 1.5 0 1 0 0-3h-8.618v-2H39.5a1.5 1.5 0 1 0 0-3H27v-2h15.5a1.5 1.5 0 0 0 1.5-1.5"/><path fill-rule="evenodd" d="M9.567 17c0 .823-.08 1.6-.225 2.346c-.528 2.73-1.914 5.043-3.364 7.643c-1.677 3.008-.994 5.721.517 8.254c.561.942 1.238 1.859 1.95 2.757l-.001-.593c-.002-1.09-.003-1.932.055-2.642c.167-2.049.827-2.992 3.395-5.571c1.172 2.097.879 4.268.448 6.474q-.064.33-.132.658A47 47 0 0 0 11.894 38c.47-.227.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.863-1.658 3.818c-.982-3.802-3.782-6.587-6.772-9.068" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsBurnOutline(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 d="M43.999 26.499a1.5 1.5 0 0 0-1.5-1.5h-15.5v-2h12.5a1.5 1.5 0 1 0 0-3H23.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.89L12.5 16l11.524-6.972a3.518 3.518 0 0 1 3.986 5.784L23.915 18H39.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 39.5 35h-2.837a3.5 3.5 0 0 1-3.163 5H13.813l2.687-2h16.999a1.5 1.5 0 1 0 0-3h-8.618v-2H39.5a1.5 1.5 0 1 0 0-3H27v-2h15.5a1.5 1.5 0 0 0 1.5-1.5"/><path fillRule="evenodd" d="M9.567 17c0 .823-.08 1.6-.225 2.346c-.528 2.73-1.914 5.043-3.364 7.643c-1.677 3.008-.994 5.721.517 8.254c.561.942 1.238 1.859 1.95 2.757l-.001-.593c-.002-1.09-.003-1.932.055-2.642c.167-2.049.827-2.992 3.395-5.571c1.172 2.097.879 4.268.448 6.474q-.064.33-.132.658A47 47 0 0 0 11.894 38c.47-.227.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.863-1.658 3.818c-.982-3.802-3.782-6.587-6.772-9.068" clipRule="evenodd"/></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 d="M43.999 26.499a1.5 1.5 0 0 0-1.5-1.5h-15.5v-2h12.5a1.5 1.5 0 1 0 0-3H23.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.89L12.5 16l11.524-6.972a3.518 3.518 0 0 1 3.986 5.784L23.915 18H39.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 39.5 35h-2.837a3.5 3.5 0 0 1-3.163 5H13.813l2.687-2h16.999a1.5 1.5 0 1 0 0-3h-8.618v-2H39.5a1.5 1.5 0 1 0 0-3H27v-2h15.5a1.5 1.5 0 0 0 1.5-1.5"/><path fill-rule="evenodd" d="M9.567 17c0 .823-.08 1.6-.225 2.346c-.528 2.73-1.914 5.043-3.364 7.643c-1.677 3.008-.994 5.721.517 8.254c.561.942 1.238 1.859 1.95 2.757l-.001-.593c-.002-1.09-.003-1.932.055-2.642c.167-2.049.827-2.992 3.395-5.571c1.172 2.097.879 4.268.448 6.474q-.064.33-.132.658A47 47 0 0 0 11.894 38c.47-.227.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.863-1.658 3.818c-.982-3.802-3.782-6.587-6.772-9.068" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-burn-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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M43.999%2026.499a1.5%201.5%200%200%200-1.5-1.5h-15.5v-2h12.5a1.5%201.5%200%201%200%200-3H23.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.89L12.5%2016l11.524-6.972a3.518%203.518%200%200%201%203.986%205.784L23.915%2018H39.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%2039.5%2035h-2.837a3.5%203.5%200%200%201-3.163%205H13.813l2.687-2h16.999a1.5%201.5%200%201%200%200-3h-8.618v-2H39.5a1.5%201.5%200%201%200%200-3H27v-2h15.5a1.5%201.5%200%200%200%201.5-1.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.567%2017c0%20.823-.08%201.6-.225%202.346c-.528%202.73-1.914%205.043-3.364%207.643c-1.677%203.008-.994%205.721.517%208.254c.561.942%201.238%201.859%201.95%202.757l-.001-.593c-.002-1.09-.003-1.932.055-2.642c.167-2.049.827-2.992%203.395-5.571c1.172%202.097.879%204.268.448%206.474q-.064.33-.132.658A47%2047%200%200%200%2011.894%2038c.47-.227.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.863-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%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%20d%3D%22M43.999%2026.499a1.5%201.5%200%200%200-1.5-1.5h-15.5v-2h12.5a1.5%201.5%200%201%200%200-3H23.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.89L12.5%2016l11.524-6.972a3.518%203.518%200%200%201%203.986%205.784L23.915%2018H39.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%2039.5%2035h-2.837a3.5%203.5%200%200%201-3.163%205H13.813l2.687-2h16.999a1.5%201.5%200%201%200%200-3h-8.618v-2H39.5a1.5%201.5%200%201%200%200-3H27v-2h15.5a1.5%201.5%200%200%200%201.5-1.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.567%2017c0%20.823-.08%201.6-.225%202.346c-.528%202.73-1.914%205.043-3.364%207.643c-1.677%203.008-.994%205.721.517%208.254c.561.942%201.238%201.859%201.95%202.757l-.001-.593c-.002-1.09-.003-1.932.055-2.642c.167-2.049.827-2.992%203.395-5.571c1.172%202.097.879%204.268.448%206.474q-.064.33-.132.658A47%2047%200%200%200%2011.894%2038c.47-.227.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.863-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%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/burn-outline.svg?color=%231a73e8&size=48