malaria mixed microscope negative icon

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

Name
malaria-mixed-microscope-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the malaria mixed 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 fill="currentColor" fill-rule="evenodd" clip-path="url(#healthiconsMalariaMixedMicroscopeNegative)" clip-rule="evenodd"><path d="M9.693 22.308c1.18 1.527 4.627.841 7.698-1.533s4.606-5.536 3.426-7.063s-4.628-.84-7.7 1.533c-3.07 2.374-4.604 5.536-3.424 7.063m3.876-1.918a1 1 0 1 0 0-2a1 1 0 0 0 0 2m2.794-3.406a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-.726 1.906a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m2.71-2.813a.7.7 0 1 1-1.4 0a.7.7 0 0 1 1.4 0m13.04 11.773c3.287 1.984 5.151 4.918 4.165 6.551c-.987 1.634-4.451 1.35-7.738-.634c-3.286-1.985-5.15-4.918-4.164-6.552s4.45-1.35 7.737.635m1.032 4.048a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-2.454-.732a.453.453 0 1 0 0-.906a.453.453 0 0 0 0 .906m-2.691-2.127a.447.447 0 1 1-.894 0a.447.447 0 0 1 .894 0m1.042 1.673a.768.768 0 1 0 0-1.536a.768.768 0 0 0 0 1.536m4.09-14.71c1.645 3.519 1.562 7.034-.188 7.852s-4.5-1.37-6.147-4.889c-1.646-3.518-1.562-7.033.187-7.852c1.75-.818 4.502 1.371 6.148 4.89M30.3 17.076a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-2.5-1.48a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m3.076 3.954a.7.7 0 1 1-1.4 0a.7.7 0 0 1 1.4 0M20.568 30.933c1.784 3.549 1.8 7.145.035 8.032c-1.764.887-4.64-1.271-6.425-4.82c-1.784-3.55-1.8-7.145-.036-8.032s4.642 1.27 6.426 4.82m-2.11 2.087a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1.085-1.897a.453.453 0 1 0 0-.906a.453.453 0 0 0 0 .906m-1.206-1.496a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m2.7 6.209a.7.7 0 1 0 0-1.4a.7.7 0 0 0 0 1.4"/><path d="M48 0H0v48h48zM24 44c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20"/></g><defs><clipPath id="healthiconsMalariaMixedMicroscopeNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsMalariaMixedMicroscopeNegative(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 fill="currentColor" fillRule="evenodd" clipPath="url(#healthiconsMalariaMixedMicroscopeNegative)" clipRule="evenodd"><path d="M9.693 22.308c1.18 1.527 4.627.841 7.698-1.533s4.606-5.536 3.426-7.063s-4.628-.84-7.7 1.533c-3.07 2.374-4.604 5.536-3.424 7.063m3.876-1.918a1 1 0 1 0 0-2a1 1 0 0 0 0 2m2.794-3.406a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-.726 1.906a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m2.71-2.813a.7.7 0 1 1-1.4 0a.7.7 0 0 1 1.4 0m13.04 11.773c3.287 1.984 5.151 4.918 4.165 6.551c-.987 1.634-4.451 1.35-7.738-.634c-3.286-1.985-5.15-4.918-4.164-6.552s4.45-1.35 7.737.635m1.032 4.048a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-2.454-.732a.453.453 0 1 0 0-.906a.453.453 0 0 0 0 .906m-2.691-2.127a.447.447 0 1 1-.894 0a.447.447 0 0 1 .894 0m1.042 1.673a.768.768 0 1 0 0-1.536a.768.768 0 0 0 0 1.536m4.09-14.71c1.645 3.519 1.562 7.034-.188 7.852s-4.5-1.37-6.147-4.889c-1.646-3.518-1.562-7.033.187-7.852c1.75-.818 4.502 1.371 6.148 4.89M30.3 17.076a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-2.5-1.48a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m3.076 3.954a.7.7 0 1 1-1.4 0a.7.7 0 0 1 1.4 0M20.568 30.933c1.784 3.549 1.8 7.145.035 8.032c-1.764.887-4.64-1.271-6.425-4.82c-1.784-3.55-1.8-7.145-.036-8.032s4.642 1.27 6.426 4.82m-2.11 2.087a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1.085-1.897a.453.453 0 1 0 0-.906a.453.453 0 0 0 0 .906m-1.206-1.496a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m2.7 6.209a.7.7 0 1 0 0-1.4a.7.7 0 0 0 0 1.4"/><path d="M48 0H0v48h48zM24 44c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20"/></g><defs><clipPath id="healthiconsMalariaMixedMicroscopeNegative"><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 fill="currentColor" fill-rule="evenodd" clip-path="url(#healthiconsMalariaMixedMicroscopeNegative)" clip-rule="evenodd"><path d="M9.693 22.308c1.18 1.527 4.627.841 7.698-1.533s4.606-5.536 3.426-7.063s-4.628-.84-7.7 1.533c-3.07 2.374-4.604 5.536-3.424 7.063m3.876-1.918a1 1 0 1 0 0-2a1 1 0 0 0 0 2m2.794-3.406a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-.726 1.906a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m2.71-2.813a.7.7 0 1 1-1.4 0a.7.7 0 0 1 1.4 0m13.04 11.773c3.287 1.984 5.151 4.918 4.165 6.551c-.987 1.634-4.451 1.35-7.738-.634c-3.286-1.985-5.15-4.918-4.164-6.552s4.45-1.35 7.737.635m1.032 4.048a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-2.454-.732a.453.453 0 1 0 0-.906a.453.453 0 0 0 0 .906m-2.691-2.127a.447.447 0 1 1-.894 0a.447.447 0 0 1 .894 0m1.042 1.673a.768.768 0 1 0 0-1.536a.768.768 0 0 0 0 1.536m4.09-14.71c1.645 3.519 1.562 7.034-.188 7.852s-4.5-1.37-6.147-4.889c-1.646-3.518-1.562-7.033.187-7.852c1.75-.818 4.502 1.371 6.148 4.89M30.3 17.076a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-2.5-1.48a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m3.076 3.954a.7.7 0 1 1-1.4 0a.7.7 0 0 1 1.4 0M20.568 30.933c1.784 3.549 1.8 7.145.035 8.032c-1.764.887-4.64-1.271-6.425-4.82c-1.784-3.55-1.8-7.145-.036-8.032s4.642 1.27 6.426 4.82m-2.11 2.087a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-1.085-1.897a.453.453 0 1 0 0-.906a.453.453 0 0 0 0 .906m-1.206-1.496a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m2.7 6.209a.7.7 0 1 0 0-1.4a.7.7 0 0 0 0 1.4"/><path d="M48 0H0v48h48zM24 44c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20"/></g><defs><clipPath id="healthiconsMalariaMixedMicroscopeNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-malaria-mixed-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%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-path%3D%22url(%23healthiconsMalariaMixedMicroscopeNegative)%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M9.693%2022.308c1.18%201.527%204.627.841%207.698-1.533s4.606-5.536%203.426-7.063s-4.628-.84-7.7%201.533c-3.07%202.374-4.604%205.536-3.424%207.063m3.876-1.918a1%201%200%201%200%200-2a1%201%200%200%200%200%202m2.794-3.406a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m-.726%201.906a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m2.71-2.813a.7.7%200%201%201-1.4%200a.7.7%200%200%201%201.4%200m13.04%2011.773c3.287%201.984%205.151%204.918%204.165%206.551c-.987%201.634-4.451%201.35-7.738-.634c-3.286-1.985-5.15-4.918-4.164-6.552s4.45-1.35%207.737.635m1.032%204.048a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-2.454-.732a.453.453%200%201%200%200-.906a.453.453%200%200%200%200%20.906m-2.691-2.127a.447.447%200%201%201-.894%200a.447.447%200%200%201%20.894%200m1.042%201.673a.768.768%200%201%200%200-1.536a.768.768%200%200%200%200%201.536m4.09-14.71c1.645%203.519%201.562%207.034-.188%207.852s-4.5-1.37-6.147-4.889c-1.646-3.518-1.562-7.033.187-7.852c1.75-.818%204.502%201.371%206.148%204.89M30.3%2017.076a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-2.5-1.48a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m3.076%203.954a.7.7%200%201%201-1.4%200a.7.7%200%200%201%201.4%200M20.568%2030.933c1.784%203.549%201.8%207.145.035%208.032c-1.764.887-4.64-1.271-6.425-4.82c-1.784-3.55-1.8-7.145-.036-8.032s4.642%201.27%206.426%204.82m-2.11%202.087a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1.085-1.897a.453.453%200%201%200%200-.906a.453.453%200%200%200%200%20.906m-1.206-1.496a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m2.7%206.209a.7.7%200%201%200%200-1.4a.7.7%200%200%200%200%201.4%22%2F%3E%3Cpath%20d%3D%22M48%200H0v48h48zM24%2044c11.046%200%2020-8.954%2020-20S35.046%204%2024%204S4%2012.954%204%2024s8.954%2020%2020%2020%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsMalariaMixedMicroscopeNegative%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%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-path%3D%22url(%23healthiconsMalariaMixedMicroscopeNegative)%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M9.693%2022.308c1.18%201.527%204.627.841%207.698-1.533s4.606-5.536%203.426-7.063s-4.628-.84-7.7%201.533c-3.07%202.374-4.604%205.536-3.424%207.063m3.876-1.918a1%201%200%201%200%200-2a1%201%200%200%200%200%202m2.794-3.406a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m-.726%201.906a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m2.71-2.813a.7.7%200%201%201-1.4%200a.7.7%200%200%201%201.4%200m13.04%2011.773c3.287%201.984%205.151%204.918%204.165%206.551c-.987%201.634-4.451%201.35-7.738-.634c-3.286-1.985-5.15-4.918-4.164-6.552s4.45-1.35%207.737.635m1.032%204.048a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-2.454-.732a.453.453%200%201%200%200-.906a.453.453%200%200%200%200%20.906m-2.691-2.127a.447.447%200%201%201-.894%200a.447.447%200%200%201%20.894%200m1.042%201.673a.768.768%200%201%200%200-1.536a.768.768%200%200%200%200%201.536m4.09-14.71c1.645%203.519%201.562%207.034-.188%207.852s-4.5-1.37-6.147-4.889c-1.646-3.518-1.562-7.033.187-7.852c1.75-.818%204.502%201.371%206.148%204.89M30.3%2017.076a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-2.5-1.48a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m3.076%203.954a.7.7%200%201%201-1.4%200a.7.7%200%200%201%201.4%200M20.568%2030.933c1.784%203.549%201.8%207.145.035%208.032c-1.764.887-4.64-1.271-6.425-4.82c-1.784-3.55-1.8-7.145-.036-8.032s4.642%201.27%206.426%204.82m-2.11%202.087a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-1.085-1.897a.453.453%200%201%200%200-.906a.453.453%200%200%200%200%20.906m-1.206-1.496a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m2.7%206.209a.7.7%200%201%200%200-1.4a.7.7%200%200%200%200%201.4%22%2F%3E%3Cpath%20d%3D%22M48%200H0v48h48zM24%2044c11.046%200%2020-8.954%2020-20S35.046%204%2024%204S4%2012.954%204%2024s8.954%2020%2020%2020%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsMalariaMixedMicroscopeNegative%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/malaria-mixed-microscope-negative.svg?color=%231a73e8&size=48