hazardous negative icon

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

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

Use the hazardous 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(#healthiconsHazardousNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM16.084 37.44L20.3 30a6.05 6.05 0 0 0 3.7 1.25A6.05 6.05 0 0 0 27.7 30l4.215 7.44a.64.64 0 0 1 .06.495a.66.66 0 0 1-.317.393c-4.664 2.61-10.65 2.61-15.318 0a.66.66 0 0 1-.315-.393a.64.64 0 0 1 .06-.495m4.766-19.716l-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.58M39.4 24.206l-8.551.07a6.05 6.05 0 0 0-.768-3.83a6.05 6.05 0 0 0-2.932-2.58l4.336-7.37a.64.64 0 0 1 .399-.299a.66.66 0 0 1 .498.078c4.593 2.734 7.586 7.919 7.66 13.265a.66.66 0 0 1-.184.47a.64.64 0 0 1-.458.196M29 24a5 5 0 1 1-10 0a5 5 0 0 1 10 0m13 0c0 9.941-8.059 18-18 18S6 33.941 6 24S14.059 6 24 6s18 8.059 18 18m2 0c0 11.046-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4s20 8.954 20 20" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsHazardousNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsHazardousNegative(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(#healthiconsHazardousNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM16.084 37.44L20.3 30a6.05 6.05 0 0 0 3.7 1.25A6.05 6.05 0 0 0 27.7 30l4.215 7.44a.64.64 0 0 1 .06.495a.66.66 0 0 1-.317.393c-4.664 2.61-10.65 2.61-15.318 0a.66.66 0 0 1-.315-.393a.64.64 0 0 1 .06-.495m4.766-19.716l-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.58M39.4 24.206l-8.551.07a6.05 6.05 0 0 0-.768-3.83a6.05 6.05 0 0 0-2.932-2.58l4.336-7.37a.64.64 0 0 1 .399-.299a.66.66 0 0 1 .498.078c4.593 2.734 7.586 7.919 7.66 13.265a.66.66 0 0 1-.184.47a.64.64 0 0 1-.458.196M29 24a5 5 0 1 1-10 0a5 5 0 0 1 10 0m13 0c0 9.941-8.059 18-18 18S6 33.941 6 24S14.059 6 24 6s18 8.059 18 18m2 0c0 11.046-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4s20 8.954 20 20" clipRule="evenodd"/></g><defs><clipPath id="healthiconsHazardousNegative"><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(#healthiconsHazardousNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM16.084 37.44L20.3 30a6.05 6.05 0 0 0 3.7 1.25A6.05 6.05 0 0 0 27.7 30l4.215 7.44a.64.64 0 0 1 .06.495a.66.66 0 0 1-.317.393c-4.664 2.61-10.65 2.61-15.318 0a.66.66 0 0 1-.315-.393a.64.64 0 0 1 .06-.495m4.766-19.716l-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.58M39.4 24.206l-8.551.07a6.05 6.05 0 0 0-.768-3.83a6.05 6.05 0 0 0-2.932-2.58l4.336-7.37a.64.64 0 0 1 .399-.299a.66.66 0 0 1 .498.078c4.593 2.734 7.586 7.919 7.66 13.265a.66.66 0 0 1-.184.47a.64.64 0 0 1-.458.196M29 24a5 5 0 1 1-10 0a5 5 0 0 1 10 0m13 0c0 9.941-8.059 18-18 18S6 33.941 6 24S14.059 6 24 6s18 8.059 18 18m2 0c0 11.046-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4s20 8.954 20 20" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsHazardousNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-hazardous-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(%23healthiconsHazardousNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM16.084%2037.44L20.3%2030a6.05%206.05%200%200%200%203.7%201.25A6.05%206.05%200%200%200%2027.7%2030l4.215%207.44a.64.64%200%200%201%20.06.495a.66.66%200%200%201-.317.393c-4.664%202.61-10.65%202.61-15.318%200a.66.66%200%200%201-.315-.393a.64.64%200%200%201%20.06-.495m4.766-19.716l-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.58M39.4%2024.206l-8.551.07a6.05%206.05%200%200%200-.768-3.83a6.05%206.05%200%200%200-2.932-2.58l4.336-7.37a.64.64%200%200%201%20.399-.299a.66.66%200%200%201%20.498.078c4.593%202.734%207.586%207.919%207.66%2013.265a.66.66%200%200%201-.184.47a.64.64%200%200%201-.458.196M29%2024a5%205%200%201%201-10%200a5%205%200%200%201%2010%200m13%200c0%209.941-8.059%2018-18%2018S6%2033.941%206%2024S14.059%206%2024%206s18%208.059%2018%2018m2%200c0%2011.046-8.954%2020-20%2020S4%2035.046%204%2024S12.954%204%2024%204s20%208.954%2020%2020%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsHazardousNegative%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(%23healthiconsHazardousNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM16.084%2037.44L20.3%2030a6.05%206.05%200%200%200%203.7%201.25A6.05%206.05%200%200%200%2027.7%2030l4.215%207.44a.64.64%200%200%201%20.06.495a.66.66%200%200%201-.317.393c-4.664%202.61-10.65%202.61-15.318%200a.66.66%200%200%201-.315-.393a.64.64%200%200%201%20.06-.495m4.766-19.716l-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.58M39.4%2024.206l-8.551.07a6.05%206.05%200%200%200-.768-3.83a6.05%206.05%200%200%200-2.932-2.58l4.336-7.37a.64.64%200%200%201%20.399-.299a.66.66%200%200%201%20.498.078c4.593%202.734%207.586%207.919%207.66%2013.265a.66.66%200%200%201-.184.47a.64.64%200%200%201-.458.196M29%2024a5%205%200%201%201-10%200a5%205%200%200%201%2010%200m13%200c0%209.941-8.059%2018-18%2018S6%2033.941%206%2024S14.059%206%2024%206s18%208.059%2018%2018m2%200c0%2011.046-8.954%2020-20%2020S4%2035.046%204%2024S12.954%204%2024%204s20%208.954%2020%2020%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsHazardousNegative%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/hazardous-negative.svg?color=%231a73e8&size=48