microscope icon

microscope from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.

Name
microscope
Set
Carbon
Style
Outline
Category
Tools
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More tools icons from Carbon

Use the microscope icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.394 24a7.88 7.88 0 0 0-1.67-8.568a3.92 3.92 0 0 0-1.085-4.414l2.776-2.776a2.003 2.003 0 0 0 0-2.829l-2.828-2.828a2 2 0 0 0-2.829 0L6.586 15.757a2.003 2.003 0 0 0 0 2.829l2.828 2.828a2 2 0 0 0 2.829 0l4.775-4.775a3.933 3.933 0 0 0 5.513.432A5.94 5.94 0 0 1 23.178 24H16v4H4v2h24v-6Zm-14.566-4L8 17.171l1.879-1.878l2.828 2.828ZM16 14a4 4 0 0 0 .076.752l-1.955 1.955l-2.828-2.828l9.88-9.88L24 6.827l-3.249 3.25A3.977 3.977 0 0 0 16 14m4 2a2 2 0 1 1 2-2a2 2 0 0 1-2 2m6 12h-8v-2h8Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonMicroscope(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.394 24a7.88 7.88 0 0 0-1.67-8.568a3.92 3.92 0 0 0-1.085-4.414l2.776-2.776a2.003 2.003 0 0 0 0-2.829l-2.828-2.828a2 2 0 0 0-2.829 0L6.586 15.757a2.003 2.003 0 0 0 0 2.829l2.828 2.828a2 2 0 0 0 2.829 0l4.775-4.775a3.933 3.933 0 0 0 5.513.432A5.94 5.94 0 0 1 23.178 24H16v4H4v2h24v-6Zm-14.566-4L8 17.171l1.879-1.878l2.828 2.828ZM16 14a4 4 0 0 0 .076.752l-1.955 1.955l-2.828-2.828l9.88-9.88L24 6.827l-3.249 3.25A3.977 3.977 0 0 0 16 14m4 2a2 2 0 1 1 2-2a2 2 0 0 1-2 2m6 12h-8v-2h8Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25.394 24a7.88 7.88 0 0 0-1.67-8.568a3.92 3.92 0 0 0-1.085-4.414l2.776-2.776a2.003 2.003 0 0 0 0-2.829l-2.828-2.828a2 2 0 0 0-2.829 0L6.586 15.757a2.003 2.003 0 0 0 0 2.829l2.828 2.828a2 2 0 0 0 2.829 0l4.775-4.775a3.933 3.933 0 0 0 5.513.432A5.94 5.94 0 0 1 23.178 24H16v4H4v2h24v-6Zm-14.566-4L8 17.171l1.879-1.878l2.828 2.828ZM16 14a4 4 0 0 0 .076.752l-1.955 1.955l-2.828-2.828l9.88-9.88L24 6.827l-3.249 3.25A3.977 3.977 0 0 0 16 14m4 2a2 2 0 1 1 2-2a2 2 0 0 1-2 2m6 12h-8v-2h8Z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.394%2024a7.88%207.88%200%200%200-1.67-8.568a3.92%203.92%200%200%200-1.085-4.414l2.776-2.776a2.003%202.003%200%200%200%200-2.829l-2.828-2.828a2%202%200%200%200-2.829%200L6.586%2015.757a2.003%202.003%200%200%200%200%202.829l2.828%202.828a2%202%200%200%200%202.829%200l4.775-4.775a3.933%203.933%200%200%200%205.513.432A5.94%205.94%200%200%201%2023.178%2024H16v4H4v2h24v-6Zm-14.566-4L8%2017.171l1.879-1.878l2.828%202.828ZM16%2014a4%204%200%200%200%20.076.752l-1.955%201.955l-2.828-2.828l9.88-9.88L24%206.827l-3.249%203.25A3.977%203.977%200%200%200%2016%2014m4%202a2%202%200%201%201%202-2a2%202%200%200%201-2%202m6%2012h-8v-2h8Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.394%2024a7.88%207.88%200%200%200-1.67-8.568a3.92%203.92%200%200%200-1.085-4.414l2.776-2.776a2.003%202.003%200%200%200%200-2.829l-2.828-2.828a2%202%200%200%200-2.829%200L6.586%2015.757a2.003%202.003%200%200%200%200%202.829l2.828%202.828a2%202%200%200%200%202.829%200l4.775-4.775a3.933%203.933%200%200%200%205.513.432A5.94%205.94%200%200%201%2023.178%2024H16v4H4v2h24v-6Zm-14.566-4L8%2017.171l1.879-1.878l2.828%202.828ZM16%2014a4%204%200%200%200%20.076.752l-1.955%201.955l-2.828-2.828l9.88-9.88L24%206.827l-3.249%203.25A3.977%203.977%200%200%200%2016%2014m4%202a2%202%200%201%201%202-2a2%202%200%200%201-2%202m6%2012h-8v-2h8Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/microscope.svg?color=%231a73e8&size=48