germ off icon

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

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

Use the germ off 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.01m.414-7.232a2 2 0 1 1 2.808 2.808M16 21l-1-2.472m1.988-1.54A12 12 0 0 1 9 20a5 5 0 0 1-2.759-9.171a8.8 8.8 0 0 0 2.307-2.28M19 2l-1 1.804M2 19l2.746-1.373M2 2l20 20"/><path d="m22 16l-2.474-2.13a12 12 0 0 0 1.376-3.786a6 6 0 0 0-10.313-5.151M22 5l-1.804 1M3 10l2 2m4 4h.01M9 20v2"/></g></svg>

React

import type { SVGProps } from "react";

export function LucideGermOff(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.01m.414-7.232a2 2 0 1 1 2.808 2.808M16 21l-1-2.472m1.988-1.54A12 12 0 0 1 9 20a5 5 0 0 1-2.759-9.171a8.8 8.8 0 0 0 2.307-2.28M19 2l-1 1.804M2 19l2.746-1.373M2 2l20 20"/><path d="m22 16l-2.474-2.13a12 12 0 0 0 1.376-3.786a6 6 0 0 0-10.313-5.151M22 5l-1.804 1M3 10l2 2m4 4h.01M9 20v2"/></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.01m.414-7.232a2 2 0 1 1 2.808 2.808M16 21l-1-2.472m1.988-1.54A12 12 0 0 1 9 20a5 5 0 0 1-2.759-9.171a8.8 8.8 0 0 0 2.307-2.28M19 2l-1 1.804M2 19l2.746-1.373M2 2l20 20"/><path d="m22 16l-2.474-2.13a12 12 0 0 0 1.376-3.786a6 6 0 0 0-10.313-5.151M22 5l-1.804 1M3 10l2 2m4 4h.01M9 20v2"/></g></svg>
</template>

CSS

.icon-germ-off {
  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.01m.414-7.232a2%202%200%201%201%202.808%202.808M16%2021l-1-2.472m1.988-1.54A12%2012%200%200%201%209%2020a5%205%200%200%201-2.759-9.171a8.8%208.8%200%200%200%202.307-2.28M19%202l-1%201.804M2%2019l2.746-1.373M2%202l20%2020%22%2F%3E%3Cpath%20d%3D%22m22%2016l-2.474-2.13a12%2012%200%200%200%201.376-3.786a6%206%200%200%200-10.313-5.151M22%205l-1.804%201M3%2010l2%202m4%204h.01M9%2020v2%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.01m.414-7.232a2%202%200%201%201%202.808%202.808M16%2021l-1-2.472m1.988-1.54A12%2012%200%200%201%209%2020a5%205%200%200%201-2.759-9.171a8.8%208.8%200%200%200%202.307-2.28M19%202l-1%201.804M2%2019l2.746-1.373M2%202l20%2020%22%2F%3E%3Cpath%20d%3D%22m22%2016l-2.474-2.13a12%2012%200%200%200%201.376-3.786a6%206%200%200%200-10.313-5.151M22%205l-1.804%201M3%2010l2%202m4%204h.01M9%2020v2%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-off.svg?color=%231a73e8&size=48