biohazard icon
biohazard-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- biohazard-bold
- Set
- Phosphor
- Style
- Bold
- 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="M188.26 100.55c-.37-.71-.76-1.42-1.16-2.11a64 64 0 0 0-29.55-81.29a12 12 0 1 0-11.1 21.28A39.91 39.91 0 0 1 168 73.92c0 1-.05 2-.13 3a67.79 67.79 0 0 0-79.74 0c-.08-1-.13-2-.13-3a39.92 39.92 0 0 1 21.55-35.5a12 12 0 1 0-11.09-21.28a64 64 0 0 0-29.57 81.31c-.4.7-.78 1.39-1.15 2.1A64.08 64.08 0 0 0 12 164a12 12 0 0 0 24 0a40 40 0 0 1 24.18-36.73c-.11 1.56-.18 3.14-.18 4.73a68.12 68.12 0 0 0 41.63 62.68a40 40 0 0 1-47.16 3a12 12 0 1 0-12.94 20.21A63.95 63.95 0 0 0 128 201.24a63.95 63.95 0 0 0 86.47 16.69a12 12 0 1 0-12.94-20.21a40 40 0 0 1-47.16-3A68.12 68.12 0 0 0 196 132c0-1.59-.07-3.17-.18-4.73A40 40 0 0 1 220 164a12 12 0 0 0 24 0a64.08 64.08 0 0 0-55.74-63.45M128 88a43.85 43.85 0 0 1 30.23 12.07a39.93 39.93 0 0 1-60.46 0A43.8 43.8 0 0 1 128 88m-44 44a44.4 44.4 0 0 1 .57-7.06a40 40 0 0 1 30.18 49A44.08 44.08 0 0 1 84 132m57.25 42a40 40 0 0 1 30.18-49a44 44 0 0 1-30.18 49"/></svg>
React
import type { SVGProps } from "react";
export function PhBiohazardBold(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="M188.26 100.55c-.37-.71-.76-1.42-1.16-2.11a64 64 0 0 0-29.55-81.29a12 12 0 1 0-11.1 21.28A39.91 39.91 0 0 1 168 73.92c0 1-.05 2-.13 3a67.79 67.79 0 0 0-79.74 0c-.08-1-.13-2-.13-3a39.92 39.92 0 0 1 21.55-35.5a12 12 0 1 0-11.09-21.28a64 64 0 0 0-29.57 81.31c-.4.7-.78 1.39-1.15 2.1A64.08 64.08 0 0 0 12 164a12 12 0 0 0 24 0a40 40 0 0 1 24.18-36.73c-.11 1.56-.18 3.14-.18 4.73a68.12 68.12 0 0 0 41.63 62.68a40 40 0 0 1-47.16 3a12 12 0 1 0-12.94 20.21A63.95 63.95 0 0 0 128 201.24a63.95 63.95 0 0 0 86.47 16.69a12 12 0 1 0-12.94-20.21a40 40 0 0 1-47.16-3A68.12 68.12 0 0 0 196 132c0-1.59-.07-3.17-.18-4.73A40 40 0 0 1 220 164a12 12 0 0 0 24 0a64.08 64.08 0 0 0-55.74-63.45M128 88a43.85 43.85 0 0 1 30.23 12.07a39.93 39.93 0 0 1-60.46 0A43.8 43.8 0 0 1 128 88m-44 44a44.4 44.4 0 0 1 .57-7.06a40 40 0 0 1 30.18 49A44.08 44.08 0 0 1 84 132m57.25 42a40 40 0 0 1 30.18-49a44 44 0 0 1-30.18 49"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M188.26 100.55c-.37-.71-.76-1.42-1.16-2.11a64 64 0 0 0-29.55-81.29a12 12 0 1 0-11.1 21.28A39.91 39.91 0 0 1 168 73.92c0 1-.05 2-.13 3a67.79 67.79 0 0 0-79.74 0c-.08-1-.13-2-.13-3a39.92 39.92 0 0 1 21.55-35.5a12 12 0 1 0-11.09-21.28a64 64 0 0 0-29.57 81.31c-.4.7-.78 1.39-1.15 2.1A64.08 64.08 0 0 0 12 164a12 12 0 0 0 24 0a40 40 0 0 1 24.18-36.73c-.11 1.56-.18 3.14-.18 4.73a68.12 68.12 0 0 0 41.63 62.68a40 40 0 0 1-47.16 3a12 12 0 1 0-12.94 20.21A63.95 63.95 0 0 0 128 201.24a63.95 63.95 0 0 0 86.47 16.69a12 12 0 1 0-12.94-20.21a40 40 0 0 1-47.16-3A68.12 68.12 0 0 0 196 132c0-1.59-.07-3.17-.18-4.73A40 40 0 0 1 220 164a12 12 0 0 0 24 0a64.08 64.08 0 0 0-55.74-63.45M128 88a43.85 43.85 0 0 1 30.23 12.07a39.93 39.93 0 0 1-60.46 0A43.8 43.8 0 0 1 128 88m-44 44a44.4 44.4 0 0 1 .57-7.06a40 40 0 0 1 30.18 49A44.08 44.08 0 0 1 84 132m57.25 42a40 40 0 0 1 30.18-49a44 44 0 0 1-30.18 49"/></svg> </template>
CSS
.icon-biohazard-bold {
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%22M188.26%20100.55c-.37-.71-.76-1.42-1.16-2.11a64%2064%200%200%200-29.55-81.29a12%2012%200%201%200-11.1%2021.28A39.91%2039.91%200%200%201%20168%2073.92c0%201-.05%202-.13%203a67.79%2067.79%200%200%200-79.74%200c-.08-1-.13-2-.13-3a39.92%2039.92%200%200%201%2021.55-35.5a12%2012%200%201%200-11.09-21.28a64%2064%200%200%200-29.57%2081.31c-.4.7-.78%201.39-1.15%202.1A64.08%2064.08%200%200%200%2012%20164a12%2012%200%200%200%2024%200a40%2040%200%200%201%2024.18-36.73c-.11%201.56-.18%203.14-.18%204.73a68.12%2068.12%200%200%200%2041.63%2062.68a40%2040%200%200%201-47.16%203a12%2012%200%201%200-12.94%2020.21A63.95%2063.95%200%200%200%20128%20201.24a63.95%2063.95%200%200%200%2086.47%2016.69a12%2012%200%201%200-12.94-20.21a40%2040%200%200%201-47.16-3A68.12%2068.12%200%200%200%20196%20132c0-1.59-.07-3.17-.18-4.73A40%2040%200%200%201%20220%20164a12%2012%200%200%200%2024%200a64.08%2064.08%200%200%200-55.74-63.45M128%2088a43.85%2043.85%200%200%201%2030.23%2012.07a39.93%2039.93%200%200%201-60.46%200A43.8%2043.8%200%200%201%20128%2088m-44%2044a44.4%2044.4%200%200%201%20.57-7.06a40%2040%200%200%201%2030.18%2049A44.08%2044.08%200%200%201%2084%20132m57.25%2042a40%2040%200%200%201%2030.18-49a44%2044%200%200%201-30.18%2049%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%22M188.26%20100.55c-.37-.71-.76-1.42-1.16-2.11a64%2064%200%200%200-29.55-81.29a12%2012%200%201%200-11.1%2021.28A39.91%2039.91%200%200%201%20168%2073.92c0%201-.05%202-.13%203a67.79%2067.79%200%200%200-79.74%200c-.08-1-.13-2-.13-3a39.92%2039.92%200%200%201%2021.55-35.5a12%2012%200%201%200-11.09-21.28a64%2064%200%200%200-29.57%2081.31c-.4.7-.78%201.39-1.15%202.1A64.08%2064.08%200%200%200%2012%20164a12%2012%200%200%200%2024%200a40%2040%200%200%201%2024.18-36.73c-.11%201.56-.18%203.14-.18%204.73a68.12%2068.12%200%200%200%2041.63%2062.68a40%2040%200%200%201-47.16%203a12%2012%200%201%200-12.94%2020.21A63.95%2063.95%200%200%200%20128%20201.24a63.95%2063.95%200%200%200%2086.47%2016.69a12%2012%200%201%200-12.94-20.21a40%2040%200%200%201-47.16-3A68.12%2068.12%200%200%200%20196%20132c0-1.59-.07-3.17-.18-4.73A40%2040%200%200%201%20220%20164a12%2012%200%200%200%2024%200a64.08%2064.08%200%200%200-55.74-63.45M128%2088a43.85%2043.85%200%200%201%2030.23%2012.07a39.93%2039.93%200%200%201-60.46%200A43.8%2043.8%200%200%201%20128%2088m-44%2044a44.4%2044.4%200%200%201%20.57-7.06a40%2040%200%200%201%2030.18%2049A44.08%2044.08%200%200%201%2084%20132m57.25%2042a40%2040%200%200%201%2030.18-49a44%2044%200%200%201-30.18%2049%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/biohazard-bold.svg?color=%231a73e8&size=48