microscope from Unicons Monochrome by Iconscout · Monochrome · Medical · Apache-2.0 Free for personal and commercial use.

Name
microscope
Set
Unicons Monochrome
Style
Monochrome
Category
Medical
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More medical icons from Unicons Monochrome

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.441 13.604a1 1 0 0 1-.707-.293L7.198 9.772a1 1 0 0 1 0-1.414l6.363-6.363a1 1 0 0 1 .39-.242l2.121-.707a1 1 0 0 1 1.024.242l2.122 2.121a1 1 0 0 1 .241 1.024l-.708 2.122a1 1 0 0 1-.241.39l-6.362 6.366a1 1 0 0 1-.707.293m6.362-7.366" opacity=".25"/><path fill="currentColor" d="m7.198 9.772l-1.416 1.415a1 1 0 0 0 0 1.415l2.122 2.12a1 1 0 0 0 1.414 0l1.414-1.413Z" opacity=".5"/><path fill="currentColor" d="M8 18.005H4a1 1 0 0 1 0-2h4a1 1 0 0 1 0 2"/><path fill="currentColor" d="M20 23.005H4a1 1 0 0 1 0-2h16a1 1 0 0 1 0 2" opacity=".5"/><path fill="currentColor" d="M14.816 21.005a3 3 0 0 0 .184-1a3 3 0 0 0-6 0a3 3 0 0 0 .184 1Z" opacity=".25"/><path fill="currentColor" d="m17.873 7.583l-1.415 1.415A5.96 5.96 0 0 1 18 13.005a6.05 6.05 0 0 1-3.455 5.431a2.97 2.97 0 0 1 .455 1.57a3 3 0 0 1-.04.407A8.04 8.04 0 0 0 20 13.005a7.95 7.95 0 0 0-2.127-5.422M9.42 18.499a7 7 0 0 1-1.095-.56a1 1 0 0 1-.326.066H5.326a8.9 8.9 0 0 0 3.72 2.472A2.7 2.7 0 0 1 9 20.005a2.97 2.97 0 0 1 .42-1.506" opacity=".5"/></svg>

React

import type { SVGProps } from "react";

export function UimMicroscope(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.441 13.604a1 1 0 0 1-.707-.293L7.198 9.772a1 1 0 0 1 0-1.414l6.363-6.363a1 1 0 0 1 .39-.242l2.121-.707a1 1 0 0 1 1.024.242l2.122 2.121a1 1 0 0 1 .241 1.024l-.708 2.122a1 1 0 0 1-.241.39l-6.362 6.366a1 1 0 0 1-.707.293m6.362-7.366" opacity=".25"/><path fill="currentColor" d="m7.198 9.772l-1.416 1.415a1 1 0 0 0 0 1.415l2.122 2.12a1 1 0 0 0 1.414 0l1.414-1.413Z" opacity=".5"/><path fill="currentColor" d="M8 18.005H4a1 1 0 0 1 0-2h4a1 1 0 0 1 0 2"/><path fill="currentColor" d="M20 23.005H4a1 1 0 0 1 0-2h16a1 1 0 0 1 0 2" opacity=".5"/><path fill="currentColor" d="M14.816 21.005a3 3 0 0 0 .184-1a3 3 0 0 0-6 0a3 3 0 0 0 .184 1Z" opacity=".25"/><path fill="currentColor" d="m17.873 7.583l-1.415 1.415A5.96 5.96 0 0 1 18 13.005a6.05 6.05 0 0 1-3.455 5.431a2.97 2.97 0 0 1 .455 1.57a3 3 0 0 1-.04.407A8.04 8.04 0 0 0 20 13.005a7.95 7.95 0 0 0-2.127-5.422M9.42 18.499a7 7 0 0 1-1.095-.56a1 1 0 0 1-.326.066H5.326a8.9 8.9 0 0 0 3.72 2.472A2.7 2.7 0 0 1 9 20.005a2.97 2.97 0 0 1 .42-1.506" opacity=".5"/></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.441 13.604a1 1 0 0 1-.707-.293L7.198 9.772a1 1 0 0 1 0-1.414l6.363-6.363a1 1 0 0 1 .39-.242l2.121-.707a1 1 0 0 1 1.024.242l2.122 2.121a1 1 0 0 1 .241 1.024l-.708 2.122a1 1 0 0 1-.241.39l-6.362 6.366a1 1 0 0 1-.707.293m6.362-7.366" opacity=".25"/><path fill="currentColor" d="m7.198 9.772l-1.416 1.415a1 1 0 0 0 0 1.415l2.122 2.12a1 1 0 0 0 1.414 0l1.414-1.413Z" opacity=".5"/><path fill="currentColor" d="M8 18.005H4a1 1 0 0 1 0-2h4a1 1 0 0 1 0 2"/><path fill="currentColor" d="M20 23.005H4a1 1 0 0 1 0-2h16a1 1 0 0 1 0 2" opacity=".5"/><path fill="currentColor" d="M14.816 21.005a3 3 0 0 0 .184-1a3 3 0 0 0-6 0a3 3 0 0 0 .184 1Z" opacity=".25"/><path fill="currentColor" d="m17.873 7.583l-1.415 1.415A5.96 5.96 0 0 1 18 13.005a6.05 6.05 0 0 1-3.455 5.431a2.97 2.97 0 0 1 .455 1.57a3 3 0 0 1-.04.407A8.04 8.04 0 0 0 20 13.005a7.95 7.95 0 0 0-2.127-5.422M9.42 18.499a7 7 0 0 1-1.095-.56a1 1 0 0 1-.326.066H5.326a8.9 8.9 0 0 0 3.72 2.472A2.7 2.7 0 0 1 9 20.005a2.97 2.97 0 0 1 .42-1.506" opacity=".5"/></svg>
</template>

CSS

.icon-microscope {
  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.441%2013.604a1%201%200%200%201-.707-.293L7.198%209.772a1%201%200%200%201%200-1.414l6.363-6.363a1%201%200%200%201%20.39-.242l2.121-.707a1%201%200%200%201%201.024.242l2.122%202.121a1%201%200%200%201%20.241%201.024l-.708%202.122a1%201%200%200%201-.241.39l-6.362%206.366a1%201%200%200%201-.707.293m6.362-7.366%22%20opacity%3D%22.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.198%209.772l-1.416%201.415a1%201%200%200%200%200%201.415l2.122%202.12a1%201%200%200%200%201.414%200l1.414-1.413Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2018.005H4a1%201%200%200%201%200-2h4a1%201%200%200%201%200%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2023.005H4a1%201%200%200%201%200-2h16a1%201%200%200%201%200%202%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.816%2021.005a3%203%200%200%200%20.184-1a3%203%200%200%200-6%200a3%203%200%200%200%20.184%201Z%22%20opacity%3D%22.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m17.873%207.583l-1.415%201.415A5.96%205.96%200%200%201%2018%2013.005a6.05%206.05%200%200%201-3.455%205.431a2.97%202.97%200%200%201%20.455%201.57a3%203%200%200%201-.04.407A8.04%208.04%200%200%200%2020%2013.005a7.95%207.95%200%200%200-2.127-5.422M9.42%2018.499a7%207%200%200%201-1.095-.56a1%201%200%200%201-.326.066H5.326a8.9%208.9%200%200%200%203.72%202.472A2.7%202.7%200%200%201%209%2020.005a2.97%202.97%200%200%201%20.42-1.506%22%20opacity%3D%22.5%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.441%2013.604a1%201%200%200%201-.707-.293L7.198%209.772a1%201%200%200%201%200-1.414l6.363-6.363a1%201%200%200%201%20.39-.242l2.121-.707a1%201%200%200%201%201.024.242l2.122%202.121a1%201%200%200%201%20.241%201.024l-.708%202.122a1%201%200%200%201-.241.39l-6.362%206.366a1%201%200%200%201-.707.293m6.362-7.366%22%20opacity%3D%22.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.198%209.772l-1.416%201.415a1%201%200%200%200%200%201.415l2.122%202.12a1%201%200%200%200%201.414%200l1.414-1.413Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2018.005H4a1%201%200%200%201%200-2h4a1%201%200%200%201%200%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2023.005H4a1%201%200%200%201%200-2h16a1%201%200%200%201%200%202%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.816%2021.005a3%203%200%200%200%20.184-1a3%203%200%200%200-6%200a3%203%200%200%200%20.184%201Z%22%20opacity%3D%22.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m17.873%207.583l-1.415%201.415A5.96%205.96%200%200%201%2018%2013.005a6.05%206.05%200%200%201-3.455%205.431a2.97%202.97%200%200%201%20.455%201.57a3%203%200%200%201-.04.407A8.04%208.04%200%200%200%2020%2013.005a7.95%207.95%200%200%200-2.127-5.422M9.42%2018.499a7%207%200%200%201-1.095-.56a1%201%200%200%201-.326.066H5.326a8.9%208.9%200%200%200%203.72%202.472A2.7%202.7%200%200%201%209%2020.005a2.97%202.97%200%200%201%20.42-1.506%22%20opacity%3D%22.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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