bacteria icon
bacteria-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Body · MIT Free for personal and commercial use.
- Name
- bacteria-outline-24px
- Set
- Health Icons
- Style
- Outline 24px
- Category
- Body
- Viewbox
- 24×24
- 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 24 24"><g fill="currentColor"><path d="M17 16a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-8-3a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0-5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m3 8a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path fill-rule="evenodd" d="M8.5 2v2.015q.267.023.524.083c.487.112.946.325 1.337.627l.932-.932l1.414 1.414l-1.235 1.235q.036.147.058.303c.217 1.52.646 2.572 1.001 3.226l.03.054l1.232-1.232l1.414 1.414l-1.22 1.22c.553.268 1.44.58 2.784.773l.01.002l.825-1.65l1.788.895l-.808 1.617a4.26 4.26 0 0 1 1.126 1.624a4.04 4.04 0 0 1 .114 2.661l1.229.819l-1.11 1.664l-1.188-.792c-.613.543-1.421.808-2.228.909l-.029.003V22h-2v-2.079a11 11 0 0 1-1.03-.183a13.3 13.3 0 0 1-2.338-.767l-.738 1.476l-1.789-.894l.756-1.51a10.7 10.7 0 0 1-1.944-1.545l-1.21 1.21l-1.414-1.415l1.362-1.362A13.5 13.5 0 0 1 4.723 12.1l-1.48.37l-.485-1.94l1.423-.356c-.17-.871-.229-1.733-.14-2.516a6 6 0 0 1 .075-.482l-1.563-.782l.894-1.788l1.537.768q.1-.108.213-.207A4.8 4.8 0 0 1 6.5 4.343V2zM6.515 6.67c.712-.623 1.49-.755 2.058-.624c.563.13.908.497.977.98c.252 1.765.76 3.044 1.224 3.9c.231.426.451.746.62.966a5 5 0 0 0 .28.33l.002.002l.067.072q.081.086.224.207c.19.161.465.36.845.568c.762.416 1.933.86 3.676 1.11c.521.074 1.085.528 1.361 1.235c.262.67.205 1.426-.333 2.042c-.187.214-.568.423-1.234.506c-.653.082-1.473.026-2.372-.177c-1.808-.409-3.735-1.364-5.006-2.63c-1.26-1.255-2.236-3.157-2.667-4.94c-.214-.886-.281-1.693-.209-2.335c.074-.654.276-1.027.487-1.211" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsBacteriaOutline24px(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="M17 16a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-8-3a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0-5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m3 8a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path fillRule="evenodd" d="M8.5 2v2.015q.267.023.524.083c.487.112.946.325 1.337.627l.932-.932l1.414 1.414l-1.235 1.235q.036.147.058.303c.217 1.52.646 2.572 1.001 3.226l.03.054l1.232-1.232l1.414 1.414l-1.22 1.22c.553.268 1.44.58 2.784.773l.01.002l.825-1.65l1.788.895l-.808 1.617a4.26 4.26 0 0 1 1.126 1.624a4.04 4.04 0 0 1 .114 2.661l1.229.819l-1.11 1.664l-1.188-.792c-.613.543-1.421.808-2.228.909l-.029.003V22h-2v-2.079a11 11 0 0 1-1.03-.183a13.3 13.3 0 0 1-2.338-.767l-.738 1.476l-1.789-.894l.756-1.51a10.7 10.7 0 0 1-1.944-1.545l-1.21 1.21l-1.414-1.415l1.362-1.362A13.5 13.5 0 0 1 4.723 12.1l-1.48.37l-.485-1.94l1.423-.356c-.17-.871-.229-1.733-.14-2.516a6 6 0 0 1 .075-.482l-1.563-.782l.894-1.788l1.537.768q.1-.108.213-.207A4.8 4.8 0 0 1 6.5 4.343V2zM6.515 6.67c.712-.623 1.49-.755 2.058-.624c.563.13.908.497.977.98c.252 1.765.76 3.044 1.224 3.9c.231.426.451.746.62.966a5 5 0 0 0 .28.33l.002.002l.067.072q.081.086.224.207c.19.161.465.36.845.568c.762.416 1.933.86 3.676 1.11c.521.074 1.085.528 1.361 1.235c.262.67.205 1.426-.333 2.042c-.187.214-.568.423-1.234.506c-.653.082-1.473.026-2.372-.177c-1.808-.409-3.735-1.364-5.006-2.63c-1.26-1.255-2.236-3.157-2.667-4.94c-.214-.886-.281-1.693-.209-2.335c.074-.654.276-1.027.487-1.211" 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="M17 16a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-8-3a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0-5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m3 8a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path fill-rule="evenodd" d="M8.5 2v2.015q.267.023.524.083c.487.112.946.325 1.337.627l.932-.932l1.414 1.414l-1.235 1.235q.036.147.058.303c.217 1.52.646 2.572 1.001 3.226l.03.054l1.232-1.232l1.414 1.414l-1.22 1.22c.553.268 1.44.58 2.784.773l.01.002l.825-1.65l1.788.895l-.808 1.617a4.26 4.26 0 0 1 1.126 1.624a4.04 4.04 0 0 1 .114 2.661l1.229.819l-1.11 1.664l-1.188-.792c-.613.543-1.421.808-2.228.909l-.029.003V22h-2v-2.079a11 11 0 0 1-1.03-.183a13.3 13.3 0 0 1-2.338-.767l-.738 1.476l-1.789-.894l.756-1.51a10.7 10.7 0 0 1-1.944-1.545l-1.21 1.21l-1.414-1.415l1.362-1.362A13.5 13.5 0 0 1 4.723 12.1l-1.48.37l-.485-1.94l1.423-.356c-.17-.871-.229-1.733-.14-2.516a6 6 0 0 1 .075-.482l-1.563-.782l.894-1.788l1.537.768q.1-.108.213-.207A4.8 4.8 0 0 1 6.5 4.343V2zM6.515 6.67c.712-.623 1.49-.755 2.058-.624c.563.13.908.497.977.98c.252 1.765.76 3.044 1.224 3.9c.231.426.451.746.62.966a5 5 0 0 0 .28.33l.002.002l.067.072q.081.086.224.207c.19.161.465.36.845.568c.762.416 1.933.86 3.676 1.11c.521.074 1.085.528 1.361 1.235c.262.67.205 1.426-.333 2.042c-.187.214-.568.423-1.234.506c-.653.082-1.473.026-2.372-.177c-1.808-.409-3.735-1.364-5.006-2.63c-1.26-1.255-2.236-3.157-2.667-4.94c-.214-.886-.281-1.693-.209-2.335c.074-.654.276-1.027.487-1.211" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-bacteria-outline-24px {
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%22M17%2016a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-8-3a1%201%200%201%200%200-2a1%201%200%200%200%200%202m0-5a1%201%200%201%201-2%200a1%201%200%200%201%202%200m3%208a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.5%202v2.015q.267.023.524.083c.487.112.946.325%201.337.627l.932-.932l1.414%201.414l-1.235%201.235q.036.147.058.303c.217%201.52.646%202.572%201.001%203.226l.03.054l1.232-1.232l1.414%201.414l-1.22%201.22c.553.268%201.44.58%202.784.773l.01.002l.825-1.65l1.788.895l-.808%201.617a4.26%204.26%200%200%201%201.126%201.624a4.04%204.04%200%200%201%20.114%202.661l1.229.819l-1.11%201.664l-1.188-.792c-.613.543-1.421.808-2.228.909l-.029.003V22h-2v-2.079a11%2011%200%200%201-1.03-.183a13.3%2013.3%200%200%201-2.338-.767l-.738%201.476l-1.789-.894l.756-1.51a10.7%2010.7%200%200%201-1.944-1.545l-1.21%201.21l-1.414-1.415l1.362-1.362A13.5%2013.5%200%200%201%204.723%2012.1l-1.48.37l-.485-1.94l1.423-.356c-.17-.871-.229-1.733-.14-2.516a6%206%200%200%201%20.075-.482l-1.563-.782l.894-1.788l1.537.768q.1-.108.213-.207A4.8%204.8%200%200%201%206.5%204.343V2zM6.515%206.67c.712-.623%201.49-.755%202.058-.624c.563.13.908.497.977.98c.252%201.765.76%203.044%201.224%203.9c.231.426.451.746.62.966a5%205%200%200%200%20.28.33l.002.002l.067.072q.081.086.224.207c.19.161.465.36.845.568c.762.416%201.933.86%203.676%201.11c.521.074%201.085.528%201.361%201.235c.262.67.205%201.426-.333%202.042c-.187.214-.568.423-1.234.506c-.653.082-1.473.026-2.372-.177c-1.808-.409-3.735-1.364-5.006-2.63c-1.26-1.255-2.236-3.157-2.667-4.94c-.214-.886-.281-1.693-.209-2.335c.074-.654.276-1.027.487-1.211%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%22M17%2016a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-8-3a1%201%200%201%200%200-2a1%201%200%200%200%200%202m0-5a1%201%200%201%201-2%200a1%201%200%200%201%202%200m3%208a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.5%202v2.015q.267.023.524.083c.487.112.946.325%201.337.627l.932-.932l1.414%201.414l-1.235%201.235q.036.147.058.303c.217%201.52.646%202.572%201.001%203.226l.03.054l1.232-1.232l1.414%201.414l-1.22%201.22c.553.268%201.44.58%202.784.773l.01.002l.825-1.65l1.788.895l-.808%201.617a4.26%204.26%200%200%201%201.126%201.624a4.04%204.04%200%200%201%20.114%202.661l1.229.819l-1.11%201.664l-1.188-.792c-.613.543-1.421.808-2.228.909l-.029.003V22h-2v-2.079a11%2011%200%200%201-1.03-.183a13.3%2013.3%200%200%201-2.338-.767l-.738%201.476l-1.789-.894l.756-1.51a10.7%2010.7%200%200%201-1.944-1.545l-1.21%201.21l-1.414-1.415l1.362-1.362A13.5%2013.5%200%200%201%204.723%2012.1l-1.48.37l-.485-1.94l1.423-.356c-.17-.871-.229-1.733-.14-2.516a6%206%200%200%201%20.075-.482l-1.563-.782l.894-1.788l1.537.768q.1-.108.213-.207A4.8%204.8%200%200%201%206.5%204.343V2zM6.515%206.67c.712-.623%201.49-.755%202.058-.624c.563.13.908.497.977.98c.252%201.765.76%203.044%201.224%203.9c.231.426.451.746.62.966a5%205%200%200%200%20.28.33l.002.002l.067.072q.081.086.224.207c.19.161.465.36.845.568c.762.416%201.933.86%203.676%201.11c.521.074%201.085.528%201.361%201.235c.262.67.205%201.426-.333%202.042c-.187.214-.568.423-1.234.506c-.653.082-1.473.026-2.372-.177c-1.808-.409-3.735-1.364-5.006-2.63c-1.26-1.255-2.236-3.157-2.667-4.94c-.214-.886-.281-1.693-.209-2.335c.074-.654.276-1.027.487-1.211%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/healthicons/bacteria-outline-24px.svg?color=%231a73e8&size=48