rdt result no test icon
rdt-result-no-test from Health Icons by Resolve to Save Lives · Filled · Diagnostics · MIT Free for personal and commercial use.
- Name
- rdt-result-no-test
- 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-pv-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-pfrdt-result-pf-invalid
Use the rdt result no test icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M40 24a6 6 0 0 1-6 6h-1.434l-4.803-5.055A2 2 0 0 0 26 22h-1.035l-3.8-4H34a6 6 0 0 1 6 6m-4 0a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0m-5.248-.75a.751.751 0 1 1 .002 1.502a.751.751 0 0 1-.002-1.502" clip-rule="evenodd"/><path d="M12 24a2 2 0 0 1 2-2h2.688l-3.716-3.912A6.002 6.002 0 0 0 14 30h10.29l-3.801-4H14a2 2 0 0 1-2-2"/><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-2 0c0 5.108-2.128 9.72-5.546 12.996L11.657 10.898A17.94 17.94 0 0 1 24 6c9.941 0 18 8.059 18 18M24 42c4.113 0 7.903-1.38 10.934-3.7L10.278 12.35A17.93 17.93 0 0 0 6 24c0 9.941 8.059 18 18 18" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsRdtResultNoTest(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 fillRule="evenodd" d="M40 24a6 6 0 0 1-6 6h-1.434l-4.803-5.055A2 2 0 0 0 26 22h-1.035l-3.8-4H34a6 6 0 0 1 6 6m-4 0a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0m-5.248-.75a.751.751 0 1 1 .002 1.502a.751.751 0 0 1-.002-1.502" clipRule="evenodd"/><path d="M12 24a2 2 0 0 1 2-2h2.688l-3.716-3.912A6.002 6.002 0 0 0 14 30h10.29l-3.801-4H14a2 2 0 0 1-2-2"/><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-2 0c0 5.108-2.128 9.72-5.546 12.996L11.657 10.898A17.94 17.94 0 0 1 24 6c9.941 0 18 8.059 18 18M24 42c4.113 0 7.903-1.38 10.934-3.7L10.278 12.35A17.93 17.93 0 0 0 6 24c0 9.941 8.059 18 18 18" 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 fill-rule="evenodd" d="M40 24a6 6 0 0 1-6 6h-1.434l-4.803-5.055A2 2 0 0 0 26 22h-1.035l-3.8-4H34a6 6 0 0 1 6 6m-4 0a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0m-5.248-.75a.751.751 0 1 1 .002 1.502a.751.751 0 0 1-.002-1.502" clip-rule="evenodd"/><path d="M12 24a2 2 0 0 1 2-2h2.688l-3.716-3.912A6.002 6.002 0 0 0 14 30h10.29l-3.801-4H14a2 2 0 0 1-2-2"/><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-2 0c0 5.108-2.128 9.72-5.546 12.996L11.657 10.898A17.94 17.94 0 0 1 24 6c9.941 0 18 8.059 18 18M24 42c4.113 0 7.903-1.38 10.934-3.7L10.278 12.35A17.93 17.93 0 0 0 6 24c0 9.941 8.059 18 18 18" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-rdt-result-no-test {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M40%2024a6%206%200%200%201-6%206h-1.434l-4.803-5.055A2%202%200%200%200%2026%2022h-1.035l-3.8-4H34a6%206%200%200%201%206%206m-4%200a1.5%201.5%200%201%200-3%200a1.5%201.5%200%200%200%203%200m-5.248-.75a.751.751%200%201%201%20.002%201.502a.751.751%200%200%201-.002-1.502%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12%2024a2%202%200%200%201%202-2h2.688l-3.716-3.912A6.002%206.002%200%200%200%2014%2030h10.29l-3.801-4H14a2%202%200%200%201-2-2%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-2%200c0%205.108-2.128%209.72-5.546%2012.996L11.657%2010.898A17.94%2017.94%200%200%201%2024%206c9.941%200%2018%208.059%2018%2018M24%2042c4.113%200%207.903-1.38%2010.934-3.7L10.278%2012.35A17.93%2017.93%200%200%200%206%2024c0%209.941%208.059%2018%2018%2018%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%20fill-rule%3D%22evenodd%22%20d%3D%22M40%2024a6%206%200%200%201-6%206h-1.434l-4.803-5.055A2%202%200%200%200%2026%2022h-1.035l-3.8-4H34a6%206%200%200%201%206%206m-4%200a1.5%201.5%200%201%200-3%200a1.5%201.5%200%200%200%203%200m-5.248-.75a.751.751%200%201%201%20.002%201.502a.751.751%200%200%201-.002-1.502%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12%2024a2%202%200%200%201%202-2h2.688l-3.716-3.912A6.002%206.002%200%200%200%2014%2030h10.29l-3.801-4H14a2%202%200%200%201-2-2%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-2%200c0%205.108-2.128%209.72-5.546%2012.996L11.657%2010.898A17.94%2017.94%200%200%201%2024%206c9.941%200%2018%208.059%2018%2018M24%2042c4.113%200%207.903-1.38%2010.934-3.7L10.278%2012.35A17.93%2017.93%200%200%200%206%2024c0%209.941%208.059%2018%2018%2018%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/rdt-result-no-test.svg?color=%231a73e8&size=48