bacteria icon
bacteria-24px from Health Icons by Resolve to Save Lives · Filled 24px · Body · MIT Free for personal and commercial use.
- Name
- bacteria-24px
- Set
- Health Icons
- Style
- Filled 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"><path fill="currentColor" fill-rule="evenodd" d="M8.5 2v2.123c.6.174 1.112.524 1.445 1.018l1.348-1.348l1.414 1.414l-2.153 2.154c.364 1.595.912 2.685 1.328 3.343l1.911-1.911l1.414 1.414l-1.911 1.911c.588.348 1.537.768 2.993 1.069l1.317-2.634l1.788.894l-1.129 2.259c1.184.688 1.962 2.232 1.675 3.719l1.115.743l-1.11 1.664l-.973-.649c-.571.51-1.443.768-2.472.81V22h-2v-2.157a14 14 0 0 1-3.286-1.035l-.82 1.64l-1.789-.895l.851-1.701a11 11 0 0 1-1.88-1.514l-1.369 1.37l-1.414-1.415l1.5-1.5l.094.094a14.2 14.2 0 0 1-1.501-2.828l-1.643.411l-.485-1.94l1.525-.382c-.254-1.083-.345-2.123-.24-3.009l-1.49-.745l.894-1.788l1.318.659q.1-.116.213-.215A4.3 4.3 0 0 1 6.5 4.176V2zM8 8.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2M9 12a1 1 0 1 1-2 0a1 1 0 0 1 2 0m8 5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-4-2a1 1 0 1 1-2 0a1 1 0 0 1 2 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsBacteria24px(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="M8.5 2v2.123c.6.174 1.112.524 1.445 1.018l1.348-1.348l1.414 1.414l-2.153 2.154c.364 1.595.912 2.685 1.328 3.343l1.911-1.911l1.414 1.414l-1.911 1.911c.588.348 1.537.768 2.993 1.069l1.317-2.634l1.788.894l-1.129 2.259c1.184.688 1.962 2.232 1.675 3.719l1.115.743l-1.11 1.664l-.973-.649c-.571.51-1.443.768-2.472.81V22h-2v-2.157a14 14 0 0 1-3.286-1.035l-.82 1.64l-1.789-.895l.851-1.701a11 11 0 0 1-1.88-1.514l-1.369 1.37l-1.414-1.415l1.5-1.5l.094.094a14.2 14.2 0 0 1-1.501-2.828l-1.643.411l-.485-1.94l1.525-.382c-.254-1.083-.345-2.123-.24-3.009l-1.49-.745l.894-1.788l1.318.659q.1-.116.213-.215A4.3 4.3 0 0 1 6.5 4.176V2zM8 8.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2M9 12a1 1 0 1 1-2 0a1 1 0 0 1 2 0m8 5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-4-2a1 1 0 1 1-2 0a1 1 0 0 1 2 0" 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="M8.5 2v2.123c.6.174 1.112.524 1.445 1.018l1.348-1.348l1.414 1.414l-2.153 2.154c.364 1.595.912 2.685 1.328 3.343l1.911-1.911l1.414 1.414l-1.911 1.911c.588.348 1.537.768 2.993 1.069l1.317-2.634l1.788.894l-1.129 2.259c1.184.688 1.962 2.232 1.675 3.719l1.115.743l-1.11 1.664l-.973-.649c-.571.51-1.443.768-2.472.81V22h-2v-2.157a14 14 0 0 1-3.286-1.035l-.82 1.64l-1.789-.895l.851-1.701a11 11 0 0 1-1.88-1.514l-1.369 1.37l-1.414-1.415l1.5-1.5l.094.094a14.2 14.2 0 0 1-1.501-2.828l-1.643.411l-.485-1.94l1.525-.382c-.254-1.083-.345-2.123-.24-3.009l-1.49-.745l.894-1.788l1.318.659q.1-.116.213-.215A4.3 4.3 0 0 1 6.5 4.176V2zM8 8.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2M9 12a1 1 0 1 1-2 0a1 1 0 0 1 2 0m8 5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-4-2a1 1 0 1 1-2 0a1 1 0 0 1 2 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-bacteria-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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.5%202v2.123c.6.174%201.112.524%201.445%201.018l1.348-1.348l1.414%201.414l-2.153%202.154c.364%201.595.912%202.685%201.328%203.343l1.911-1.911l1.414%201.414l-1.911%201.911c.588.348%201.537.768%202.993%201.069l1.317-2.634l1.788.894l-1.129%202.259c1.184.688%201.962%202.232%201.675%203.719l1.115.743l-1.11%201.664l-.973-.649c-.571.51-1.443.768-2.472.81V22h-2v-2.157a14%2014%200%200%201-3.286-1.035l-.82%201.64l-1.789-.895l.851-1.701a11%2011%200%200%201-1.88-1.514l-1.369%201.37l-1.414-1.415l1.5-1.5l.094.094a14.2%2014.2%200%200%201-1.501-2.828l-1.643.411l-.485-1.94l1.525-.382c-.254-1.083-.345-2.123-.24-3.009l-1.49-.745l.894-1.788l1.318.659q.1-.116.213-.215A4.3%204.3%200%200%201%206.5%204.176V2zM8%208.5a1%201%200%201%200%200-2a1%201%200%200%200%200%202M9%2012a1%201%200%201%201-2%200a1%201%200%200%201%202%200m8%205a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-4-2a1%201%200%201%201-2%200a1%201%200%200%201%202%200%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%22M8.5%202v2.123c.6.174%201.112.524%201.445%201.018l1.348-1.348l1.414%201.414l-2.153%202.154c.364%201.595.912%202.685%201.328%203.343l1.911-1.911l1.414%201.414l-1.911%201.911c.588.348%201.537.768%202.993%201.069l1.317-2.634l1.788.894l-1.129%202.259c1.184.688%201.962%202.232%201.675%203.719l1.115.743l-1.11%201.664l-.973-.649c-.571.51-1.443.768-2.472.81V22h-2v-2.157a14%2014%200%200%201-3.286-1.035l-.82%201.64l-1.789-.895l.851-1.701a11%2011%200%200%201-1.88-1.514l-1.369%201.37l-1.414-1.415l1.5-1.5l.094.094a14.2%2014.2%200%200%201-1.501-2.828l-1.643.411l-.485-1.94l1.525-.382c-.254-1.083-.345-2.123-.24-3.009l-1.49-.745l.894-1.788l1.318.659q.1-.116.213-.215A4.3%204.3%200%200%201%206.5%204.176V2zM8%208.5a1%201%200%201%200%200-2a1%201%200%200%200%200%202M9%2012a1%201%200%201%201-2%200a1%201%200%200%201%202%200m8%205a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-4-2a1%201%200%201%201-2%200a1%201%200%200%201%202%200%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-24px.svg?color=%231a73e8&size=48