chemical burn negative icon

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

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

Related icons in Health Icons

Use the chemical 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(#healthiconsChemicalBurnNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM10.557 22.456c.716-1.452 1.354-2.748 1.354-4.456c1.252 1.182 2.424 2.508 2.835 4.318l.072-.156c.202-.442.47-1.026.622-1.662c.885 3.101 1.047 5.834-1.987 7.5c.232-1.607.165-2.702-.567-4.193c-1.191 1.36-1.444 2.383-1.444 4.193c-1.1-1.578-1.995-3.278-1.033-5.243zM7.83 25.611A9.6 9.6 0 0 0 6 31.252v1.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 12.8L28.5 9H19zm-2 .8V8h-1v6zM19 7a1 1 0 0 0-1-1h-3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1h19a4 4 0 0 0 0-8z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsChemicalBurnNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsChemicalBurnNegative(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(#healthiconsChemicalBurnNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM10.557 22.456c.716-1.452 1.354-2.748 1.354-4.456c1.252 1.182 2.424 2.508 2.835 4.318l.072-.156c.202-.442.47-1.026.622-1.662c.885 3.101 1.047 5.834-1.987 7.5c.232-1.607.165-2.702-.567-4.193c-1.191 1.36-1.444 2.383-1.444 4.193c-1.1-1.578-1.995-3.278-1.033-5.243zM7.83 25.611A9.6 9.6 0 0 0 6 31.252v1.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 12.8L28.5 9H19zm-2 .8V8h-1v6zM19 7a1 1 0 0 0-1-1h-3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1h19a4 4 0 0 0 0-8z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsChemicalBurnNegative"><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(#healthiconsChemicalBurnNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM10.557 22.456c.716-1.452 1.354-2.748 1.354-4.456c1.252 1.182 2.424 2.508 2.835 4.318l.072-.156c.202-.442.47-1.026.622-1.662c.885 3.101 1.047 5.834-1.987 7.5c.232-1.607.165-2.702-.567-4.193c-1.191 1.36-1.444 2.383-1.444 4.193c-1.1-1.578-1.995-3.278-1.033-5.243zM7.83 25.611A9.6 9.6 0 0 0 6 31.252v1.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 12.8L28.5 9H19zm-2 .8V8h-1v6zM19 7a1 1 0 0 0-1-1h-3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1h19a4 4 0 0 0 0-8z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsChemicalBurnNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-chemical-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(%23healthiconsChemicalBurnNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM10.557%2022.456c.716-1.452%201.354-2.748%201.354-4.456c1.252%201.182%202.424%202.508%202.835%204.318l.072-.156c.202-.442.47-1.026.622-1.662c.885%203.101%201.047%205.834-1.987%207.5c.232-1.607.165-2.702-.567-4.193c-1.191%201.36-1.444%202.383-1.444%204.193c-1.1-1.578-1.995-3.278-1.033-5.243zM7.83%2025.611A9.6%209.6%200%200%200%206%2031.252v1.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%2012.8L28.5%209H19zm-2%20.8V8h-1v6zM19%207a1%201%200%200%200-1-1h-3a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h3a1%201%200%200%200%201-1h19a4%204%200%200%200%200-8z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsChemicalBurnNegative%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(%23healthiconsChemicalBurnNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM10.557%2022.456c.716-1.452%201.354-2.748%201.354-4.456c1.252%201.182%202.424%202.508%202.835%204.318l.072-.156c.202-.442.47-1.026.622-1.662c.885%203.101%201.047%205.834-1.987%207.5c.232-1.607.165-2.702-.567-4.193c-1.191%201.36-1.444%202.383-1.444%204.193c-1.1-1.578-1.995-3.278-1.033-5.243zM7.83%2025.611A9.6%209.6%200%200%200%206%2031.252v1.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%2012.8L28.5%209H19zm-2%20.8V8h-1v6zM19%207a1%201%200%200%200-1-1h-3a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h3a1%201%200%200%200%201-1h19a4%204%200%200%200%200-8z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsChemicalBurnNegative%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/chemical-burn-negative.svg?color=%231a73e8&size=48