bacterium from Font Awesome 6 Solid by Dave Gandy · Regular · Medical · CC-BY-4.0 Attribution required.

Name
bacterium
Set
Font Awesome 6 Solid
Style
Regular
Category
Medical
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

More medical icons from Font Awesome 6 Solid

Use the bacterium icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M423.1 30.6c3.6-12.7-3.7-26-16.5-29.7s-26 3.7-29.7 16.5l-4.2 14.7c-9.8-.4-19.9.5-29.9 2.8c-12.1 2.8-23.7 5.9-34.9 9.4L302 30.6c-5.2-12.2-19.3-17.8-31.5-12.6s-17.8 19.3-12.6 31.5l4.9 11.3c-22 9.4-42 20.1-60.2 31.8l-6.6-9.9c-7.4-11-22.3-14-33.3-6.7s-14 22.3-6.7 33.3l7.8 11.6c-18 15-33.7 30.8-47.3 47.1L103 157.3c-10.4-8.3-25.5-6.6-33.7 3.7s-6.6 25.5 3.7 33.7l15 12c-2.1 3.2-4.1 6.5-6 9.7c-9.4 15.7-17 31-23.2 45.3l-9.9-3.9c-12.3-4.9-26.3 1.1-31.2 13.4s1.1 26.3 13.4 31.2l11.6 4.6c-.3 1.1-.6 2.1-.9 3.1c-3.5 12.5-5.7 23.2-7.1 31.3c-.7 4.1-1.2 7.5-1.6 10.3c-.2 1.4-.3 2.6-.4 3.6l-.1 1.4l-.1.6v.4s0 .1 39.2 3.7l-39.2-3.6c-.5 5-.6 10-.4 14.9l-14.7 4.2C4.7 380.6-2.7 393.8.9 406.6s16.9 20.1 29.7 16.5l13.8-3.9C55 439.9 72 457 92.9 467.7L89 481.4c-3.6 12.7 3.7 26 16.5 29.7s26-3.7 29.7-16.5l4.2-14.7c23.8 1 46.3-5.5 65.1-17.6L215 473c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-10.6-10.6c9.1-14.1 15.1-30.5 17-48.3l.1-.8c.3-1.7 1-5.1 2.3-9.8l.2-.8l12.6 5.4c12.2 5.2 26.3-.4 31.5-12.6s-.4-26.3-12.6-31.5l-11.3-4.8c9.9-14.9 24.9-31.6 48.6-46l2.1 7.5c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-4-14.4c6.9-2.2 14.3-4.3 22.2-6.1c12.9-3 24.7-8 35.2-14.8L439 249c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-10.6-10.6c12.2-19 18.6-41.6 17.6-65.1l14.7-4.2c12.7-3.6 20.1-16.9 16.5-29.7S494.2 85.4 481.4 89l-13.7 3.9c-10.8-21.2-28-38-48.5-48.5zm-331 332.7L144 368zM112 320a48 48 0 1 1 96 0a48 48 0 1 1-96 0m128-136a24 24 0 1 1 0 48a24 24 0 1 1 0-48"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidBacterium(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M423.1 30.6c3.6-12.7-3.7-26-16.5-29.7s-26 3.7-29.7 16.5l-4.2 14.7c-9.8-.4-19.9.5-29.9 2.8c-12.1 2.8-23.7 5.9-34.9 9.4L302 30.6c-5.2-12.2-19.3-17.8-31.5-12.6s-17.8 19.3-12.6 31.5l4.9 11.3c-22 9.4-42 20.1-60.2 31.8l-6.6-9.9c-7.4-11-22.3-14-33.3-6.7s-14 22.3-6.7 33.3l7.8 11.6c-18 15-33.7 30.8-47.3 47.1L103 157.3c-10.4-8.3-25.5-6.6-33.7 3.7s-6.6 25.5 3.7 33.7l15 12c-2.1 3.2-4.1 6.5-6 9.7c-9.4 15.7-17 31-23.2 45.3l-9.9-3.9c-12.3-4.9-26.3 1.1-31.2 13.4s1.1 26.3 13.4 31.2l11.6 4.6c-.3 1.1-.6 2.1-.9 3.1c-3.5 12.5-5.7 23.2-7.1 31.3c-.7 4.1-1.2 7.5-1.6 10.3c-.2 1.4-.3 2.6-.4 3.6l-.1 1.4l-.1.6v.4s0 .1 39.2 3.7l-39.2-3.6c-.5 5-.6 10-.4 14.9l-14.7 4.2C4.7 380.6-2.7 393.8.9 406.6s16.9 20.1 29.7 16.5l13.8-3.9C55 439.9 72 457 92.9 467.7L89 481.4c-3.6 12.7 3.7 26 16.5 29.7s26-3.7 29.7-16.5l4.2-14.7c23.8 1 46.3-5.5 65.1-17.6L215 473c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-10.6-10.6c9.1-14.1 15.1-30.5 17-48.3l.1-.8c.3-1.7 1-5.1 2.3-9.8l.2-.8l12.6 5.4c12.2 5.2 26.3-.4 31.5-12.6s-.4-26.3-12.6-31.5l-11.3-4.8c9.9-14.9 24.9-31.6 48.6-46l2.1 7.5c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-4-14.4c6.9-2.2 14.3-4.3 22.2-6.1c12.9-3 24.7-8 35.2-14.8L439 249c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-10.6-10.6c12.2-19 18.6-41.6 17.6-65.1l14.7-4.2c12.7-3.6 20.1-16.9 16.5-29.7S494.2 85.4 481.4 89l-13.7 3.9c-10.8-21.2-28-38-48.5-48.5zm-331 332.7L144 368zM112 320a48 48 0 1 1 96 0a48 48 0 1 1-96 0m128-136a24 24 0 1 1 0 48a24 24 0 1 1 0-48"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M423.1 30.6c3.6-12.7-3.7-26-16.5-29.7s-26 3.7-29.7 16.5l-4.2 14.7c-9.8-.4-19.9.5-29.9 2.8c-12.1 2.8-23.7 5.9-34.9 9.4L302 30.6c-5.2-12.2-19.3-17.8-31.5-12.6s-17.8 19.3-12.6 31.5l4.9 11.3c-22 9.4-42 20.1-60.2 31.8l-6.6-9.9c-7.4-11-22.3-14-33.3-6.7s-14 22.3-6.7 33.3l7.8 11.6c-18 15-33.7 30.8-47.3 47.1L103 157.3c-10.4-8.3-25.5-6.6-33.7 3.7s-6.6 25.5 3.7 33.7l15 12c-2.1 3.2-4.1 6.5-6 9.7c-9.4 15.7-17 31-23.2 45.3l-9.9-3.9c-12.3-4.9-26.3 1.1-31.2 13.4s1.1 26.3 13.4 31.2l11.6 4.6c-.3 1.1-.6 2.1-.9 3.1c-3.5 12.5-5.7 23.2-7.1 31.3c-.7 4.1-1.2 7.5-1.6 10.3c-.2 1.4-.3 2.6-.4 3.6l-.1 1.4l-.1.6v.4s0 .1 39.2 3.7l-39.2-3.6c-.5 5-.6 10-.4 14.9l-14.7 4.2C4.7 380.6-2.7 393.8.9 406.6s16.9 20.1 29.7 16.5l13.8-3.9C55 439.9 72 457 92.9 467.7L89 481.4c-3.6 12.7 3.7 26 16.5 29.7s26-3.7 29.7-16.5l4.2-14.7c23.8 1 46.3-5.5 65.1-17.6L215 473c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-10.6-10.6c9.1-14.1 15.1-30.5 17-48.3l.1-.8c.3-1.7 1-5.1 2.3-9.8l.2-.8l12.6 5.4c12.2 5.2 26.3-.4 31.5-12.6s-.4-26.3-12.6-31.5l-11.3-4.8c9.9-14.9 24.9-31.6 48.6-46l2.1 7.5c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-4-14.4c6.9-2.2 14.3-4.3 22.2-6.1c12.9-3 24.7-8 35.2-14.8L439 249c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-10.6-10.6c12.2-19 18.6-41.6 17.6-65.1l14.7-4.2c12.7-3.6 20.1-16.9 16.5-29.7S494.2 85.4 481.4 89l-13.7 3.9c-10.8-21.2-28-38-48.5-48.5zm-331 332.7L144 368zM112 320a48 48 0 1 1 96 0a48 48 0 1 1-96 0m128-136a24 24 0 1 1 0 48a24 24 0 1 1 0-48"/></svg>
</template>

CSS

.icon-bacterium {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M423.1%2030.6c3.6-12.7-3.7-26-16.5-29.7s-26%203.7-29.7%2016.5l-4.2%2014.7c-9.8-.4-19.9.5-29.9%202.8c-12.1%202.8-23.7%205.9-34.9%209.4L302%2030.6c-5.2-12.2-19.3-17.8-31.5-12.6s-17.8%2019.3-12.6%2031.5l4.9%2011.3c-22%209.4-42%2020.1-60.2%2031.8l-6.6-9.9c-7.4-11-22.3-14-33.3-6.7s-14%2022.3-6.7%2033.3l7.8%2011.6c-18%2015-33.7%2030.8-47.3%2047.1L103%20157.3c-10.4-8.3-25.5-6.6-33.7%203.7s-6.6%2025.5%203.7%2033.7l15%2012c-2.1%203.2-4.1%206.5-6%209.7c-9.4%2015.7-17%2031-23.2%2045.3l-9.9-3.9c-12.3-4.9-26.3%201.1-31.2%2013.4s1.1%2026.3%2013.4%2031.2l11.6%204.6c-.3%201.1-.6%202.1-.9%203.1c-3.5%2012.5-5.7%2023.2-7.1%2031.3c-.7%204.1-1.2%207.5-1.6%2010.3c-.2%201.4-.3%202.6-.4%203.6l-.1%201.4l-.1.6v.4s0%20.1%2039.2%203.7l-39.2-3.6c-.5%205-.6%2010-.4%2014.9l-14.7%204.2C4.7%20380.6-2.7%20393.8.9%20406.6s16.9%2020.1%2029.7%2016.5l13.8-3.9C55%20439.9%2072%20457%2092.9%20467.7L89%20481.4c-3.6%2012.7%203.7%2026%2016.5%2029.7s26-3.7%2029.7-16.5l4.2-14.7c23.8%201%2046.3-5.5%2065.1-17.6L215%20473c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9l-10.6-10.6c9.1-14.1%2015.1-30.5%2017-48.3l.1-.8c.3-1.7%201-5.1%202.3-9.8l.2-.8l12.6%205.4c12.2%205.2%2026.3-.4%2031.5-12.6s-.4-26.3-12.6-31.5l-11.3-4.8c9.9-14.9%2024.9-31.6%2048.6-46l2.1%207.5c3.6%2012.7%2016.9%2020.1%2029.7%2016.5s20.1-16.9%2016.5-29.7l-4-14.4c6.9-2.2%2014.3-4.3%2022.2-6.1c12.9-3%2024.7-8%2035.2-14.8L439%20249c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9l-10.6-10.6c12.2-19%2018.6-41.6%2017.6-65.1l14.7-4.2c12.7-3.6%2020.1-16.9%2016.5-29.7S494.2%2085.4%20481.4%2089l-13.7%203.9c-10.8-21.2-28-38-48.5-48.5zm-331%20332.7L144%20368zM112%20320a48%2048%200%201%201%2096%200a48%2048%200%201%201-96%200m128-136a24%2024%200%201%201%200%2048a24%2024%200%201%201%200-48%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M423.1%2030.6c3.6-12.7-3.7-26-16.5-29.7s-26%203.7-29.7%2016.5l-4.2%2014.7c-9.8-.4-19.9.5-29.9%202.8c-12.1%202.8-23.7%205.9-34.9%209.4L302%2030.6c-5.2-12.2-19.3-17.8-31.5-12.6s-17.8%2019.3-12.6%2031.5l4.9%2011.3c-22%209.4-42%2020.1-60.2%2031.8l-6.6-9.9c-7.4-11-22.3-14-33.3-6.7s-14%2022.3-6.7%2033.3l7.8%2011.6c-18%2015-33.7%2030.8-47.3%2047.1L103%20157.3c-10.4-8.3-25.5-6.6-33.7%203.7s-6.6%2025.5%203.7%2033.7l15%2012c-2.1%203.2-4.1%206.5-6%209.7c-9.4%2015.7-17%2031-23.2%2045.3l-9.9-3.9c-12.3-4.9-26.3%201.1-31.2%2013.4s1.1%2026.3%2013.4%2031.2l11.6%204.6c-.3%201.1-.6%202.1-.9%203.1c-3.5%2012.5-5.7%2023.2-7.1%2031.3c-.7%204.1-1.2%207.5-1.6%2010.3c-.2%201.4-.3%202.6-.4%203.6l-.1%201.4l-.1.6v.4s0%20.1%2039.2%203.7l-39.2-3.6c-.5%205-.6%2010-.4%2014.9l-14.7%204.2C4.7%20380.6-2.7%20393.8.9%20406.6s16.9%2020.1%2029.7%2016.5l13.8-3.9C55%20439.9%2072%20457%2092.9%20467.7L89%20481.4c-3.6%2012.7%203.7%2026%2016.5%2029.7s26-3.7%2029.7-16.5l4.2-14.7c23.8%201%2046.3-5.5%2065.1-17.6L215%20473c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9l-10.6-10.6c9.1-14.1%2015.1-30.5%2017-48.3l.1-.8c.3-1.7%201-5.1%202.3-9.8l.2-.8l12.6%205.4c12.2%205.2%2026.3-.4%2031.5-12.6s-.4-26.3-12.6-31.5l-11.3-4.8c9.9-14.9%2024.9-31.6%2048.6-46l2.1%207.5c3.6%2012.7%2016.9%2020.1%2029.7%2016.5s20.1-16.9%2016.5-29.7l-4-14.4c6.9-2.2%2014.3-4.3%2022.2-6.1c12.9-3%2024.7-8%2035.2-14.8L439%20249c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9l-10.6-10.6c12.2-19%2018.6-41.6%2017.6-65.1l14.7-4.2c12.7-3.6%2020.1-16.9%2016.5-29.7S494.2%2085.4%20481.4%2089l-13.7%203.9c-10.8-21.2-28-38-48.5-48.5zm-331%20332.7L144%20368zM112%20320a48%2048%200%201%201%2096%200a48%2048%200%201%201-96%200m128-136a24%2024%200%201%201%200%2048a24%2024%200%201%201%200-48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/bacterium.svg?color=%231a73e8&size=48