burn unit icon
burn-unit from Health Icons by Resolve to Save Lives · Filled · Specialties · MIT Free for personal and commercial use.
- Name
- burn-unit
- Set
- Health Icons
- Style
- Filled
- Category
- Specialties
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More specialties icons from Health Icons
accident-and-emergencyadmissionsbiochemistry-laboratorycardiologychaplaincycoronary-care-unitcritical-caredischarge-loungeears-nose-and-throatendocrinologyfinance-deptgastroenterologygeneral-surgerygeriatricsgymgynecologyhematologyhematology-laboratoryhepatologyhuman-resorucesintensive-care-unitmedical-recordsnephrologyobstetricsmonia
Use the burn unit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm6.775 16.477c2.28-4.065 4.314-7.696 4.314-12.477c3.987 3.309 7.72 7.022 9.029 12.09l.228-.437c.646-1.236 1.5-2.872 1.984-4.653c2.816 8.683 3.333 16.334-6.33 21c.737-4.5.525-7.565-1.807-11.741c-3.794 3.81-4.6 6.672-4.6 11.741c-3.503-4.417-6.356-9.18-3.289-14.68z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsBurnUnit(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm6.775 16.477c2.28-4.065 4.314-7.696 4.314-12.477c3.987 3.309 7.72 7.022 9.029 12.09l.228-.437c.646-1.236 1.5-2.872 1.984-4.653c2.816 8.683 3.333 16.334-6.33 21c.737-4.5.525-7.565-1.807-11.741c-3.794 3.81-4.6 6.672-4.6 11.741c-3.503-4.417-6.356-9.18-3.289-14.68z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm6.775 16.477c2.28-4.065 4.314-7.696 4.314-12.477c3.987 3.309 7.72 7.022 9.029 12.09l.228-.437c.646-1.236 1.5-2.872 1.984-4.653c2.816 8.683 3.333 16.334-6.33 21c.737-4.5.525-7.565-1.807-11.741c-3.794 3.81-4.6 6.672-4.6 11.741c-3.503-4.417-6.356-9.18-3.289-14.68z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-burn-unit {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9%206a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3zm6.775%2016.477c2.28-4.065%204.314-7.696%204.314-12.477c3.987%203.309%207.72%207.022%209.029%2012.09l.228-.437c.646-1.236%201.5-2.872%201.984-4.653c2.816%208.683%203.333%2016.334-6.33%2021c.737-4.5.525-7.565-1.807-11.741c-3.794%203.81-4.6%206.672-4.6%2011.741c-3.503-4.417-6.356-9.18-3.289-14.68z%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9%206a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3zm6.775%2016.477c2.28-4.065%204.314-7.696%204.314-12.477c3.987%203.309%207.72%207.022%209.029%2012.09l.228-.437c.646-1.236%201.5-2.872%201.984-4.653c2.816%208.683%203.333%2016.334-6.33%2021c.737-4.5.525-7.565-1.807-11.741c-3.794%203.81-4.6%206.672-4.6%2011.741c-3.503-4.417-6.356-9.18-3.289-14.68z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/burn-unit.svg?color=%231a73e8&size=48