bacteria-outline from Health Icons by Resolve to Save Lives · Outline · Body · MIT Free for personal and commercial use.

Name
bacteria-outline
Set
Health Icons
Style
Outline
Category
Body
Viewbox
48×48
License
MIT

3 other variants in Health Icons

The same icon in other sets

More body icons from Health Icons

Use the bacteria icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M16 8.022a7.4 7.4 0 0 1 4.953 2.44l2.168-2.169l1.414 1.414l-2.44 2.44c.488.99.762 2.104.762 3.282a9.67 9.67 0 0 0 2.175 6.125l2.26-2.261l1.415 1.414l-2.261 2.261a9.67 9.67 0 0 0 6.125 2.175c.656 0 1.291.085 1.896.244l1.667-2.887l1.732 1l-1.537 2.662A7.43 7.43 0 0 1 40 32.572c0 1.087-.234 2.12-.654 3.05l2.618 1.512l-1 1.732l-2.679-1.547A7.41 7.41 0 0 1 32.571 40q-.285 0-.571-.007V43h-2v-3.133a24.4 24.4 0 0 1-8.606-2.55l-1.528 2.647l-1.732-1l1.518-2.63a24.7 24.7 0 0 1-5.312-4.432l-2.633 2.634l-1.414-1.415l2.762-2.762a24.5 24.5 0 0 1-3.801-7.16L6.259 24l-.518-1.932l2.96-.793A24.6 24.6 0 0 1 8 15.43c0-.681.092-1.34.263-1.967L5.5 11.866l1-1.732l2.556 1.476A7.44 7.44 0 0 1 14 8.137V5h2zM15.429 10A5.43 5.43 0 0 0 10 15.429C10 27.894 20.106 38 32.571 38a5.429 5.429 0 0 0 0-10.857c-6.47 0-11.714-5.245-11.714-11.714A5.43 5.43 0 0 0 15.43 10M15 15a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-3 1a3 3 0 1 1 6 0a3 3 0 0 1-6 0m11 14a1 1 0 1 1 2 0a1 1 0 0 1-2 0m1-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6m-5-3a2 2 0 1 1-4 0a2 2 0 0 1 4 0m13 10a2 2 0 1 0 0-4a2 2 0 0 0 0 4" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBacteriaOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M16 8.022a7.4 7.4 0 0 1 4.953 2.44l2.168-2.169l1.414 1.414l-2.44 2.44c.488.99.762 2.104.762 3.282a9.67 9.67 0 0 0 2.175 6.125l2.26-2.261l1.415 1.414l-2.261 2.261a9.67 9.67 0 0 0 6.125 2.175c.656 0 1.291.085 1.896.244l1.667-2.887l1.732 1l-1.537 2.662A7.43 7.43 0 0 1 40 32.572c0 1.087-.234 2.12-.654 3.05l2.618 1.512l-1 1.732l-2.679-1.547A7.41 7.41 0 0 1 32.571 40q-.285 0-.571-.007V43h-2v-3.133a24.4 24.4 0 0 1-8.606-2.55l-1.528 2.647l-1.732-1l1.518-2.63a24.7 24.7 0 0 1-5.312-4.432l-2.633 2.634l-1.414-1.415l2.762-2.762a24.5 24.5 0 0 1-3.801-7.16L6.259 24l-.518-1.932l2.96-.793A24.6 24.6 0 0 1 8 15.43c0-.681.092-1.34.263-1.967L5.5 11.866l1-1.732l2.556 1.476A7.44 7.44 0 0 1 14 8.137V5h2zM15.429 10A5.43 5.43 0 0 0 10 15.429C10 27.894 20.106 38 32.571 38a5.429 5.429 0 0 0 0-10.857c-6.47 0-11.714-5.245-11.714-11.714A5.43 5.43 0 0 0 15.43 10M15 15a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-3 1a3 3 0 1 1 6 0a3 3 0 0 1-6 0m11 14a1 1 0 1 1 2 0a1 1 0 0 1-2 0m1-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6m-5-3a2 2 0 1 1-4 0a2 2 0 0 1 4 0m13 10a2 2 0 1 0 0-4a2 2 0 0 0 0 4" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M16 8.022a7.4 7.4 0 0 1 4.953 2.44l2.168-2.169l1.414 1.414l-2.44 2.44c.488.99.762 2.104.762 3.282a9.67 9.67 0 0 0 2.175 6.125l2.26-2.261l1.415 1.414l-2.261 2.261a9.67 9.67 0 0 0 6.125 2.175c.656 0 1.291.085 1.896.244l1.667-2.887l1.732 1l-1.537 2.662A7.43 7.43 0 0 1 40 32.572c0 1.087-.234 2.12-.654 3.05l2.618 1.512l-1 1.732l-2.679-1.547A7.41 7.41 0 0 1 32.571 40q-.285 0-.571-.007V43h-2v-3.133a24.4 24.4 0 0 1-8.606-2.55l-1.528 2.647l-1.732-1l1.518-2.63a24.7 24.7 0 0 1-5.312-4.432l-2.633 2.634l-1.414-1.415l2.762-2.762a24.5 24.5 0 0 1-3.801-7.16L6.259 24l-.518-1.932l2.96-.793A24.6 24.6 0 0 1 8 15.43c0-.681.092-1.34.263-1.967L5.5 11.866l1-1.732l2.556 1.476A7.44 7.44 0 0 1 14 8.137V5h2zM15.429 10A5.43 5.43 0 0 0 10 15.429C10 27.894 20.106 38 32.571 38a5.429 5.429 0 0 0 0-10.857c-6.47 0-11.714-5.245-11.714-11.714A5.43 5.43 0 0 0 15.43 10M15 15a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-3 1a3 3 0 1 1 6 0a3 3 0 0 1-6 0m11 14a1 1 0 1 1 2 0a1 1 0 0 1-2 0m1-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6m-5-3a2 2 0 1 1-4 0a2 2 0 0 1 4 0m13 10a2 2 0 1 0 0-4a2 2 0 0 0 0 4" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-bacteria-outline {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16%208.022a7.4%207.4%200%200%201%204.953%202.44l2.168-2.169l1.414%201.414l-2.44%202.44c.488.99.762%202.104.762%203.282a9.67%209.67%200%200%200%202.175%206.125l2.26-2.261l1.415%201.414l-2.261%202.261a9.67%209.67%200%200%200%206.125%202.175c.656%200%201.291.085%201.896.244l1.667-2.887l1.732%201l-1.537%202.662A7.43%207.43%200%200%201%2040%2032.572c0%201.087-.234%202.12-.654%203.05l2.618%201.512l-1%201.732l-2.679-1.547A7.41%207.41%200%200%201%2032.571%2040q-.285%200-.571-.007V43h-2v-3.133a24.4%2024.4%200%200%201-8.606-2.55l-1.528%202.647l-1.732-1l1.518-2.63a24.7%2024.7%200%200%201-5.312-4.432l-2.633%202.634l-1.414-1.415l2.762-2.762a24.5%2024.5%200%200%201-3.801-7.16L6.259%2024l-.518-1.932l2.96-.793A24.6%2024.6%200%200%201%208%2015.43c0-.681.092-1.34.263-1.967L5.5%2011.866l1-1.732l2.556%201.476A7.44%207.44%200%200%201%2014%208.137V5h2zM15.429%2010A5.43%205.43%200%200%200%2010%2015.429C10%2027.894%2020.106%2038%2032.571%2038a5.429%205.429%200%200%200%200-10.857c-6.47%200-11.714-5.245-11.714-11.714A5.43%205.43%200%200%200%2015.43%2010M15%2015a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-3%201a3%203%200%201%201%206%200a3%203%200%200%201-6%200m11%2014a1%201%200%201%201%202%200a1%201%200%200%201-2%200m1-3a3%203%200%201%200%200%206a3%203%200%200%200%200-6m-5-3a2%202%200%201%201-4%200a2%202%200%200%201%204%200m13%2010a2%202%200%201%200%200-4a2%202%200%200%200%200%204%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16%208.022a7.4%207.4%200%200%201%204.953%202.44l2.168-2.169l1.414%201.414l-2.44%202.44c.488.99.762%202.104.762%203.282a9.67%209.67%200%200%200%202.175%206.125l2.26-2.261l1.415%201.414l-2.261%202.261a9.67%209.67%200%200%200%206.125%202.175c.656%200%201.291.085%201.896.244l1.667-2.887l1.732%201l-1.537%202.662A7.43%207.43%200%200%201%2040%2032.572c0%201.087-.234%202.12-.654%203.05l2.618%201.512l-1%201.732l-2.679-1.547A7.41%207.41%200%200%201%2032.571%2040q-.285%200-.571-.007V43h-2v-3.133a24.4%2024.4%200%200%201-8.606-2.55l-1.528%202.647l-1.732-1l1.518-2.63a24.7%2024.7%200%200%201-5.312-4.432l-2.633%202.634l-1.414-1.415l2.762-2.762a24.5%2024.5%200%200%201-3.801-7.16L6.259%2024l-.518-1.932l2.96-.793A24.6%2024.6%200%200%201%208%2015.43c0-.681.092-1.34.263-1.967L5.5%2011.866l1-1.732l2.556%201.476A7.44%207.44%200%200%201%2014%208.137V5h2zM15.429%2010A5.43%205.43%200%200%200%2010%2015.429C10%2027.894%2020.106%2038%2032.571%2038a5.429%205.429%200%200%200%200-10.857c-6.47%200-11.714-5.245-11.714-11.714A5.43%205.43%200%200%200%2015.43%2010M15%2015a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-3%201a3%203%200%201%201%206%200a3%203%200%200%201-6%200m11%2014a1%201%200%201%201%202%200a1%201%200%200%201-2%200m1-3a3%203%200%201%200%200%206a3%203%200%200%200%200-6m-5-3a2%202%200%201%201-4%200a2%202%200%200%201%204%200m13%2010a2%202%200%201%200%200-4a2%202%200%200%200%200%204%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/healthicons/bacteria-outline.svg?color=%231a73e8&size=48