biohazard emoji
biohazard from OpenMoji by OpenMoji · Default · Symbols · CC-BY-SA-4.0 Attribution required.
- Name
- biohazard
- Set
- OpenMoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
biohazardEmoji One (Colored)biohazardFont Awesome 6 SolidbiohazardFont Awesome SolidbiohazardFluent EmojibiohazardFluent Emoji FlatbiohazardFluent Emoji High ContrastbiohazardHuge IconsbiohazardLine AwesomebiohazardLucidebiohazardMaterial Design IconsbiohazardNoto EmojibiohazardPhosphorbiohazardTabler IconsbiohazardTwitter Emoji
More symbols icons from OpenMoji
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancercapricorn
Use the biohazard emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="23" fill="#f4aa41"/><circle cx="36" cy="36.001" r="23" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M22.59 41.145a6.002 6.002 0 0 1 10.961-3.382l.752-.428a1.83 1.83 0 0 1 1.279-2.35l.026-.663a6.003 6.003 0 0 1-.268-11.955l-.217-1.02a7.987 7.987 0 0 0-6.342 11.341a7.996 7.996 0 0 0-7.355 7.97a8.7 8.7 0 0 0 .64 3.138l.962-.397a6 6 0 0 1-.437-2.254m23.812 5.179a6.003 6.003 0 0 1-8.393-7.818l-.64-.499a1.83 1.83 0 0 1-2.625.042l-.775.427a6.003 6.003 0 0 1-10.197 6.247l-.772.7a7.962 7.962 0 0 0 12.985-.254a7.996 7.996 0 0 0 10.575 2.407a8.7 8.7 0 0 0 2.402-2.117l-.824-.637a6 6 0 0 1-1.736 1.502m3.107-9.662a7.99 7.99 0 0 0-6.234-3.982a7.93 7.93 0 0 0-3.243-10.296a8.7 8.7 0 0 0-3.034-1.026l-.14 1.031a6.003 6.003 0 0 1-.423 11.93l.054.666a1.83 1.83 0 0 1 1.282 2.35l.648.452a6.003 6.003 0 0 1 10.496 5.73l.992.32a7.98 7.98 0 0 0-.398-7.175"/><path d="M29.043 36.847a7 7 0 0 1 .05-.838l-1.56-.063q-.043.422-.043.855a8.47 8.47 0 0 0 4.916 7.691l.895-1.221a6.97 6.97 0 0 1-4.259-6.424m11.904-6.896a8.47 8.47 0 0 0-9.91-.043l.815 1.346a6.97 6.97 0 0 1 8.335.006ZM44.394 36h-1.458a7 7 0 0 1 .05.847a6.97 6.97 0 0 1-4.25 6.42l.83 1.202a8.47 8.47 0 0 0 4.866-7.668q0-.405-.038-.8"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiBiohazard(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="23" fill="#f4aa41"/><circle cx="36" cy="36.001" r="23" fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"/><path d="M22.59 41.145a6.002 6.002 0 0 1 10.961-3.382l.752-.428a1.83 1.83 0 0 1 1.279-2.35l.026-.663a6.003 6.003 0 0 1-.268-11.955l-.217-1.02a7.987 7.987 0 0 0-6.342 11.341a7.996 7.996 0 0 0-7.355 7.97a8.7 8.7 0 0 0 .64 3.138l.962-.397a6 6 0 0 1-.437-2.254m23.812 5.179a6.003 6.003 0 0 1-8.393-7.818l-.64-.499a1.83 1.83 0 0 1-2.625.042l-.775.427a6.003 6.003 0 0 1-10.197 6.247l-.772.7a7.962 7.962 0 0 0 12.985-.254a7.996 7.996 0 0 0 10.575 2.407a8.7 8.7 0 0 0 2.402-2.117l-.824-.637a6 6 0 0 1-1.736 1.502m3.107-9.662a7.99 7.99 0 0 0-6.234-3.982a7.93 7.93 0 0 0-3.243-10.296a8.7 8.7 0 0 0-3.034-1.026l-.14 1.031a6.003 6.003 0 0 1-.423 11.93l.054.666a1.83 1.83 0 0 1 1.282 2.35l.648.452a6.003 6.003 0 0 1 10.496 5.73l.992.32a7.98 7.98 0 0 0-.398-7.175"/><path d="M29.043 36.847a7 7 0 0 1 .05-.838l-1.56-.063q-.043.422-.043.855a8.47 8.47 0 0 0 4.916 7.691l.895-1.221a6.97 6.97 0 0 1-4.259-6.424m11.904-6.896a8.47 8.47 0 0 0-9.91-.043l.815 1.346a6.97 6.97 0 0 1 8.335.006ZM44.394 36h-1.458a7 7 0 0 1 .05.847a6.97 6.97 0 0 1-4.25 6.42l.83 1.202a8.47 8.47 0 0 0 4.866-7.668q0-.405-.038-.8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="23" fill="#f4aa41"/><circle cx="36" cy="36.001" r="23" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/><path d="M22.59 41.145a6.002 6.002 0 0 1 10.961-3.382l.752-.428a1.83 1.83 0 0 1 1.279-2.35l.026-.663a6.003 6.003 0 0 1-.268-11.955l-.217-1.02a7.987 7.987 0 0 0-6.342 11.341a7.996 7.996 0 0 0-7.355 7.97a8.7 8.7 0 0 0 .64 3.138l.962-.397a6 6 0 0 1-.437-2.254m23.812 5.179a6.003 6.003 0 0 1-8.393-7.818l-.64-.499a1.83 1.83 0 0 1-2.625.042l-.775.427a6.003 6.003 0 0 1-10.197 6.247l-.772.7a7.962 7.962 0 0 0 12.985-.254a7.996 7.996 0 0 0 10.575 2.407a8.7 8.7 0 0 0 2.402-2.117l-.824-.637a6 6 0 0 1-1.736 1.502m3.107-9.662a7.99 7.99 0 0 0-6.234-3.982a7.93 7.93 0 0 0-3.243-10.296a8.7 8.7 0 0 0-3.034-1.026l-.14 1.031a6.003 6.003 0 0 1-.423 11.93l.054.666a1.83 1.83 0 0 1 1.282 2.35l.648.452a6.003 6.003 0 0 1 10.496 5.73l.992.32a7.98 7.98 0 0 0-.398-7.175"/><path d="M29.043 36.847a7 7 0 0 1 .05-.838l-1.56-.063q-.043.422-.043.855a8.47 8.47 0 0 0 4.916 7.691l.895-1.221a6.97 6.97 0 0 1-4.259-6.424m11.904-6.896a8.47 8.47 0 0 0-9.91-.043l.815 1.346a6.97 6.97 0 0 1 8.335.006ZM44.394 36h-1.458a7 7 0 0 1 .05.847a6.97 6.97 0 0 1-4.25 6.42l.83 1.202a8.47 8.47 0 0 0 4.866-7.668q0-.405-.038-.8"/></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%2072%2072%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2223%22%20fill%3D%22%23f4aa41%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236.001%22%20r%3D%2223%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M22.59%2041.145a6.002%206.002%200%200%201%2010.961-3.382l.752-.428a1.83%201.83%200%200%201%201.279-2.35l.026-.663a6.003%206.003%200%200%201-.268-11.955l-.217-1.02a7.987%207.987%200%200%200-6.342%2011.341a7.996%207.996%200%200%200-7.355%207.97a8.7%208.7%200%200%200%20.64%203.138l.962-.397a6%206%200%200%201-.437-2.254m23.812%205.179a6.003%206.003%200%200%201-8.393-7.818l-.64-.499a1.83%201.83%200%200%201-2.625.042l-.775.427a6.003%206.003%200%200%201-10.197%206.247l-.772.7a7.962%207.962%200%200%200%2012.985-.254a7.996%207.996%200%200%200%2010.575%202.407a8.7%208.7%200%200%200%202.402-2.117l-.824-.637a6%206%200%200%201-1.736%201.502m3.107-9.662a7.99%207.99%200%200%200-6.234-3.982a7.93%207.93%200%200%200-3.243-10.296a8.7%208.7%200%200%200-3.034-1.026l-.14%201.031a6.003%206.003%200%200%201-.423%2011.93l.054.666a1.83%201.83%200%200%201%201.282%202.35l.648.452a6.003%206.003%200%200%201%2010.496%205.73l.992.32a7.98%207.98%200%200%200-.398-7.175%22%2F%3E%3Cpath%20d%3D%22M29.043%2036.847a7%207%200%200%201%20.05-.838l-1.56-.063q-.043.422-.043.855a8.47%208.47%200%200%200%204.916%207.691l.895-1.221a6.97%206.97%200%200%201-4.259-6.424m11.904-6.896a8.47%208.47%200%200%200-9.91-.043l.815%201.346a6.97%206.97%200%200%201%208.335.006ZM44.394%2036h-1.458a7%207%200%200%201%20.05.847a6.97%206.97%200%200%201-4.25%206.42l.83%201.202a8.47%208.47%200%200%200%204.866-7.668q0-.405-.038-.8%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%2072%2072%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2223%22%20fill%3D%22%23f4aa41%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236.001%22%20r%3D%2223%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M22.59%2041.145a6.002%206.002%200%200%201%2010.961-3.382l.752-.428a1.83%201.83%200%200%201%201.279-2.35l.026-.663a6.003%206.003%200%200%201-.268-11.955l-.217-1.02a7.987%207.987%200%200%200-6.342%2011.341a7.996%207.996%200%200%200-7.355%207.97a8.7%208.7%200%200%200%20.64%203.138l.962-.397a6%206%200%200%201-.437-2.254m23.812%205.179a6.003%206.003%200%200%201-8.393-7.818l-.64-.499a1.83%201.83%200%200%201-2.625.042l-.775.427a6.003%206.003%200%200%201-10.197%206.247l-.772.7a7.962%207.962%200%200%200%2012.985-.254a7.996%207.996%200%200%200%2010.575%202.407a8.7%208.7%200%200%200%202.402-2.117l-.824-.637a6%206%200%200%201-1.736%201.502m3.107-9.662a7.99%207.99%200%200%200-6.234-3.982a7.93%207.93%200%200%200-3.243-10.296a8.7%208.7%200%200%200-3.034-1.026l-.14%201.031a6.003%206.003%200%200%201-.423%2011.93l.054.666a1.83%201.83%200%200%201%201.282%202.35l.648.452a6.003%206.003%200%200%201%2010.496%205.73l.992.32a7.98%207.98%200%200%200-.398-7.175%22%2F%3E%3Cpath%20d%3D%22M29.043%2036.847a7%207%200%200%201%20.05-.838l-1.56-.063q-.043.422-.043.855a8.47%208.47%200%200%200%204.916%207.691l.895-1.221a6.97%206.97%200%200%201-4.259-6.424m11.904-6.896a8.47%208.47%200%200%200-9.91-.043l.815%201.346a6.97%206.97%200%200%201%208.335.006ZM44.394%2036h-1.458a7%207%200%200%201%20.05.847a6.97%206.97%200%200%201-4.25%206.42l.83%201.202a8.47%208.47%200%200%200%204.866-7.668q0-.405-.038-.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/biohazard.svg?color=%231a73e8&size=48