germ from Lucide by Lucide Contributors · Outline · ISC Free for personal and commercial use.

Name
germ
Set
Lucide
Style
Outline
Viewbox
24×24
License
ISC

Related icons in Lucide

Use the germ 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-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m11 2l.925 1.848M13 15h.01M16 21l-1-2.472M19 2l-1 1.804M2 19l2.746-1.373M22 16l-2.474-2.13M22 5l-1.804 1M3 10l2 2m4 4h.01M9 20v2m.33-14.965c-.51 1.478-1.786 2.93-3.09 3.794A5 5 0 0 0 9 20a12.1 12.1 0 0 0 11.902-9.916A6 6 0 0 0 9.33 7.035"/><circle cx="15" cy="9" r="2"/></g></svg>

React

import type { SVGProps } from "react";

export function LucideGerm(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="m11 2l.925 1.848M13 15h.01M16 21l-1-2.472M19 2l-1 1.804M2 19l2.746-1.373M22 16l-2.474-2.13M22 5l-1.804 1M3 10l2 2m4 4h.01M9 20v2m.33-14.965c-.51 1.478-1.786 2.93-3.09 3.794A5 5 0 0 0 9 20a12.1 12.1 0 0 0 11.902-9.916A6 6 0 0 0 9.33 7.035"/><circle cx="15" cy="9" r="2"/></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-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m11 2l.925 1.848M13 15h.01M16 21l-1-2.472M19 2l-1 1.804M2 19l2.746-1.373M22 16l-2.474-2.13M22 5l-1.804 1M3 10l2 2m4 4h.01M9 20v2m.33-14.965c-.51 1.478-1.786 2.93-3.09 3.794A5 5 0 0 0 9 20a12.1 12.1 0 0 0 11.902-9.916A6 6 0 0 0 9.33 7.035"/><circle cx="15" cy="9" r="2"/></g></svg>
</template>

CSS

.icon-germ {
  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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m11%202l.925%201.848M13%2015h.01M16%2021l-1-2.472M19%202l-1%201.804M2%2019l2.746-1.373M22%2016l-2.474-2.13M22%205l-1.804%201M3%2010l2%202m4%204h.01M9%2020v2m.33-14.965c-.51%201.478-1.786%202.93-3.09%203.794A5%205%200%200%200%209%2020a12.1%2012.1%200%200%200%2011.902-9.916A6%206%200%200%200%209.33%207.035%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%229%22%20r%3D%222%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m11%202l.925%201.848M13%2015h.01M16%2021l-1-2.472M19%202l-1%201.804M2%2019l2.746-1.373M22%2016l-2.474-2.13M22%205l-1.804%201M3%2010l2%202m4%204h.01M9%2020v2m.33-14.965c-.51%201.478-1.786%202.93-3.09%203.794A5%205%200%200%200%209%2020a12.1%2012.1%200%200%200%2011.902-9.916A6%206%200%200%200%209.33%207.035%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%229%22%20r%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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