malaria pv microscope icon
malaria-pv-microscope from Health Icons by Resolve to Save Lives · Filled · Diagnostics · MIT Free for personal and commercial use.
- Name
- malaria-pv-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
biopsycone-test-on-netscone-test-on-wallsdiscriminating-concentration-bioassayshiv-self-testintensity-concentration-bioassaysmalaria-microscopemalaria-mixed-microscopemalaria-pf-microscopemalaria-testingmosquito-collectionrdt-resultrdt-result-invalidrdt-result-mixedrdt-result-mixed-invalidrdt-result-mixed-invalid-rectangularrdt-result-mixed-rectangularrdt-result-negrdt-result-neg-invalidrdt-result-neg-invalid-rectangularrdt-result-neg-rectangularrdt-result-no-testrdt-result-pfrdt-result-pf-invalid
Use the malaria pv microscope icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" 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.82M12.948 20.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-.5-1.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m2.068.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M32.948 33a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-2.094-.547a.453.453 0 1 1-.906 0a.453.453 0 0 1 .906 0M28.948 20a1 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 0M17.948 36a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1.906-3.547a.453.453 0 1 1-.906 0a.453.453 0 0 1 .906 0m-.206 4.947a.7.7 0 1 0 0-1.4a.7.7 0 0 0 0 1.4" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMalariaPvMicroscope(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" 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.82M12.948 20.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-.5-1.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m2.068.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M32.948 33a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-2.094-.547a.453.453 0 1 1-.906 0a.453.453 0 0 1 .906 0M28.948 20a1 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 0M17.948 36a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1.906-3.547a.453.453 0 1 1-.906 0a.453.453 0 0 1 .906 0m-.206 4.947a.7.7 0 1 0 0-1.4a.7.7 0 0 0 0 1.4" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" 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.82M12.948 20.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-.5-1.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m2.068.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M32.948 33a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-2.094-.547a.453.453 0 1 1-.906 0a.453.453 0 0 1 .906 0M28.948 20a1 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 0M17.948 36a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1.906-3.547a.453.453 0 1 1-.906 0a.453.453 0 0 1 .906 0m-.206 4.947a.7.7 0 1 0 0-1.4a.7.7 0 0 0 0 1.4" clip-rule="evenodd"/></svg> </template>
CSS
.icon-malaria-pv-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%3Cpath%20fill%3D%22currentColor%22%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.82M12.948%2020.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-.5-1.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m2.068.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M32.948%2033a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-2.094-.547a.453.453%200%201%201-.906%200a.453.453%200%200%201%20.906%200M28.948%2020a1%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%200M17.948%2036a1%201%200%201%200%200-2a1%201%200%200%200%200%202m1.906-3.547a.453.453%200%201%201-.906%200a.453.453%200%200%201%20.906%200m-.206%204.947a.7.7%200%201%200%200-1.4a.7.7%200%200%200%200%201.4%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%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.82M12.948%2020.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-.5-1.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m2.068.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M32.948%2033a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-2.094-.547a.453.453%200%201%201-.906%200a.453.453%200%200%201%20.906%200M28.948%2020a1%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%200M17.948%2036a1%201%200%201%200%200-2a1%201%200%200%200%200%202m1.906-3.547a.453.453%200%201%201-.906%200a.453.453%200%200%201%20.906%200m-.206%204.947a.7.7%200%201%200%200-1.4a.7.7%200%200%200%200%201.4%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/malaria-pv-microscope.svg?color=%231a73e8&size=48