malaria microscope icon

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

Name
malaria-microscope-outline
Set
Health Icons
Style
Outline
Category
Diagnostics
Viewbox
48×48
License
MIT
Aliases
malaria-microscope2x-outline

1 other variant in Health Icons

More diagnostics icons from Health Icons

Use the malaria microscope icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M24 42c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18m0 2c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20"/><path d="M13.494 20.044c1.03-.206 2.382-.812 3.727-1.85c1.344-1.04 2.272-2.195 2.73-3.14c.309-.637.324-.97.312-1.1c-.123-.045-.45-.115-1.144.023c-1.03.206-2.381.812-3.726 1.85c-1.345 1.04-2.272 2.195-2.73 3.14c-.31.637-.324.97-.312 1.1c.123.045.449.115 1.143-.023m-2.749 1.265c1.18 1.527 4.627.84 7.699-1.533c3.071-2.374 4.605-5.536 3.425-7.064c-1.18-1.527-4.627-.84-7.699 1.533c-3.072 2.374-4.605 5.537-3.425 7.064M34.436 31.33c-.555-.873-1.594-1.9-3.03-2.768c-1.437-.867-2.83-1.308-3.861-1.393c-.67-.055-.981.04-1.102.097c.006.134.066.453.427 1.02c.555.874 1.594 1.901 3.03 2.769c1.437.867 2.83 1.308 3.861 1.393c.67.055.98-.04 1.102-.097c-.006-.134-.066-.453-.427-1.02m2.168 2.072c.986-1.634-.878-4.568-4.165-6.552c-3.286-1.985-6.75-2.269-7.737-.635s.878 4.567 4.165 6.552s6.75 2.269 7.737.635m-3.966-13.51c.025-1.05-.271-2.503-.992-4.043c-.72-1.54-1.645-2.698-2.468-3.353c-.556-.442-.878-.529-1.008-.546c-.07.11-.21.414-.227 1.124c-.025 1.05.272 2.503.992 4.043s1.645 2.698 2.468 3.353c.556.442.878.529 1.008.546c.07-.11.21-.414.227-1.124m.633 2.961c1.749-.818 1.833-4.333.187-7.852c-1.646-3.518-4.398-5.707-6.147-4.889c-1.75.819-1.833 4.334-.187 7.852s4.398 5.708 6.147 4.89M20.969 34.956c-.005-1.083-.352-2.566-1.136-4.125c-.784-1.558-1.766-2.721-2.633-3.372c-.627-.47-.973-.533-1.097-.54c-.069.104-.225.419-.221 1.203c.005 1.084.352 2.566 1.135 4.125c.784 1.559 1.767 2.722 2.634 3.372c.627.47.973.533 1.096.54c.069-.103.225-.418.221-1.203m.687 3.01c1.764-.888 1.748-4.484-.036-8.033s-4.66-5.707-6.425-4.82s-1.749 4.483.035 8.032s4.661 5.707 6.426 4.82"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsMalariaMicroscopeOutline(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" fillRule="evenodd" clipRule="evenodd"><path d="M24 42c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18m0 2c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20"/><path d="M13.494 20.044c1.03-.206 2.382-.812 3.727-1.85c1.344-1.04 2.272-2.195 2.73-3.14c.309-.637.324-.97.312-1.1c-.123-.045-.45-.115-1.144.023c-1.03.206-2.381.812-3.726 1.85c-1.345 1.04-2.272 2.195-2.73 3.14c-.31.637-.324.97-.312 1.1c.123.045.449.115 1.143-.023m-2.749 1.265c1.18 1.527 4.627.84 7.699-1.533c3.071-2.374 4.605-5.536 3.425-7.064c-1.18-1.527-4.627-.84-7.699 1.533c-3.072 2.374-4.605 5.537-3.425 7.064M34.436 31.33c-.555-.873-1.594-1.9-3.03-2.768c-1.437-.867-2.83-1.308-3.861-1.393c-.67-.055-.981.04-1.102.097c.006.134.066.453.427 1.02c.555.874 1.594 1.901 3.03 2.769c1.437.867 2.83 1.308 3.861 1.393c.67.055.98-.04 1.102-.097c-.006-.134-.066-.453-.427-1.02m2.168 2.072c.986-1.634-.878-4.568-4.165-6.552c-3.286-1.985-6.75-2.269-7.737-.635s.878 4.567 4.165 6.552s6.75 2.269 7.737.635m-3.966-13.51c.025-1.05-.271-2.503-.992-4.043c-.72-1.54-1.645-2.698-2.468-3.353c-.556-.442-.878-.529-1.008-.546c-.07.11-.21.414-.227 1.124c-.025 1.05.272 2.503.992 4.043s1.645 2.698 2.468 3.353c.556.442.878.529 1.008.546c.07-.11.21-.414.227-1.124m.633 2.961c1.749-.818 1.833-4.333.187-7.852c-1.646-3.518-4.398-5.707-6.147-4.889c-1.75.819-1.833 4.334-.187 7.852s4.398 5.708 6.147 4.89M20.969 34.956c-.005-1.083-.352-2.566-1.136-4.125c-.784-1.558-1.766-2.721-2.633-3.372c-.627-.47-.973-.533-1.097-.54c-.069.104-.225.419-.221 1.203c.005 1.084.352 2.566 1.135 4.125c.784 1.559 1.767 2.722 2.634 3.372c.627.47.973.533 1.096.54c.069-.103.225-.418.221-1.203m.687 3.01c1.764-.888 1.748-4.484-.036-8.033s-4.66-5.707-6.425-4.82s-1.749 4.483.035 8.032s4.661 5.707 6.426 4.82"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M24 42c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18m0 2c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20"/><path d="M13.494 20.044c1.03-.206 2.382-.812 3.727-1.85c1.344-1.04 2.272-2.195 2.73-3.14c.309-.637.324-.97.312-1.1c-.123-.045-.45-.115-1.144.023c-1.03.206-2.381.812-3.726 1.85c-1.345 1.04-2.272 2.195-2.73 3.14c-.31.637-.324.97-.312 1.1c.123.045.449.115 1.143-.023m-2.749 1.265c1.18 1.527 4.627.84 7.699-1.533c3.071-2.374 4.605-5.536 3.425-7.064c-1.18-1.527-4.627-.84-7.699 1.533c-3.072 2.374-4.605 5.537-3.425 7.064M34.436 31.33c-.555-.873-1.594-1.9-3.03-2.768c-1.437-.867-2.83-1.308-3.861-1.393c-.67-.055-.981.04-1.102.097c.006.134.066.453.427 1.02c.555.874 1.594 1.901 3.03 2.769c1.437.867 2.83 1.308 3.861 1.393c.67.055.98-.04 1.102-.097c-.006-.134-.066-.453-.427-1.02m2.168 2.072c.986-1.634-.878-4.568-4.165-6.552c-3.286-1.985-6.75-2.269-7.737-.635s.878 4.567 4.165 6.552s6.75 2.269 7.737.635m-3.966-13.51c.025-1.05-.271-2.503-.992-4.043c-.72-1.54-1.645-2.698-2.468-3.353c-.556-.442-.878-.529-1.008-.546c-.07.11-.21.414-.227 1.124c-.025 1.05.272 2.503.992 4.043s1.645 2.698 2.468 3.353c.556.442.878.529 1.008.546c.07-.11.21-.414.227-1.124m.633 2.961c1.749-.818 1.833-4.333.187-7.852c-1.646-3.518-4.398-5.707-6.147-4.889c-1.75.819-1.833 4.334-.187 7.852s4.398 5.708 6.147 4.89M20.969 34.956c-.005-1.083-.352-2.566-1.136-4.125c-.784-1.558-1.766-2.721-2.633-3.372c-.627-.47-.973-.533-1.097-.54c-.069.104-.225.419-.221 1.203c.005 1.084.352 2.566 1.135 4.125c.784 1.559 1.767 2.722 2.634 3.372c.627.47.973.533 1.096.54c.069-.103.225-.418.221-1.203m.687 3.01c1.764-.888 1.748-4.484-.036-8.033s-4.66-5.707-6.425-4.82s-1.749 4.483.035 8.032s4.661 5.707 6.426 4.82"/></g></svg>
</template>

CSS

.icon-malaria-microscope-outline {
  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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M24%2042c9.941%200%2018-8.059%2018-18S33.941%206%2024%206S6%2014.059%206%2024s8.059%2018%2018%2018m0%202c11.046%200%2020-8.954%2020-20S35.046%204%2024%204S4%2012.954%204%2024s8.954%2020%2020%2020%22%2F%3E%3Cpath%20d%3D%22M13.494%2020.044c1.03-.206%202.382-.812%203.727-1.85c1.344-1.04%202.272-2.195%202.73-3.14c.309-.637.324-.97.312-1.1c-.123-.045-.45-.115-1.144.023c-1.03.206-2.381.812-3.726%201.85c-1.345%201.04-2.272%202.195-2.73%203.14c-.31.637-.324.97-.312%201.1c.123.045.449.115%201.143-.023m-2.749%201.265c1.18%201.527%204.627.84%207.699-1.533c3.071-2.374%204.605-5.536%203.425-7.064c-1.18-1.527-4.627-.84-7.699%201.533c-3.072%202.374-4.605%205.537-3.425%207.064M34.436%2031.33c-.555-.873-1.594-1.9-3.03-2.768c-1.437-.867-2.83-1.308-3.861-1.393c-.67-.055-.981.04-1.102.097c.006.134.066.453.427%201.02c.555.874%201.594%201.901%203.03%202.769c1.437.867%202.83%201.308%203.861%201.393c.67.055.98-.04%201.102-.097c-.006-.134-.066-.453-.427-1.02m2.168%202.072c.986-1.634-.878-4.568-4.165-6.552c-3.286-1.985-6.75-2.269-7.737-.635s.878%204.567%204.165%206.552s6.75%202.269%207.737.635m-3.966-13.51c.025-1.05-.271-2.503-.992-4.043c-.72-1.54-1.645-2.698-2.468-3.353c-.556-.442-.878-.529-1.008-.546c-.07.11-.21.414-.227%201.124c-.025%201.05.272%202.503.992%204.043s1.645%202.698%202.468%203.353c.556.442.878.529%201.008.546c.07-.11.21-.414.227-1.124m.633%202.961c1.749-.818%201.833-4.333.187-7.852c-1.646-3.518-4.398-5.707-6.147-4.889c-1.75.819-1.833%204.334-.187%207.852s4.398%205.708%206.147%204.89M20.969%2034.956c-.005-1.083-.352-2.566-1.136-4.125c-.784-1.558-1.766-2.721-2.633-3.372c-.627-.47-.973-.533-1.097-.54c-.069.104-.225.419-.221%201.203c.005%201.084.352%202.566%201.135%204.125c.784%201.559%201.767%202.722%202.634%203.372c.627.47.973.533%201.096.54c.069-.103.225-.418.221-1.203m.687%203.01c1.764-.888%201.748-4.484-.036-8.033s-4.66-5.707-6.425-4.82s-1.749%204.483.035%208.032s4.661%205.707%206.426%204.82%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M24%2042c9.941%200%2018-8.059%2018-18S33.941%206%2024%206S6%2014.059%206%2024s8.059%2018%2018%2018m0%202c11.046%200%2020-8.954%2020-20S35.046%204%2024%204S4%2012.954%204%2024s8.954%2020%2020%2020%22%2F%3E%3Cpath%20d%3D%22M13.494%2020.044c1.03-.206%202.382-.812%203.727-1.85c1.344-1.04%202.272-2.195%202.73-3.14c.309-.637.324-.97.312-1.1c-.123-.045-.45-.115-1.144.023c-1.03.206-2.381.812-3.726%201.85c-1.345%201.04-2.272%202.195-2.73%203.14c-.31.637-.324.97-.312%201.1c.123.045.449.115%201.143-.023m-2.749%201.265c1.18%201.527%204.627.84%207.699-1.533c3.071-2.374%204.605-5.536%203.425-7.064c-1.18-1.527-4.627-.84-7.699%201.533c-3.072%202.374-4.605%205.537-3.425%207.064M34.436%2031.33c-.555-.873-1.594-1.9-3.03-2.768c-1.437-.867-2.83-1.308-3.861-1.393c-.67-.055-.981.04-1.102.097c.006.134.066.453.427%201.02c.555.874%201.594%201.901%203.03%202.769c1.437.867%202.83%201.308%203.861%201.393c.67.055.98-.04%201.102-.097c-.006-.134-.066-.453-.427-1.02m2.168%202.072c.986-1.634-.878-4.568-4.165-6.552c-3.286-1.985-6.75-2.269-7.737-.635s.878%204.567%204.165%206.552s6.75%202.269%207.737.635m-3.966-13.51c.025-1.05-.271-2.503-.992-4.043c-.72-1.54-1.645-2.698-2.468-3.353c-.556-.442-.878-.529-1.008-.546c-.07.11-.21.414-.227%201.124c-.025%201.05.272%202.503.992%204.043s1.645%202.698%202.468%203.353c.556.442.878.529%201.008.546c.07-.11.21-.414.227-1.124m.633%202.961c1.749-.818%201.833-4.333.187-7.852c-1.646-3.518-4.398-5.707-6.147-4.889c-1.75.819-1.833%204.334-.187%207.852s4.398%205.708%206.147%204.89M20.969%2034.956c-.005-1.083-.352-2.566-1.136-4.125c-.784-1.558-1.766-2.721-2.633-3.372c-.627-.47-.973-.533-1.097-.54c-.069.104-.225.419-.221%201.203c.005%201.084.352%202.566%201.135%204.125c.784%201.559%201.767%202.722%202.634%203.372c.627.47.973.533%201.096.54c.069-.103.225-.418.221-1.203m.687%203.01c1.764-.888%201.748-4.484-.036-8.033s-4.66-5.707-6.425-4.82s-1.749%204.483.035%208.032s4.661%205.707%206.426%204.82%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-microscope-outline.svg?color=%231a73e8&size=48