microscope negative icon
microscope-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- microscope-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the microscope negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsMicroscopeNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm22.244 9.152a3.025 3.025 0 0 1 3.548 1.352l4.523 7.777a2.977 2.977 0 0 1-1.095 4.085l-.848.486l.677 1.309l-2.674 1.362l-.61-1.177l-.666.382a3.023 3.023 0 0 1-4.111-1.101l-2.922-5.024c-2.563 1.474-4.33 3.12-5.278 5.002c-.798 1.584-1.06 3.426-.62 5.637A9.96 9.96 0 0 1 17 28c3.27 0 6.173 1.57 7.997 3.996l-6.507 3.667l.992 1.736l6.514-3.67l-.992-1.737l12.08-6.807l.992 1.736l-12.042 6.786A10.05 10.05 0 0 1 26.8 40H40a1 1 0 1 1 0 2H7.832A10 10 0 0 1 7 38a9.98 9.98 0 0 1 3.404-7.516c-.762-2.927-.546-5.51.597-7.779c1.186-2.353 3.306-4.246 6.06-5.831l-.596-1.024a2.98 2.98 0 0 1 .253-3.368l-1.062-1.838l1.509-.859l-1.241-2.227l2.63-1.444l1.219 2.188l1.49-.848z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsMicroscopeNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMicroscopeNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsMicroscopeNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm22.244 9.152a3.025 3.025 0 0 1 3.548 1.352l4.523 7.777a2.977 2.977 0 0 1-1.095 4.085l-.848.486l.677 1.309l-2.674 1.362l-.61-1.177l-.666.382a3.023 3.023 0 0 1-4.111-1.101l-2.922-5.024c-2.563 1.474-4.33 3.12-5.278 5.002c-.798 1.584-1.06 3.426-.62 5.637A9.96 9.96 0 0 1 17 28c3.27 0 6.173 1.57 7.997 3.996l-6.507 3.667l.992 1.736l6.514-3.67l-.992-1.737l12.08-6.807l.992 1.736l-12.042 6.786A10.05 10.05 0 0 1 26.8 40H40a1 1 0 1 1 0 2H7.832A10 10 0 0 1 7 38a9.98 9.98 0 0 1 3.404-7.516c-.762-2.927-.546-5.51.597-7.779c1.186-2.353 3.306-4.246 6.06-5.831l-.596-1.024a2.98 2.98 0 0 1 .253-3.368l-1.062-1.838l1.509-.859l-1.241-2.227l2.63-1.444l1.219 2.188l1.49-.848z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsMicroscopeNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsMicroscopeNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm22.244 9.152a3.025 3.025 0 0 1 3.548 1.352l4.523 7.777a2.977 2.977 0 0 1-1.095 4.085l-.848.486l.677 1.309l-2.674 1.362l-.61-1.177l-.666.382a3.023 3.023 0 0 1-4.111-1.101l-2.922-5.024c-2.563 1.474-4.33 3.12-5.278 5.002c-.798 1.584-1.06 3.426-.62 5.637A9.96 9.96 0 0 1 17 28c3.27 0 6.173 1.57 7.997 3.996l-6.507 3.667l.992 1.736l6.514-3.67l-.992-1.737l12.08-6.807l.992 1.736l-12.042 6.786A10.05 10.05 0 0 1 26.8 40H40a1 1 0 1 1 0 2H7.832A10 10 0 0 1 7 38a9.98 9.98 0 0 1 3.404-7.516c-.762-2.927-.546-5.51.597-7.779c1.186-2.353 3.306-4.246 6.06-5.831l-.596-1.024a2.98 2.98 0 0 1 .253-3.368l-1.062-1.838l1.509-.859l-1.241-2.227l2.63-1.444l1.219 2.188l1.49-.848z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsMicroscopeNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-microscope-negative {
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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsMicroscopeNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm22.244%209.152a3.025%203.025%200%200%201%203.548%201.352l4.523%207.777a2.977%202.977%200%200%201-1.095%204.085l-.848.486l.677%201.309l-2.674%201.362l-.61-1.177l-.666.382a3.023%203.023%200%200%201-4.111-1.101l-2.922-5.024c-2.563%201.474-4.33%203.12-5.278%205.002c-.798%201.584-1.06%203.426-.62%205.637A9.96%209.96%200%200%201%2017%2028c3.27%200%206.173%201.57%207.997%203.996l-6.507%203.667l.992%201.736l6.514-3.67l-.992-1.737l12.08-6.807l.992%201.736l-12.042%206.786A10.05%2010.05%200%200%201%2026.8%2040H40a1%201%200%201%201%200%202H7.832A10%2010%200%200%201%207%2038a9.98%209.98%200%200%201%203.404-7.516c-.762-2.927-.546-5.51.597-7.779c1.186-2.353%203.306-4.246%206.06-5.831l-.596-1.024a2.98%202.98%200%200%201%20.253-3.368l-1.062-1.838l1.509-.859l-1.241-2.227l2.63-1.444l1.219%202.188l1.49-.848z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsMicroscopeNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsMicroscopeNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm22.244%209.152a3.025%203.025%200%200%201%203.548%201.352l4.523%207.777a2.977%202.977%200%200%201-1.095%204.085l-.848.486l.677%201.309l-2.674%201.362l-.61-1.177l-.666.382a3.023%203.023%200%200%201-4.111-1.101l-2.922-5.024c-2.563%201.474-4.33%203.12-5.278%205.002c-.798%201.584-1.06%203.426-.62%205.637A9.96%209.96%200%200%201%2017%2028c3.27%200%206.173%201.57%207.997%203.996l-6.507%203.667l.992%201.736l6.514-3.67l-.992-1.737l12.08-6.807l.992%201.736l-12.042%206.786A10.05%2010.05%200%200%201%2026.8%2040H40a1%201%200%201%201%200%202H7.832A10%2010%200%200%201%207%2038a9.98%209.98%200%200%201%203.404-7.516c-.762-2.927-.546-5.51.597-7.779c1.186-2.353%203.306-4.246%206.06-5.831l-.596-1.024a2.98%202.98%200%200%201%20.253-3.368l-1.062-1.838l1.509-.859l-1.241-2.227l2.63-1.444l1.219%202.188l1.49-.848z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsMicroscopeNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/microscope-negative.svg?color=%231a73e8&size=48