microscope icon

microscope-24px from Health Icons by Resolve to Save Lives · Filled 24px · Devices · MIT Free for personal and commercial use.

Name
microscope-24px
Set
Health Icons
Style
Filled 24px
Category
Devices
Viewbox
24×24
License
MIT

3 other variants in Health Icons

The same icon in other sets

More devices icons from Health Icons

Use the microscope icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.636 1.834l-1.732 1l.712 1.233l-.312.18a1 1 0 0 0-.366 1.366l.86 1.49C7.526 7.677 5 10.544 5 14a7.01 7.01 0 0 0 3.368 6H5v2h14v-2h-3.617c.49-.302.939-.66 1.338-1.056c.582-.576.98-1.263 1.28-1.944H20v-2h-7v2h2.74a3.3 3.3 0 0 1-.427.524c-.912.904-2.099 1.476-3.362 1.476C9.224 19 7 16.77 7 14c0-2.723 2.205-4.942 4.894-5l2.497 4.324l1.22-.704l.73 1.266l1.732-1l-.73-1.266l1.368-.79l-4.453-7.712a1 1 0 0 0-1.366-.366l-.544.314z"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsMicroscope24px(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" d="m11.636 1.834l-1.732 1l.712 1.233l-.312.18a1 1 0 0 0-.366 1.366l.86 1.49C7.526 7.677 5 10.544 5 14a7.01 7.01 0 0 0 3.368 6H5v2h14v-2h-3.617c.49-.302.939-.66 1.338-1.056c.582-.576.98-1.263 1.28-1.944H20v-2h-7v2h2.74a3.3 3.3 0 0 1-.427.524c-.912.904-2.099 1.476-3.362 1.476C9.224 19 7 16.77 7 14c0-2.723 2.205-4.942 4.894-5l2.497 4.324l1.22-.704l.73 1.266l1.732-1l-.73-1.266l1.368-.79l-4.453-7.712a1 1 0 0 0-1.366-.366l-.544.314z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.636 1.834l-1.732 1l.712 1.233l-.312.18a1 1 0 0 0-.366 1.366l.86 1.49C7.526 7.677 5 10.544 5 14a7.01 7.01 0 0 0 3.368 6H5v2h14v-2h-3.617c.49-.302.939-.66 1.338-1.056c.582-.576.98-1.263 1.28-1.944H20v-2h-7v2h2.74a3.3 3.3 0 0 1-.427.524c-.912.904-2.099 1.476-3.362 1.476C9.224 19 7 16.77 7 14c0-2.723 2.205-4.942 4.894-5l2.497 4.324l1.22-.704l.73 1.266l1.732-1l-.73-1.266l1.368-.79l-4.453-7.712a1 1 0 0 0-1.366-.366l-.544.314z"/></svg>
</template>

CSS

.icon-microscope-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%20d%3D%22m11.636%201.834l-1.732%201l.712%201.233l-.312.18a1%201%200%200%200-.366%201.366l.86%201.49C7.526%207.677%205%2010.544%205%2014a7.01%207.01%200%200%200%203.368%206H5v2h14v-2h-3.617c.49-.302.939-.66%201.338-1.056c.582-.576.98-1.263%201.28-1.944H20v-2h-7v2h2.74a3.3%203.3%200%200%201-.427.524c-.912.904-2.099%201.476-3.362%201.476C9.224%2019%207%2016.77%207%2014c0-2.723%202.205-4.942%204.894-5l2.497%204.324l1.22-.704l.73%201.266l1.732-1l-.73-1.266l1.368-.79l-4.453-7.712a1%201%200%200%200-1.366-.366l-.544.314z%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%20d%3D%22m11.636%201.834l-1.732%201l.712%201.233l-.312.18a1%201%200%200%200-.366%201.366l.86%201.49C7.526%207.677%205%2010.544%205%2014a7.01%207.01%200%200%200%203.368%206H5v2h14v-2h-3.617c.49-.302.939-.66%201.338-1.056c.582-.576.98-1.263%201.28-1.944H20v-2h-7v2h2.74a3.3%203.3%200%200%201-.427.524c-.912.904-2.099%201.476-3.362%201.476C9.224%2019%207%2016.77%207%2014c0-2.723%202.205-4.942%204.894-5l2.497%204.324l1.22-.704l.73%201.266l1.732-1l-.73-1.266l1.368-.79l-4.453-7.712a1%201%200%200%200-1.366-.366l-.544.314z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/microscope-24px.svg?color=%231a73e8&size=48