microscope one icon
microscope-one from IconPark by ByteDance · Color · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- microscope-one
- Set
- IconPark
- Style
- Color
- Category
- Hardware
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More hardware icons from IconPark
Use the microscope one 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="M29.0026 18.3733L30.1075 17.2685L30.6378 16.7381C32.7857 14.5902 32.7857 11.1078 30.6378 8.95995V8.95995C28.4899 6.81207 25.0075 6.81207 22.8596 8.95995L9.17206 22.6475C9.11627 22.7033 9.11627 22.7938 9.17206 22.8496L16.1421 29.8196C16.5326 30.2101 17.1658 30.2101 17.5563 29.8196L21.2686 26.1073L22.3735 25.0024"/><path fill="#2F88FF" stroke-linecap="round" stroke-linejoin="round" d="M28.1628 6.48535L29.9306 4.71758C31.2974 3.35075 33.5135 3.35075 34.8804 4.71758C36.2472 6.08442 36.2472 8.3005 34.8804 9.66733L33.1126 11.4351L28.1628 6.48535Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M10.4854 24.1631L6.24271 28.4057L11.1925 33.3555L15.4351 29.1128L10.4854 24.1631Z"/><circle cx="26.041" cy="22.042" r="4.5" fill="#2F88FF" transform="rotate(45 26.041 22.042)"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 20L18.7279 32.7279"/><path stroke-linecap="round" stroke-linejoin="round" d="M10 44H42"/><path stroke-linecap="round" stroke-linejoin="round" d="M31 22C35 22 39 26 39 32C39 38.4 33.8333 41.8333 31 44"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkMicroscopeOne(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="M29.0026 18.3733L30.1075 17.2685L30.6378 16.7381C32.7857 14.5902 32.7857 11.1078 30.6378 8.95995V8.95995C28.4899 6.81207 25.0075 6.81207 22.8596 8.95995L9.17206 22.6475C9.11627 22.7033 9.11627 22.7938 9.17206 22.8496L16.1421 29.8196C16.5326 30.2101 17.1658 30.2101 17.5563 29.8196L21.2686 26.1073L22.3735 25.0024"/><path fill="#2F88FF" strokeLinecap="round" strokeLinejoin="round" d="M28.1628 6.48535L29.9306 4.71758C31.2974 3.35075 33.5135 3.35075 34.8804 4.71758C36.2472 6.08442 36.2472 8.3005 34.8804 9.66733L33.1126 11.4351L28.1628 6.48535Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M10.4854 24.1631L6.24271 28.4057L11.1925 33.3555L15.4351 29.1128L10.4854 24.1631Z"/><circle cx="26.041" cy="22.042" r="4.5" fill="#2F88FF" transform="rotate(45 26.041 22.042)"/><path strokeLinecap="round" strokeLinejoin="round" d="M6 20L18.7279 32.7279"/><path strokeLinecap="round" strokeLinejoin="round" d="M10 44H42"/><path strokeLinecap="round" strokeLinejoin="round" d="M31 22C35 22 39 26 39 32C39 38.4 33.8333 41.8333 31 44"/></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="M29.0026 18.3733L30.1075 17.2685L30.6378 16.7381C32.7857 14.5902 32.7857 11.1078 30.6378 8.95995V8.95995C28.4899 6.81207 25.0075 6.81207 22.8596 8.95995L9.17206 22.6475C9.11627 22.7033 9.11627 22.7938 9.17206 22.8496L16.1421 29.8196C16.5326 30.2101 17.1658 30.2101 17.5563 29.8196L21.2686 26.1073L22.3735 25.0024"/><path fill="#2F88FF" stroke-linecap="round" stroke-linejoin="round" d="M28.1628 6.48535L29.9306 4.71758C31.2974 3.35075 33.5135 3.35075 34.8804 4.71758C36.2472 6.08442 36.2472 8.3005 34.8804 9.66733L33.1126 11.4351L28.1628 6.48535Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M10.4854 24.1631L6.24271 28.4057L11.1925 33.3555L15.4351 29.1128L10.4854 24.1631Z"/><circle cx="26.041" cy="22.042" r="4.5" fill="#2F88FF" transform="rotate(45 26.041 22.042)"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 20L18.7279 32.7279"/><path stroke-linecap="round" stroke-linejoin="round" d="M10 44H42"/><path stroke-linecap="round" stroke-linejoin="round" d="M31 22C35 22 39 26 39 32C39 38.4 33.8333 41.8333 31 44"/></g></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%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M29.0026%2018.3733L30.1075%2017.2685L30.6378%2016.7381C32.7857%2014.5902%2032.7857%2011.1078%2030.6378%208.95995V8.95995C28.4899%206.81207%2025.0075%206.81207%2022.8596%208.95995L9.17206%2022.6475C9.11627%2022.7033%209.11627%2022.7938%209.17206%2022.8496L16.1421%2029.8196C16.5326%2030.2101%2017.1658%2030.2101%2017.5563%2029.8196L21.2686%2026.1073L22.3735%2025.0024%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.1628%206.48535L29.9306%204.71758C31.2974%203.35075%2033.5135%203.35075%2034.8804%204.71758C36.2472%206.08442%2036.2472%208.3005%2034.8804%209.66733L33.1126%2011.4351L28.1628%206.48535Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10.4854%2024.1631L6.24271%2028.4057L11.1925%2033.3555L15.4351%2029.1128L10.4854%2024.1631Z%22%2F%3E%3Ccircle%20cx%3D%2226.041%22%20cy%3D%2222.042%22%20r%3D%224.5%22%20fill%3D%22%232F88FF%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%2020L18.7279%2032.7279%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2044H42%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M31%2022C35%2022%2039%2026%2039%2032C39%2038.4%2033.8333%2041.8333%2031%2044%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%22M29.0026%2018.3733L30.1075%2017.2685L30.6378%2016.7381C32.7857%2014.5902%2032.7857%2011.1078%2030.6378%208.95995V8.95995C28.4899%206.81207%2025.0075%206.81207%2022.8596%208.95995L9.17206%2022.6475C9.11627%2022.7033%209.11627%2022.7938%209.17206%2022.8496L16.1421%2029.8196C16.5326%2030.2101%2017.1658%2030.2101%2017.5563%2029.8196L21.2686%2026.1073L22.3735%2025.0024%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.1628%206.48535L29.9306%204.71758C31.2974%203.35075%2033.5135%203.35075%2034.8804%204.71758C36.2472%206.08442%2036.2472%208.3005%2034.8804%209.66733L33.1126%2011.4351L28.1628%206.48535Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10.4854%2024.1631L6.24271%2028.4057L11.1925%2033.3555L15.4351%2029.1128L10.4854%2024.1631Z%22%2F%3E%3Ccircle%20cx%3D%2226.041%22%20cy%3D%2222.042%22%20r%3D%224.5%22%20fill%3D%22%232F88FF%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%2020L18.7279%2032.7279%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2044H42%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M31%2022C35%2022%2039%2026%2039%2032C39%2038.4%2033.8333%2041.8333%2031%2044%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-one.svg?color=%231a73e8&size=48