microscope one icon

microscope-one from IconPark TwoTone by ByteDance · Two tone · Hardware · Apache-2.0 Free for personal and commercial use.

Name
microscope-one
Set
IconPark TwoTone
Style
Two tone
Category
Hardware
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More hardware icons from IconPark TwoTone

Use the microscope one icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGK5HqqcwK"><g fill="none" stroke="#fff" stroke-width="4"><path stroke-linecap="round" d="m29.003 18.373l1.105-1.105l.53-.53a5.5 5.5 0 0 0 0-7.778v0a5.5 5.5 0 0 0-7.778 0L9.172 22.648a.143.143 0 0 0 0 .202l6.97 6.97a1 1 0 0 0 1.414 0l3.713-3.713l1.105-1.105"/><path fill="#555" stroke-linecap="round" stroke-linejoin="round" d="m28.163 6.485l1.768-1.767a3.5 3.5 0 0 1 4.95 4.95l-1.768 1.767z"/><path stroke-linecap="round" stroke-linejoin="round" d="m10.485 24.163l-4.242 4.243l4.95 4.95l4.242-4.243z"/><circle cx="26.041" cy="22.042" r="4.5" fill="#555" transform="rotate(45 26.041 22.042)"/><path stroke-linecap="round" stroke-linejoin="round" d="m6 20l12.728 12.728M10 44h32M31 22c4 0 8 4 8 10c0 6.4-5.167 9.833-8 12"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGK5HqqcwK)"/></svg>

React

import type { SVGProps } from "react";

export function IconParkTwotoneMicroscopeOne(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGK5HqqcwK"><g fill="none" stroke="#fff" strokeWidth="4"><path strokeLinecap="round" d="m29.003 18.373l1.105-1.105l.53-.53a5.5 5.5 0 0 0 0-7.778v0a5.5 5.5 0 0 0-7.778 0L9.172 22.648a.143.143 0 0 0 0 .202l6.97 6.97a1 1 0 0 0 1.414 0l3.713-3.713l1.105-1.105"/><path fill="#555" strokeLinecap="round" strokeLinejoin="round" d="m28.163 6.485l1.768-1.767a3.5 3.5 0 0 1 4.95 4.95l-1.768 1.767z"/><path strokeLinecap="round" strokeLinejoin="round" d="m10.485 24.163l-4.242 4.243l4.95 4.95l4.242-4.243z"/><circle cx="26.041" cy="22.042" r="4.5" fill="#555" transform="rotate(45 26.041 22.042)"/><path strokeLinecap="round" strokeLinejoin="round" d="m6 20l12.728 12.728M10 44h32M31 22c4 0 8 4 8 10c0 6.4-5.167 9.833-8 12"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGK5HqqcwK)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGK5HqqcwK"><g fill="none" stroke="#fff" stroke-width="4"><path stroke-linecap="round" d="m29.003 18.373l1.105-1.105l.53-.53a5.5 5.5 0 0 0 0-7.778v0a5.5 5.5 0 0 0-7.778 0L9.172 22.648a.143.143 0 0 0 0 .202l6.97 6.97a1 1 0 0 0 1.414 0l3.713-3.713l1.105-1.105"/><path fill="#555" stroke-linecap="round" stroke-linejoin="round" d="m28.163 6.485l1.768-1.767a3.5 3.5 0 0 1 4.95 4.95l-1.768 1.767z"/><path stroke-linecap="round" stroke-linejoin="round" d="m10.485 24.163l-4.242 4.243l4.95 4.95l4.242-4.243z"/><circle cx="26.041" cy="22.042" r="4.5" fill="#555" transform="rotate(45 26.041 22.042)"/><path stroke-linecap="round" stroke-linejoin="round" d="m6 20l12.728 12.728M10 44h32M31 22c4 0 8 4 8 10c0 6.4-5.167 9.833-8 12"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGK5HqqcwK)"/></svg>
</template>

CSS

.icon-microscope-one {
  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%3Cdefs%3E%3Cmask%20id%3D%22SVGK5HqqcwK%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m29.003%2018.373l1.105-1.105l.53-.53a5.5%205.5%200%200%200%200-7.778v0a5.5%205.5%200%200%200-7.778%200L9.172%2022.648a.143.143%200%200%200%200%20.202l6.97%206.97a1%201%200%200%200%201.414%200l3.713-3.713l1.105-1.105%22%2F%3E%3Cpath%20fill%3D%22%23555%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m28.163%206.485l1.768-1.767a3.5%203.5%200%200%201%204.95%204.95l-1.768%201.767z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m10.485%2024.163l-4.242%204.243l4.95%204.95l4.242-4.243z%22%2F%3E%3Ccircle%20cx%3D%2226.041%22%20cy%3D%2222.042%22%20r%3D%224.5%22%20fill%3D%22%23555%22%20transform%3D%22rotate(45%2026.041%2022.042)%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m6%2020l12.728%2012.728M10%2044h32M31%2022c4%200%208%204%208%2010c0%206.4-5.167%209.833-8%2012%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGK5HqqcwK)%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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGK5HqqcwK%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m29.003%2018.373l1.105-1.105l.53-.53a5.5%205.5%200%200%200%200-7.778v0a5.5%205.5%200%200%200-7.778%200L9.172%2022.648a.143.143%200%200%200%200%20.202l6.97%206.97a1%201%200%200%200%201.414%200l3.713-3.713l1.105-1.105%22%2F%3E%3Cpath%20fill%3D%22%23555%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m28.163%206.485l1.768-1.767a3.5%203.5%200%200%201%204.95%204.95l-1.768%201.767z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m10.485%2024.163l-4.242%204.243l4.95%204.95l4.242-4.243z%22%2F%3E%3Ccircle%20cx%3D%2226.041%22%20cy%3D%2222.042%22%20r%3D%224.5%22%20fill%3D%22%23555%22%20transform%3D%22rotate(45%2026.041%2022.042)%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m6%2020l12.728%2012.728M10%2044h32M31%2022c4%200%208%204%208%2010c0%206.4-5.167%209.833-8%2012%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGK5HqqcwK)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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