biohazard icon
biohazard from Font Awesome 6 Solid by Dave Gandy · Regular · Medical · CC-BY-4.0 Attribution required.
- Name
- biohazard
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Medical
- Viewbox
- 576×512
- License
- CC BY 4.0
The same icon in other sets
biohazardEmoji One (Colored)biohazardFont Awesome SolidbiohazardFluent EmojibiohazardFluent Emoji FlatbiohazardFluent Emoji High ContrastbiohazardHuge IconsbiohazardLine AwesomebiohazardLucidebiohazardMaterial Design IconsbiohazardNoto EmojibiohazardOpenMojibiohazardPhosphorbiohazardTabler IconsbiohazardTwitter Emoji
More medical icons from Font Awesome 6 Solid
Use the biohazard icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M173.2 0c-1.8 0-3.5.7-4.8 2C138.5 32.3 120 74 120 120c0 26.2 6 50.9 16.6 73c-22 2.4-43.8 9.1-64.2 20.5c-34.5 19.3-59.1 48.9-72 82.5c-.7 1.7-.5 3.7.5 5.2c2.2 3.7 7.4 4.3 10.6 1.3C64.2 254.3 158 245.1 205 324s-8.1 153.1-77.6 173.2c-4.2 1.2-6.3 5.9-4.1 9.6c1 1.6 2.6 2.7 4.5 3c36.5 5.9 75.2.1 109.7-19.2c20.4-11.4 37.4-26.5 50.5-43.8c13.1 17.3 30.1 32.4 50.5 43.8c34.5 19.3 73.3 25.2 109.7 19.2c1.9-.3 3.5-1.4 4.5-3c2.2-3.7.1-8.4-4.1-9.6C379.1 477.1 324 403 371 324s140.7-69.8 193.5-21.4c3.2 2.9 8.4 2.3 10.6-1.3c1-1.6 1.1-3.5.5-5.2c-12.9-33.6-37.5-63.2-72.1-82.5a168.8 168.8 0 0 0-64.2-20.5C450 170.9 456 146.2 456 120c0-46-18.5-87.7-48.4-118c-1.3-1.3-3-2-4.8-2c-5 0-8.4 5.2-6.7 9.9C421.7 80.5 385.6 176 288 176S154.3 80.5 179.9 9.9c1.7-4.7-1.6-9.9-6.7-9.9M240 272a48 48 0 1 1 96 0a48 48 0 1 1-96 0m-58.3 145.6c6.3-11.8 9.8-25.1 8.6-39.8c-19.5-18-34-41.4-41.2-67.8c-12.5-8.1-26.2-11.8-40-12.4c-9-.4-18.1.6-27.1 2.7c7.8 57.1 38.7 106.8 82.9 139.4c6.8-6.7 12.6-14.1 16.8-22.1M288 64c-28.8 0-56.3 5.9-81.2 16.5c2 8.3 5 16.2 9 23.5c6.8 12.4 16.7 23.1 30.1 30.3c13.3-4.1 27.5-6.3 42.2-6.3s28.8 2.2 42.2 6.3c13.4-7.2 23.3-17.9 30.1-30.3c4-7.3 7-15.2 9-23.5C344.3 69.9 316.8 64 288 64m138.9 246c-7.2 26.4-21.7 49.7-41.2 67.8c-1.2 14.7 2.2 28.1 8.6 39.8c4.3 8 10 15.4 16.8 22.1c44.3-32.6 75.2-82.3 82.9-139.4c-9-2.2-18.1-3.1-27.1-2.7c-13.8.6-27.5 4.4-40 12.4"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidBiohazard(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M173.2 0c-1.8 0-3.5.7-4.8 2C138.5 32.3 120 74 120 120c0 26.2 6 50.9 16.6 73c-22 2.4-43.8 9.1-64.2 20.5c-34.5 19.3-59.1 48.9-72 82.5c-.7 1.7-.5 3.7.5 5.2c2.2 3.7 7.4 4.3 10.6 1.3C64.2 254.3 158 245.1 205 324s-8.1 153.1-77.6 173.2c-4.2 1.2-6.3 5.9-4.1 9.6c1 1.6 2.6 2.7 4.5 3c36.5 5.9 75.2.1 109.7-19.2c20.4-11.4 37.4-26.5 50.5-43.8c13.1 17.3 30.1 32.4 50.5 43.8c34.5 19.3 73.3 25.2 109.7 19.2c1.9-.3 3.5-1.4 4.5-3c2.2-3.7.1-8.4-4.1-9.6C379.1 477.1 324 403 371 324s140.7-69.8 193.5-21.4c3.2 2.9 8.4 2.3 10.6-1.3c1-1.6 1.1-3.5.5-5.2c-12.9-33.6-37.5-63.2-72.1-82.5a168.8 168.8 0 0 0-64.2-20.5C450 170.9 456 146.2 456 120c0-46-18.5-87.7-48.4-118c-1.3-1.3-3-2-4.8-2c-5 0-8.4 5.2-6.7 9.9C421.7 80.5 385.6 176 288 176S154.3 80.5 179.9 9.9c1.7-4.7-1.6-9.9-6.7-9.9M240 272a48 48 0 1 1 96 0a48 48 0 1 1-96 0m-58.3 145.6c6.3-11.8 9.8-25.1 8.6-39.8c-19.5-18-34-41.4-41.2-67.8c-12.5-8.1-26.2-11.8-40-12.4c-9-.4-18.1.6-27.1 2.7c7.8 57.1 38.7 106.8 82.9 139.4c6.8-6.7 12.6-14.1 16.8-22.1M288 64c-28.8 0-56.3 5.9-81.2 16.5c2 8.3 5 16.2 9 23.5c6.8 12.4 16.7 23.1 30.1 30.3c13.3-4.1 27.5-6.3 42.2-6.3s28.8 2.2 42.2 6.3c13.4-7.2 23.3-17.9 30.1-30.3c4-7.3 7-15.2 9-23.5C344.3 69.9 316.8 64 288 64m138.9 246c-7.2 26.4-21.7 49.7-41.2 67.8c-1.2 14.7 2.2 28.1 8.6 39.8c4.3 8 10 15.4 16.8 22.1c44.3-32.6 75.2-82.3 82.9-139.4c-9-2.2-18.1-3.1-27.1-2.7c-13.8.6-27.5 4.4-40 12.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M173.2 0c-1.8 0-3.5.7-4.8 2C138.5 32.3 120 74 120 120c0 26.2 6 50.9 16.6 73c-22 2.4-43.8 9.1-64.2 20.5c-34.5 19.3-59.1 48.9-72 82.5c-.7 1.7-.5 3.7.5 5.2c2.2 3.7 7.4 4.3 10.6 1.3C64.2 254.3 158 245.1 205 324s-8.1 153.1-77.6 173.2c-4.2 1.2-6.3 5.9-4.1 9.6c1 1.6 2.6 2.7 4.5 3c36.5 5.9 75.2.1 109.7-19.2c20.4-11.4 37.4-26.5 50.5-43.8c13.1 17.3 30.1 32.4 50.5 43.8c34.5 19.3 73.3 25.2 109.7 19.2c1.9-.3 3.5-1.4 4.5-3c2.2-3.7.1-8.4-4.1-9.6C379.1 477.1 324 403 371 324s140.7-69.8 193.5-21.4c3.2 2.9 8.4 2.3 10.6-1.3c1-1.6 1.1-3.5.5-5.2c-12.9-33.6-37.5-63.2-72.1-82.5a168.8 168.8 0 0 0-64.2-20.5C450 170.9 456 146.2 456 120c0-46-18.5-87.7-48.4-118c-1.3-1.3-3-2-4.8-2c-5 0-8.4 5.2-6.7 9.9C421.7 80.5 385.6 176 288 176S154.3 80.5 179.9 9.9c1.7-4.7-1.6-9.9-6.7-9.9M240 272a48 48 0 1 1 96 0a48 48 0 1 1-96 0m-58.3 145.6c6.3-11.8 9.8-25.1 8.6-39.8c-19.5-18-34-41.4-41.2-67.8c-12.5-8.1-26.2-11.8-40-12.4c-9-.4-18.1.6-27.1 2.7c7.8 57.1 38.7 106.8 82.9 139.4c6.8-6.7 12.6-14.1 16.8-22.1M288 64c-28.8 0-56.3 5.9-81.2 16.5c2 8.3 5 16.2 9 23.5c6.8 12.4 16.7 23.1 30.1 30.3c13.3-4.1 27.5-6.3 42.2-6.3s28.8 2.2 42.2 6.3c13.4-7.2 23.3-17.9 30.1-30.3c4-7.3 7-15.2 9-23.5C344.3 69.9 316.8 64 288 64m138.9 246c-7.2 26.4-21.7 49.7-41.2 67.8c-1.2 14.7 2.2 28.1 8.6 39.8c4.3 8 10 15.4 16.8 22.1c44.3-32.6 75.2-82.3 82.9-139.4c-9-2.2-18.1-3.1-27.1-2.7c-13.8.6-27.5 4.4-40 12.4"/></svg> </template>
CSS
.icon-biohazard {
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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M173.2%200c-1.8%200-3.5.7-4.8%202C138.5%2032.3%20120%2074%20120%20120c0%2026.2%206%2050.9%2016.6%2073c-22%202.4-43.8%209.1-64.2%2020.5c-34.5%2019.3-59.1%2048.9-72%2082.5c-.7%201.7-.5%203.7.5%205.2c2.2%203.7%207.4%204.3%2010.6%201.3C64.2%20254.3%20158%20245.1%20205%20324s-8.1%20153.1-77.6%20173.2c-4.2%201.2-6.3%205.9-4.1%209.6c1%201.6%202.6%202.7%204.5%203c36.5%205.9%2075.2.1%20109.7-19.2c20.4-11.4%2037.4-26.5%2050.5-43.8c13.1%2017.3%2030.1%2032.4%2050.5%2043.8c34.5%2019.3%2073.3%2025.2%20109.7%2019.2c1.9-.3%203.5-1.4%204.5-3c2.2-3.7.1-8.4-4.1-9.6C379.1%20477.1%20324%20403%20371%20324s140.7-69.8%20193.5-21.4c3.2%202.9%208.4%202.3%2010.6-1.3c1-1.6%201.1-3.5.5-5.2c-12.9-33.6-37.5-63.2-72.1-82.5a168.8%20168.8%200%200%200-64.2-20.5C450%20170.9%20456%20146.2%20456%20120c0-46-18.5-87.7-48.4-118c-1.3-1.3-3-2-4.8-2c-5%200-8.4%205.2-6.7%209.9C421.7%2080.5%20385.6%20176%20288%20176S154.3%2080.5%20179.9%209.9c1.7-4.7-1.6-9.9-6.7-9.9M240%20272a48%2048%200%201%201%2096%200a48%2048%200%201%201-96%200m-58.3%20145.6c6.3-11.8%209.8-25.1%208.6-39.8c-19.5-18-34-41.4-41.2-67.8c-12.5-8.1-26.2-11.8-40-12.4c-9-.4-18.1.6-27.1%202.7c7.8%2057.1%2038.7%20106.8%2082.9%20139.4c6.8-6.7%2012.6-14.1%2016.8-22.1M288%2064c-28.8%200-56.3%205.9-81.2%2016.5c2%208.3%205%2016.2%209%2023.5c6.8%2012.4%2016.7%2023.1%2030.1%2030.3c13.3-4.1%2027.5-6.3%2042.2-6.3s28.8%202.2%2042.2%206.3c13.4-7.2%2023.3-17.9%2030.1-30.3c4-7.3%207-15.2%209-23.5C344.3%2069.9%20316.8%2064%20288%2064m138.9%20246c-7.2%2026.4-21.7%2049.7-41.2%2067.8c-1.2%2014.7%202.2%2028.1%208.6%2039.8c4.3%208%2010%2015.4%2016.8%2022.1c44.3-32.6%2075.2-82.3%2082.9-139.4c-9-2.2-18.1-3.1-27.1-2.7c-13.8.6-27.5%204.4-40%2012.4%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M173.2%200c-1.8%200-3.5.7-4.8%202C138.5%2032.3%20120%2074%20120%20120c0%2026.2%206%2050.9%2016.6%2073c-22%202.4-43.8%209.1-64.2%2020.5c-34.5%2019.3-59.1%2048.9-72%2082.5c-.7%201.7-.5%203.7.5%205.2c2.2%203.7%207.4%204.3%2010.6%201.3C64.2%20254.3%20158%20245.1%20205%20324s-8.1%20153.1-77.6%20173.2c-4.2%201.2-6.3%205.9-4.1%209.6c1%201.6%202.6%202.7%204.5%203c36.5%205.9%2075.2.1%20109.7-19.2c20.4-11.4%2037.4-26.5%2050.5-43.8c13.1%2017.3%2030.1%2032.4%2050.5%2043.8c34.5%2019.3%2073.3%2025.2%20109.7%2019.2c1.9-.3%203.5-1.4%204.5-3c2.2-3.7.1-8.4-4.1-9.6C379.1%20477.1%20324%20403%20371%20324s140.7-69.8%20193.5-21.4c3.2%202.9%208.4%202.3%2010.6-1.3c1-1.6%201.1-3.5.5-5.2c-12.9-33.6-37.5-63.2-72.1-82.5a168.8%20168.8%200%200%200-64.2-20.5C450%20170.9%20456%20146.2%20456%20120c0-46-18.5-87.7-48.4-118c-1.3-1.3-3-2-4.8-2c-5%200-8.4%205.2-6.7%209.9C421.7%2080.5%20385.6%20176%20288%20176S154.3%2080.5%20179.9%209.9c1.7-4.7-1.6-9.9-6.7-9.9M240%20272a48%2048%200%201%201%2096%200a48%2048%200%201%201-96%200m-58.3%20145.6c6.3-11.8%209.8-25.1%208.6-39.8c-19.5-18-34-41.4-41.2-67.8c-12.5-8.1-26.2-11.8-40-12.4c-9-.4-18.1.6-27.1%202.7c7.8%2057.1%2038.7%20106.8%2082.9%20139.4c6.8-6.7%2012.6-14.1%2016.8-22.1M288%2064c-28.8%200-56.3%205.9-81.2%2016.5c2%208.3%205%2016.2%209%2023.5c6.8%2012.4%2016.7%2023.1%2030.1%2030.3c13.3-4.1%2027.5-6.3%2042.2-6.3s28.8%202.2%2042.2%206.3c13.4-7.2%2023.3-17.9%2030.1-30.3c4-7.3%207-15.2%209-23.5C344.3%2069.9%20316.8%2064%20288%2064m138.9%20246c-7.2%2026.4-21.7%2049.7-41.2%2067.8c-1.2%2014.7%202.2%2028.1%208.6%2039.8c4.3%208%2010%2015.4%2016.8%2022.1c44.3-32.6%2075.2-82.3%2082.9-139.4c-9-2.2-18.1-3.1-27.1-2.7c-13.8.6-27.5%204.4-40%2012.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/biohazard.svg?color=%231a73e8&size=48