chemical burn icon

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

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

1 other variant in Health Icons

More conditions icons from Health Icons

Use the chemical 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="M11.912 18c0 1.825-.73 3.18-1.503 4.757c-.962 1.965-.067 3.665 1.033 5.243c0-1.81.253-2.833 1.444-4.193c.732 1.491.799 2.586.567 4.193c3.034-1.666 2.872-4.399 1.987-7.5c-.17.714-.488 1.364-.694 1.818c-.411-1.81-1.583-3.136-2.835-4.318" clip-rule="evenodd"/><path fill-rule="evenodd" d="M7.829 25.61A9.6 9.6 0 0 0 6 31.253v1.139C6 37.698 10.298 42 15.6 42h13.6a1.6 1.6 0 0 0 0-3.203h-8.089v-1.601H34a1.6 1.6 0 0 0 0-3.203H22.8V32.39h13.6a1.6 1.6 0 0 0 0-3.203H22.8v-1.601H34a1.6 1.6 0 0 0 0-3.203H20.615c-.79 0-1.102-1.023-.447-1.465l3.228-2.181a2.045 2.045 0 0 0 .535-2.86a2.04 2.04 0 0 0-2.649-.631L18.8 18.592v8.23c0 2.958-2.456 5.357-5.486 5.357S7.83 29.78 7.83 26.82zM19 13h19a2 2 0 1 0 0-4H19V7h19a4 4 0 0 1 0 8H19zm-3 1h1V8h-1zm-2 1a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-3a1 1 0 0 0-1 1z" clip-rule="evenodd"/><path d="m31 8l-15 6h22.208a2.615 2.615 0 0 0 2.537-1.98l.059-.235a3.24 3.24 0 0 0 0-1.57l-.059-.234A2.615 2.615 0 0 0 38.208 8z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsChemicalBurn(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="M11.912 18c0 1.825-.73 3.18-1.503 4.757c-.962 1.965-.067 3.665 1.033 5.243c0-1.81.253-2.833 1.444-4.193c.732 1.491.799 2.586.567 4.193c3.034-1.666 2.872-4.399 1.987-7.5c-.17.714-.488 1.364-.694 1.818c-.411-1.81-1.583-3.136-2.835-4.318" clipRule="evenodd"/><path fillRule="evenodd" d="M7.829 25.61A9.6 9.6 0 0 0 6 31.253v1.139C6 37.698 10.298 42 15.6 42h13.6a1.6 1.6 0 0 0 0-3.203h-8.089v-1.601H34a1.6 1.6 0 0 0 0-3.203H22.8V32.39h13.6a1.6 1.6 0 0 0 0-3.203H22.8v-1.601H34a1.6 1.6 0 0 0 0-3.203H20.615c-.79 0-1.102-1.023-.447-1.465l3.228-2.181a2.045 2.045 0 0 0 .535-2.86a2.04 2.04 0 0 0-2.649-.631L18.8 18.592v8.23c0 2.958-2.456 5.357-5.486 5.357S7.83 29.78 7.83 26.82zM19 13h19a2 2 0 1 0 0-4H19V7h19a4 4 0 0 1 0 8H19zm-3 1h1V8h-1zm-2 1a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-3a1 1 0 0 0-1 1z" clipRule="evenodd"/><path d="m31 8l-15 6h22.208a2.615 2.615 0 0 0 2.537-1.98l.059-.235a3.24 3.24 0 0 0 0-1.57l-.059-.234A2.615 2.615 0 0 0 38.208 8z"/></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="M11.912 18c0 1.825-.73 3.18-1.503 4.757c-.962 1.965-.067 3.665 1.033 5.243c0-1.81.253-2.833 1.444-4.193c.732 1.491.799 2.586.567 4.193c3.034-1.666 2.872-4.399 1.987-7.5c-.17.714-.488 1.364-.694 1.818c-.411-1.81-1.583-3.136-2.835-4.318" clip-rule="evenodd"/><path fill-rule="evenodd" d="M7.829 25.61A9.6 9.6 0 0 0 6 31.253v1.139C6 37.698 10.298 42 15.6 42h13.6a1.6 1.6 0 0 0 0-3.203h-8.089v-1.601H34a1.6 1.6 0 0 0 0-3.203H22.8V32.39h13.6a1.6 1.6 0 0 0 0-3.203H22.8v-1.601H34a1.6 1.6 0 0 0 0-3.203H20.615c-.79 0-1.102-1.023-.447-1.465l3.228-2.181a2.045 2.045 0 0 0 .535-2.86a2.04 2.04 0 0 0-2.649-.631L18.8 18.592v8.23c0 2.958-2.456 5.357-5.486 5.357S7.83 29.78 7.83 26.82zM19 13h19a2 2 0 1 0 0-4H19V7h19a4 4 0 0 1 0 8H19zm-3 1h1V8h-1zm-2 1a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-3a1 1 0 0 0-1 1z" clip-rule="evenodd"/><path d="m31 8l-15 6h22.208a2.615 2.615 0 0 0 2.537-1.98l.059-.235a3.24 3.24 0 0 0 0-1.57l-.059-.234A2.615 2.615 0 0 0 38.208 8z"/></g></svg>
</template>

CSS

.icon-chemical-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%22M11.912%2018c0%201.825-.73%203.18-1.503%204.757c-.962%201.965-.067%203.665%201.033%205.243c0-1.81.253-2.833%201.444-4.193c.732%201.491.799%202.586.567%204.193c3.034-1.666%202.872-4.399%201.987-7.5c-.17.714-.488%201.364-.694%201.818c-.411-1.81-1.583-3.136-2.835-4.318%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.829%2025.61A9.6%209.6%200%200%200%206%2031.253v1.139C6%2037.698%2010.298%2042%2015.6%2042h13.6a1.6%201.6%200%200%200%200-3.203h-8.089v-1.601H34a1.6%201.6%200%200%200%200-3.203H22.8V32.39h13.6a1.6%201.6%200%200%200%200-3.203H22.8v-1.601H34a1.6%201.6%200%200%200%200-3.203H20.615c-.79%200-1.102-1.023-.447-1.465l3.228-2.181a2.045%202.045%200%200%200%20.535-2.86a2.04%202.04%200%200%200-2.649-.631L18.8%2018.592v8.23c0%202.958-2.456%205.357-5.486%205.357S7.83%2029.78%207.83%2026.82zM19%2013h19a2%202%200%201%200%200-4H19V7h19a4%204%200%200%201%200%208H19zm-3%201h1V8h-1zm-2%201a1%201%200%200%200%201%201h3a1%201%200%200%200%201-1V7a1%201%200%200%200-1-1h-3a1%201%200%200%200-1%201z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m31%208l-15%206h22.208a2.615%202.615%200%200%200%202.537-1.98l.059-.235a3.24%203.24%200%200%200%200-1.57l-.059-.234A2.615%202.615%200%200%200%2038.208%208z%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%22M11.912%2018c0%201.825-.73%203.18-1.503%204.757c-.962%201.965-.067%203.665%201.033%205.243c0-1.81.253-2.833%201.444-4.193c.732%201.491.799%202.586.567%204.193c3.034-1.666%202.872-4.399%201.987-7.5c-.17.714-.488%201.364-.694%201.818c-.411-1.81-1.583-3.136-2.835-4.318%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.829%2025.61A9.6%209.6%200%200%200%206%2031.253v1.139C6%2037.698%2010.298%2042%2015.6%2042h13.6a1.6%201.6%200%200%200%200-3.203h-8.089v-1.601H34a1.6%201.6%200%200%200%200-3.203H22.8V32.39h13.6a1.6%201.6%200%200%200%200-3.203H22.8v-1.601H34a1.6%201.6%200%200%200%200-3.203H20.615c-.79%200-1.102-1.023-.447-1.465l3.228-2.181a2.045%202.045%200%200%200%20.535-2.86a2.04%202.04%200%200%200-2.649-.631L18.8%2018.592v8.23c0%202.958-2.456%205.357-5.486%205.357S7.83%2029.78%207.83%2026.82zM19%2013h19a2%202%200%201%200%200-4H19V7h19a4%204%200%200%201%200%208H19zm-3%201h1V8h-1zm-2%201a1%201%200%200%200%201%201h3a1%201%200%200%200%201-1V7a1%201%200%200%200-1-1h-3a1%201%200%200%200-1%201z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m31%208l-15%206h22.208a2.615%202.615%200%200%200%202.537-1.98l.059-.235a3.24%203.24%200%200%200%200-1.57l-.059-.234A2.615%202.615%200%200%200%2038.208%208z%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/chemical-burn.svg?color=%231a73e8&size=48