biohazard icon
biohazard-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- biohazard-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
biohazardEmoji One (Colored)biohazardFont Awesome 6 SolidbiohazardFont Awesome SolidbiohazardFluent EmojibiohazardFluent Emoji FlatbiohazardFluent Emoji High ContrastbiohazardHuge IconsbiohazardLine AwesomebiohazardLucidebiohazardMaterial Design IconsbiohazardNoto EmojibiohazardOpenMojibiohazardTabler IconsbiohazardTwitter Emoji
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="M184.35 106.18a62 62 0 0 0-4-7.33a58 58 0 0 0-25.58-76.38a6 6 0 1 0-5.54 10.64a46 46 0 0 1 22.51 55a61.89 61.89 0 0 0-87.5 0a46 46 0 0 1 22.53-55a6 6 0 0 0-5.54-10.64a58 58 0 0 0-25.59 76.4a61 61 0 0 0-4 7.31A58.06 58.06 0 0 0 18 164a6 6 0 0 0 12 0a46.08 46.08 0 0 1 37.43-45.19a61.95 61.95 0 0 0 45 73.21a46 46 0 0 1-61.2 10.75a6 6 0 0 0-6.48 10.11a58 58 0 0 0 80.9-18.94c.77 0 1.55.06 2.34.06s1.57 0 2.34-.06a58 58 0 0 0 80.9 18.94a6 6 0 0 0-6.48-10.11A46 46 0 0 1 143.56 192a61.95 61.95 0 0 0 45-73.21A46.08 46.08 0 0 1 226 164a6 6 0 0 0 12 0a58.06 58.06 0 0 0-53.65-57.82M128 82a49.87 49.87 0 0 1 38.09 17.67a46 46 0 0 1-76.19 0A49.86 49.86 0 0 1 128 82m3.8 49.79a57 57 0 0 0-3.8 6.56a58 58 0 0 0-3.79-6.56c1.25.08 2.51.13 3.78.13s2.55-.05 3.81-.13M78 132a49.7 49.7 0 0 1 2-13.82A46.06 46.06 0 0 1 122 164a45.6 45.6 0 0 1-3.32 17.12A50.07 50.07 0 0 1 78 132m59.32 49.12A45.6 45.6 0 0 1 134 164a46.06 46.06 0 0 1 42-45.82a50 50 0 0 1-38.72 62.94Z"/></svg>
React
import type { SVGProps } from "react";
export function PhBiohazardLight(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="M184.35 106.18a62 62 0 0 0-4-7.33a58 58 0 0 0-25.58-76.38a6 6 0 1 0-5.54 10.64a46 46 0 0 1 22.51 55a61.89 61.89 0 0 0-87.5 0a46 46 0 0 1 22.53-55a6 6 0 0 0-5.54-10.64a58 58 0 0 0-25.59 76.4a61 61 0 0 0-4 7.31A58.06 58.06 0 0 0 18 164a6 6 0 0 0 12 0a46.08 46.08 0 0 1 37.43-45.19a61.95 61.95 0 0 0 45 73.21a46 46 0 0 1-61.2 10.75a6 6 0 0 0-6.48 10.11a58 58 0 0 0 80.9-18.94c.77 0 1.55.06 2.34.06s1.57 0 2.34-.06a58 58 0 0 0 80.9 18.94a6 6 0 0 0-6.48-10.11A46 46 0 0 1 143.56 192a61.95 61.95 0 0 0 45-73.21A46.08 46.08 0 0 1 226 164a6 6 0 0 0 12 0a58.06 58.06 0 0 0-53.65-57.82M128 82a49.87 49.87 0 0 1 38.09 17.67a46 46 0 0 1-76.19 0A49.86 49.86 0 0 1 128 82m3.8 49.79a57 57 0 0 0-3.8 6.56a58 58 0 0 0-3.79-6.56c1.25.08 2.51.13 3.78.13s2.55-.05 3.81-.13M78 132a49.7 49.7 0 0 1 2-13.82A46.06 46.06 0 0 1 122 164a45.6 45.6 0 0 1-3.32 17.12A50.07 50.07 0 0 1 78 132m59.32 49.12A45.6 45.6 0 0 1 134 164a46.06 46.06 0 0 1 42-45.82a50 50 0 0 1-38.72 62.94Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M184.35 106.18a62 62 0 0 0-4-7.33a58 58 0 0 0-25.58-76.38a6 6 0 1 0-5.54 10.64a46 46 0 0 1 22.51 55a61.89 61.89 0 0 0-87.5 0a46 46 0 0 1 22.53-55a6 6 0 0 0-5.54-10.64a58 58 0 0 0-25.59 76.4a61 61 0 0 0-4 7.31A58.06 58.06 0 0 0 18 164a6 6 0 0 0 12 0a46.08 46.08 0 0 1 37.43-45.19a61.95 61.95 0 0 0 45 73.21a46 46 0 0 1-61.2 10.75a6 6 0 0 0-6.48 10.11a58 58 0 0 0 80.9-18.94c.77 0 1.55.06 2.34.06s1.57 0 2.34-.06a58 58 0 0 0 80.9 18.94a6 6 0 0 0-6.48-10.11A46 46 0 0 1 143.56 192a61.95 61.95 0 0 0 45-73.21A46.08 46.08 0 0 1 226 164a6 6 0 0 0 12 0a58.06 58.06 0 0 0-53.65-57.82M128 82a49.87 49.87 0 0 1 38.09 17.67a46 46 0 0 1-76.19 0A49.86 49.86 0 0 1 128 82m3.8 49.79a57 57 0 0 0-3.8 6.56a58 58 0 0 0-3.79-6.56c1.25.08 2.51.13 3.78.13s2.55-.05 3.81-.13M78 132a49.7 49.7 0 0 1 2-13.82A46.06 46.06 0 0 1 122 164a45.6 45.6 0 0 1-3.32 17.12A50.07 50.07 0 0 1 78 132m59.32 49.12A45.6 45.6 0 0 1 134 164a46.06 46.06 0 0 1 42-45.82a50 50 0 0 1-38.72 62.94Z"/></svg> </template>
CSS
.icon-biohazard-light {
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%22M184.35%20106.18a62%2062%200%200%200-4-7.33a58%2058%200%200%200-25.58-76.38a6%206%200%201%200-5.54%2010.64a46%2046%200%200%201%2022.51%2055a61.89%2061.89%200%200%200-87.5%200a46%2046%200%200%201%2022.53-55a6%206%200%200%200-5.54-10.64a58%2058%200%200%200-25.59%2076.4a61%2061%200%200%200-4%207.31A58.06%2058.06%200%200%200%2018%20164a6%206%200%200%200%2012%200a46.08%2046.08%200%200%201%2037.43-45.19a61.95%2061.95%200%200%200%2045%2073.21a46%2046%200%200%201-61.2%2010.75a6%206%200%200%200-6.48%2010.11a58%2058%200%200%200%2080.9-18.94c.77%200%201.55.06%202.34.06s1.57%200%202.34-.06a58%2058%200%200%200%2080.9%2018.94a6%206%200%200%200-6.48-10.11A46%2046%200%200%201%20143.56%20192a61.95%2061.95%200%200%200%2045-73.21A46.08%2046.08%200%200%201%20226%20164a6%206%200%200%200%2012%200a58.06%2058.06%200%200%200-53.65-57.82M128%2082a49.87%2049.87%200%200%201%2038.09%2017.67a46%2046%200%200%201-76.19%200A49.86%2049.86%200%200%201%20128%2082m3.8%2049.79a57%2057%200%200%200-3.8%206.56a58%2058%200%200%200-3.79-6.56c1.25.08%202.51.13%203.78.13s2.55-.05%203.81-.13M78%20132a49.7%2049.7%200%200%201%202-13.82A46.06%2046.06%200%200%201%20122%20164a45.6%2045.6%200%200%201-3.32%2017.12A50.07%2050.07%200%200%201%2078%20132m59.32%2049.12A45.6%2045.6%200%200%201%20134%20164a46.06%2046.06%200%200%201%2042-45.82a50%2050%200%200%201-38.72%2062.94Z%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%22M184.35%20106.18a62%2062%200%200%200-4-7.33a58%2058%200%200%200-25.58-76.38a6%206%200%201%200-5.54%2010.64a46%2046%200%200%201%2022.51%2055a61.89%2061.89%200%200%200-87.5%200a46%2046%200%200%201%2022.53-55a6%206%200%200%200-5.54-10.64a58%2058%200%200%200-25.59%2076.4a61%2061%200%200%200-4%207.31A58.06%2058.06%200%200%200%2018%20164a6%206%200%200%200%2012%200a46.08%2046.08%200%200%201%2037.43-45.19a61.95%2061.95%200%200%200%2045%2073.21a46%2046%200%200%201-61.2%2010.75a6%206%200%200%200-6.48%2010.11a58%2058%200%200%200%2080.9-18.94c.77%200%201.55.06%202.34.06s1.57%200%202.34-.06a58%2058%200%200%200%2080.9%2018.94a6%206%200%200%200-6.48-10.11A46%2046%200%200%201%20143.56%20192a61.95%2061.95%200%200%200%2045-73.21A46.08%2046.08%200%200%201%20226%20164a6%206%200%200%200%2012%200a58.06%2058.06%200%200%200-53.65-57.82M128%2082a49.87%2049.87%200%200%201%2038.09%2017.67a46%2046%200%200%201-76.19%200A49.86%2049.86%200%200%201%20128%2082m3.8%2049.79a57%2057%200%200%200-3.8%206.56a58%2058%200%200%200-3.79-6.56c1.25.08%202.51.13%203.78.13s2.55-.05%203.81-.13M78%20132a49.7%2049.7%200%200%201%202-13.82A46.06%2046.06%200%200%201%20122%20164a45.6%2045.6%200%200%201-3.32%2017.12A50.07%2050.07%200%200%201%2078%20132m59.32%2049.12A45.6%2045.6%200%200%201%20134%20164a46.06%2046.06%200%200%201%2042-45.82a50%2050%200%200%201-38.72%2062.94Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/biohazard-light.svg?color=%231a73e8&size=48