microscope icon

microscope-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
microscope-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All microscope icons →

More newicons icons from Reicon

Use the microscope icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m14.84 10.899l5.66-3.79c.57-.38.72-1.16.34-1.72l-1.82-2.71c-.38-.57-1.16-.72-1.72-.34l-5.66 3.79z"/><path d="m14.52 10.422l-1.76 1.18l-2.67 1.79l-.35.23l-.16-.24l-2.24-3.34l-.16-.24l4.78-3.2z"/><path d="m5.64 16.02l3.95-2.64l-2.24-3.34l-3.95 2.64c-.46.31-.58.93-.27 1.39l1.13 1.68c.3.46.92.58 1.38.27m10.92 5.792a.9.9 0 0 1-.31.07c-.29 0-.56-.17-.69-.45l-3.73-8.24l-3.78 8.25a.77.77 0 0 1-.69.44a.9.9 0 0 1-.31-.07a.766.766 0 0 1-.37-1l3.41-7.42l2.67-1.79l4.17 9.22c.17.37 0 .82-.37.99"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMicroscopeFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m14.84 10.899l5.66-3.79c.57-.38.72-1.16.34-1.72l-1.82-2.71c-.38-.57-1.16-.72-1.72-.34l-5.66 3.79z"/><path d="m14.52 10.422l-1.76 1.18l-2.67 1.79l-.35.23l-.16-.24l-2.24-3.34l-.16-.24l4.78-3.2z"/><path d="m5.64 16.02l3.95-2.64l-2.24-3.34l-3.95 2.64c-.46.31-.58.93-.27 1.39l1.13 1.68c.3.46.92.58 1.38.27m10.92 5.792a.9.9 0 0 1-.31.07c-.29 0-.56-.17-.69-.45l-3.73-8.24l-3.78 8.25a.77.77 0 0 1-.69.44a.9.9 0 0 1-.31-.07a.766.766 0 0 1-.37-1l3.41-7.42l2.67-1.79l4.17 9.22c.17.37 0 .82-.37.99"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m14.84 10.899l5.66-3.79c.57-.38.72-1.16.34-1.72l-1.82-2.71c-.38-.57-1.16-.72-1.72-.34l-5.66 3.79z"/><path d="m14.52 10.422l-1.76 1.18l-2.67 1.79l-.35.23l-.16-.24l-2.24-3.34l-.16-.24l4.78-3.2z"/><path d="m5.64 16.02l3.95-2.64l-2.24-3.34l-3.95 2.64c-.46.31-.58.93-.27 1.39l1.13 1.68c.3.46.92.58 1.38.27m10.92 5.792a.9.9 0 0 1-.31.07c-.29 0-.56-.17-.69-.45l-3.73-8.24l-3.78 8.25a.77.77 0 0 1-.69.44a.9.9 0 0 1-.31-.07a.766.766 0 0 1-.37-1l3.41-7.42l2.67-1.79l4.17 9.22c.17.37 0 .82-.37.99"/></g></svg>
</template>

CSS

.icon-microscope-filled {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m14.84%2010.899l5.66-3.79c.57-.38.72-1.16.34-1.72l-1.82-2.71c-.38-.57-1.16-.72-1.72-.34l-5.66%203.79z%22%2F%3E%3Cpath%20d%3D%22m14.52%2010.422l-1.76%201.18l-2.67%201.79l-.35.23l-.16-.24l-2.24-3.34l-.16-.24l4.78-3.2z%22%2F%3E%3Cpath%20d%3D%22m5.64%2016.02l3.95-2.64l-2.24-3.34l-3.95%202.64c-.46.31-.58.93-.27%201.39l1.13%201.68c.3.46.92.58%201.38.27m10.92%205.792a.9.9%200%200%201-.31.07c-.29%200-.56-.17-.69-.45l-3.73-8.24l-3.78%208.25a.77.77%200%200%201-.69.44a.9.9%200%200%201-.31-.07a.766.766%200%200%201-.37-1l3.41-7.42l2.67-1.79l4.17%209.22c.17.37%200%20.82-.37.99%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m14.84%2010.899l5.66-3.79c.57-.38.72-1.16.34-1.72l-1.82-2.71c-.38-.57-1.16-.72-1.72-.34l-5.66%203.79z%22%2F%3E%3Cpath%20d%3D%22m14.52%2010.422l-1.76%201.18l-2.67%201.79l-.35.23l-.16-.24l-2.24-3.34l-.16-.24l4.78-3.2z%22%2F%3E%3Cpath%20d%3D%22m5.64%2016.02l3.95-2.64l-2.24-3.34l-3.95%202.64c-.46.31-.58.93-.27%201.39l1.13%201.68c.3.46.92.58%201.38.27m10.92%205.792a.9.9%200%200%201-.31.07c-.29%200-.56-.17-.69-.45l-3.73-8.24l-3.78%208.25a.77.77%200%200%201-.69.44a.9.9%200%200%201-.31-.07a.766.766%200%200%201-.37-1l3.41-7.42l2.67-1.79l4.17%209.22c.17.37%200%20.82-.37.99%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Microscope filled icon — Reicon · IconsDB