biohazard icon
biohazard-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- biohazard-duotone
- Set
- Phosphor
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M184 132a56 56 0 1 1-56-56a56 56 0 0 1 56 56" opacity=".2"/><path d="M185.68 104.28q-1.4-2.88-3.06-5.6a60 60 0 0 0-26.92-78a8 8 0 0 0-7.4 14.19a44 44 0 0 1 22.42 49.53a63.85 63.85 0 0 0-85.46 0a44 44 0 0 1 22.44-49.53a8 8 0 1 0-7.4-14.19a60 60 0 0 0-26.93 78a63 63 0 0 0-3.05 5.58A60.07 60.07 0 0 0 16 164a8 8 0 0 0 16 0a44.09 44.09 0 0 1 32.89-42.58A63.94 63.94 0 0 0 109 193.11a44 44 0 0 1-56.65 8a8 8 0 1 0-8.62 13.47A60 60 0 0 0 126.74 196h2.52a60 60 0 0 0 83.05 18.59a8 8 0 1 0-8.62-13.47a44 44 0 0 1-56.65-8a63.94 63.94 0 0 0 44.07-71.69A44.09 44.09 0 0 1 224 164a8 8 0 0 0 16 0a60.07 60.07 0 0 0-54.32-59.72M128 84a47.9 47.9 0 0 1 35.56 15.79a44 44 0 0 1-71.13 0A47.9 47.9 0 0 1 128 84m.12 49.92l-.12.2l-.12-.2zM80 132a47.6 47.6 0 0 1 1.44-11.65a44 44 0 0 1 36 58.46A48.07 48.07 0 0 1 80 132m58.57 46.81a44 44 0 0 1 36-58.46a48 48 0 0 1-36 58.46"/></g></svg>
React
import type { SVGProps } from "react";
export function PhBiohazardDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M184 132a56 56 0 1 1-56-56a56 56 0 0 1 56 56" opacity=".2"/><path d="M185.68 104.28q-1.4-2.88-3.06-5.6a60 60 0 0 0-26.92-78a8 8 0 0 0-7.4 14.19a44 44 0 0 1 22.42 49.53a63.85 63.85 0 0 0-85.46 0a44 44 0 0 1 22.44-49.53a8 8 0 1 0-7.4-14.19a60 60 0 0 0-26.93 78a63 63 0 0 0-3.05 5.58A60.07 60.07 0 0 0 16 164a8 8 0 0 0 16 0a44.09 44.09 0 0 1 32.89-42.58A63.94 63.94 0 0 0 109 193.11a44 44 0 0 1-56.65 8a8 8 0 1 0-8.62 13.47A60 60 0 0 0 126.74 196h2.52a60 60 0 0 0 83.05 18.59a8 8 0 1 0-8.62-13.47a44 44 0 0 1-56.65-8a63.94 63.94 0 0 0 44.07-71.69A44.09 44.09 0 0 1 224 164a8 8 0 0 0 16 0a60.07 60.07 0 0 0-54.32-59.72M128 84a47.9 47.9 0 0 1 35.56 15.79a44 44 0 0 1-71.13 0A47.9 47.9 0 0 1 128 84m.12 49.92l-.12.2l-.12-.2zM80 132a47.6 47.6 0 0 1 1.44-11.65a44 44 0 0 1 36 58.46A48.07 48.07 0 0 1 80 132m58.57 46.81a44 44 0 0 1 36-58.46a48 48 0 0 1-36 58.46"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M184 132a56 56 0 1 1-56-56a56 56 0 0 1 56 56" opacity=".2"/><path d="M185.68 104.28q-1.4-2.88-3.06-5.6a60 60 0 0 0-26.92-78a8 8 0 0 0-7.4 14.19a44 44 0 0 1 22.42 49.53a63.85 63.85 0 0 0-85.46 0a44 44 0 0 1 22.44-49.53a8 8 0 1 0-7.4-14.19a60 60 0 0 0-26.93 78a63 63 0 0 0-3.05 5.58A60.07 60.07 0 0 0 16 164a8 8 0 0 0 16 0a44.09 44.09 0 0 1 32.89-42.58A63.94 63.94 0 0 0 109 193.11a44 44 0 0 1-56.65 8a8 8 0 1 0-8.62 13.47A60 60 0 0 0 126.74 196h2.52a60 60 0 0 0 83.05 18.59a8 8 0 1 0-8.62-13.47a44 44 0 0 1-56.65-8a63.94 63.94 0 0 0 44.07-71.69A44.09 44.09 0 0 1 224 164a8 8 0 0 0 16 0a60.07 60.07 0 0 0-54.32-59.72M128 84a47.9 47.9 0 0 1 35.56 15.79a44 44 0 0 1-71.13 0A47.9 47.9 0 0 1 128 84m.12 49.92l-.12.2l-.12-.2zM80 132a47.6 47.6 0 0 1 1.44-11.65a44 44 0 0 1 36 58.46A48.07 48.07 0 0 1 80 132m58.57 46.81a44 44 0 0 1 36-58.46a48 48 0 0 1-36 58.46"/></g></svg> </template>
CSS
.icon-biohazard-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M184%20132a56%2056%200%201%201-56-56a56%2056%200%200%201%2056%2056%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M185.68%20104.28q-1.4-2.88-3.06-5.6a60%2060%200%200%200-26.92-78a8%208%200%200%200-7.4%2014.19a44%2044%200%200%201%2022.42%2049.53a63.85%2063.85%200%200%200-85.46%200a44%2044%200%200%201%2022.44-49.53a8%208%200%201%200-7.4-14.19a60%2060%200%200%200-26.93%2078a63%2063%200%200%200-3.05%205.58A60.07%2060.07%200%200%200%2016%20164a8%208%200%200%200%2016%200a44.09%2044.09%200%200%201%2032.89-42.58A63.94%2063.94%200%200%200%20109%20193.11a44%2044%200%200%201-56.65%208a8%208%200%201%200-8.62%2013.47A60%2060%200%200%200%20126.74%20196h2.52a60%2060%200%200%200%2083.05%2018.59a8%208%200%201%200-8.62-13.47a44%2044%200%200%201-56.65-8a63.94%2063.94%200%200%200%2044.07-71.69A44.09%2044.09%200%200%201%20224%20164a8%208%200%200%200%2016%200a60.07%2060.07%200%200%200-54.32-59.72M128%2084a47.9%2047.9%200%200%201%2035.56%2015.79a44%2044%200%200%201-71.13%200A47.9%2047.9%200%200%201%20128%2084m.12%2049.92l-.12.2l-.12-.2zM80%20132a47.6%2047.6%200%200%201%201.44-11.65a44%2044%200%200%201%2036%2058.46A48.07%2048.07%200%200%201%2080%20132m58.57%2046.81a44%2044%200%200%201%2036-58.46a48%2048%200%200%201-36%2058.46%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M184%20132a56%2056%200%201%201-56-56a56%2056%200%200%201%2056%2056%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M185.68%20104.28q-1.4-2.88-3.06-5.6a60%2060%200%200%200-26.92-78a8%208%200%200%200-7.4%2014.19a44%2044%200%200%201%2022.42%2049.53a63.85%2063.85%200%200%200-85.46%200a44%2044%200%200%201%2022.44-49.53a8%208%200%201%200-7.4-14.19a60%2060%200%200%200-26.93%2078a63%2063%200%200%200-3.05%205.58A60.07%2060.07%200%200%200%2016%20164a8%208%200%200%200%2016%200a44.09%2044.09%200%200%201%2032.89-42.58A63.94%2063.94%200%200%200%20109%20193.11a44%2044%200%200%201-56.65%208a8%208%200%201%200-8.62%2013.47A60%2060%200%200%200%20126.74%20196h2.52a60%2060%200%200%200%2083.05%2018.59a8%208%200%201%200-8.62-13.47a44%2044%200%200%201-56.65-8a63.94%2063.94%200%200%200%2044.07-71.69A44.09%2044.09%200%200%201%20224%20164a8%208%200%200%200%2016%200a60.07%2060.07%200%200%200-54.32-59.72M128%2084a47.9%2047.9%200%200%201%2035.56%2015.79a44%2044%200%200%201-71.13%200A47.9%2047.9%200%200%201%20128%2084m.12%2049.92l-.12.2l-.12-.2zM80%20132a47.6%2047.6%200%200%201%201.44-11.65a44%2044%200%200%201%2036%2058.46A48.07%2048.07%200%200%201%2080%20132m58.57%2046.81a44%2044%200%200%201%2036-58.46a48%2048%200%200%201-36%2058.46%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/biohazard-duotone.svg?color=%231a73e8&size=48