bacteria icon

bacteria-linear from Solar by 480 Design · Linear · Medicine · CC-BY-4.0 Attribution required.

Name
bacteria-linear
Set
Solar
Style
Linear
Category
Medicine
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More medicine icons from Solar

Use the bacteria icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z"/><path d="M6 15C6 13.3431 7.34315 12 9 12C10.6569 12 12 13.3431 12 15C12 16.6569 10.6569 18 9 18C7.34315 18 6 16.6569 6 15Z"/><path stroke-linecap="round" d="M4.5 11.5L4.91406 10.5"/><path stroke-linecap="round" d="M14.4648 7.17122C14.4648 7.17122 15.7077 6.99983 16.5862 7.87832C17.4647 8.75682 17.2933 9.99964 17.2933 9.99964"/><path stroke-linecap="round" d="M9.00013 9.29278C9.00013 9.29278 7.7573 9.46417 6.87881 8.58568C6.00032 7.70718 6.1717 6.46436 6.1717 6.46436"/><path stroke-linecap="round" d="M19.0001 13.1362C19.0001 13.1362 17.8381 13.6092 17.5165 14.8093C17.195 16.0093 17.9648 16.9999 17.9648 16.9999"/><path stroke-linecap="round" d="M13.4209 17.772L14.9995 19"/><path stroke-linecap="round" d="M14.5 14V12"/><path stroke-linecap="round" d="M12 5L10 5"/><path stroke-linecap="round" d="M12.5 9.5L11.5 8.5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarBacteriaLinear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z"/><path d="M6 15C6 13.3431 7.34315 12 9 12C10.6569 12 12 13.3431 12 15C12 16.6569 10.6569 18 9 18C7.34315 18 6 16.6569 6 15Z"/><path strokeLinecap="round" d="M4.5 11.5L4.91406 10.5"/><path strokeLinecap="round" d="M14.4648 7.17122C14.4648 7.17122 15.7077 6.99983 16.5862 7.87832C17.4647 8.75682 17.2933 9.99964 17.2933 9.99964"/><path strokeLinecap="round" d="M9.00013 9.29278C9.00013 9.29278 7.7573 9.46417 6.87881 8.58568C6.00032 7.70718 6.1717 6.46436 6.1717 6.46436"/><path strokeLinecap="round" d="M19.0001 13.1362C19.0001 13.1362 17.8381 13.6092 17.5165 14.8093C17.195 16.0093 17.9648 16.9999 17.9648 16.9999"/><path strokeLinecap="round" d="M13.4209 17.772L14.9995 19"/><path strokeLinecap="round" d="M14.5 14V12"/><path strokeLinecap="round" d="M12 5L10 5"/><path strokeLinecap="round" d="M12.5 9.5L11.5 8.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z"/><path d="M6 15C6 13.3431 7.34315 12 9 12C10.6569 12 12 13.3431 12 15C12 16.6569 10.6569 18 9 18C7.34315 18 6 16.6569 6 15Z"/><path stroke-linecap="round" d="M4.5 11.5L4.91406 10.5"/><path stroke-linecap="round" d="M14.4648 7.17122C14.4648 7.17122 15.7077 6.99983 16.5862 7.87832C17.4647 8.75682 17.2933 9.99964 17.2933 9.99964"/><path stroke-linecap="round" d="M9.00013 9.29278C9.00013 9.29278 7.7573 9.46417 6.87881 8.58568C6.00032 7.70718 6.1717 6.46436 6.1717 6.46436"/><path stroke-linecap="round" d="M19.0001 13.1362C19.0001 13.1362 17.8381 13.6092 17.5165 14.8093C17.195 16.0093 17.9648 16.9999 17.9648 16.9999"/><path stroke-linecap="round" d="M13.4209 17.772L14.9995 19"/><path stroke-linecap="round" d="M14.5 14V12"/><path stroke-linecap="round" d="M12 5L10 5"/><path stroke-linecap="round" d="M12.5 9.5L11.5 8.5"/></g></svg>
</template>

CSS

.icon-bacteria-linear {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2012C2%206.47715%206.47715%202%2012%202C17.5228%202%2022%206.47715%2022%2012C22%2017.5228%2017.5228%2022%2012%2022C6.47715%2022%202%2017.5228%202%2012Z%22%2F%3E%3Cpath%20d%3D%22M6%2015C6%2013.3431%207.34315%2012%209%2012C10.6569%2012%2012%2013.3431%2012%2015C12%2016.6569%2010.6569%2018%209%2018C7.34315%2018%206%2016.6569%206%2015Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.5%2011.5L4.91406%2010.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.4648%207.17122C14.4648%207.17122%2015.7077%206.99983%2016.5862%207.87832C17.4647%208.75682%2017.2933%209.99964%2017.2933%209.99964%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.00013%209.29278C9.00013%209.29278%207.7573%209.46417%206.87881%208.58568C6.00032%207.70718%206.1717%206.46436%206.1717%206.46436%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.0001%2013.1362C19.0001%2013.1362%2017.8381%2013.6092%2017.5165%2014.8093C17.195%2016.0093%2017.9648%2016.9999%2017.9648%2016.9999%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.4209%2017.772L14.9995%2019%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.5%2014V12%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%205L10%205%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12.5%209.5L11.5%208.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2012C2%206.47715%206.47715%202%2012%202C17.5228%202%2022%206.47715%2022%2012C22%2017.5228%2017.5228%2022%2012%2022C6.47715%2022%202%2017.5228%202%2012Z%22%2F%3E%3Cpath%20d%3D%22M6%2015C6%2013.3431%207.34315%2012%209%2012C10.6569%2012%2012%2013.3431%2012%2015C12%2016.6569%2010.6569%2018%209%2018C7.34315%2018%206%2016.6569%206%2015Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.5%2011.5L4.91406%2010.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.4648%207.17122C14.4648%207.17122%2015.7077%206.99983%2016.5862%207.87832C17.4647%208.75682%2017.2933%209.99964%2017.2933%209.99964%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.00013%209.29278C9.00013%209.29278%207.7573%209.46417%206.87881%208.58568C6.00032%207.70718%206.1717%206.46436%206.1717%206.46436%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19.0001%2013.1362C19.0001%2013.1362%2017.8381%2013.6092%2017.5165%2014.8093C17.195%2016.0093%2017.9648%2016.9999%2017.9648%2016.9999%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.4209%2017.772L14.9995%2019%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14.5%2014V12%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%205L10%205%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12.5%209.5L11.5%208.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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