microscope icon

microscope from IconPark by ByteDance · Color · Health · Apache-2.0 Free for personal and commercial use.

Name
microscope
Set
IconPark
Style
Color
Category
Health
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More health icons from IconPark

Use the microscope icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path stroke-linecap="round" d="M26 44C30.3462 40.9919 32.6627 37.9513 32.9493 34.8782C33.2359 31.805 32.308 29.5123 30.1657 28"/><path fill="#2F88FF" fill-rule="evenodd" d="M27.6553 28.2227C30.1406 28.2227 32.1553 26.2079 32.1553 23.7227C32.1553 21.2374 30.1406 19.2227 27.6553 19.2227C25.17 19.2227 23.1553 21.2374 23.1553 23.7227C23.1553 26.2079 25.17 28.2227 27.6553 28.2227Z" clip-rule="evenodd"/><path stroke-linecap="round" stroke-linejoin="round" d="M24.2882 27L18.7783 32.5772L9.58594 23.3848L27.9707 4.99999L37.1631 14.1924L30.9764 20.3791"/><path stroke-linecap="round" d="M6.55762 28.1357L14.4195 35.8141"/><path stroke-linecap="round" d="M6 44H42"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkMicroscope(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeWidth="4"><path strokeLinecap="round" d="M26 44C30.3462 40.9919 32.6627 37.9513 32.9493 34.8782C33.2359 31.805 32.308 29.5123 30.1657 28"/><path fill="#2F88FF" fillRule="evenodd" d="M27.6553 28.2227C30.1406 28.2227 32.1553 26.2079 32.1553 23.7227C32.1553 21.2374 30.1406 19.2227 27.6553 19.2227C25.17 19.2227 23.1553 21.2374 23.1553 23.7227C23.1553 26.2079 25.17 28.2227 27.6553 28.2227Z" clipRule="evenodd"/><path strokeLinecap="round" strokeLinejoin="round" d="M24.2882 27L18.7783 32.5772L9.58594 23.3848L27.9707 4.99999L37.1631 14.1924L30.9764 20.3791"/><path strokeLinecap="round" d="M6.55762 28.1357L14.4195 35.8141"/><path strokeLinecap="round" d="M6 44H42"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path stroke-linecap="round" d="M26 44C30.3462 40.9919 32.6627 37.9513 32.9493 34.8782C33.2359 31.805 32.308 29.5123 30.1657 28"/><path fill="#2F88FF" fill-rule="evenodd" d="M27.6553 28.2227C30.1406 28.2227 32.1553 26.2079 32.1553 23.7227C32.1553 21.2374 30.1406 19.2227 27.6553 19.2227C25.17 19.2227 23.1553 21.2374 23.1553 23.7227C23.1553 26.2079 25.17 28.2227 27.6553 28.2227Z" clip-rule="evenodd"/><path stroke-linecap="round" stroke-linejoin="round" d="M24.2882 27L18.7783 32.5772L9.58594 23.3848L27.9707 4.99999L37.1631 14.1924L30.9764 20.3791"/><path stroke-linecap="round" d="M6.55762 28.1357L14.4195 35.8141"/><path stroke-linecap="round" d="M6 44H42"/></g></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M26%2044C30.3462%2040.9919%2032.6627%2037.9513%2032.9493%2034.8782C33.2359%2031.805%2032.308%2029.5123%2030.1657%2028%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M27.6553%2028.2227C30.1406%2028.2227%2032.1553%2026.2079%2032.1553%2023.7227C32.1553%2021.2374%2030.1406%2019.2227%2027.6553%2019.2227C25.17%2019.2227%2023.1553%2021.2374%2023.1553%2023.7227C23.1553%2026.2079%2025.17%2028.2227%2027.6553%2028.2227Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24.2882%2027L18.7783%2032.5772L9.58594%2023.3848L27.9707%204.99999L37.1631%2014.1924L30.9764%2020.3791%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.55762%2028.1357L14.4195%2035.8141%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2044H42%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M26%2044C30.3462%2040.9919%2032.6627%2037.9513%2032.9493%2034.8782C33.2359%2031.805%2032.308%2029.5123%2030.1657%2028%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M27.6553%2028.2227C30.1406%2028.2227%2032.1553%2026.2079%2032.1553%2023.7227C32.1553%2021.2374%2030.1406%2019.2227%2027.6553%2019.2227C25.17%2019.2227%2023.1553%2021.2374%2023.1553%2023.7227C23.1553%2026.2079%2025.17%2028.2227%2027.6553%2028.2227Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24.2882%2027L18.7783%2032.5772L9.58594%2023.3848L27.9707%204.99999L37.1631%2014.1924L30.9764%2020.3791%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.55762%2028.1357L14.4195%2035.8141%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2044H42%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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