biohazard icon
biohazard from Font Awesome Solid by Dave Gandy · Solid · Medical · CC-BY-4.0 Attribution required.
- Name
- biohazard
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Medical
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
biohazardEmoji One (Colored)biohazardFont Awesome 6 SolidbiohazardFluent EmojibiohazardFluent Emoji FlatbiohazardFluent Emoji High ContrastbiohazardHuge IconsbiohazardLine AwesomebiohazardLucidebiohazardMaterial Design IconsbiohazardNoto EmojibiohazardOpenMojibiohazardPhosphorbiohazardTabler IconsbiohazardTwitter Emoji
More medical icons from Font Awesome Solid
Use the biohazard icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M292 76.6c0-8.3-7.6-14.5-15.5-12.1c-60.9 18.8-105.1 75.8-105.1 143.1c0 25.1 6.1 48.7 17 69.5c-21 1.8-42 8.2-61.5 19.5C69 330.2 42.1 396.8 56 459.1c1.9 8.4 11.4 12 18.9 7.6c5-2.9 7.6-8.6 7.1-14.4c-.3-3.3-.4-6.6-.4-10.1c0-123.5 184.4-123.5 184.4 0c0 88.4-94.5 113.6-148.2 75.4c-4.5-3.2-10.5-3.9-15.3-1.1c-7 4.1-8.6 13.6-2.7 19.1c46.6 43.8 118 53.9 176.1 20.2c17.9-10.4 32.8-23.9 44.5-39.4c11.7 15.6 26.6 29.1 44.5 39.4c58.1 33.7 129.5 23.6 176.1-20.2c5.9-5.5 4.3-15.1-2.7-19.1c-4.8-2.8-10.8-2.1-15.3 1.1c-53.7 38.2-148.2 13-148.2-75.4c0-123.5 184.4-123.5 184.4 0c0 3.4-.1 6.8-.4 10.1c-.5 5.8 2.1 11.5 7.1 14.4c7.4 4.3 17 .8 18.9-7.6c13.9-62.2-13-128.9-70.9-162.5c-19.5-11.3-40.4-17.7-61.5-19.5c10.9-20.8 17-44.4 17-69.5c0-67.3-44.2-124.3-105.1-143.1c-7.9-2.4-15.5 3.8-15.5 12.1c0 5.9 4 11 9.5 13.2c83.4 33.6 70.8 178.4-37.8 178.4s-121.4-144.8-38-178.4c5.5-2.2 9.5-7.3 9.5-13.2M280.4 352c0-22.1 17.9-40 40-40s40 17.9 40 40s-17.9 40-40 40s-40-17.9-40-40M467 381.7c-16.2 0-31.4 5.5-42.1 15c-10.1 9.1-18.1 23.4-18.1 45.6c0 21.1 7.2 35 16.5 44.1c32.2-24.6 55.5-60.5 63.9-101.8c-6.3-1.9-13.2-3-20.2-3zm-233 60.6c0-22.3-8-36.6-18.1-45.6c-10.7-9.6-25.9-15-42.1-15c-7 0-13.9 1-20.2 3c8.4 41.3 31.6 77.2 63.9 101.8c9.4-9.1 16.5-23.1 16.5-44.2M275.2 218c9 10.2 23.2 18.2 45.2 18.2s36.2-8 45.2-18.2c6.7-7.6 11.5-17.5 13.6-28.4c-18.3-6.8-38.2-10.5-58.8-10.5s-40.5 3.7-58.8 10.5c2.2 10.9 6.9 20.8 13.6 28.5z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidBiohazard(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M292 76.6c0-8.3-7.6-14.5-15.5-12.1c-60.9 18.8-105.1 75.8-105.1 143.1c0 25.1 6.1 48.7 17 69.5c-21 1.8-42 8.2-61.5 19.5C69 330.2 42.1 396.8 56 459.1c1.9 8.4 11.4 12 18.9 7.6c5-2.9 7.6-8.6 7.1-14.4c-.3-3.3-.4-6.6-.4-10.1c0-123.5 184.4-123.5 184.4 0c0 88.4-94.5 113.6-148.2 75.4c-4.5-3.2-10.5-3.9-15.3-1.1c-7 4.1-8.6 13.6-2.7 19.1c46.6 43.8 118 53.9 176.1 20.2c17.9-10.4 32.8-23.9 44.5-39.4c11.7 15.6 26.6 29.1 44.5 39.4c58.1 33.7 129.5 23.6 176.1-20.2c5.9-5.5 4.3-15.1-2.7-19.1c-4.8-2.8-10.8-2.1-15.3 1.1c-53.7 38.2-148.2 13-148.2-75.4c0-123.5 184.4-123.5 184.4 0c0 3.4-.1 6.8-.4 10.1c-.5 5.8 2.1 11.5 7.1 14.4c7.4 4.3 17 .8 18.9-7.6c13.9-62.2-13-128.9-70.9-162.5c-19.5-11.3-40.4-17.7-61.5-19.5c10.9-20.8 17-44.4 17-69.5c0-67.3-44.2-124.3-105.1-143.1c-7.9-2.4-15.5 3.8-15.5 12.1c0 5.9 4 11 9.5 13.2c83.4 33.6 70.8 178.4-37.8 178.4s-121.4-144.8-38-178.4c5.5-2.2 9.5-7.3 9.5-13.2M280.4 352c0-22.1 17.9-40 40-40s40 17.9 40 40s-17.9 40-40 40s-40-17.9-40-40M467 381.7c-16.2 0-31.4 5.5-42.1 15c-10.1 9.1-18.1 23.4-18.1 45.6c0 21.1 7.2 35 16.5 44.1c32.2-24.6 55.5-60.5 63.9-101.8c-6.3-1.9-13.2-3-20.2-3zm-233 60.6c0-22.3-8-36.6-18.1-45.6c-10.7-9.6-25.9-15-42.1-15c-7 0-13.9 1-20.2 3c8.4 41.3 31.6 77.2 63.9 101.8c9.4-9.1 16.5-23.1 16.5-44.2M275.2 218c9 10.2 23.2 18.2 45.2 18.2s36.2-8 45.2-18.2c6.7-7.6 11.5-17.5 13.6-28.4c-18.3-6.8-38.2-10.5-58.8-10.5s-40.5 3.7-58.8 10.5c2.2 10.9 6.9 20.8 13.6 28.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M292 76.6c0-8.3-7.6-14.5-15.5-12.1c-60.9 18.8-105.1 75.8-105.1 143.1c0 25.1 6.1 48.7 17 69.5c-21 1.8-42 8.2-61.5 19.5C69 330.2 42.1 396.8 56 459.1c1.9 8.4 11.4 12 18.9 7.6c5-2.9 7.6-8.6 7.1-14.4c-.3-3.3-.4-6.6-.4-10.1c0-123.5 184.4-123.5 184.4 0c0 88.4-94.5 113.6-148.2 75.4c-4.5-3.2-10.5-3.9-15.3-1.1c-7 4.1-8.6 13.6-2.7 19.1c46.6 43.8 118 53.9 176.1 20.2c17.9-10.4 32.8-23.9 44.5-39.4c11.7 15.6 26.6 29.1 44.5 39.4c58.1 33.7 129.5 23.6 176.1-20.2c5.9-5.5 4.3-15.1-2.7-19.1c-4.8-2.8-10.8-2.1-15.3 1.1c-53.7 38.2-148.2 13-148.2-75.4c0-123.5 184.4-123.5 184.4 0c0 3.4-.1 6.8-.4 10.1c-.5 5.8 2.1 11.5 7.1 14.4c7.4 4.3 17 .8 18.9-7.6c13.9-62.2-13-128.9-70.9-162.5c-19.5-11.3-40.4-17.7-61.5-19.5c10.9-20.8 17-44.4 17-69.5c0-67.3-44.2-124.3-105.1-143.1c-7.9-2.4-15.5 3.8-15.5 12.1c0 5.9 4 11 9.5 13.2c83.4 33.6 70.8 178.4-37.8 178.4s-121.4-144.8-38-178.4c5.5-2.2 9.5-7.3 9.5-13.2M280.4 352c0-22.1 17.9-40 40-40s40 17.9 40 40s-17.9 40-40 40s-40-17.9-40-40M467 381.7c-16.2 0-31.4 5.5-42.1 15c-10.1 9.1-18.1 23.4-18.1 45.6c0 21.1 7.2 35 16.5 44.1c32.2-24.6 55.5-60.5 63.9-101.8c-6.3-1.9-13.2-3-20.2-3zm-233 60.6c0-22.3-8-36.6-18.1-45.6c-10.7-9.6-25.9-15-42.1-15c-7 0-13.9 1-20.2 3c8.4 41.3 31.6 77.2 63.9 101.8c9.4-9.1 16.5-23.1 16.5-44.2M275.2 218c9 10.2 23.2 18.2 45.2 18.2s36.2-8 45.2-18.2c6.7-7.6 11.5-17.5 13.6-28.4c-18.3-6.8-38.2-10.5-58.8-10.5s-40.5 3.7-58.8 10.5c2.2 10.9 6.9 20.8 13.6 28.5z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M292%2076.6c0-8.3-7.6-14.5-15.5-12.1c-60.9%2018.8-105.1%2075.8-105.1%20143.1c0%2025.1%206.1%2048.7%2017%2069.5c-21%201.8-42%208.2-61.5%2019.5C69%20330.2%2042.1%20396.8%2056%20459.1c1.9%208.4%2011.4%2012%2018.9%207.6c5-2.9%207.6-8.6%207.1-14.4c-.3-3.3-.4-6.6-.4-10.1c0-123.5%20184.4-123.5%20184.4%200c0%2088.4-94.5%20113.6-148.2%2075.4c-4.5-3.2-10.5-3.9-15.3-1.1c-7%204.1-8.6%2013.6-2.7%2019.1c46.6%2043.8%20118%2053.9%20176.1%2020.2c17.9-10.4%2032.8-23.9%2044.5-39.4c11.7%2015.6%2026.6%2029.1%2044.5%2039.4c58.1%2033.7%20129.5%2023.6%20176.1-20.2c5.9-5.5%204.3-15.1-2.7-19.1c-4.8-2.8-10.8-2.1-15.3%201.1c-53.7%2038.2-148.2%2013-148.2-75.4c0-123.5%20184.4-123.5%20184.4%200c0%203.4-.1%206.8-.4%2010.1c-.5%205.8%202.1%2011.5%207.1%2014.4c7.4%204.3%2017%20.8%2018.9-7.6c13.9-62.2-13-128.9-70.9-162.5c-19.5-11.3-40.4-17.7-61.5-19.5c10.9-20.8%2017-44.4%2017-69.5c0-67.3-44.2-124.3-105.1-143.1c-7.9-2.4-15.5%203.8-15.5%2012.1c0%205.9%204%2011%209.5%2013.2c83.4%2033.6%2070.8%20178.4-37.8%20178.4s-121.4-144.8-38-178.4c5.5-2.2%209.5-7.3%209.5-13.2M280.4%20352c0-22.1%2017.9-40%2040-40s40%2017.9%2040%2040s-17.9%2040-40%2040s-40-17.9-40-40M467%20381.7c-16.2%200-31.4%205.5-42.1%2015c-10.1%209.1-18.1%2023.4-18.1%2045.6c0%2021.1%207.2%2035%2016.5%2044.1c32.2-24.6%2055.5-60.5%2063.9-101.8c-6.3-1.9-13.2-3-20.2-3zm-233%2060.6c0-22.3-8-36.6-18.1-45.6c-10.7-9.6-25.9-15-42.1-15c-7%200-13.9%201-20.2%203c8.4%2041.3%2031.6%2077.2%2063.9%20101.8c9.4-9.1%2016.5-23.1%2016.5-44.2M275.2%20218c9%2010.2%2023.2%2018.2%2045.2%2018.2s36.2-8%2045.2-18.2c6.7-7.6%2011.5-17.5%2013.6-28.4c-18.3-6.8-38.2-10.5-58.8-10.5s-40.5%203.7-58.8%2010.5c2.2%2010.9%206.9%2020.8%2013.6%2028.5z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M292%2076.6c0-8.3-7.6-14.5-15.5-12.1c-60.9%2018.8-105.1%2075.8-105.1%20143.1c0%2025.1%206.1%2048.7%2017%2069.5c-21%201.8-42%208.2-61.5%2019.5C69%20330.2%2042.1%20396.8%2056%20459.1c1.9%208.4%2011.4%2012%2018.9%207.6c5-2.9%207.6-8.6%207.1-14.4c-.3-3.3-.4-6.6-.4-10.1c0-123.5%20184.4-123.5%20184.4%200c0%2088.4-94.5%20113.6-148.2%2075.4c-4.5-3.2-10.5-3.9-15.3-1.1c-7%204.1-8.6%2013.6-2.7%2019.1c46.6%2043.8%20118%2053.9%20176.1%2020.2c17.9-10.4%2032.8-23.9%2044.5-39.4c11.7%2015.6%2026.6%2029.1%2044.5%2039.4c58.1%2033.7%20129.5%2023.6%20176.1-20.2c5.9-5.5%204.3-15.1-2.7-19.1c-4.8-2.8-10.8-2.1-15.3%201.1c-53.7%2038.2-148.2%2013-148.2-75.4c0-123.5%20184.4-123.5%20184.4%200c0%203.4-.1%206.8-.4%2010.1c-.5%205.8%202.1%2011.5%207.1%2014.4c7.4%204.3%2017%20.8%2018.9-7.6c13.9-62.2-13-128.9-70.9-162.5c-19.5-11.3-40.4-17.7-61.5-19.5c10.9-20.8%2017-44.4%2017-69.5c0-67.3-44.2-124.3-105.1-143.1c-7.9-2.4-15.5%203.8-15.5%2012.1c0%205.9%204%2011%209.5%2013.2c83.4%2033.6%2070.8%20178.4-37.8%20178.4s-121.4-144.8-38-178.4c5.5-2.2%209.5-7.3%209.5-13.2M280.4%20352c0-22.1%2017.9-40%2040-40s40%2017.9%2040%2040s-17.9%2040-40%2040s-40-17.9-40-40M467%20381.7c-16.2%200-31.4%205.5-42.1%2015c-10.1%209.1-18.1%2023.4-18.1%2045.6c0%2021.1%207.2%2035%2016.5%2044.1c32.2-24.6%2055.5-60.5%2063.9-101.8c-6.3-1.9-13.2-3-20.2-3zm-233%2060.6c0-22.3-8-36.6-18.1-45.6c-10.7-9.6-25.9-15-42.1-15c-7%200-13.9%201-20.2%203c8.4%2041.3%2031.6%2077.2%2063.9%20101.8c9.4-9.1%2016.5-23.1%2016.5-44.2M275.2%20218c9%2010.2%2023.2%2018.2%2045.2%2018.2s36.2-8%2045.2-18.2c6.7-7.6%2011.5-17.5%2013.6-28.4c-18.3-6.8-38.2-10.5-58.8-10.5s-40.5%203.7-58.8%2010.5c2.2%2010.9%206.9%2020.8%2013.6%2028.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/biohazard.svg?color=%231a73e8&size=48