bacteria icon

bacteria-filled from Reicon by REICON · Filled · Medicine · MIT Free for personal and commercial use.

Name
bacteria-filled
Set
Reicon
Style
Filled
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"><path fill="currentColor" fill-rule="evenodd" d="M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10S17.523 2 12 2M9 12a3 3 0 1 0 0 6a3 3 0 0 0 0-6M5.201 9.807a.75.75 0 0 1 .406.98l-.414 1a.75.75 0 0 1-1.386-.574l.414-1a.75.75 0 0 1 .98-.406m8.52-2.533a.75.75 0 0 0 .84.641c.663-.036 1.988.31 1.988 1.988a.75.75 0 0 0 .642.84c.41.056.793-.264.85-.674l.005-.062q.008-.076.01-.202a4 4 0 0 0-.046-.654c-.083-.52-.308-1.217-.894-1.803c-.585-.586-1.282-.81-1.802-.893a3.8 3.8 0 0 0-.856-.037l-.09.01a.755.755 0 0 0-.646.846M9.744 9.19a.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.217-.307-1.803-.893s-.81-1.282-.893-1.802a3.8 3.8 0 0 1-.03-.919l.002-.02l.001-.007a.75.75 0 0 1 1.487.194c-.036.662.31 1.987 1.988 1.987a.75.75 0 0 1 .84.641m9.993 3.803a.75.75 0 0 1-.577.876h-.002l-.059.021a1 1 0 0 0-.25.14c-.192.141-.458.418-.607.973c-.149.556-.057.928.04 1.146a1.1 1.1 0 0 0 .186.294l.002.002a.75.75 0 0 1-.997 1.12l.493-.565l-.492.566l-.002-.002h-.001l-.003-.004l-.008-.006l-.018-.017l-.05-.049a2.6 2.6 0 0 1-.484-.734c-.225-.511-.357-1.234-.115-2.139s.718-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 .88.593M12.83 17.31a.75.75 0 0 1 1.052-.131l1.579 1.228a.75.75 0 1 1-.921 1.184l-1.579-1.228a.75.75 0 0 1-.131-1.053M15.25 12a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0zM10 4.25h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5m2.03 3.72a.75.75 0 1 0-1.06 1.06l1 1a.75.75 0 1 0 1.06-1.06z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBacteriaFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10S17.523 2 12 2M9 12a3 3 0 1 0 0 6a3 3 0 0 0 0-6M5.201 9.807a.75.75 0 0 1 .406.98l-.414 1a.75.75 0 0 1-1.386-.574l.414-1a.75.75 0 0 1 .98-.406m8.52-2.533a.75.75 0 0 0 .84.641c.663-.036 1.988.31 1.988 1.988a.75.75 0 0 0 .642.84c.41.056.793-.264.85-.674l.005-.062q.008-.076.01-.202a4 4 0 0 0-.046-.654c-.083-.52-.308-1.217-.894-1.803c-.585-.586-1.282-.81-1.802-.893a3.8 3.8 0 0 0-.856-.037l-.09.01a.755.755 0 0 0-.646.846M9.744 9.19a.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.217-.307-1.803-.893s-.81-1.282-.893-1.802a3.8 3.8 0 0 1-.03-.919l.002-.02l.001-.007a.75.75 0 0 1 1.487.194c-.036.662.31 1.987 1.988 1.987a.75.75 0 0 1 .84.641m9.993 3.803a.75.75 0 0 1-.577.876h-.002l-.059.021a1 1 0 0 0-.25.14c-.192.141-.458.418-.607.973c-.149.556-.057.928.04 1.146a1.1 1.1 0 0 0 .186.294l.002.002a.75.75 0 0 1-.997 1.12l.493-.565l-.492.566l-.002-.002h-.001l-.003-.004l-.008-.006l-.018-.017l-.05-.049a2.6 2.6 0 0 1-.484-.734c-.225-.511-.357-1.234-.115-2.139s.718-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 .88.593M12.83 17.31a.75.75 0 0 1 1.052-.131l1.579 1.228a.75.75 0 1 1-.921 1.184l-1.579-1.228a.75.75 0 0 1-.131-1.053M15.25 12a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0zM10 4.25h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5m2.03 3.72a.75.75 0 1 0-1.06 1.06l1 1a.75.75 0 1 0 1.06-1.06z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10S17.523 2 12 2M9 12a3 3 0 1 0 0 6a3 3 0 0 0 0-6M5.201 9.807a.75.75 0 0 1 .406.98l-.414 1a.75.75 0 0 1-1.386-.574l.414-1a.75.75 0 0 1 .98-.406m8.52-2.533a.75.75 0 0 0 .84.641c.663-.036 1.988.31 1.988 1.988a.75.75 0 0 0 .642.84c.41.056.793-.264.85-.674l.005-.062q.008-.076.01-.202a4 4 0 0 0-.046-.654c-.083-.52-.308-1.217-.894-1.803c-.585-.586-1.282-.81-1.802-.893a3.8 3.8 0 0 0-.856-.037l-.09.01a.755.755 0 0 0-.646.846M9.744 9.19a.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.217-.307-1.803-.893s-.81-1.282-.893-1.802a3.8 3.8 0 0 1-.03-.919l.002-.02l.001-.007a.75.75 0 0 1 1.487.194c-.036.662.31 1.987 1.988 1.987a.75.75 0 0 1 .84.641m9.993 3.803a.75.75 0 0 1-.577.876h-.002l-.059.021a1 1 0 0 0-.25.14c-.192.141-.458.418-.607.973c-.149.556-.057.928.04 1.146a1.1 1.1 0 0 0 .186.294l.002.002a.75.75 0 0 1-.997 1.12l.493-.565l-.492.566l-.002-.002h-.001l-.003-.004l-.008-.006l-.018-.017l-.05-.049a2.6 2.6 0 0 1-.484-.734c-.225-.511-.357-1.234-.115-2.139s.718-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 .88.593M12.83 17.31a.75.75 0 0 1 1.052-.131l1.579 1.228a.75.75 0 1 1-.921 1.184l-1.579-1.228a.75.75 0 0 1-.131-1.053M15.25 12a.75.75 0 0 0-1.5 0v2a.75.75 0 0 0 1.5 0zM10 4.25h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5m2.03 3.72a.75.75 0 1 0-1.06 1.06l1 1a.75.75 0 1 0 1.06-1.06z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-bacteria-filled {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010s10-4.477%2010-10S17.523%202%2012%202M9%2012a3%203%200%201%200%200%206a3%203%200%200%200%200-6M5.201%209.807a.75.75%200%200%201%20.406.98l-.414%201a.75.75%200%200%201-1.386-.574l.414-1a.75.75%200%200%201%20.98-.406m8.52-2.533a.75.75%200%200%200%20.84.641c.663-.036%201.988.31%201.988%201.988a.75.75%200%200%200%20.642.84c.41.056.793-.264.85-.674l.005-.062q.008-.076.01-.202a4%204%200%200%200-.046-.654c-.083-.52-.308-1.217-.894-1.803c-.585-.586-1.282-.81-1.802-.893a3.8%203.8%200%200%200-.856-.037l-.09.01a.755.755%200%200%200-.646.846M9.744%209.19a.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.217-.307-1.803-.893s-.81-1.282-.893-1.802a3.8%203.8%200%200%201-.03-.919l.002-.02l.001-.007a.75.75%200%200%201%201.487.194c-.036.662.31%201.987%201.988%201.987a.75.75%200%200%201%20.84.641m9.993%203.803a.75.75%200%200%201-.577.876h-.002l-.059.021a1%201%200%200%200-.25.14c-.192.141-.458.418-.607.973c-.149.556-.057.928.04%201.146a1.1%201.1%200%200%200%20.186.294l.002.002a.75.75%200%200%201-.997%201.12l.493-.565l-.492.566l-.002-.002h-.001l-.003-.004l-.008-.006l-.018-.017l-.05-.049a2.6%202.6%200%200%201-.484-.734c-.225-.511-.357-1.234-.115-2.139s.718-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.88.593M12.83%2017.31a.75.75%200%200%201%201.052-.131l1.579%201.228a.75.75%200%201%201-.921%201.184l-1.579-1.228a.75.75%200%200%201-.131-1.053M15.25%2012a.75.75%200%200%200-1.5%200v2a.75.75%200%200%200%201.5%200zM10%204.25h2a.75.75%200%200%201%200%201.5h-2a.75.75%200%200%201%200-1.5m2.03%203.72a.75.75%200%201%200-1.06%201.06l1%201a.75.75%200%201%200%201.06-1.06z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010s10-4.477%2010-10S17.523%202%2012%202M9%2012a3%203%200%201%200%200%206a3%203%200%200%200%200-6M5.201%209.807a.75.75%200%200%201%20.406.98l-.414%201a.75.75%200%200%201-1.386-.574l.414-1a.75.75%200%200%201%20.98-.406m8.52-2.533a.75.75%200%200%200%20.84.641c.663-.036%201.988.31%201.988%201.988a.75.75%200%200%200%20.642.84c.41.056.793-.264.85-.674l.005-.062q.008-.076.01-.202a4%204%200%200%200-.046-.654c-.083-.52-.308-1.217-.894-1.803c-.585-.586-1.282-.81-1.802-.893a3.8%203.8%200%200%200-.856-.037l-.09.01a.755.755%200%200%200-.646.846M9.744%209.19a.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.217-.307-1.803-.893s-.81-1.282-.893-1.802a3.8%203.8%200%200%201-.03-.919l.002-.02l.001-.007a.75.75%200%200%201%201.487.194c-.036.662.31%201.987%201.988%201.987a.75.75%200%200%201%20.84.641m9.993%203.803a.75.75%200%200%201-.577.876h-.002l-.059.021a1%201%200%200%200-.25.14c-.192.141-.458.418-.607.973c-.149.556-.057.928.04%201.146a1.1%201.1%200%200%200%20.186.294l.002.002a.75.75%200%200%201-.997%201.12l.493-.565l-.492.566l-.002-.002h-.001l-.003-.004l-.008-.006l-.018-.017l-.05-.049a2.6%202.6%200%200%201-.484-.734c-.225-.511-.357-1.234-.115-2.139s.718-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.88.593M12.83%2017.31a.75.75%200%200%201%201.052-.131l1.579%201.228a.75.75%200%201%201-.921%201.184l-1.579-1.228a.75.75%200%200%201-.131-1.053M15.25%2012a.75.75%200%200%200-1.5%200v2a.75.75%200%200%200%201.5%200zM10%204.25h2a.75.75%200%200%201%200%201.5h-2a.75.75%200%200%201%200-1.5m2.03%203.72a.75.75%200%201%200-1.06%201.06l1%201a.75.75%200%201%200%201.06-1.06z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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