hazardous icon
hazardous from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.
- Name
- hazardous
- Set
- Health Icons
- Style
- Filled
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
More symbols icons from Health Icons
Use the hazardous icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="m20.3 30l-4.216 7.44a.64.64 0 0 0-.059.495a.66.66 0 0 0 .315.393c4.667 2.61 10.654 2.61 15.318 0a.66.66 0 0 0 .317-.393a.64.64 0 0 0-.06-.495L27.701 30a6.05 6.05 0 0 1-3.7 1.25A6.05 6.05 0 0 1 20.3 30m.55-12.276l-4.336-7.371a.64.64 0 0 0-.398-.299a.66.66 0 0 0-.499.077c-4.593 2.736-7.587 7.92-7.659 13.265a.66.66 0 0 0 .183.471c.12.125.284.195.458.196l8.55.07a6.05 6.05 0 0 1 .769-3.829a6.05 6.05 0 0 1 2.932-2.58m10 6.551l8.551-.069a.64.64 0 0 0 .458-.196a.66.66 0 0 0 .183-.47c-.073-5.346-3.066-10.53-7.659-13.265a.66.66 0 0 0-.498-.078a.64.64 0 0 0-.4.299l-4.335 7.37a6.05 6.05 0 0 1 2.932 2.58a6.04 6.04 0 0 1 .768 3.83M29 24a5 5 0 1 1-10 0a5 5 0 0 1 10 0"/><path fill-rule="evenodd" d="M24 42c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18m0 2c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsHazardous(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="m20.3 30l-4.216 7.44a.64.64 0 0 0-.059.495a.66.66 0 0 0 .315.393c4.667 2.61 10.654 2.61 15.318 0a.66.66 0 0 0 .317-.393a.64.64 0 0 0-.06-.495L27.701 30a6.05 6.05 0 0 1-3.7 1.25A6.05 6.05 0 0 1 20.3 30m.55-12.276l-4.336-7.371a.64.64 0 0 0-.398-.299a.66.66 0 0 0-.499.077c-4.593 2.736-7.587 7.92-7.659 13.265a.66.66 0 0 0 .183.471c.12.125.284.195.458.196l8.55.07a6.05 6.05 0 0 1 .769-3.829a6.05 6.05 0 0 1 2.932-2.58m10 6.551l8.551-.069a.64.64 0 0 0 .458-.196a.66.66 0 0 0 .183-.47c-.073-5.346-3.066-10.53-7.659-13.265a.66.66 0 0 0-.498-.078a.64.64 0 0 0-.4.299l-4.335 7.37a6.05 6.05 0 0 1 2.932 2.58a6.04 6.04 0 0 1 .768 3.83M29 24a5 5 0 1 1-10 0a5 5 0 0 1 10 0"/><path fillRule="evenodd" d="M24 42c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18m0 2c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20" 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="m20.3 30l-4.216 7.44a.64.64 0 0 0-.059.495a.66.66 0 0 0 .315.393c4.667 2.61 10.654 2.61 15.318 0a.66.66 0 0 0 .317-.393a.64.64 0 0 0-.06-.495L27.701 30a6.05 6.05 0 0 1-3.7 1.25A6.05 6.05 0 0 1 20.3 30m.55-12.276l-4.336-7.371a.64.64 0 0 0-.398-.299a.66.66 0 0 0-.499.077c-4.593 2.736-7.587 7.92-7.659 13.265a.66.66 0 0 0 .183.471c.12.125.284.195.458.196l8.55.07a6.05 6.05 0 0 1 .769-3.829a6.05 6.05 0 0 1 2.932-2.58m10 6.551l8.551-.069a.64.64 0 0 0 .458-.196a.66.66 0 0 0 .183-.47c-.073-5.346-3.066-10.53-7.659-13.265a.66.66 0 0 0-.498-.078a.64.64 0 0 0-.4.299l-4.335 7.37a6.05 6.05 0 0 1 2.932 2.58a6.04 6.04 0 0 1 .768 3.83M29 24a5 5 0 1 1-10 0a5 5 0 0 1 10 0"/><path fill-rule="evenodd" d="M24 42c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18m0 2c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-hazardous {
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%22m20.3%2030l-4.216%207.44a.64.64%200%200%200-.059.495a.66.66%200%200%200%20.315.393c4.667%202.61%2010.654%202.61%2015.318%200a.66.66%200%200%200%20.317-.393a.64.64%200%200%200-.06-.495L27.701%2030a6.05%206.05%200%200%201-3.7%201.25A6.05%206.05%200%200%201%2020.3%2030m.55-12.276l-4.336-7.371a.64.64%200%200%200-.398-.299a.66.66%200%200%200-.499.077c-4.593%202.736-7.587%207.92-7.659%2013.265a.66.66%200%200%200%20.183.471c.12.125.284.195.458.196l8.55.07a6.05%206.05%200%200%201%20.769-3.829a6.05%206.05%200%200%201%202.932-2.58m10%206.551l8.551-.069a.64.64%200%200%200%20.458-.196a.66.66%200%200%200%20.183-.47c-.073-5.346-3.066-10.53-7.659-13.265a.66.66%200%200%200-.498-.078a.64.64%200%200%200-.4.299l-4.335%207.37a6.05%206.05%200%200%201%202.932%202.58a6.04%206.04%200%200%201%20.768%203.83M29%2024a5%205%200%201%201-10%200a5%205%200%200%201%2010%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2042c9.941%200%2018-8.059%2018-18S33.941%206%2024%206S6%2014.059%206%2024s8.059%2018%2018%2018m0%202c11.046%200%2020-8.954%2020-20S35.046%204%2024%204S4%2012.954%204%2024s8.954%2020%2020%2020%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%22m20.3%2030l-4.216%207.44a.64.64%200%200%200-.059.495a.66.66%200%200%200%20.315.393c4.667%202.61%2010.654%202.61%2015.318%200a.66.66%200%200%200%20.317-.393a.64.64%200%200%200-.06-.495L27.701%2030a6.05%206.05%200%200%201-3.7%201.25A6.05%206.05%200%200%201%2020.3%2030m.55-12.276l-4.336-7.371a.64.64%200%200%200-.398-.299a.66.66%200%200%200-.499.077c-4.593%202.736-7.587%207.92-7.659%2013.265a.66.66%200%200%200%20.183.471c.12.125.284.195.458.196l8.55.07a6.05%206.05%200%200%201%20.769-3.829a6.05%206.05%200%200%201%202.932-2.58m10%206.551l8.551-.069a.64.64%200%200%200%20.458-.196a.66.66%200%200%200%20.183-.47c-.073-5.346-3.066-10.53-7.659-13.265a.66.66%200%200%200-.498-.078a.64.64%200%200%200-.4.299l-4.335%207.37a6.05%206.05%200%200%201%202.932%202.58a6.04%206.04%200%200%201%20.768%203.83M29%2024a5%205%200%201%201-10%200a5%205%200%200%201%2010%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2042c9.941%200%2018-8.059%2018-18S33.941%206%2024%206S6%2014.059%206%2024s8.059%2018%2018%2018m0%202c11.046%200%2020-8.954%2020-20S35.046%204%2024%204S4%2012.954%204%2024s8.954%2020%2020%2020%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/hazardous.svg?color=%231a73e8&size=48