microscope icon
microscope from Unicons by Iconscout · Line · Medical · Apache-2.0 Free for personal and commercial use.
- Name
- microscope
- Set
- Unicons
- Style
- Line
- Category
- Medical
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
microscopeCarbonmicroscopeEmoji One (Colored)microscopeFont Awesome 6 SolidmicroscopeFont Awesome Solidmicroscope-outlineFlowbite Iconsmicroscope-20-filledFluent UI System IconsmicroscopeFluent EmojimicroscopeFluent Emoji FlatmicroscopeFluent Emoji High ContrastmicroscopeFirefox OS EmojimicroscopeHealth IconsmicroscopeHuge IconsmicroscopeIconParkmicroscopeIconPark OutlinemicroscopeIconPark SolidmicroscopeIconPark TwoTonemicroscopeIconoirmicroscopeLine AwesomemicroscopeLucidemicroscopeMaterial Design Iconsmicroscope-fillMingCute IconmicroscopeNoto EmojimicroscopeOpenMojimicroscopePhosphor
More medical icons from Unicons
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="M20 21.005h-5.184a3 3 0 0 0 .143-.591A8.04 8.04 0 0 0 20 13.005a7.95 7.95 0 0 0-2.127-5.422l.637-.638a1 1 0 0 0 .241-.39l.708-2.122a1 1 0 0 0-.241-1.024l-2.122-2.121a1 1 0 0 0-1.024-.242l-2.12.707a1 1 0 0 0-.391.242L7.198 8.358a1 1 0 0 0 0 1.414l-1.416 1.415a1 1 0 0 0 0 1.415l2.122 2.12a1 1 0 0 0 1.414 0l1.414-1.413l.002.002a1 1 0 0 0 1.414 0l4.31-4.312A5.96 5.96 0 0 1 18 13.005a6.05 6.05 0 0 1-3.455 5.431a2.976 2.976 0 0 0-5.124.063a7 7 0 0 1-1.12-.554a.99.99 0 0 0 .699-.94a1 1 0 0 0-1-1H4a1 1 0 0 0 0 2h1.331a8.8 8.8 0 0 0 3.717 2.473a3 3 0 0 0 .136.527H4a1 1 0 0 0 0 2h16a1 1 0 0 0 0-2M8.611 12.602l-.708-.707l.708-.708l.707.708Zm8.318-6.904L11.44 11.19L9.32 9.065l5.489-5.489l1.311-.437l1.247 1.247ZM12 21.005a1 1 0 1 1 1-1a1 1 0 0 1-1 1"/></svg>
React
import type { SVGProps } from "react";
export function UilMicroscope(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="M20 21.005h-5.184a3 3 0 0 0 .143-.591A8.04 8.04 0 0 0 20 13.005a7.95 7.95 0 0 0-2.127-5.422l.637-.638a1 1 0 0 0 .241-.39l.708-2.122a1 1 0 0 0-.241-1.024l-2.122-2.121a1 1 0 0 0-1.024-.242l-2.12.707a1 1 0 0 0-.391.242L7.198 8.358a1 1 0 0 0 0 1.414l-1.416 1.415a1 1 0 0 0 0 1.415l2.122 2.12a1 1 0 0 0 1.414 0l1.414-1.413l.002.002a1 1 0 0 0 1.414 0l4.31-4.312A5.96 5.96 0 0 1 18 13.005a6.05 6.05 0 0 1-3.455 5.431a2.976 2.976 0 0 0-5.124.063a7 7 0 0 1-1.12-.554a.99.99 0 0 0 .699-.94a1 1 0 0 0-1-1H4a1 1 0 0 0 0 2h1.331a8.8 8.8 0 0 0 3.717 2.473a3 3 0 0 0 .136.527H4a1 1 0 0 0 0 2h16a1 1 0 0 0 0-2M8.611 12.602l-.708-.707l.708-.708l.707.708Zm8.318-6.904L11.44 11.19L9.32 9.065l5.489-5.489l1.311-.437l1.247 1.247ZM12 21.005a1 1 0 1 1 1-1a1 1 0 0 1-1 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 21.005h-5.184a3 3 0 0 0 .143-.591A8.04 8.04 0 0 0 20 13.005a7.95 7.95 0 0 0-2.127-5.422l.637-.638a1 1 0 0 0 .241-.39l.708-2.122a1 1 0 0 0-.241-1.024l-2.122-2.121a1 1 0 0 0-1.024-.242l-2.12.707a1 1 0 0 0-.391.242L7.198 8.358a1 1 0 0 0 0 1.414l-1.416 1.415a1 1 0 0 0 0 1.415l2.122 2.12a1 1 0 0 0 1.414 0l1.414-1.413l.002.002a1 1 0 0 0 1.414 0l4.31-4.312A5.96 5.96 0 0 1 18 13.005a6.05 6.05 0 0 1-3.455 5.431a2.976 2.976 0 0 0-5.124.063a7 7 0 0 1-1.12-.554a.99.99 0 0 0 .699-.94a1 1 0 0 0-1-1H4a1 1 0 0 0 0 2h1.331a8.8 8.8 0 0 0 3.717 2.473a3 3 0 0 0 .136.527H4a1 1 0 0 0 0 2h16a1 1 0 0 0 0-2M8.611 12.602l-.708-.707l.708-.708l.707.708Zm8.318-6.904L11.44 11.19L9.32 9.065l5.489-5.489l1.311-.437l1.247 1.247ZM12 21.005a1 1 0 1 1 1-1a1 1 0 0 1-1 1"/></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%22M20%2021.005h-5.184a3%203%200%200%200%20.143-.591A8.04%208.04%200%200%200%2020%2013.005a7.95%207.95%200%200%200-2.127-5.422l.637-.638a1%201%200%200%200%20.241-.39l.708-2.122a1%201%200%200%200-.241-1.024l-2.122-2.121a1%201%200%200%200-1.024-.242l-2.12.707a1%201%200%200%200-.391.242L7.198%208.358a1%201%200%200%200%200%201.414l-1.416%201.415a1%201%200%200%200%200%201.415l2.122%202.12a1%201%200%200%200%201.414%200l1.414-1.413l.002.002a1%201%200%200%200%201.414%200l4.31-4.312A5.96%205.96%200%200%201%2018%2013.005a6.05%206.05%200%200%201-3.455%205.431a2.976%202.976%200%200%200-5.124.063a7%207%200%200%201-1.12-.554a.99.99%200%200%200%20.699-.94a1%201%200%200%200-1-1H4a1%201%200%200%200%200%202h1.331a8.8%208.8%200%200%200%203.717%202.473a3%203%200%200%200%20.136.527H4a1%201%200%200%200%200%202h16a1%201%200%200%200%200-2M8.611%2012.602l-.708-.707l.708-.708l.707.708Zm8.318-6.904L11.44%2011.19L9.32%209.065l5.489-5.489l1.311-.437l1.247%201.247ZM12%2021.005a1%201%200%201%201%201-1a1%201%200%200%201-1%201%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%22M20%2021.005h-5.184a3%203%200%200%200%20.143-.591A8.04%208.04%200%200%200%2020%2013.005a7.95%207.95%200%200%200-2.127-5.422l.637-.638a1%201%200%200%200%20.241-.39l.708-2.122a1%201%200%200%200-.241-1.024l-2.122-2.121a1%201%200%200%200-1.024-.242l-2.12.707a1%201%200%200%200-.391.242L7.198%208.358a1%201%200%200%200%200%201.414l-1.416%201.415a1%201%200%200%200%200%201.415l2.122%202.12a1%201%200%200%200%201.414%200l1.414-1.413l.002.002a1%201%200%200%200%201.414%200l4.31-4.312A5.96%205.96%200%200%201%2018%2013.005a6.05%206.05%200%200%201-3.455%205.431a2.976%202.976%200%200%200-5.124.063a7%207%200%200%201-1.12-.554a.99.99%200%200%200%20.699-.94a1%201%200%200%200-1-1H4a1%201%200%200%200%200%202h1.331a8.8%208.8%200%200%200%203.717%202.473a3%203%200%200%200%20.136.527H4a1%201%200%200%200%200%202h16a1%201%200%200%200%200-2M8.611%2012.602l-.708-.707l.708-.708l.707.708Zm8.318-6.904L11.44%2011.19L9.32%209.065l5.489-5.489l1.311-.437l1.247%201.247ZM12%2021.005a1%201%200%201%201%201-1a1%201%200%200%201-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/microscope.svg?color=%231a73e8&size=48