microscope icon
microscope-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- microscope-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
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 AwesomemicroscopeLucidemicroscopeMaterial Design IconsmicroscopeNoto EmojimicroscopeOpenMojimicroscopePhosphormicroscope-fillRemix IconmicroscopeStreamline EmojismicroscopeTabler IconsmicroscopeTwitter EmojimicroscopeUniconsmicroscopeUnicons MonochromemicroscopeUnicons Solid
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" fill-rule="evenodd" d="M15.682 3.282a2 2 0 0 1 2.828 0l.707.707a2 2 0 0 1 0 2.829l-.896.896a2 2 0 0 1-.518 1.932l-.99.99A6.5 6.5 0 0 1 19 15.5a6.48 6.48 0 0 1-1.81 4.5H20a1 1 0 1 1 0 2H4a1 1 0 1 1 0-2h8.5a4.5 4.5 0 0 0 2.895-7.946l-3.248 3.249a2 2 0 0 1-2.829 0L7.197 13.18a2 2 0 0 1 0-2.828l5.657-5.657a2 2 0 0 1 1.932-.518zm1.414 2.828l-.707-.707l.707-.707l.707.707zm-12.02 7.78a1 1 0 0 1 1.414 0l2.12 2.121a1 1 0 1 1-1.413 1.414l-2.122-2.121a1 1 0 0 1 0-1.414" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteMicroscopeFill(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" fillRule="evenodd" d="M15.682 3.282a2 2 0 0 1 2.828 0l.707.707a2 2 0 0 1 0 2.829l-.896.896a2 2 0 0 1-.518 1.932l-.99.99A6.5 6.5 0 0 1 19 15.5a6.48 6.48 0 0 1-1.81 4.5H20a1 1 0 1 1 0 2H4a1 1 0 1 1 0-2h8.5a4.5 4.5 0 0 0 2.895-7.946l-3.248 3.249a2 2 0 0 1-2.829 0L7.197 13.18a2 2 0 0 1 0-2.828l5.657-5.657a2 2 0 0 1 1.932-.518zm1.414 2.828l-.707-.707l.707-.707l.707.707zm-12.02 7.78a1 1 0 0 1 1.414 0l2.12 2.121a1 1 0 1 1-1.413 1.414l-2.122-2.121a1 1 0 0 1 0-1.414" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M15.682 3.282a2 2 0 0 1 2.828 0l.707.707a2 2 0 0 1 0 2.829l-.896.896a2 2 0 0 1-.518 1.932l-.99.99A6.5 6.5 0 0 1 19 15.5a6.48 6.48 0 0 1-1.81 4.5H20a1 1 0 1 1 0 2H4a1 1 0 1 1 0-2h8.5a4.5 4.5 0 0 0 2.895-7.946l-3.248 3.249a2 2 0 0 1-2.829 0L7.197 13.18a2 2 0 0 1 0-2.828l5.657-5.657a2 2 0 0 1 1.932-.518zm1.414 2.828l-.707-.707l.707-.707l.707.707zm-12.02 7.78a1 1 0 0 1 1.414 0l2.12 2.121a1 1 0 1 1-1.413 1.414l-2.122-2.121a1 1 0 0 1 0-1.414" clip-rule="evenodd"/></svg> </template>
CSS
.icon-microscope-fill {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M15.682%203.282a2%202%200%200%201%202.828%200l.707.707a2%202%200%200%201%200%202.829l-.896.896a2%202%200%200%201-.518%201.932l-.99.99A6.5%206.5%200%200%201%2019%2015.5a6.48%206.48%200%200%201-1.81%204.5H20a1%201%200%201%201%200%202H4a1%201%200%201%201%200-2h8.5a4.5%204.5%200%200%200%202.895-7.946l-3.248%203.249a2%202%200%200%201-2.829%200L7.197%2013.18a2%202%200%200%201%200-2.828l5.657-5.657a2%202%200%200%201%201.932-.518zm1.414%202.828l-.707-.707l.707-.707l.707.707zm-12.02%207.78a1%201%200%200%201%201.414%200l2.12%202.121a1%201%200%201%201-1.413%201.414l-2.122-2.121a1%201%200%200%201%200-1.414%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M15.682%203.282a2%202%200%200%201%202.828%200l.707.707a2%202%200%200%201%200%202.829l-.896.896a2%202%200%200%201-.518%201.932l-.99.99A6.5%206.5%200%200%201%2019%2015.5a6.48%206.48%200%200%201-1.81%204.5H20a1%201%200%201%201%200%202H4a1%201%200%201%201%200-2h8.5a4.5%204.5%200%200%200%202.895-7.946l-3.248%203.249a2%202%200%200%201-2.829%200L7.197%2013.18a2%202%200%200%201%200-2.828l5.657-5.657a2%202%200%200%201%201.932-.518zm1.414%202.828l-.707-.707l.707-.707l.707.707zm-12.02%207.78a1%201%200%200%201%201.414%200l2.12%202.121a1%201%200%201%201-1.413%201.414l-2.122-2.121a1%201%200%200%201%200-1.414%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/microscope-fill.svg?color=%231a73e8&size=48