malaria pf microscope icon

malaria-pf-microscope from Health Icons by Resolve to Save Lives · Filled · Diagnostics · MIT Free for personal and commercial use.

Name
malaria-pf-microscope
Set
Health Icons
Style
Filled
Category
Diagnostics
Viewbox
48×48
License
MIT

1 other variant in Health Icons

More diagnostics icons from Health Icons

Use the malaria pf microscope icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M20.003 14.752a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-3.48.386a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m2.067 2.02a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m6.968 12.041a1 1 0 1 0 0-2a1 1 0 0 0 0 2m3.319-1.095a.453.453 0 1 1-.906 0a.453.453 0 0 1 .906 0M27.093 14.16a1 1 0 1 0 0-2a1 1 0 0 0 0 2m3.4.7a.7.7 0 1 1-1.4 0a.7.7 0 0 1 1.4 0M15.059 30.648a1 1 0 1 0 0-2a1 1 0 0 0 0 2m.629-3.213a.453.453 0 1 1-.907 0a.453.453 0 0 1 .906 0m2.045 2.727a.7.7 0 1 0 0-1.4a.7.7 0 0 0 0 1.4"/><path fill-rule="evenodd" d="M44 24c0 11.046-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4s20 8.954 20 20m-26.609-3.539c-3.071 2.374-6.518 3.06-7.698 1.533s.353-4.69 3.425-7.063c3.071-2.374 6.518-3.06 7.699-1.533c1.18 1.527-.354 4.69-3.426 7.063m18.16 13.626c.987-1.634-.877-4.567-4.164-6.552s-6.75-2.268-7.737-.634s.878 4.567 4.164 6.552c3.287 1.984 6.751 2.268 7.738.634M32.407 15.69c1.645 3.518 1.562 7.034-.188 7.852s-4.5-1.37-6.147-4.89c-1.646-3.518-1.562-7.033.187-7.851c1.75-.819 4.502 1.37 6.148 4.889M20.603 38.65c1.765-.887 1.749-4.484-.035-8.033s-4.661-5.707-6.426-4.82c-1.764.887-1.748 4.483.036 8.033c1.784 3.548 4.66 5.707 6.425 4.82" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsMalariaPfMicroscope(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="M20.003 14.752a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-3.48.386a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m2.067 2.02a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m6.968 12.041a1 1 0 1 0 0-2a1 1 0 0 0 0 2m3.319-1.095a.453.453 0 1 1-.906 0a.453.453 0 0 1 .906 0M27.093 14.16a1 1 0 1 0 0-2a1 1 0 0 0 0 2m3.4.7a.7.7 0 1 1-1.4 0a.7.7 0 0 1 1.4 0M15.059 30.648a1 1 0 1 0 0-2a1 1 0 0 0 0 2m.629-3.213a.453.453 0 1 1-.907 0a.453.453 0 0 1 .906 0m2.045 2.727a.7.7 0 1 0 0-1.4a.7.7 0 0 0 0 1.4"/><path fillRule="evenodd" d="M44 24c0 11.046-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4s20 8.954 20 20m-26.609-3.539c-3.071 2.374-6.518 3.06-7.698 1.533s.353-4.69 3.425-7.063c3.071-2.374 6.518-3.06 7.699-1.533c1.18 1.527-.354 4.69-3.426 7.063m18.16 13.626c.987-1.634-.877-4.567-4.164-6.552s-6.75-2.268-7.737-.634s.878 4.567 4.164 6.552c3.287 1.984 6.751 2.268 7.738.634M32.407 15.69c1.645 3.518 1.562 7.034-.188 7.852s-4.5-1.37-6.147-4.89c-1.646-3.518-1.562-7.033.187-7.851c1.75-.819 4.502 1.37 6.148 4.889M20.603 38.65c1.765-.887 1.749-4.484-.035-8.033s-4.661-5.707-6.426-4.82c-1.764.887-1.748 4.483.036 8.033c1.784 3.548 4.66 5.707 6.425 4.82" 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="M20.003 14.752a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-3.48.386a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m2.067 2.02a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m6.968 12.041a1 1 0 1 0 0-2a1 1 0 0 0 0 2m3.319-1.095a.453.453 0 1 1-.906 0a.453.453 0 0 1 .906 0M27.093 14.16a1 1 0 1 0 0-2a1 1 0 0 0 0 2m3.4.7a.7.7 0 1 1-1.4 0a.7.7 0 0 1 1.4 0M15.059 30.648a1 1 0 1 0 0-2a1 1 0 0 0 0 2m.629-3.213a.453.453 0 1 1-.907 0a.453.453 0 0 1 .906 0m2.045 2.727a.7.7 0 1 0 0-1.4a.7.7 0 0 0 0 1.4"/><path fill-rule="evenodd" d="M44 24c0 11.046-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4s20 8.954 20 20m-26.609-3.539c-3.071 2.374-6.518 3.06-7.698 1.533s.353-4.69 3.425-7.063c3.071-2.374 6.518-3.06 7.699-1.533c1.18 1.527-.354 4.69-3.426 7.063m18.16 13.626c.987-1.634-.877-4.567-4.164-6.552s-6.75-2.268-7.737-.634s.878 4.567 4.164 6.552c3.287 1.984 6.751 2.268 7.738.634M32.407 15.69c1.645 3.518 1.562 7.034-.188 7.852s-4.5-1.37-6.147-4.89c-1.646-3.518-1.562-7.033.187-7.851c1.75-.819 4.502 1.37 6.148 4.889M20.603 38.65c1.765-.887 1.749-4.484-.035-8.033s-4.661-5.707-6.426-4.82c-1.764.887-1.748 4.483.036 8.033c1.784 3.548 4.66 5.707 6.425 4.82" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-malaria-pf-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M20.003%2014.752a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-3.48.386a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m2.067%202.02a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m6.968%2012.041a1%201%200%201%200%200-2a1%201%200%200%200%200%202m3.319-1.095a.453.453%200%201%201-.906%200a.453.453%200%200%201%20.906%200M27.093%2014.16a1%201%200%201%200%200-2a1%201%200%200%200%200%202m3.4.7a.7.7%200%201%201-1.4%200a.7.7%200%200%201%201.4%200M15.059%2030.648a1%201%200%201%200%200-2a1%201%200%200%200%200%202m.629-3.213a.453.453%200%201%201-.907%200a.453.453%200%200%201%20.906%200m2.045%202.727a.7.7%200%201%200%200-1.4a.7.7%200%200%200%200%201.4%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M44%2024c0%2011.046-8.954%2020-20%2020S4%2035.046%204%2024S12.954%204%2024%204s20%208.954%2020%2020m-26.609-3.539c-3.071%202.374-6.518%203.06-7.698%201.533s.353-4.69%203.425-7.063c3.071-2.374%206.518-3.06%207.699-1.533c1.18%201.527-.354%204.69-3.426%207.063m18.16%2013.626c.987-1.634-.877-4.567-4.164-6.552s-6.75-2.268-7.737-.634s.878%204.567%204.164%206.552c3.287%201.984%206.751%202.268%207.738.634M32.407%2015.69c1.645%203.518%201.562%207.034-.188%207.852s-4.5-1.37-6.147-4.89c-1.646-3.518-1.562-7.033.187-7.851c1.75-.819%204.502%201.37%206.148%204.889M20.603%2038.65c1.765-.887%201.749-4.484-.035-8.033s-4.661-5.707-6.426-4.82c-1.764.887-1.748%204.483.036%208.033c1.784%203.548%204.66%205.707%206.425%204.82%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%22M20.003%2014.752a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-3.48.386a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m2.067%202.02a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m6.968%2012.041a1%201%200%201%200%200-2a1%201%200%200%200%200%202m3.319-1.095a.453.453%200%201%201-.906%200a.453.453%200%200%201%20.906%200M27.093%2014.16a1%201%200%201%200%200-2a1%201%200%200%200%200%202m3.4.7a.7.7%200%201%201-1.4%200a.7.7%200%200%201%201.4%200M15.059%2030.648a1%201%200%201%200%200-2a1%201%200%200%200%200%202m.629-3.213a.453.453%200%201%201-.907%200a.453.453%200%200%201%20.906%200m2.045%202.727a.7.7%200%201%200%200-1.4a.7.7%200%200%200%200%201.4%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M44%2024c0%2011.046-8.954%2020-20%2020S4%2035.046%204%2024S12.954%204%2024%204s20%208.954%2020%2020m-26.609-3.539c-3.071%202.374-6.518%203.06-7.698%201.533s.353-4.69%203.425-7.063c3.071-2.374%206.518-3.06%207.699-1.533c1.18%201.527-.354%204.69-3.426%207.063m18.16%2013.626c.987-1.634-.877-4.567-4.164-6.552s-6.75-2.268-7.737-.634s.878%204.567%204.164%206.552c3.287%201.984%206.751%202.268%207.738.634M32.407%2015.69c1.645%203.518%201.562%207.034-.188%207.852s-4.5-1.37-6.147-4.89c-1.646-3.518-1.562-7.033.187-7.851c1.75-.819%204.502%201.37%206.148%204.889M20.603%2038.65c1.765-.887%201.749-4.484-.035-8.033s-4.661-5.707-6.426-4.82c-1.764.887-1.748%204.483.036%208.033c1.784%203.548%204.66%205.707%206.425%204.82%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/malaria-pf-microscope.svg?color=%231a73e8&size=48