chemical burn icon
chemical-burn-outline from Health Icons by Resolve to Save Lives · Outline · Conditions · MIT Free for personal and commercial use.
- Name
- chemical-burn-outline
- Set
- Health Icons
- Style
- Outline
- 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" fill-rule="evenodd" clip-rule="evenodd"><path d="M19.823 17.434a3.01 3.01 0 0 1 3.384.185a2.917 2.917 0 0 1 .041 4.61l-2.702 2.15H31.72c1.634 0 2.99 1.304 2.99 2.953c0 .351-.061.687-.174.998c1.389.245 2.464 1.44 2.464 2.907s-1.075 2.662-2.464 2.907c.113.31.175.647.175.998c0 1.649-1.357 2.953-2.99 2.953h-1.748c.103.298.159.618.159.952c0 1.649-1.357 2.953-2.99 2.953H16.48C10.71 42 6 37.406 6 31.7c0-.714.088-2.115.241-3.15c.04-.262.085-.516.137-.738c.047-.197.12-.46.245-.679c.054-.096.195-.326.473-.476a1.07 1.07 0 0 1 1.132.07c.23.161.349.375.402.48c.066.13.115.267.155.397l.095.316c.24.808.515 1.735 1.12 2.532c.627.827 1.659 1.562 3.629 1.562c1.96 0 3.076-.78 3.736-1.69c.697-.963.938-2.153.938-2.954v-9.114zm11.897 18.66c.565 0 .99-.444.99-.952s-.425-.952-.99-.952h-9.457v-2H34.01c.565 0 .99-.445.99-.953s-.425-.952-.99-.952H22.263v-2h9.457c.565 0 .99-.445.99-.953s-.425-.953-.99-.953H20.303v.991c0 1.114-.318 2.745-1.319 4.127c-1.037 1.432-2.758 2.517-5.355 2.517c-2.588 0-4.212-1.021-5.222-2.353a7 7 0 0 1-.39-.577c-.011.24-.017.451-.017.615C8 36.266 11.779 40 16.48 40h10.661c.565 0 .99-.444.99-.953s-.425-.952-.99-.952h-6.494v-2zM20.303 22.018v-2.569l.521-.282l.026-.016c.353-.22.812-.196 1.14.055a.917.917 0 0 1 .013 1.459z"/><path 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.318M19 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"/><path d="m31.371 8.928l-15 6l-.742-1.857l15-6z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsChemicalBurnOutline(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" fillRule="evenodd" clipRule="evenodd"><path d="M19.823 17.434a3.01 3.01 0 0 1 3.384.185a2.917 2.917 0 0 1 .041 4.61l-2.702 2.15H31.72c1.634 0 2.99 1.304 2.99 2.953c0 .351-.061.687-.174.998c1.389.245 2.464 1.44 2.464 2.907s-1.075 2.662-2.464 2.907c.113.31.175.647.175.998c0 1.649-1.357 2.953-2.99 2.953h-1.748c.103.298.159.618.159.952c0 1.649-1.357 2.953-2.99 2.953H16.48C10.71 42 6 37.406 6 31.7c0-.714.088-2.115.241-3.15c.04-.262.085-.516.137-.738c.047-.197.12-.46.245-.679c.054-.096.195-.326.473-.476a1.07 1.07 0 0 1 1.132.07c.23.161.349.375.402.48c.066.13.115.267.155.397l.095.316c.24.808.515 1.735 1.12 2.532c.627.827 1.659 1.562 3.629 1.562c1.96 0 3.076-.78 3.736-1.69c.697-.963.938-2.153.938-2.954v-9.114zm11.897 18.66c.565 0 .99-.444.99-.952s-.425-.952-.99-.952h-9.457v-2H34.01c.565 0 .99-.445.99-.953s-.425-.952-.99-.952H22.263v-2h9.457c.565 0 .99-.445.99-.953s-.425-.953-.99-.953H20.303v.991c0 1.114-.318 2.745-1.319 4.127c-1.037 1.432-2.758 2.517-5.355 2.517c-2.588 0-4.212-1.021-5.222-2.353a7 7 0 0 1-.39-.577c-.011.24-.017.451-.017.615C8 36.266 11.779 40 16.48 40h10.661c.565 0 .99-.444.99-.953s-.425-.952-.99-.952h-6.494v-2zM20.303 22.018v-2.569l.521-.282l.026-.016c.353-.22.812-.196 1.14.055a.917.917 0 0 1 .013 1.459z"/><path 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.318M19 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"/><path d="m31.371 8.928l-15 6l-.742-1.857l15-6z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M19.823 17.434a3.01 3.01 0 0 1 3.384.185a2.917 2.917 0 0 1 .041 4.61l-2.702 2.15H31.72c1.634 0 2.99 1.304 2.99 2.953c0 .351-.061.687-.174.998c1.389.245 2.464 1.44 2.464 2.907s-1.075 2.662-2.464 2.907c.113.31.175.647.175.998c0 1.649-1.357 2.953-2.99 2.953h-1.748c.103.298.159.618.159.952c0 1.649-1.357 2.953-2.99 2.953H16.48C10.71 42 6 37.406 6 31.7c0-.714.088-2.115.241-3.15c.04-.262.085-.516.137-.738c.047-.197.12-.46.245-.679c.054-.096.195-.326.473-.476a1.07 1.07 0 0 1 1.132.07c.23.161.349.375.402.48c.066.13.115.267.155.397l.095.316c.24.808.515 1.735 1.12 2.532c.627.827 1.659 1.562 3.629 1.562c1.96 0 3.076-.78 3.736-1.69c.697-.963.938-2.153.938-2.954v-9.114zm11.897 18.66c.565 0 .99-.444.99-.952s-.425-.952-.99-.952h-9.457v-2H34.01c.565 0 .99-.445.99-.953s-.425-.952-.99-.952H22.263v-2h9.457c.565 0 .99-.445.99-.953s-.425-.953-.99-.953H20.303v.991c0 1.114-.318 2.745-1.319 4.127c-1.037 1.432-2.758 2.517-5.355 2.517c-2.588 0-4.212-1.021-5.222-2.353a7 7 0 0 1-.39-.577c-.011.24-.017.451-.017.615C8 36.266 11.779 40 16.48 40h10.661c.565 0 .99-.444.99-.953s-.425-.952-.99-.952h-6.494v-2zM20.303 22.018v-2.569l.521-.282l.026-.016c.353-.22.812-.196 1.14.055a.917.917 0 0 1 .013 1.459z"/><path 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.318M19 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"/><path d="m31.371 8.928l-15 6l-.742-1.857l15-6z"/></g></svg> </template>
CSS
.icon-chemical-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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19.823%2017.434a3.01%203.01%200%200%201%203.384.185a2.917%202.917%200%200%201%20.041%204.61l-2.702%202.15H31.72c1.634%200%202.99%201.304%202.99%202.953c0%20.351-.061.687-.174.998c1.389.245%202.464%201.44%202.464%202.907s-1.075%202.662-2.464%202.907c.113.31.175.647.175.998c0%201.649-1.357%202.953-2.99%202.953h-1.748c.103.298.159.618.159.952c0%201.649-1.357%202.953-2.99%202.953H16.48C10.71%2042%206%2037.406%206%2031.7c0-.714.088-2.115.241-3.15c.04-.262.085-.516.137-.738c.047-.197.12-.46.245-.679c.054-.096.195-.326.473-.476a1.07%201.07%200%200%201%201.132.07c.23.161.349.375.402.48c.066.13.115.267.155.397l.095.316c.24.808.515%201.735%201.12%202.532c.627.827%201.659%201.562%203.629%201.562c1.96%200%203.076-.78%203.736-1.69c.697-.963.938-2.153.938-2.954v-9.114zm11.897%2018.66c.565%200%20.99-.444.99-.952s-.425-.952-.99-.952h-9.457v-2H34.01c.565%200%20.99-.445.99-.953s-.425-.952-.99-.952H22.263v-2h9.457c.565%200%20.99-.445.99-.953s-.425-.953-.99-.953H20.303v.991c0%201.114-.318%202.745-1.319%204.127c-1.037%201.432-2.758%202.517-5.355%202.517c-2.588%200-4.212-1.021-5.222-2.353a7%207%200%200%201-.39-.577c-.011.24-.017.451-.017.615C8%2036.266%2011.779%2040%2016.48%2040h10.661c.565%200%20.99-.444.99-.953s-.425-.952-.99-.952h-6.494v-2zM20.303%2022.018v-2.569l.521-.282l.026-.016c.353-.22.812-.196%201.14.055a.917.917%200%200%201%20.013%201.459z%22%2F%3E%3Cpath%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.318M19%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%2F%3E%3Cpath%20d%3D%22m31.371%208.928l-15%206l-.742-1.857l15-6z%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19.823%2017.434a3.01%203.01%200%200%201%203.384.185a2.917%202.917%200%200%201%20.041%204.61l-2.702%202.15H31.72c1.634%200%202.99%201.304%202.99%202.953c0%20.351-.061.687-.174.998c1.389.245%202.464%201.44%202.464%202.907s-1.075%202.662-2.464%202.907c.113.31.175.647.175.998c0%201.649-1.357%202.953-2.99%202.953h-1.748c.103.298.159.618.159.952c0%201.649-1.357%202.953-2.99%202.953H16.48C10.71%2042%206%2037.406%206%2031.7c0-.714.088-2.115.241-3.15c.04-.262.085-.516.137-.738c.047-.197.12-.46.245-.679c.054-.096.195-.326.473-.476a1.07%201.07%200%200%201%201.132.07c.23.161.349.375.402.48c.066.13.115.267.155.397l.095.316c.24.808.515%201.735%201.12%202.532c.627.827%201.659%201.562%203.629%201.562c1.96%200%203.076-.78%203.736-1.69c.697-.963.938-2.153.938-2.954v-9.114zm11.897%2018.66c.565%200%20.99-.444.99-.952s-.425-.952-.99-.952h-9.457v-2H34.01c.565%200%20.99-.445.99-.953s-.425-.952-.99-.952H22.263v-2h9.457c.565%200%20.99-.445.99-.953s-.425-.953-.99-.953H20.303v.991c0%201.114-.318%202.745-1.319%204.127c-1.037%201.432-2.758%202.517-5.355%202.517c-2.588%200-4.212-1.021-5.222-2.353a7%207%200%200%201-.39-.577c-.011.24-.017.451-.017.615C8%2036.266%2011.779%2040%2016.48%2040h10.661c.565%200%20.99-.444.99-.953s-.425-.952-.99-.952h-6.494v-2zM20.303%2022.018v-2.569l.521-.282l.026-.016c.353-.22.812-.196%201.14.055a.917.917%200%200%201%20.013%201.459z%22%2F%3E%3Cpath%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.318M19%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%2F%3E%3Cpath%20d%3D%22m31.371%208.928l-15%206l-.742-1.857l15-6z%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-outline.svg?color=%231a73e8&size=48