microscope icon
microscope from Material Design Icons by Pictogrammers · Filled · Science · Apache-2.0 Free for personal and commercial use.
- Name
- microscope
- Set
- Material Design Icons
- Style
- Filled
- Category
- Science
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
microscopeCarbonmicroscopeEmoji One (Colored)microscopeFont Awesome 6 Solidmicroscope-20-filledFluent UI System IconsmicroscopeFluent EmojimicroscopeFluent Emoji FlatmicroscopeFluent Emoji High ContrastmicroscopeHuge IconsmicroscopeIconoirmicroscopeLine AwesomemicroscopeLucidemicroscope-fillMingCute IconmicroscopeNoto EmojimicroscopeOpenMojimicroscopePhosphormicroscope-fillRemix IconmicroscopeStreamline EmojismicroscopeTabler IconsmicroscopeTwitter EmojimicroscopeUniconsmicroscopeUnicons MonochromemicroscopeUnicons Solid
More science icons from Material Design Icons
atomatom-variantaurorabeakerbeaker-checkbeaker-minusbeaker-plusbeaker-questionbeaker-removebiohazardbottle-tonicdnaeyedropper-minuseyedropper-offeyedropper-pluseyedropper-removeflask-empty-minusflask-empty-plusflask-empty-removeflask-minusflask-plusflask-removeflask-round-bottomflask-round-bottom-empty
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="M9.46 6.28L11.05 9c-2.58.26-4.55 2.41-4.55 5a5 5 0 0 0 5 5c2.05 0 3.81-1.23 4.58-3H13.5v-2h8v2h-2.25a8.05 8.05 0 0 1-2.46 4h2.71v2h-16v-2h2.71a8 8 0 0 1-2.71-6c0-3.63 2.46-6.8 5.96-7.72m3.28-4.21l.76 1.3l.86-.5l3.5 6.06l-3.47 2l-3.5-6.06l.87-.5l-.76-1.3z"/></svg>
React
import type { SVGProps } from "react";
export function MdiMicroscope(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="M9.46 6.28L11.05 9c-2.58.26-4.55 2.41-4.55 5a5 5 0 0 0 5 5c2.05 0 3.81-1.23 4.58-3H13.5v-2h8v2h-2.25a8.05 8.05 0 0 1-2.46 4h2.71v2h-16v-2h2.71a8 8 0 0 1-2.71-6c0-3.63 2.46-6.8 5.96-7.72m3.28-4.21l.76 1.3l.86-.5l3.5 6.06l-3.47 2l-3.5-6.06l.87-.5l-.76-1.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.46 6.28L11.05 9c-2.58.26-4.55 2.41-4.55 5a5 5 0 0 0 5 5c2.05 0 3.81-1.23 4.58-3H13.5v-2h8v2h-2.25a8.05 8.05 0 0 1-2.46 4h2.71v2h-16v-2h2.71a8 8 0 0 1-2.71-6c0-3.63 2.46-6.8 5.96-7.72m3.28-4.21l.76 1.3l.86-.5l3.5 6.06l-3.47 2l-3.5-6.06l.87-.5l-.76-1.3z"/></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%22M9.46%206.28L11.05%209c-2.58.26-4.55%202.41-4.55%205a5%205%200%200%200%205%205c2.05%200%203.81-1.23%204.58-3H13.5v-2h8v2h-2.25a8.05%208.05%200%200%201-2.46%204h2.71v2h-16v-2h2.71a8%208%200%200%201-2.71-6c0-3.63%202.46-6.8%205.96-7.72m3.28-4.21l.76%201.3l.86-.5l3.5%206.06l-3.47%202l-3.5-6.06l.87-.5l-.76-1.3z%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%22M9.46%206.28L11.05%209c-2.58.26-4.55%202.41-4.55%205a5%205%200%200%200%205%205c2.05%200%203.81-1.23%204.58-3H13.5v-2h8v2h-2.25a8.05%208.05%200%200%201-2.46%204h2.71v2h-16v-2h2.71a8%208%200%200%201-2.71-6c0-3.63%202.46-6.8%205.96-7.72m3.28-4.21l.76%201.3l.86-.5l3.5%206.06l-3.47%202l-3.5-6.06l.87-.5l-.76-1.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/microscope.svg?color=%231a73e8&size=48