bacteria icon

bacteria from Reicon by REICON · Outline · Medicine · MIT Free for personal and commercial use.

Name
bacteria
Set
Reicon
Style
Outline
Category
Medicine
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All bacteria icons →

More medicine icons from Reicon

Use the bacteria icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10 4.25h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 1 1 0-1.5m-.257 4.94a.75.75 0 0 1-.64.846h-.006l-.007.002l-.02.002l-.063.006q-.076.006-.201.01a4 4 0 0 1-.655-.047c-.52-.082-1.216-.307-1.802-.893s-.81-1.282-.894-1.802a3.8 3.8 0 0 1-.03-.919l.002-.02l.001-.007a.75.75 0 0 1 1.487.194c-.036.662.311 1.987 1.988 1.987a.75.75 0 0 1 .84.641m1.227-1.22a.75.75 0 0 1 1.06 0l1 1a.75.75 0 1 1-1.06 1.06l-1-1a.75.75 0 0 1 0-1.06M15.25 12a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0zm2.223 5.566l-.002-.002h-.001l-.003-.004l-.008-.006l-.018-.017l-.049-.049a2.6 2.6 0 0 1-.484-.734c-.226-.511-.358-1.234-.116-2.139c.243-.905.719-1.465 1.17-1.795a2.6 2.6 0 0 1 .786-.393l.067-.018l.024-.005l.01-.002l.004-.001h.002s.002-.001.145.735l-.143-.736a.75.75 0 0 1 .303 1.469h-.003l-.058.021a1 1 0 0 0-.25.14c-.193.141-.459.418-.608.973c-.149.556-.057.928.04 1.146a1.1 1.1 0 0 0 .186.294l.002.002a.75.75 0 0 1-.996 1.12M5.607 10.787a.75.75 0 1 0-1.386-.574l-.414 1a.75.75 0 1 0 1.386.574zm8.955-2.872a.75.75 0 0 1-.194-1.487l.09-.01q.076-.006.201-.01c.165-.002.393.005.655.047c.52.083 1.217.307 1.803.893s.81 1.283.893 1.803a3.8 3.8 0 0 1 .03.918c-.056.41-.439.73-.849.674a.75.75 0 0 1-.641-.84c0-1.678-1.325-2.024-1.988-1.988m-.68 9.265a.75.75 0 1 0-.921 1.184l1.578 1.228a.75.75 0 1 0 .921-1.184z"/><path fill-rule="evenodd" d="M9 11.25a3.75 3.75 0 1 0 0 7.5a3.75 3.75 0 0 0 0-7.5M6.75 15a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0" clip-rule="evenodd"/><path fill-rule="evenodd" d="M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75S1.25 17.937 1.25 12M12 2.75a9.25 9.25 0 1 0 0 18.5a9.25 9.25 0 0 0 0-18.5" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBacteria(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10 4.25h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 1 1 0-1.5m-.257 4.94a.75.75 0 0 1-.64.846h-.006l-.007.002l-.02.002l-.063.006q-.076.006-.201.01a4 4 0 0 1-.655-.047c-.52-.082-1.216-.307-1.802-.893s-.81-1.282-.894-1.802a3.8 3.8 0 0 1-.03-.919l.002-.02l.001-.007a.75.75 0 0 1 1.487.194c-.036.662.311 1.987 1.988 1.987a.75.75 0 0 1 .84.641m1.227-1.22a.75.75 0 0 1 1.06 0l1 1a.75.75 0 1 1-1.06 1.06l-1-1a.75.75 0 0 1 0-1.06M15.25 12a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0zm2.223 5.566l-.002-.002h-.001l-.003-.004l-.008-.006l-.018-.017l-.049-.049a2.6 2.6 0 0 1-.484-.734c-.226-.511-.358-1.234-.116-2.139c.243-.905.719-1.465 1.17-1.795a2.6 2.6 0 0 1 .786-.393l.067-.018l.024-.005l.01-.002l.004-.001h.002s.002-.001.145.735l-.143-.736a.75.75 0 0 1 .303 1.469h-.003l-.058.021a1 1 0 0 0-.25.14c-.193.141-.459.418-.608.973c-.149.556-.057.928.04 1.146a1.1 1.1 0 0 0 .186.294l.002.002a.75.75 0 0 1-.996 1.12M5.607 10.787a.75.75 0 1 0-1.386-.574l-.414 1a.75.75 0 1 0 1.386.574zm8.955-2.872a.75.75 0 0 1-.194-1.487l.09-.01q.076-.006.201-.01c.165-.002.393.005.655.047c.52.083 1.217.307 1.803.893s.81 1.283.893 1.803a3.8 3.8 0 0 1 .03.918c-.056.41-.439.73-.849.674a.75.75 0 0 1-.641-.84c0-1.678-1.325-2.024-1.988-1.988m-.68 9.265a.75.75 0 1 0-.921 1.184l1.578 1.228a.75.75 0 1 0 .921-1.184z"/><path fillRule="evenodd" d="M9 11.25a3.75 3.75 0 1 0 0 7.5a3.75 3.75 0 0 0 0-7.5M6.75 15a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0" clipRule="evenodd"/><path fillRule="evenodd" d="M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75S1.25 17.937 1.25 12M12 2.75a9.25 9.25 0 1 0 0 18.5a9.25 9.25 0 0 0 0-18.5" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10 4.25h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 1 1 0-1.5m-.257 4.94a.75.75 0 0 1-.64.846h-.006l-.007.002l-.02.002l-.063.006q-.076.006-.201.01a4 4 0 0 1-.655-.047c-.52-.082-1.216-.307-1.802-.893s-.81-1.282-.894-1.802a3.8 3.8 0 0 1-.03-.919l.002-.02l.001-.007a.75.75 0 0 1 1.487.194c-.036.662.311 1.987 1.988 1.987a.75.75 0 0 1 .84.641m1.227-1.22a.75.75 0 0 1 1.06 0l1 1a.75.75 0 1 1-1.06 1.06l-1-1a.75.75 0 0 1 0-1.06M15.25 12a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0zm2.223 5.566l-.002-.002h-.001l-.003-.004l-.008-.006l-.018-.017l-.049-.049a2.6 2.6 0 0 1-.484-.734c-.226-.511-.358-1.234-.116-2.139c.243-.905.719-1.465 1.17-1.795a2.6 2.6 0 0 1 .786-.393l.067-.018l.024-.005l.01-.002l.004-.001h.002s.002-.001.145.735l-.143-.736a.75.75 0 0 1 .303 1.469h-.003l-.058.021a1 1 0 0 0-.25.14c-.193.141-.459.418-.608.973c-.149.556-.057.928.04 1.146a1.1 1.1 0 0 0 .186.294l.002.002a.75.75 0 0 1-.996 1.12M5.607 10.787a.75.75 0 1 0-1.386-.574l-.414 1a.75.75 0 1 0 1.386.574zm8.955-2.872a.75.75 0 0 1-.194-1.487l.09-.01q.076-.006.201-.01c.165-.002.393.005.655.047c.52.083 1.217.307 1.803.893s.81 1.283.893 1.803a3.8 3.8 0 0 1 .03.918c-.056.41-.439.73-.849.674a.75.75 0 0 1-.641-.84c0-1.678-1.325-2.024-1.988-1.988m-.68 9.265a.75.75 0 1 0-.921 1.184l1.578 1.228a.75.75 0 1 0 .921-1.184z"/><path fill-rule="evenodd" d="M9 11.25a3.75 3.75 0 1 0 0 7.5a3.75 3.75 0 0 0 0-7.5M6.75 15a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0" clip-rule="evenodd"/><path fill-rule="evenodd" d="M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12S17.937 22.75 12 22.75S1.25 17.937 1.25 12M12 2.75a9.25 9.25 0 1 0 0 18.5a9.25 9.25 0 0 0 0-18.5" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-bacteria {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10%204.25h2a.75.75%200%200%201%200%201.5h-2a.75.75%200%201%201%200-1.5m-.257%204.94a.75.75%200%200%201-.64.846h-.006l-.007.002l-.02.002l-.063.006q-.076.006-.201.01a4%204%200%200%201-.655-.047c-.52-.082-1.216-.307-1.802-.893s-.81-1.282-.894-1.802a3.8%203.8%200%200%201-.03-.919l.002-.02l.001-.007a.75.75%200%200%201%201.487.194c-.036.662.311%201.987%201.988%201.987a.75.75%200%200%201%20.84.641m1.227-1.22a.75.75%200%200%201%201.06%200l1%201a.75.75%200%201%201-1.06%201.06l-1-1a.75.75%200%200%201%200-1.06M15.25%2012a.75.75%200%200%200-1.5%200v2a.75.75%200%200%200%201.5%200zm2.223%205.566l-.002-.002h-.001l-.003-.004l-.008-.006l-.018-.017l-.049-.049a2.6%202.6%200%200%201-.484-.734c-.226-.511-.358-1.234-.116-2.139c.243-.905.719-1.465%201.17-1.795a2.6%202.6%200%200%201%20.786-.393l.067-.018l.024-.005l.01-.002l.004-.001h.002s.002-.001.145.735l-.143-.736a.75.75%200%200%201%20.303%201.469h-.003l-.058.021a1%201%200%200%200-.25.14c-.193.141-.459.418-.608.973c-.149.556-.057.928.04%201.146a1.1%201.1%200%200%200%20.186.294l.002.002a.75.75%200%200%201-.996%201.12M5.607%2010.787a.75.75%200%201%200-1.386-.574l-.414%201a.75.75%200%201%200%201.386.574zm8.955-2.872a.75.75%200%200%201-.194-1.487l.09-.01q.076-.006.201-.01c.165-.002.393.005.655.047c.52.083%201.217.307%201.803.893s.81%201.283.893%201.803a3.8%203.8%200%200%201%20.03.918c-.056.41-.439.73-.849.674a.75.75%200%200%201-.641-.84c0-1.678-1.325-2.024-1.988-1.988m-.68%209.265a.75.75%200%201%200-.921%201.184l1.578%201.228a.75.75%200%201%200%20.921-1.184z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9%2011.25a3.75%203.75%200%201%200%200%207.5a3.75%203.75%200%200%200%200-7.5M6.75%2015a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%2012C1.25%206.063%206.063%201.25%2012%201.25S22.75%206.063%2022.75%2012S17.937%2022.75%2012%2022.75S1.25%2017.937%201.25%2012M12%202.75a9.25%209.25%200%201%200%200%2018.5a9.25%209.25%200%200%200%200-18.5%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10%204.25h2a.75.75%200%200%201%200%201.5h-2a.75.75%200%201%201%200-1.5m-.257%204.94a.75.75%200%200%201-.64.846h-.006l-.007.002l-.02.002l-.063.006q-.076.006-.201.01a4%204%200%200%201-.655-.047c-.52-.082-1.216-.307-1.802-.893s-.81-1.282-.894-1.802a3.8%203.8%200%200%201-.03-.919l.002-.02l.001-.007a.75.75%200%200%201%201.487.194c-.036.662.311%201.987%201.988%201.987a.75.75%200%200%201%20.84.641m1.227-1.22a.75.75%200%200%201%201.06%200l1%201a.75.75%200%201%201-1.06%201.06l-1-1a.75.75%200%200%201%200-1.06M15.25%2012a.75.75%200%200%200-1.5%200v2a.75.75%200%200%200%201.5%200zm2.223%205.566l-.002-.002h-.001l-.003-.004l-.008-.006l-.018-.017l-.049-.049a2.6%202.6%200%200%201-.484-.734c-.226-.511-.358-1.234-.116-2.139c.243-.905.719-1.465%201.17-1.795a2.6%202.6%200%200%201%20.786-.393l.067-.018l.024-.005l.01-.002l.004-.001h.002s.002-.001.145.735l-.143-.736a.75.75%200%200%201%20.303%201.469h-.003l-.058.021a1%201%200%200%200-.25.14c-.193.141-.459.418-.608.973c-.149.556-.057.928.04%201.146a1.1%201.1%200%200%200%20.186.294l.002.002a.75.75%200%200%201-.996%201.12M5.607%2010.787a.75.75%200%201%200-1.386-.574l-.414%201a.75.75%200%201%200%201.386.574zm8.955-2.872a.75.75%200%200%201-.194-1.487l.09-.01q.076-.006.201-.01c.165-.002.393.005.655.047c.52.083%201.217.307%201.803.893s.81%201.283.893%201.803a3.8%203.8%200%200%201%20.03.918c-.056.41-.439.73-.849.674a.75.75%200%200%201-.641-.84c0-1.678-1.325-2.024-1.988-1.988m-.68%209.265a.75.75%200%201%200-.921%201.184l1.578%201.228a.75.75%200%201%200%20.921-1.184z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9%2011.25a3.75%203.75%200%201%200%200%207.5a3.75%203.75%200%200%200%200-7.5M6.75%2015a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%2012C1.25%206.063%206.063%201.25%2012%201.25S22.75%206.063%2022.75%2012S17.937%2022.75%2012%2022.75S1.25%2017.937%201.25%2012M12%202.75a9.25%209.25%200%201%200%200%2018.5a9.25%209.25%200%200%200%200-18.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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