biohazard from Fluent Emoji High Contrast by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.

Name
biohazard
Set
Fluent Emoji High Contrast
Style
Default
Category
Symbols
Viewbox
32×32
License
MIT

The same emoji in other sets

More symbols icons from Fluent Emoji High Contrast

Use the biohazard emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M24.44 13.96a6.2 6.2 0 0 0-3.09-.83c.53-.91.83-1.96.83-3.09c0-1.43-.49-2.75-1.3-3.79c-.18-.24-.55-.01-.42.26c.3.66.47 1.39.45 2.17c-.06 2.61-2.18 4.73-4.79 4.8c-2.76.07-5.02-2.16-5.02-4.9c0-.74.16-1.44.45-2.06c.12-.28-.25-.5-.43-.27a6.18 6.18 0 0 0-1.3 3.79c0 1.13.3 2.18.83 3.09c-1.05 0-2.11.27-3.09.83a6.06 6.06 0 0 0-2.63 3.02c-.11.28.26.48.44.24c.42-.59.97-1.1 1.65-1.47c2.29-1.25 5.19-.48 6.55 1.75c1.44 2.36.65 5.43-1.74 6.8c-.64.37-1.33.58-2.01.64c-.29.03-.3.46-.01.5A6.18 6.18 0 0 0 16 22.41c.52.91 1.29 1.7 2.26 2.26c1.24.71 2.62.95 3.94.77c.3-.04.28-.47-.01-.5c-.68-.06-1.35-.26-1.98-.62c-2.32-1.31-3.17-4.28-1.89-6.62a4.91 4.91 0 0 1 6.76-1.9c.64.37 1.16.86 1.56 1.42c.17.24.55.03.43-.24a6.1 6.1 0 0 0-2.63-3.02M16 17.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5"/><path d="M13.53 11.09c-.21.11-.47.05-.62-.14a.49.49 0 0 1 .16-.75c.88-.45 1.88-.7 2.93-.7s2.04.25 2.93.69c.28.14.36.5.17.75c-.01 0-.01.01-.01.01c-.15.19-.41.25-.62.14A5.4 5.4 0 0 0 16 10.5c-.89 0-1.73.21-2.47.59m-.36 10.11c.09-.22.01-.47-.19-.6a5.55 5.55 0 0 1-1.75-1.85c-.44-.77-.68-1.6-.73-2.43a.5.5 0 0 0-.43-.47h-.01a.495.495 0 0 0-.56.52c.05.98.33 1.97.86 2.88s1.24 1.65 2.07 2.19c.27.17.62.06.74-.24m8.68-4.99h.01a.5.5 0 0 1 .59.55a6.53 6.53 0 0 1-2.82 4.61a.5.5 0 0 1-.76-.27v-.01c-.06-.2.02-.42.2-.54c1.3-.87 2.2-2.28 2.39-3.91c.02-.21.18-.39.39-.43"/><path d="M1 16C1 7.718 7.718 1 16 1s15 6.718 15 15s-6.718 15-15 15S1 24.282 1 16M16 3C8.822 3 3 8.822 3 16s5.822 13 13 13s13-5.822 13-13S23.178 3 16 3"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastBiohazard(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M24.44 13.96a6.2 6.2 0 0 0-3.09-.83c.53-.91.83-1.96.83-3.09c0-1.43-.49-2.75-1.3-3.79c-.18-.24-.55-.01-.42.26c.3.66.47 1.39.45 2.17c-.06 2.61-2.18 4.73-4.79 4.8c-2.76.07-5.02-2.16-5.02-4.9c0-.74.16-1.44.45-2.06c.12-.28-.25-.5-.43-.27a6.18 6.18 0 0 0-1.3 3.79c0 1.13.3 2.18.83 3.09c-1.05 0-2.11.27-3.09.83a6.06 6.06 0 0 0-2.63 3.02c-.11.28.26.48.44.24c.42-.59.97-1.1 1.65-1.47c2.29-1.25 5.19-.48 6.55 1.75c1.44 2.36.65 5.43-1.74 6.8c-.64.37-1.33.58-2.01.64c-.29.03-.3.46-.01.5A6.18 6.18 0 0 0 16 22.41c.52.91 1.29 1.7 2.26 2.26c1.24.71 2.62.95 3.94.77c.3-.04.28-.47-.01-.5c-.68-.06-1.35-.26-1.98-.62c-2.32-1.31-3.17-4.28-1.89-6.62a4.91 4.91 0 0 1 6.76-1.9c.64.37 1.16.86 1.56 1.42c.17.24.55.03.43-.24a6.1 6.1 0 0 0-2.63-3.02M16 17.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5"/><path d="M13.53 11.09c-.21.11-.47.05-.62-.14a.49.49 0 0 1 .16-.75c.88-.45 1.88-.7 2.93-.7s2.04.25 2.93.69c.28.14.36.5.17.75c-.01 0-.01.01-.01.01c-.15.19-.41.25-.62.14A5.4 5.4 0 0 0 16 10.5c-.89 0-1.73.21-2.47.59m-.36 10.11c.09-.22.01-.47-.19-.6a5.55 5.55 0 0 1-1.75-1.85c-.44-.77-.68-1.6-.73-2.43a.5.5 0 0 0-.43-.47h-.01a.495.495 0 0 0-.56.52c.05.98.33 1.97.86 2.88s1.24 1.65 2.07 2.19c.27.17.62.06.74-.24m8.68-4.99h.01a.5.5 0 0 1 .59.55a6.53 6.53 0 0 1-2.82 4.61a.5.5 0 0 1-.76-.27v-.01c-.06-.2.02-.42.2-.54c1.3-.87 2.2-2.28 2.39-3.91c.02-.21.18-.39.39-.43"/><path d="M1 16C1 7.718 7.718 1 16 1s15 6.718 15 15s-6.718 15-15 15S1 24.282 1 16M16 3C8.822 3 3 8.822 3 16s5.822 13 13 13s13-5.822 13-13S23.178 3 16 3"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M24.44 13.96a6.2 6.2 0 0 0-3.09-.83c.53-.91.83-1.96.83-3.09c0-1.43-.49-2.75-1.3-3.79c-.18-.24-.55-.01-.42.26c.3.66.47 1.39.45 2.17c-.06 2.61-2.18 4.73-4.79 4.8c-2.76.07-5.02-2.16-5.02-4.9c0-.74.16-1.44.45-2.06c.12-.28-.25-.5-.43-.27a6.18 6.18 0 0 0-1.3 3.79c0 1.13.3 2.18.83 3.09c-1.05 0-2.11.27-3.09.83a6.06 6.06 0 0 0-2.63 3.02c-.11.28.26.48.44.24c.42-.59.97-1.1 1.65-1.47c2.29-1.25 5.19-.48 6.55 1.75c1.44 2.36.65 5.43-1.74 6.8c-.64.37-1.33.58-2.01.64c-.29.03-.3.46-.01.5A6.18 6.18 0 0 0 16 22.41c.52.91 1.29 1.7 2.26 2.26c1.24.71 2.62.95 3.94.77c.3-.04.28-.47-.01-.5c-.68-.06-1.35-.26-1.98-.62c-2.32-1.31-3.17-4.28-1.89-6.62a4.91 4.91 0 0 1 6.76-1.9c.64.37 1.16.86 1.56 1.42c.17.24.55.03.43-.24a6.1 6.1 0 0 0-2.63-3.02M16 17.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5"/><path d="M13.53 11.09c-.21.11-.47.05-.62-.14a.49.49 0 0 1 .16-.75c.88-.45 1.88-.7 2.93-.7s2.04.25 2.93.69c.28.14.36.5.17.75c-.01 0-.01.01-.01.01c-.15.19-.41.25-.62.14A5.4 5.4 0 0 0 16 10.5c-.89 0-1.73.21-2.47.59m-.36 10.11c.09-.22.01-.47-.19-.6a5.55 5.55 0 0 1-1.75-1.85c-.44-.77-.68-1.6-.73-2.43a.5.5 0 0 0-.43-.47h-.01a.495.495 0 0 0-.56.52c.05.98.33 1.97.86 2.88s1.24 1.65 2.07 2.19c.27.17.62.06.74-.24m8.68-4.99h.01a.5.5 0 0 1 .59.55a6.53 6.53 0 0 1-2.82 4.61a.5.5 0 0 1-.76-.27v-.01c-.06-.2.02-.42.2-.54c1.3-.87 2.2-2.28 2.39-3.91c.02-.21.18-.39.39-.43"/><path d="M1 16C1 7.718 7.718 1 16 1s15 6.718 15 15s-6.718 15-15 15S1 24.282 1 16M16 3C8.822 3 3 8.822 3 16s5.822 13 13 13s13-5.822 13-13S23.178 3 16 3"/></g></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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M24.44%2013.96a6.2%206.2%200%200%200-3.09-.83c.53-.91.83-1.96.83-3.09c0-1.43-.49-2.75-1.3-3.79c-.18-.24-.55-.01-.42.26c.3.66.47%201.39.45%202.17c-.06%202.61-2.18%204.73-4.79%204.8c-2.76.07-5.02-2.16-5.02-4.9c0-.74.16-1.44.45-2.06c.12-.28-.25-.5-.43-.27a6.18%206.18%200%200%200-1.3%203.79c0%201.13.3%202.18.83%203.09c-1.05%200-2.11.27-3.09.83a6.06%206.06%200%200%200-2.63%203.02c-.11.28.26.48.44.24c.42-.59.97-1.1%201.65-1.47c2.29-1.25%205.19-.48%206.55%201.75c1.44%202.36.65%205.43-1.74%206.8c-.64.37-1.33.58-2.01.64c-.29.03-.3.46-.01.5A6.18%206.18%200%200%200%2016%2022.41c.52.91%201.29%201.7%202.26%202.26c1.24.71%202.62.95%203.94.77c.3-.04.28-.47-.01-.5c-.68-.06-1.35-.26-1.98-.62c-2.32-1.31-3.17-4.28-1.89-6.62a4.91%204.91%200%200%201%206.76-1.9c.64.37%201.16.86%201.56%201.42c.17.24.55.03.43-.24a6.1%206.1%200%200%200-2.63-3.02M16%2017.5c-.83%200-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5s1.5.67%201.5%201.5s-.67%201.5-1.5%201.5%22%2F%3E%3Cpath%20d%3D%22M13.53%2011.09c-.21.11-.47.05-.62-.14a.49.49%200%200%201%20.16-.75c.88-.45%201.88-.7%202.93-.7s2.04.25%202.93.69c.28.14.36.5.17.75c-.01%200-.01.01-.01.01c-.15.19-.41.25-.62.14A5.4%205.4%200%200%200%2016%2010.5c-.89%200-1.73.21-2.47.59m-.36%2010.11c.09-.22.01-.47-.19-.6a5.55%205.55%200%200%201-1.75-1.85c-.44-.77-.68-1.6-.73-2.43a.5.5%200%200%200-.43-.47h-.01a.495.495%200%200%200-.56.52c.05.98.33%201.97.86%202.88s1.24%201.65%202.07%202.19c.27.17.62.06.74-.24m8.68-4.99h.01a.5.5%200%200%201%20.59.55a6.53%206.53%200%200%201-2.82%204.61a.5.5%200%200%201-.76-.27v-.01c-.06-.2.02-.42.2-.54c1.3-.87%202.2-2.28%202.39-3.91c.02-.21.18-.39.39-.43%22%2F%3E%3Cpath%20d%3D%22M1%2016C1%207.718%207.718%201%2016%201s15%206.718%2015%2015s-6.718%2015-15%2015S1%2024.282%201%2016M16%203C8.822%203%203%208.822%203%2016s5.822%2013%2013%2013s13-5.822%2013-13S23.178%203%2016%203%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M24.44%2013.96a6.2%206.2%200%200%200-3.09-.83c.53-.91.83-1.96.83-3.09c0-1.43-.49-2.75-1.3-3.79c-.18-.24-.55-.01-.42.26c.3.66.47%201.39.45%202.17c-.06%202.61-2.18%204.73-4.79%204.8c-2.76.07-5.02-2.16-5.02-4.9c0-.74.16-1.44.45-2.06c.12-.28-.25-.5-.43-.27a6.18%206.18%200%200%200-1.3%203.79c0%201.13.3%202.18.83%203.09c-1.05%200-2.11.27-3.09.83a6.06%206.06%200%200%200-2.63%203.02c-.11.28.26.48.44.24c.42-.59.97-1.1%201.65-1.47c2.29-1.25%205.19-.48%206.55%201.75c1.44%202.36.65%205.43-1.74%206.8c-.64.37-1.33.58-2.01.64c-.29.03-.3.46-.01.5A6.18%206.18%200%200%200%2016%2022.41c.52.91%201.29%201.7%202.26%202.26c1.24.71%202.62.95%203.94.77c.3-.04.28-.47-.01-.5c-.68-.06-1.35-.26-1.98-.62c-2.32-1.31-3.17-4.28-1.89-6.62a4.91%204.91%200%200%201%206.76-1.9c.64.37%201.16.86%201.56%201.42c.17.24.55.03.43-.24a6.1%206.1%200%200%200-2.63-3.02M16%2017.5c-.83%200-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5s1.5.67%201.5%201.5s-.67%201.5-1.5%201.5%22%2F%3E%3Cpath%20d%3D%22M13.53%2011.09c-.21.11-.47.05-.62-.14a.49.49%200%200%201%20.16-.75c.88-.45%201.88-.7%202.93-.7s2.04.25%202.93.69c.28.14.36.5.17.75c-.01%200-.01.01-.01.01c-.15.19-.41.25-.62.14A5.4%205.4%200%200%200%2016%2010.5c-.89%200-1.73.21-2.47.59m-.36%2010.11c.09-.22.01-.47-.19-.6a5.55%205.55%200%200%201-1.75-1.85c-.44-.77-.68-1.6-.73-2.43a.5.5%200%200%200-.43-.47h-.01a.495.495%200%200%200-.56.52c.05.98.33%201.97.86%202.88s1.24%201.65%202.07%202.19c.27.17.62.06.74-.24m8.68-4.99h.01a.5.5%200%200%201%20.59.55a6.53%206.53%200%200%201-2.82%204.61a.5.5%200%200%201-.76-.27v-.01c-.06-.2.02-.42.2-.54c1.3-.87%202.2-2.28%202.39-3.91c.02-.21.18-.39.39-.43%22%2F%3E%3Cpath%20d%3D%22M1%2016C1%207.718%207.718%201%2016%201s15%206.718%2015%2015s-6.718%2015-15%2015S1%2024.282%201%2016M16%203C8.822%203%203%208.822%203%2016s5.822%2013%2013%2013s13-5.822%2013-13S23.178%203%2016%203%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/biohazard.svg?color=%231a73e8&size=48