biohazard icon

biohazard-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
biohazard-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the biohazard icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M239.83 159.58a60.09 60.09 0 0 0-54.17-55.31a62 62 0 0 0-3-5.59a59.94 59.94 0 0 0-26.82-77.93l-.14-.08a8 8 0 0 0-1.14-.48a8 8 0 0 0-6.21 14.69h.07C149.6 35.57 168 45.73 168 68a40 40 0 0 1-2 12.53a63.83 63.83 0 0 0-76 0A40 40 0 0 1 88 68c0-22.35 18.53-32.51 19.65-33.1a8 8 0 0 0-7.33-14.22l-.15.08a60 60 0 0 0-26.85 78c-1.1 1.8-2.12 3.66-3 5.57a60.11 60.11 0 0 0-54.15 55.32a36 36 0 0 0-.14 4.87A8 8 0 0 0 32 164c0-1.36.07-2.71.19-4c.73-6.25 4.06-19.08 18.64-27.49a39.8 39.8 0 0 1 13.32-4.81c-.1 1.43-.16 2.88-.16 4.34a64.09 64.09 0 0 0 39 58.91a39.8 39.8 0 0 1-12.15 10.84c-19.07 11-36.88.36-38.39-.58l-.12-.08a8 8 0 0 0-8.71 13.42l.24.15a59.95 59.95 0 0 0 82.88-18.7h2.52a60 60 0 0 0 82.89 18.69l.23-.15a8 8 0 0 0-8.71-13.42l-.12.08c-1.51.94-19.32 11.59-38.39.58A39.8 39.8 0 0 1 153 190.9a64.09 64.09 0 0 0 39-58.9c0-1.46-.07-2.9-.16-4.33a39.8 39.8 0 0 1 13.33 4.8c14.47 8.35 17.86 21.06 18.63 27.32c.13 1.39.2 2.79.2 4.21a8 8 0 0 0 16 .46a36 36 0 0 0-.17-4.88m-130.1 16.8A48.08 48.08 0 0 1 80 132c0-1.27.07-2.53.17-3.78l1 .25a40 40 0 0 1 28.54 47.91ZM128 134.11l-.11-.19h.22Zm0-26.11a39.9 39.9 0 0 1-29.93-13.49a47.84 47.84 0 0 1 59.84 0A39.88 39.88 0 0 1 128 108m18.29 68.37a39.9 39.9 0 0 1 29.55-48.13c.1 1.24.16 2.49.16 3.76a48.07 48.07 0 0 1-29.72 44.37Z"/></svg>

React

import type { SVGProps } from "react";

export function PhBiohazardFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M239.83 159.58a60.09 60.09 0 0 0-54.17-55.31a62 62 0 0 0-3-5.59a59.94 59.94 0 0 0-26.82-77.93l-.14-.08a8 8 0 0 0-1.14-.48a8 8 0 0 0-6.21 14.69h.07C149.6 35.57 168 45.73 168 68a40 40 0 0 1-2 12.53a63.83 63.83 0 0 0-76 0A40 40 0 0 1 88 68c0-22.35 18.53-32.51 19.65-33.1a8 8 0 0 0-7.33-14.22l-.15.08a60 60 0 0 0-26.85 78c-1.1 1.8-2.12 3.66-3 5.57a60.11 60.11 0 0 0-54.15 55.32a36 36 0 0 0-.14 4.87A8 8 0 0 0 32 164c0-1.36.07-2.71.19-4c.73-6.25 4.06-19.08 18.64-27.49a39.8 39.8 0 0 1 13.32-4.81c-.1 1.43-.16 2.88-.16 4.34a64.09 64.09 0 0 0 39 58.91a39.8 39.8 0 0 1-12.15 10.84c-19.07 11-36.88.36-38.39-.58l-.12-.08a8 8 0 0 0-8.71 13.42l.24.15a59.95 59.95 0 0 0 82.88-18.7h2.52a60 60 0 0 0 82.89 18.69l.23-.15a8 8 0 0 0-8.71-13.42l-.12.08c-1.51.94-19.32 11.59-38.39.58A39.8 39.8 0 0 1 153 190.9a64.09 64.09 0 0 0 39-58.9c0-1.46-.07-2.9-.16-4.33a39.8 39.8 0 0 1 13.33 4.8c14.47 8.35 17.86 21.06 18.63 27.32c.13 1.39.2 2.79.2 4.21a8 8 0 0 0 16 .46a36 36 0 0 0-.17-4.88m-130.1 16.8A48.08 48.08 0 0 1 80 132c0-1.27.07-2.53.17-3.78l1 .25a40 40 0 0 1 28.54 47.91ZM128 134.11l-.11-.19h.22Zm0-26.11a39.9 39.9 0 0 1-29.93-13.49a47.84 47.84 0 0 1 59.84 0A39.88 39.88 0 0 1 128 108m18.29 68.37a39.9 39.9 0 0 1 29.55-48.13c.1 1.24.16 2.49.16 3.76a48.07 48.07 0 0 1-29.72 44.37Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M239.83 159.58a60.09 60.09 0 0 0-54.17-55.31a62 62 0 0 0-3-5.59a59.94 59.94 0 0 0-26.82-77.93l-.14-.08a8 8 0 0 0-1.14-.48a8 8 0 0 0-6.21 14.69h.07C149.6 35.57 168 45.73 168 68a40 40 0 0 1-2 12.53a63.83 63.83 0 0 0-76 0A40 40 0 0 1 88 68c0-22.35 18.53-32.51 19.65-33.1a8 8 0 0 0-7.33-14.22l-.15.08a60 60 0 0 0-26.85 78c-1.1 1.8-2.12 3.66-3 5.57a60.11 60.11 0 0 0-54.15 55.32a36 36 0 0 0-.14 4.87A8 8 0 0 0 32 164c0-1.36.07-2.71.19-4c.73-6.25 4.06-19.08 18.64-27.49a39.8 39.8 0 0 1 13.32-4.81c-.1 1.43-.16 2.88-.16 4.34a64.09 64.09 0 0 0 39 58.91a39.8 39.8 0 0 1-12.15 10.84c-19.07 11-36.88.36-38.39-.58l-.12-.08a8 8 0 0 0-8.71 13.42l.24.15a59.95 59.95 0 0 0 82.88-18.7h2.52a60 60 0 0 0 82.89 18.69l.23-.15a8 8 0 0 0-8.71-13.42l-.12.08c-1.51.94-19.32 11.59-38.39.58A39.8 39.8 0 0 1 153 190.9a64.09 64.09 0 0 0 39-58.9c0-1.46-.07-2.9-.16-4.33a39.8 39.8 0 0 1 13.33 4.8c14.47 8.35 17.86 21.06 18.63 27.32c.13 1.39.2 2.79.2 4.21a8 8 0 0 0 16 .46a36 36 0 0 0-.17-4.88m-130.1 16.8A48.08 48.08 0 0 1 80 132c0-1.27.07-2.53.17-3.78l1 .25a40 40 0 0 1 28.54 47.91ZM128 134.11l-.11-.19h.22Zm0-26.11a39.9 39.9 0 0 1-29.93-13.49a47.84 47.84 0 0 1 59.84 0A39.88 39.88 0 0 1 128 108m18.29 68.37a39.9 39.9 0 0 1 29.55-48.13c.1 1.24.16 2.49.16 3.76a48.07 48.07 0 0 1-29.72 44.37Z"/></svg>
</template>

CSS

.icon-biohazard-fill {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M239.83%20159.58a60.09%2060.09%200%200%200-54.17-55.31a62%2062%200%200%200-3-5.59a59.94%2059.94%200%200%200-26.82-77.93l-.14-.08a8%208%200%200%200-1.14-.48a8%208%200%200%200-6.21%2014.69h.07C149.6%2035.57%20168%2045.73%20168%2068a40%2040%200%200%201-2%2012.53a63.83%2063.83%200%200%200-76%200A40%2040%200%200%201%2088%2068c0-22.35%2018.53-32.51%2019.65-33.1a8%208%200%200%200-7.33-14.22l-.15.08a60%2060%200%200%200-26.85%2078c-1.1%201.8-2.12%203.66-3%205.57a60.11%2060.11%200%200%200-54.15%2055.32a36%2036%200%200%200-.14%204.87A8%208%200%200%200%2032%20164c0-1.36.07-2.71.19-4c.73-6.25%204.06-19.08%2018.64-27.49a39.8%2039.8%200%200%201%2013.32-4.81c-.1%201.43-.16%202.88-.16%204.34a64.09%2064.09%200%200%200%2039%2058.91a39.8%2039.8%200%200%201-12.15%2010.84c-19.07%2011-36.88.36-38.39-.58l-.12-.08a8%208%200%200%200-8.71%2013.42l.24.15a59.95%2059.95%200%200%200%2082.88-18.7h2.52a60%2060%200%200%200%2082.89%2018.69l.23-.15a8%208%200%200%200-8.71-13.42l-.12.08c-1.51.94-19.32%2011.59-38.39.58A39.8%2039.8%200%200%201%20153%20190.9a64.09%2064.09%200%200%200%2039-58.9c0-1.46-.07-2.9-.16-4.33a39.8%2039.8%200%200%201%2013.33%204.8c14.47%208.35%2017.86%2021.06%2018.63%2027.32c.13%201.39.2%202.79.2%204.21a8%208%200%200%200%2016%20.46a36%2036%200%200%200-.17-4.88m-130.1%2016.8A48.08%2048.08%200%200%201%2080%20132c0-1.27.07-2.53.17-3.78l1%20.25a40%2040%200%200%201%2028.54%2047.91ZM128%20134.11l-.11-.19h.22Zm0-26.11a39.9%2039.9%200%200%201-29.93-13.49a47.84%2047.84%200%200%201%2059.84%200A39.88%2039.88%200%200%201%20128%20108m18.29%2068.37a39.9%2039.9%200%200%201%2029.55-48.13c.1%201.24.16%202.49.16%203.76a48.07%2048.07%200%200%201-29.72%2044.37Z%22%2F%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M239.83%20159.58a60.09%2060.09%200%200%200-54.17-55.31a62%2062%200%200%200-3-5.59a59.94%2059.94%200%200%200-26.82-77.93l-.14-.08a8%208%200%200%200-1.14-.48a8%208%200%200%200-6.21%2014.69h.07C149.6%2035.57%20168%2045.73%20168%2068a40%2040%200%200%201-2%2012.53a63.83%2063.83%200%200%200-76%200A40%2040%200%200%201%2088%2068c0-22.35%2018.53-32.51%2019.65-33.1a8%208%200%200%200-7.33-14.22l-.15.08a60%2060%200%200%200-26.85%2078c-1.1%201.8-2.12%203.66-3%205.57a60.11%2060.11%200%200%200-54.15%2055.32a36%2036%200%200%200-.14%204.87A8%208%200%200%200%2032%20164c0-1.36.07-2.71.19-4c.73-6.25%204.06-19.08%2018.64-27.49a39.8%2039.8%200%200%201%2013.32-4.81c-.1%201.43-.16%202.88-.16%204.34a64.09%2064.09%200%200%200%2039%2058.91a39.8%2039.8%200%200%201-12.15%2010.84c-19.07%2011-36.88.36-38.39-.58l-.12-.08a8%208%200%200%200-8.71%2013.42l.24.15a59.95%2059.95%200%200%200%2082.88-18.7h2.52a60%2060%200%200%200%2082.89%2018.69l.23-.15a8%208%200%200%200-8.71-13.42l-.12.08c-1.51.94-19.32%2011.59-38.39.58A39.8%2039.8%200%200%201%20153%20190.9a64.09%2064.09%200%200%200%2039-58.9c0-1.46-.07-2.9-.16-4.33a39.8%2039.8%200%200%201%2013.33%204.8c14.47%208.35%2017.86%2021.06%2018.63%2027.32c.13%201.39.2%202.79.2%204.21a8%208%200%200%200%2016%20.46a36%2036%200%200%200-.17-4.88m-130.1%2016.8A48.08%2048.08%200%200%201%2080%20132c0-1.27.07-2.53.17-3.78l1%20.25a40%2040%200%200%201%2028.54%2047.91ZM128%20134.11l-.11-.19h.22Zm0-26.11a39.9%2039.9%200%200%201-29.93-13.49a47.84%2047.84%200%200%201%2059.84%200A39.88%2039.88%200%200%201%20128%20108m18.29%2068.37a39.9%2039.9%200%200%201%2029.55-48.13c.1%201.24.16%202.49.16%203.76a48.07%2048.07%200%200%201-29.72%2044.37Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/biohazard-fill.svg?color=%231a73e8&size=48