microscope icon
microscope from Health Icons by Resolve to Save Lives · Filled · Devices · MIT Free for personal and commercial use.
- Name
- microscope
- Set
- Health Icons
- Style
- Filled
- Category
- Devices
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
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 EmojimicroscopeHuge IconsmicroscopeIconParkmicroscopeIconPark OutlinemicroscopeIconPark SolidmicroscopeIconPark TwoTonemicroscopeIconoirmicroscopeLine AwesomemicroscopeLucidemicroscopeMaterial Design Iconsmicroscope-fillMingCute IconmicroscopeNoto EmojimicroscopeOpenMojimicroscopePhosphormicroscope-fillRemix Icon
More devices icons from Health Icons
Use the microscope icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m21.263 7.453l-1.49.848l-1.22-2.187l-2.63 1.444l1.242 2.227l-1.508.858l1.06 1.839a2.98 2.98 0 0 0-.252 3.368l.596 1.024c-2.754 1.585-4.874 3.478-6.06 5.831c-1.142 2.27-1.359 4.851-.597 7.779A9.98 9.98 0 0 0 7 38a10 10 0 0 0 .832 4H40a1 1 0 1 0 0-2H26.8a10.05 10.05 0 0 0-.766-6.293l12.042-6.786l-.992-1.736l-12.08 6.807l.992 1.736l-6.514 3.671l-.992-1.736l6.508-3.668A9.99 9.99 0 0 0 17 28c-1.752 0-3.4.45-4.831 1.242c-.442-2.211-.18-4.053.619-5.637c.948-1.882 2.715-3.528 5.278-5.002l2.922 5.024a3.023 3.023 0 0 0 4.11 1.101l.668-.382l.609 1.177l2.674-1.362l-.677-1.309l.848-.486a2.977 2.977 0 0 0 1.095-4.085l-4.523-7.777a3.025 3.025 0 0 0-3.549-1.352z"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMicroscope(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m21.263 7.453l-1.49.848l-1.22-2.187l-2.63 1.444l1.242 2.227l-1.508.858l1.06 1.839a2.98 2.98 0 0 0-.252 3.368l.596 1.024c-2.754 1.585-4.874 3.478-6.06 5.831c-1.142 2.27-1.359 4.851-.597 7.779A9.98 9.98 0 0 0 7 38a10 10 0 0 0 .832 4H40a1 1 0 1 0 0-2H26.8a10.05 10.05 0 0 0-.766-6.293l12.042-6.786l-.992-1.736l-12.08 6.807l.992 1.736l-6.514 3.671l-.992-1.736l6.508-3.668A9.99 9.99 0 0 0 17 28c-1.752 0-3.4.45-4.831 1.242c-.442-2.211-.18-4.053.619-5.637c.948-1.882 2.715-3.528 5.278-5.002l2.922 5.024a3.023 3.023 0 0 0 4.11 1.101l.668-.382l.609 1.177l2.674-1.362l-.677-1.309l.848-.486a2.977 2.977 0 0 0 1.095-4.085l-4.523-7.777a3.025 3.025 0 0 0-3.549-1.352z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="m21.263 7.453l-1.49.848l-1.22-2.187l-2.63 1.444l1.242 2.227l-1.508.858l1.06 1.839a2.98 2.98 0 0 0-.252 3.368l.596 1.024c-2.754 1.585-4.874 3.478-6.06 5.831c-1.142 2.27-1.359 4.851-.597 7.779A9.98 9.98 0 0 0 7 38a10 10 0 0 0 .832 4H40a1 1 0 1 0 0-2H26.8a10.05 10.05 0 0 0-.766-6.293l12.042-6.786l-.992-1.736l-12.08 6.807l.992 1.736l-6.514 3.671l-.992-1.736l6.508-3.668A9.99 9.99 0 0 0 17 28c-1.752 0-3.4.45-4.831 1.242c-.442-2.211-.18-4.053.619-5.637c.948-1.882 2.715-3.528 5.278-5.002l2.922 5.024a3.023 3.023 0 0 0 4.11 1.101l.668-.382l.609 1.177l2.674-1.362l-.677-1.309l.848-.486a2.977 2.977 0 0 0 1.095-4.085l-4.523-7.777a3.025 3.025 0 0 0-3.549-1.352z"/></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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.263%207.453l-1.49.848l-1.22-2.187l-2.63%201.444l1.242%202.227l-1.508.858l1.06%201.839a2.98%202.98%200%200%200-.252%203.368l.596%201.024c-2.754%201.585-4.874%203.478-6.06%205.831c-1.142%202.27-1.359%204.851-.597%207.779A9.98%209.98%200%200%200%207%2038a10%2010%200%200%200%20.832%204H40a1%201%200%201%200%200-2H26.8a10.05%2010.05%200%200%200-.766-6.293l12.042-6.786l-.992-1.736l-12.08%206.807l.992%201.736l-6.514%203.671l-.992-1.736l6.508-3.668A9.99%209.99%200%200%200%2017%2028c-1.752%200-3.4.45-4.831%201.242c-.442-2.211-.18-4.053.619-5.637c.948-1.882%202.715-3.528%205.278-5.002l2.922%205.024a3.023%203.023%200%200%200%204.11%201.101l.668-.382l.609%201.177l2.674-1.362l-.677-1.309l.848-.486a2.977%202.977%200%200%200%201.095-4.085l-4.523-7.777a3.025%203.025%200%200%200-3.549-1.352z%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.263%207.453l-1.49.848l-1.22-2.187l-2.63%201.444l1.242%202.227l-1.508.858l1.06%201.839a2.98%202.98%200%200%200-.252%203.368l.596%201.024c-2.754%201.585-4.874%203.478-6.06%205.831c-1.142%202.27-1.359%204.851-.597%207.779A9.98%209.98%200%200%200%207%2038a10%2010%200%200%200%20.832%204H40a1%201%200%201%200%200-2H26.8a10.05%2010.05%200%200%200-.766-6.293l12.042-6.786l-.992-1.736l-12.08%206.807l.992%201.736l-6.514%203.671l-.992-1.736l6.508-3.668A9.99%209.99%200%200%200%2017%2028c-1.752%200-3.4.45-4.831%201.242c-.442-2.211-.18-4.053.619-5.637c.948-1.882%202.715-3.528%205.278-5.002l2.922%205.024a3.023%203.023%200%200%200%204.11%201.101l.668-.382l.609%201.177l2.674-1.362l-.677-1.309l.848-.486a2.977%202.977%200%200%200%201.095-4.085l-4.523-7.777a3.025%203.025%200%200%200-3.549-1.352z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/microscope.svg?color=%231a73e8&size=48