biohazard icon
biohazard from Material Design Icons by Pictogrammers · Filled · Science · Apache-2.0 Free for personal and commercial use.
- Name
- biohazard
- Set
- Material Design Icons
- Style
- Filled
- Category
- Science
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
biohazardEmoji One (Colored)biohazardFont Awesome 6 SolidbiohazardFont Awesome SolidbiohazardFluent EmojibiohazardFluent Emoji FlatbiohazardFluent Emoji High ContrastbiohazardHuge IconsbiohazardLine AwesomebiohazardLucidebiohazardNoto EmojibiohazardOpenMojibiohazardPhosphorbiohazardTabler IconsbiohazardTwitter Emoji
More science icons from Material Design Icons
atomatom-variantaurorabeakerbeaker-checkbeaker-minusbeaker-plusbeaker-questionbeaker-removebottle-tonicdnaeyedropper-minuseyedropper-offeyedropper-pluseyedropper-removeflask-empty-minusflask-empty-plusflask-empty-removeflask-minusflask-plusflask-removeflask-round-bottomflask-round-bottom-emptymicroscope
Use the biohazard icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 16.06c0 .23 0 .44-.04.64c-.18-2.56-2.32-4.59-4.96-4.59c-.37 0-.73.05-1.08.12c.04.27.08.5.08.77c0 2.35-1.69 4.32-3.93 4.81c.35 2.24 2.24 3.98 4.58 4.15c-.22.04-.43.04-.65.04c-2.08 0-3.93-1.06-5-2.66A6 6 0 0 1 7 22c-.22 0-.43 0-.65-.04c2.34-.17 4.22-1.9 4.58-4.15C8.68 17.32 7 15.35 7 13c0-.27.04-.5.07-.77c-.34-.07-.7-.12-1.07-.12a4.97 4.97 0 0 0-4.97 4.59C1 16.5 1 16.29 1 16.06c0-3.21 2.59-5.82 5.81-5.92A5.877 5.877 0 0 1 9.06 2C7.81 2.9 7 4.34 7 6c0 1.35.56 2.59 1.47 3.5c.91-.91 2.15-1.46 3.53-1.46c1.37 0 2.62.55 3.5 1.46c.93-.91 1.5-2.15 1.5-3.5c0-1.66-.82-3.1-2.06-4a5.877 5.877 0 0 1 2.25 8.14c3.23.1 5.81 2.71 5.81 5.92M9.27 10.11a5 5 0 0 0 5.46 0C14 9.45 13.06 9.03 12 9.03s-2 .42-2.73 1.08M12 14.47c.82 0 1.5-.67 1.5-1.47a1.5 1.5 0 0 0-1.5-1.5a1.5 1.5 0 0 0-1.5 1.5c0 .8.67 1.47 1.5 1.47m-1.03 2.32c-.1-1.89-1.26-3.5-2.92-4.24c-.02.15-.05.29-.05.45c0 1.82 1.27 3.34 2.97 3.79m4.99-4.24A4.98 4.98 0 0 0 13 16.79c1.73-.45 3-1.97 3-3.79c0-.16-.03-.3-.04-.45"/></svg>
React
import type { SVGProps } from "react";
export function MdiBiohazard(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 16.06c0 .23 0 .44-.04.64c-.18-2.56-2.32-4.59-4.96-4.59c-.37 0-.73.05-1.08.12c.04.27.08.5.08.77c0 2.35-1.69 4.32-3.93 4.81c.35 2.24 2.24 3.98 4.58 4.15c-.22.04-.43.04-.65.04c-2.08 0-3.93-1.06-5-2.66A6 6 0 0 1 7 22c-.22 0-.43 0-.65-.04c2.34-.17 4.22-1.9 4.58-4.15C8.68 17.32 7 15.35 7 13c0-.27.04-.5.07-.77c-.34-.07-.7-.12-1.07-.12a4.97 4.97 0 0 0-4.97 4.59C1 16.5 1 16.29 1 16.06c0-3.21 2.59-5.82 5.81-5.92A5.877 5.877 0 0 1 9.06 2C7.81 2.9 7 4.34 7 6c0 1.35.56 2.59 1.47 3.5c.91-.91 2.15-1.46 3.53-1.46c1.37 0 2.62.55 3.5 1.46c.93-.91 1.5-2.15 1.5-3.5c0-1.66-.82-3.1-2.06-4a5.877 5.877 0 0 1 2.25 8.14c3.23.1 5.81 2.71 5.81 5.92M9.27 10.11a5 5 0 0 0 5.46 0C14 9.45 13.06 9.03 12 9.03s-2 .42-2.73 1.08M12 14.47c.82 0 1.5-.67 1.5-1.47a1.5 1.5 0 0 0-1.5-1.5a1.5 1.5 0 0 0-1.5 1.5c0 .8.67 1.47 1.5 1.47m-1.03 2.32c-.1-1.89-1.26-3.5-2.92-4.24c-.02.15-.05.29-.05.45c0 1.82 1.27 3.34 2.97 3.79m4.99-4.24A4.98 4.98 0 0 0 13 16.79c1.73-.45 3-1.97 3-3.79c0-.16-.03-.3-.04-.45"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 16.06c0 .23 0 .44-.04.64c-.18-2.56-2.32-4.59-4.96-4.59c-.37 0-.73.05-1.08.12c.04.27.08.5.08.77c0 2.35-1.69 4.32-3.93 4.81c.35 2.24 2.24 3.98 4.58 4.15c-.22.04-.43.04-.65.04c-2.08 0-3.93-1.06-5-2.66A6 6 0 0 1 7 22c-.22 0-.43 0-.65-.04c2.34-.17 4.22-1.9 4.58-4.15C8.68 17.32 7 15.35 7 13c0-.27.04-.5.07-.77c-.34-.07-.7-.12-1.07-.12a4.97 4.97 0 0 0-4.97 4.59C1 16.5 1 16.29 1 16.06c0-3.21 2.59-5.82 5.81-5.92A5.877 5.877 0 0 1 9.06 2C7.81 2.9 7 4.34 7 6c0 1.35.56 2.59 1.47 3.5c.91-.91 2.15-1.46 3.53-1.46c1.37 0 2.62.55 3.5 1.46c.93-.91 1.5-2.15 1.5-3.5c0-1.66-.82-3.1-2.06-4a5.877 5.877 0 0 1 2.25 8.14c3.23.1 5.81 2.71 5.81 5.92M9.27 10.11a5 5 0 0 0 5.46 0C14 9.45 13.06 9.03 12 9.03s-2 .42-2.73 1.08M12 14.47c.82 0 1.5-.67 1.5-1.47a1.5 1.5 0 0 0-1.5-1.5a1.5 1.5 0 0 0-1.5 1.5c0 .8.67 1.47 1.5 1.47m-1.03 2.32c-.1-1.89-1.26-3.5-2.92-4.24c-.02.15-.05.29-.05.45c0 1.82 1.27 3.34 2.97 3.79m4.99-4.24A4.98 4.98 0 0 0 13 16.79c1.73-.45 3-1.97 3-3.79c0-.16-.03-.3-.04-.45"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%2016.06c0%20.23%200%20.44-.04.64c-.18-2.56-2.32-4.59-4.96-4.59c-.37%200-.73.05-1.08.12c.04.27.08.5.08.77c0%202.35-1.69%204.32-3.93%204.81c.35%202.24%202.24%203.98%204.58%204.15c-.22.04-.43.04-.65.04c-2.08%200-3.93-1.06-5-2.66A6%206%200%200%201%207%2022c-.22%200-.43%200-.65-.04c2.34-.17%204.22-1.9%204.58-4.15C8.68%2017.32%207%2015.35%207%2013c0-.27.04-.5.07-.77c-.34-.07-.7-.12-1.07-.12a4.97%204.97%200%200%200-4.97%204.59C1%2016.5%201%2016.29%201%2016.06c0-3.21%202.59-5.82%205.81-5.92A5.877%205.877%200%200%201%209.06%202C7.81%202.9%207%204.34%207%206c0%201.35.56%202.59%201.47%203.5c.91-.91%202.15-1.46%203.53-1.46c1.37%200%202.62.55%203.5%201.46c.93-.91%201.5-2.15%201.5-3.5c0-1.66-.82-3.1-2.06-4a5.877%205.877%200%200%201%202.25%208.14c3.23.1%205.81%202.71%205.81%205.92M9.27%2010.11a5%205%200%200%200%205.46%200C14%209.45%2013.06%209.03%2012%209.03s-2%20.42-2.73%201.08M12%2014.47c.82%200%201.5-.67%201.5-1.47a1.5%201.5%200%200%200-1.5-1.5a1.5%201.5%200%200%200-1.5%201.5c0%20.8.67%201.47%201.5%201.47m-1.03%202.32c-.1-1.89-1.26-3.5-2.92-4.24c-.02.15-.05.29-.05.45c0%201.82%201.27%203.34%202.97%203.79m4.99-4.24A4.98%204.98%200%200%200%2013%2016.79c1.73-.45%203-1.97%203-3.79c0-.16-.03-.3-.04-.45%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%2016.06c0%20.23%200%20.44-.04.64c-.18-2.56-2.32-4.59-4.96-4.59c-.37%200-.73.05-1.08.12c.04.27.08.5.08.77c0%202.35-1.69%204.32-3.93%204.81c.35%202.24%202.24%203.98%204.58%204.15c-.22.04-.43.04-.65.04c-2.08%200-3.93-1.06-5-2.66A6%206%200%200%201%207%2022c-.22%200-.43%200-.65-.04c2.34-.17%204.22-1.9%204.58-4.15C8.68%2017.32%207%2015.35%207%2013c0-.27.04-.5.07-.77c-.34-.07-.7-.12-1.07-.12a4.97%204.97%200%200%200-4.97%204.59C1%2016.5%201%2016.29%201%2016.06c0-3.21%202.59-5.82%205.81-5.92A5.877%205.877%200%200%201%209.06%202C7.81%202.9%207%204.34%207%206c0%201.35.56%202.59%201.47%203.5c.91-.91%202.15-1.46%203.53-1.46c1.37%200%202.62.55%203.5%201.46c.93-.91%201.5-2.15%201.5-3.5c0-1.66-.82-3.1-2.06-4a5.877%205.877%200%200%201%202.25%208.14c3.23.1%205.81%202.71%205.81%205.92M9.27%2010.11a5%205%200%200%200%205.46%200C14%209.45%2013.06%209.03%2012%209.03s-2%20.42-2.73%201.08M12%2014.47c.82%200%201.5-.67%201.5-1.47a1.5%201.5%200%200%200-1.5-1.5a1.5%201.5%200%200%200-1.5%201.5c0%20.8.67%201.47%201.5%201.47m-1.03%202.32c-.1-1.89-1.26-3.5-2.92-4.24c-.02.15-.05.29-.05.45c0%201.82%201.27%203.34%202.97%203.79m4.99-4.24A4.98%204.98%200%200%200%2013%2016.79c1.73-.45%203-1.97%203-3.79c0-.16-.03-.3-.04-.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/biohazard.svg?color=%231a73e8&size=48