biohazard icon
biohazard from Line Awesome by Icons8 · Line · Science · Apache-2.0 Free for personal and commercial use.
- Name
- biohazard
- Set
- Line Awesome
- Style
- Line
- Category
- Science
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- biohazard-solid
The same icon in other sets
biohazardEmoji One (Colored)biohazardFont Awesome 6 SolidbiohazardFont Awesome SolidbiohazardFluent EmojibiohazardFluent Emoji FlatbiohazardFluent Emoji High ContrastbiohazardHuge IconsbiohazardLucidebiohazardMaterial Design IconsbiohazardNoto EmojibiohazardOpenMojibiohazardPhosphorbiohazardTabler IconsbiohazardTwitter Emoji
More science icons from Line Awesome
Use the biohazard icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.594 4.406C10.894 5.305 9 7.7 9 10.5c0 1 .29 2.008.688 2.906c-1 0-1.977.281-2.876.781c-2.398 1.399-3.601 4.227-3 7.126l2-.407c-.398-2 .399-4 2-5c2.102-1.199 4.977-.304 6.375 2.094c.7 1.2.926 2.512.626 3.813c-.301 1.199-1 2.18-2 2.78c-1.602.9-3.813.618-5.313-.78l-1.313 1.5c1.301 1.199 3.024 1.78 4.625 1.78c1.102 0 2.094-.28 3.094-.78c.899-.5 1.594-1.227 2.094-2.125c.5.898 1.195 1.625 2.094 2.125s1.992.78 3.093.78c1.602 0 3.325-.581 4.625-1.78l-1.312-1.5c-1.5 1.398-3.71 1.68-5.313.78c-1-.6-1.699-1.581-2-2.78c-.3-1.301-.074-2.614.625-3.813c1.399-2.398 4.176-3.293 6.375-2.094c1.602.899 2.399 2.899 2 5l2 .407c.5-2.899-.695-5.727-3.093-7.125c-.899-.5-1.907-.782-2.907-.782c.5-.898.72-1.804.72-2.906c0-2.8-1.919-5.195-4.72-6.094l-.593 1.907c2 .601 3.312 2.289 3.312 4.187c0 2.5-2.199 4.5-5 4.5c-2.8 0-5-2-5-4.5c0-1.898 1.281-3.586 3.281-4.188zM16 10c-1.102 0-2.102.188-3 .688c.102.699.398 1.32 1 1.718c.602-.3 1.305-.406 1.906-.406c.602 0 1.305.105 1.906.406c.602-.398 1-1.02 1-1.719c-.699-.5-1.71-.687-2.812-.687m0 6c.602 0 1 .398 1 1s-.398 1-1 1s-1-.398-1-1s.398-1 1-1m-6.031 1.313A1.9 1.9 0 0 0 9 17.5a7.17 7.17 0 0 0 3 5.188c.5-.301.805-.774.906-1.375v-.407c-1-.8-1.707-1.914-1.906-3.312c-.352-.149-.695-.258-1.031-.282zm12.125.093c-.399 0-.793.082-1.094.282A5.03 5.03 0 0 1 19 21v.406c.102.602.508 1.106.906 1.407c1.801-1.2 2.895-3.118 3.094-5.22c-.3-.1-.605-.187-.906-.187"/></svg>
React
import type { SVGProps } from "react";
export function LaBiohazard(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.594 4.406C10.894 5.305 9 7.7 9 10.5c0 1 .29 2.008.688 2.906c-1 0-1.977.281-2.876.781c-2.398 1.399-3.601 4.227-3 7.126l2-.407c-.398-2 .399-4 2-5c2.102-1.199 4.977-.304 6.375 2.094c.7 1.2.926 2.512.626 3.813c-.301 1.199-1 2.18-2 2.78c-1.602.9-3.813.618-5.313-.78l-1.313 1.5c1.301 1.199 3.024 1.78 4.625 1.78c1.102 0 2.094-.28 3.094-.78c.899-.5 1.594-1.227 2.094-2.125c.5.898 1.195 1.625 2.094 2.125s1.992.78 3.093.78c1.602 0 3.325-.581 4.625-1.78l-1.312-1.5c-1.5 1.398-3.71 1.68-5.313.78c-1-.6-1.699-1.581-2-2.78c-.3-1.301-.074-2.614.625-3.813c1.399-2.398 4.176-3.293 6.375-2.094c1.602.899 2.399 2.899 2 5l2 .407c.5-2.899-.695-5.727-3.093-7.125c-.899-.5-1.907-.782-2.907-.782c.5-.898.72-1.804.72-2.906c0-2.8-1.919-5.195-4.72-6.094l-.593 1.907c2 .601 3.312 2.289 3.312 4.187c0 2.5-2.199 4.5-5 4.5c-2.8 0-5-2-5-4.5c0-1.898 1.281-3.586 3.281-4.188zM16 10c-1.102 0-2.102.188-3 .688c.102.699.398 1.32 1 1.718c.602-.3 1.305-.406 1.906-.406c.602 0 1.305.105 1.906.406c.602-.398 1-1.02 1-1.719c-.699-.5-1.71-.687-2.812-.687m0 6c.602 0 1 .398 1 1s-.398 1-1 1s-1-.398-1-1s.398-1 1-1m-6.031 1.313A1.9 1.9 0 0 0 9 17.5a7.17 7.17 0 0 0 3 5.188c.5-.301.805-.774.906-1.375v-.407c-1-.8-1.707-1.914-1.906-3.312c-.352-.149-.695-.258-1.031-.282zm12.125.093c-.399 0-.793.082-1.094.282A5.03 5.03 0 0 1 19 21v.406c.102.602.508 1.106.906 1.407c1.801-1.2 2.895-3.118 3.094-5.22c-.3-.1-.605-.187-.906-.187"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.594 4.406C10.894 5.305 9 7.7 9 10.5c0 1 .29 2.008.688 2.906c-1 0-1.977.281-2.876.781c-2.398 1.399-3.601 4.227-3 7.126l2-.407c-.398-2 .399-4 2-5c2.102-1.199 4.977-.304 6.375 2.094c.7 1.2.926 2.512.626 3.813c-.301 1.199-1 2.18-2 2.78c-1.602.9-3.813.618-5.313-.78l-1.313 1.5c1.301 1.199 3.024 1.78 4.625 1.78c1.102 0 2.094-.28 3.094-.78c.899-.5 1.594-1.227 2.094-2.125c.5.898 1.195 1.625 2.094 2.125s1.992.78 3.093.78c1.602 0 3.325-.581 4.625-1.78l-1.312-1.5c-1.5 1.398-3.71 1.68-5.313.78c-1-.6-1.699-1.581-2-2.78c-.3-1.301-.074-2.614.625-3.813c1.399-2.398 4.176-3.293 6.375-2.094c1.602.899 2.399 2.899 2 5l2 .407c.5-2.899-.695-5.727-3.093-7.125c-.899-.5-1.907-.782-2.907-.782c.5-.898.72-1.804.72-2.906c0-2.8-1.919-5.195-4.72-6.094l-.593 1.907c2 .601 3.312 2.289 3.312 4.187c0 2.5-2.199 4.5-5 4.5c-2.8 0-5-2-5-4.5c0-1.898 1.281-3.586 3.281-4.188zM16 10c-1.102 0-2.102.188-3 .688c.102.699.398 1.32 1 1.718c.602-.3 1.305-.406 1.906-.406c.602 0 1.305.105 1.906.406c.602-.398 1-1.02 1-1.719c-.699-.5-1.71-.687-2.812-.687m0 6c.602 0 1 .398 1 1s-.398 1-1 1s-1-.398-1-1s.398-1 1-1m-6.031 1.313A1.9 1.9 0 0 0 9 17.5a7.17 7.17 0 0 0 3 5.188c.5-.301.805-.774.906-1.375v-.407c-1-.8-1.707-1.914-1.906-3.312c-.352-.149-.695-.258-1.031-.282zm12.125.093c-.399 0-.793.082-1.094.282A5.03 5.03 0 0 1 19 21v.406c.102.602.508 1.106.906 1.407c1.801-1.2 2.895-3.118 3.094-5.22c-.3-.1-.605-.187-.906-.187"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.594%204.406C10.894%205.305%209%207.7%209%2010.5c0%201%20.29%202.008.688%202.906c-1%200-1.977.281-2.876.781c-2.398%201.399-3.601%204.227-3%207.126l2-.407c-.398-2%20.399-4%202-5c2.102-1.199%204.977-.304%206.375%202.094c.7%201.2.926%202.512.626%203.813c-.301%201.199-1%202.18-2%202.78c-1.602.9-3.813.618-5.313-.78l-1.313%201.5c1.301%201.199%203.024%201.78%204.625%201.78c1.102%200%202.094-.28%203.094-.78c.899-.5%201.594-1.227%202.094-2.125c.5.898%201.195%201.625%202.094%202.125s1.992.78%203.093.78c1.602%200%203.325-.581%204.625-1.78l-1.312-1.5c-1.5%201.398-3.71%201.68-5.313.78c-1-.6-1.699-1.581-2-2.78c-.3-1.301-.074-2.614.625-3.813c1.399-2.398%204.176-3.293%206.375-2.094c1.602.899%202.399%202.899%202%205l2%20.407c.5-2.899-.695-5.727-3.093-7.125c-.899-.5-1.907-.782-2.907-.782c.5-.898.72-1.804.72-2.906c0-2.8-1.919-5.195-4.72-6.094l-.593%201.907c2%20.601%203.312%202.289%203.312%204.187c0%202.5-2.199%204.5-5%204.5c-2.8%200-5-2-5-4.5c0-1.898%201.281-3.586%203.281-4.188zM16%2010c-1.102%200-2.102.188-3%20.688c.102.699.398%201.32%201%201.718c.602-.3%201.305-.406%201.906-.406c.602%200%201.305.105%201.906.406c.602-.398%201-1.02%201-1.719c-.699-.5-1.71-.687-2.812-.687m0%206c.602%200%201%20.398%201%201s-.398%201-1%201s-1-.398-1-1s.398-1%201-1m-6.031%201.313A1.9%201.9%200%200%200%209%2017.5a7.17%207.17%200%200%200%203%205.188c.5-.301.805-.774.906-1.375v-.407c-1-.8-1.707-1.914-1.906-3.312c-.352-.149-.695-.258-1.031-.282zm12.125.093c-.399%200-.793.082-1.094.282A5.03%205.03%200%200%201%2019%2021v.406c.102.602.508%201.106.906%201.407c1.801-1.2%202.895-3.118%203.094-5.22c-.3-.1-.605-.187-.906-.187%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.594%204.406C10.894%205.305%209%207.7%209%2010.5c0%201%20.29%202.008.688%202.906c-1%200-1.977.281-2.876.781c-2.398%201.399-3.601%204.227-3%207.126l2-.407c-.398-2%20.399-4%202-5c2.102-1.199%204.977-.304%206.375%202.094c.7%201.2.926%202.512.626%203.813c-.301%201.199-1%202.18-2%202.78c-1.602.9-3.813.618-5.313-.78l-1.313%201.5c1.301%201.199%203.024%201.78%204.625%201.78c1.102%200%202.094-.28%203.094-.78c.899-.5%201.594-1.227%202.094-2.125c.5.898%201.195%201.625%202.094%202.125s1.992.78%203.093.78c1.602%200%203.325-.581%204.625-1.78l-1.312-1.5c-1.5%201.398-3.71%201.68-5.313.78c-1-.6-1.699-1.581-2-2.78c-.3-1.301-.074-2.614.625-3.813c1.399-2.398%204.176-3.293%206.375-2.094c1.602.899%202.399%202.899%202%205l2%20.407c.5-2.899-.695-5.727-3.093-7.125c-.899-.5-1.907-.782-2.907-.782c.5-.898.72-1.804.72-2.906c0-2.8-1.919-5.195-4.72-6.094l-.593%201.907c2%20.601%203.312%202.289%203.312%204.187c0%202.5-2.199%204.5-5%204.5c-2.8%200-5-2-5-4.5c0-1.898%201.281-3.586%203.281-4.188zM16%2010c-1.102%200-2.102.188-3%20.688c.102.699.398%201.32%201%201.718c.602-.3%201.305-.406%201.906-.406c.602%200%201.305.105%201.906.406c.602-.398%201-1.02%201-1.719c-.699-.5-1.71-.687-2.812-.687m0%206c.602%200%201%20.398%201%201s-.398%201-1%201s-1-.398-1-1s.398-1%201-1m-6.031%201.313A1.9%201.9%200%200%200%209%2017.5a7.17%207.17%200%200%200%203%205.188c.5-.301.805-.774.906-1.375v-.407c-1-.8-1.707-1.914-1.906-3.312c-.352-.149-.695-.258-1.031-.282zm12.125.093c-.399%200-.793.082-1.094.282A5.03%205.03%200%200%201%2019%2021v.406c.102.602.508%201.106.906%201.407c1.801-1.2%202.895-3.118%203.094-5.22c-.3-.1-.605-.187-.906-.187%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/biohazard.svg?color=%231a73e8&size=48