microscope with specimen icon
microscope-with-specimen from Health Icons by Resolve to Save Lives · Filled · Devices · MIT Free for personal and commercial use.
- Name
- microscope-with-specimen
- Set
- Health Icons
- Style
- Filled
- Category
- Devices
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More devices icons from Health Icons
Use the microscope with specimen icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M25.504 10.192a3.03 3.03 0 0 0-3.563-1.347l-.037-.068a1.62 1.62 0 0 0-2.202-.59l-.056.033l-1.269-2.173l-2.6 1.497l1.266 2.168l-.149.085a1.595 1.595 0 0 0-.462 2.371a2.98 2.98 0 0 0-.255 3.37l.68 1.168c-2.898 1.619-5.128 3.562-6.356 6c-1.143 2.269-1.36 4.85-.598 7.778A9.98 9.98 0 0 0 6.5 38a10 10 0 0 0 .832 4H39.5a1 1 0 1 0 0-2H26.3a10.05 10.05 0 0 0-.052-4.242l-8.519 2.257l-.524-1.93l8.395-2.224l.65 1.889l11.754-3.104l-.524-1.93l-11.876 3.141A10 10 0 0 0 16.5 28c-1.752 0-3.4.45-4.831 1.242c-.442-2.21-.18-4.053.618-5.637c.984-1.954 2.852-3.653 5.575-5.17l2.838 4.88a3.023 3.023 0 0 0 4.11 1.101l.71-.406l.716 1.227l2.6-1.497l-.713-1.222l.81-.464q.105-.06.205-.129a2.977 2.977 0 0 0 .89-3.956z"/><path fill-rule="evenodd" d="M31.5 6a9.95 9.95 0 0 0-5.583 1.702c.519.39.97.888 1.316 1.484l4.523 7.777c.57.98.769 2.072.64 3.115q.045.021.09.048l1.647.986c.474.283.64.904.372 1.387a.963.963 0 0 1-1.345.36l-1.423-.851a5 5 0 0 1-.93 1.14l.772 1.32l-2.25 1.296c.7.154 1.426.236 2.171.236c5.523 0 10-4.477 10-10s-4.477-10-10-10m4.306 10.04a1.044 1.044 0 0 1 0-1.439l1.344-1.393a.96.96 0 0 1 1.389 0a1.044 1.044 0 0 1 0 1.439l-1.345 1.394a.96.96 0 0 1-1.388 0m-3.267-3.927a.96.96 0 0 1-1.389 0l-1.344-1.393a1.044 1.044 0 0 1 0-1.44a.96.96 0 0 1 1.388 0l1.345 1.394a1.044 1.044 0 0 1 0 1.44m.289 2.8c.525 0 .95.441.95.985s-.425.986-.95.986s-.951-.442-.951-.986s.426-.985.95-.985m2.377-4.884c.525 0 .95.441.95.986s-.425.985-.95.985c-.526 0-.951-.441-.951-.985c0-.545.425-.986.95-.986m.95 8.58c.525 0 .951.44.951.985s-.426.985-.95.985c-.526 0-.951-.441-.951-.985c0-.545.425-.986.95-.986" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMicroscopeWithSpecimen(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M25.504 10.192a3.03 3.03 0 0 0-3.563-1.347l-.037-.068a1.62 1.62 0 0 0-2.202-.59l-.056.033l-1.269-2.173l-2.6 1.497l1.266 2.168l-.149.085a1.595 1.595 0 0 0-.462 2.371a2.98 2.98 0 0 0-.255 3.37l.68 1.168c-2.898 1.619-5.128 3.562-6.356 6c-1.143 2.269-1.36 4.85-.598 7.778A9.98 9.98 0 0 0 6.5 38a10 10 0 0 0 .832 4H39.5a1 1 0 1 0 0-2H26.3a10.05 10.05 0 0 0-.052-4.242l-8.519 2.257l-.524-1.93l8.395-2.224l.65 1.889l11.754-3.104l-.524-1.93l-11.876 3.141A10 10 0 0 0 16.5 28c-1.752 0-3.4.45-4.831 1.242c-.442-2.21-.18-4.053.618-5.637c.984-1.954 2.852-3.653 5.575-5.17l2.838 4.88a3.023 3.023 0 0 0 4.11 1.101l.71-.406l.716 1.227l2.6-1.497l-.713-1.222l.81-.464q.105-.06.205-.129a2.977 2.977 0 0 0 .89-3.956z"/><path fillRule="evenodd" d="M31.5 6a9.95 9.95 0 0 0-5.583 1.702c.519.39.97.888 1.316 1.484l4.523 7.777c.57.98.769 2.072.64 3.115q.045.021.09.048l1.647.986c.474.283.64.904.372 1.387a.963.963 0 0 1-1.345.36l-1.423-.851a5 5 0 0 1-.93 1.14l.772 1.32l-2.25 1.296c.7.154 1.426.236 2.171.236c5.523 0 10-4.477 10-10s-4.477-10-10-10m4.306 10.04a1.044 1.044 0 0 1 0-1.439l1.344-1.393a.96.96 0 0 1 1.389 0a1.044 1.044 0 0 1 0 1.439l-1.345 1.394a.96.96 0 0 1-1.388 0m-3.267-3.927a.96.96 0 0 1-1.389 0l-1.344-1.393a1.044 1.044 0 0 1 0-1.44a.96.96 0 0 1 1.388 0l1.345 1.394a1.044 1.044 0 0 1 0 1.44m.289 2.8c.525 0 .95.441.95.985s-.425.986-.95.986s-.951-.442-.951-.986s.426-.985.95-.985m2.377-4.884c.525 0 .95.441.95.986s-.425.985-.95.985c-.526 0-.951-.441-.951-.985c0-.545.425-.986.95-.986m.95 8.58c.525 0 .951.44.951.985s-.426.985-.95.985c-.526 0-.951-.441-.951-.985c0-.545.425-.986.95-.986" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M25.504 10.192a3.03 3.03 0 0 0-3.563-1.347l-.037-.068a1.62 1.62 0 0 0-2.202-.59l-.056.033l-1.269-2.173l-2.6 1.497l1.266 2.168l-.149.085a1.595 1.595 0 0 0-.462 2.371a2.98 2.98 0 0 0-.255 3.37l.68 1.168c-2.898 1.619-5.128 3.562-6.356 6c-1.143 2.269-1.36 4.85-.598 7.778A9.98 9.98 0 0 0 6.5 38a10 10 0 0 0 .832 4H39.5a1 1 0 1 0 0-2H26.3a10.05 10.05 0 0 0-.052-4.242l-8.519 2.257l-.524-1.93l8.395-2.224l.65 1.889l11.754-3.104l-.524-1.93l-11.876 3.141A10 10 0 0 0 16.5 28c-1.752 0-3.4.45-4.831 1.242c-.442-2.21-.18-4.053.618-5.637c.984-1.954 2.852-3.653 5.575-5.17l2.838 4.88a3.023 3.023 0 0 0 4.11 1.101l.71-.406l.716 1.227l2.6-1.497l-.713-1.222l.81-.464q.105-.06.205-.129a2.977 2.977 0 0 0 .89-3.956z"/><path fill-rule="evenodd" d="M31.5 6a9.95 9.95 0 0 0-5.583 1.702c.519.39.97.888 1.316 1.484l4.523 7.777c.57.98.769 2.072.64 3.115q.045.021.09.048l1.647.986c.474.283.64.904.372 1.387a.963.963 0 0 1-1.345.36l-1.423-.851a5 5 0 0 1-.93 1.14l.772 1.32l-2.25 1.296c.7.154 1.426.236 2.171.236c5.523 0 10-4.477 10-10s-4.477-10-10-10m4.306 10.04a1.044 1.044 0 0 1 0-1.439l1.344-1.393a.96.96 0 0 1 1.389 0a1.044 1.044 0 0 1 0 1.439l-1.345 1.394a.96.96 0 0 1-1.388 0m-3.267-3.927a.96.96 0 0 1-1.389 0l-1.344-1.393a1.044 1.044 0 0 1 0-1.44a.96.96 0 0 1 1.388 0l1.345 1.394a1.044 1.044 0 0 1 0 1.44m.289 2.8c.525 0 .95.441.95.985s-.425.986-.95.986s-.951-.442-.951-.986s.426-.985.95-.985m2.377-4.884c.525 0 .95.441.95.986s-.425.985-.95.985c-.526 0-.951-.441-.951-.985c0-.545.425-.986.95-.986m.95 8.58c.525 0 .951.44.951.985s-.426.985-.95.985c-.526 0-.951-.441-.951-.985c0-.545.425-.986.95-.986" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-microscope-with-specimen {
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%22currentColor%22%3E%3Cpath%20d%3D%22M25.504%2010.192a3.03%203.03%200%200%200-3.563-1.347l-.037-.068a1.62%201.62%200%200%200-2.202-.59l-.056.033l-1.269-2.173l-2.6%201.497l1.266%202.168l-.149.085a1.595%201.595%200%200%200-.462%202.371a2.98%202.98%200%200%200-.255%203.37l.68%201.168c-2.898%201.619-5.128%203.562-6.356%206c-1.143%202.269-1.36%204.85-.598%207.778A9.98%209.98%200%200%200%206.5%2038a10%2010%200%200%200%20.832%204H39.5a1%201%200%201%200%200-2H26.3a10.05%2010.05%200%200%200-.052-4.242l-8.519%202.257l-.524-1.93l8.395-2.224l.65%201.889l11.754-3.104l-.524-1.93l-11.876%203.141A10%2010%200%200%200%2016.5%2028c-1.752%200-3.4.45-4.831%201.242c-.442-2.21-.18-4.053.618-5.637c.984-1.954%202.852-3.653%205.575-5.17l2.838%204.88a3.023%203.023%200%200%200%204.11%201.101l.71-.406l.716%201.227l2.6-1.497l-.713-1.222l.81-.464q.105-.06.205-.129a2.977%202.977%200%200%200%20.89-3.956z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M31.5%206a9.95%209.95%200%200%200-5.583%201.702c.519.39.97.888%201.316%201.484l4.523%207.777c.57.98.769%202.072.64%203.115q.045.021.09.048l1.647.986c.474.283.64.904.372%201.387a.963.963%200%200%201-1.345.36l-1.423-.851a5%205%200%200%201-.93%201.14l.772%201.32l-2.25%201.296c.7.154%201.426.236%202.171.236c5.523%200%2010-4.477%2010-10s-4.477-10-10-10m4.306%2010.04a1.044%201.044%200%200%201%200-1.439l1.344-1.393a.96.96%200%200%201%201.389%200a1.044%201.044%200%200%201%200%201.439l-1.345%201.394a.96.96%200%200%201-1.388%200m-3.267-3.927a.96.96%200%200%201-1.389%200l-1.344-1.393a1.044%201.044%200%200%201%200-1.44a.96.96%200%200%201%201.388%200l1.345%201.394a1.044%201.044%200%200%201%200%201.44m.289%202.8c.525%200%20.95.441.95.985s-.425.986-.95.986s-.951-.442-.951-.986s.426-.985.95-.985m2.377-4.884c.525%200%20.95.441.95.986s-.425.985-.95.985c-.526%200-.951-.441-.951-.985c0-.545.425-.986.95-.986m.95%208.58c.525%200%20.951.44.951.985s-.426.985-.95.985c-.526%200-.951-.441-.951-.985c0-.545.425-.986.95-.986%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M25.504%2010.192a3.03%203.03%200%200%200-3.563-1.347l-.037-.068a1.62%201.62%200%200%200-2.202-.59l-.056.033l-1.269-2.173l-2.6%201.497l1.266%202.168l-.149.085a1.595%201.595%200%200%200-.462%202.371a2.98%202.98%200%200%200-.255%203.37l.68%201.168c-2.898%201.619-5.128%203.562-6.356%206c-1.143%202.269-1.36%204.85-.598%207.778A9.98%209.98%200%200%200%206.5%2038a10%2010%200%200%200%20.832%204H39.5a1%201%200%201%200%200-2H26.3a10.05%2010.05%200%200%200-.052-4.242l-8.519%202.257l-.524-1.93l8.395-2.224l.65%201.889l11.754-3.104l-.524-1.93l-11.876%203.141A10%2010%200%200%200%2016.5%2028c-1.752%200-3.4.45-4.831%201.242c-.442-2.21-.18-4.053.618-5.637c.984-1.954%202.852-3.653%205.575-5.17l2.838%204.88a3.023%203.023%200%200%200%204.11%201.101l.71-.406l.716%201.227l2.6-1.497l-.713-1.222l.81-.464q.105-.06.205-.129a2.977%202.977%200%200%200%20.89-3.956z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M31.5%206a9.95%209.95%200%200%200-5.583%201.702c.519.39.97.888%201.316%201.484l4.523%207.777c.57.98.769%202.072.64%203.115q.045.021.09.048l1.647.986c.474.283.64.904.372%201.387a.963.963%200%200%201-1.345.36l-1.423-.851a5%205%200%200%201-.93%201.14l.772%201.32l-2.25%201.296c.7.154%201.426.236%202.171.236c5.523%200%2010-4.477%2010-10s-4.477-10-10-10m4.306%2010.04a1.044%201.044%200%200%201%200-1.439l1.344-1.393a.96.96%200%200%201%201.389%200a1.044%201.044%200%200%201%200%201.439l-1.345%201.394a.96.96%200%200%201-1.388%200m-3.267-3.927a.96.96%200%200%201-1.389%200l-1.344-1.393a1.044%201.044%200%200%201%200-1.44a.96.96%200%200%201%201.388%200l1.345%201.394a1.044%201.044%200%200%201%200%201.44m.289%202.8c.525%200%20.95.441.95.985s-.425.986-.95.986s-.951-.442-.951-.986s.426-.985.95-.985m2.377-4.884c.525%200%20.95.441.95.986s-.425.985-.95.985c-.526%200-.951-.441-.951-.985c0-.545.425-.986.95-.986m.95%208.58c.525%200%20.951.44.951.985s-.426.985-.95.985c-.526%200-.951-.441-.951-.985c0-.545.425-.986.95-.986%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/microscope-with-specimen.svg?color=%231a73e8&size=48