rdt result no test icon
rdt-result-no-test-outline from Health Icons by Resolve to Save Lives · Outline · Diagnostics · MIT Free for personal and commercial use.
- Name
- rdt-result-no-test-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Diagnostics
- Viewbox
- 48×48
- License
- MIT
- Aliases
- rdt-result-no-test2x-outline
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 d="M36 24a1.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"/><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-9.066 14.3A17.92 17.92 0 0 1 24 42c-9.941 0-18-8.059-18-18c0-4.443 1.61-8.51 4.278-11.65L15.647 18H14a6 6 0 0 0 0 12h13.048zM11.657 10.898L18.406 18H34a6 6 0 0 1 0 12h-4.193l6.647 6.996A17.95 17.95 0 0 0 42 24c0-9.941-8.059-18-18-18a17.94 17.94 0 0 0-12.343 4.898M38 24.001a4 4 0 0 0-4-4H20.306l1.9 1.999H26a2 2 0 0 1 .006 4l1.9 2H34a4 4 0 0 0 4-4m-28 0a4 4 0 0 1 4-4h3.547l1.9 1.999H14a2 2 0 0 0 0 4h9.247l1.901 2H14a4 4 0 0 1-4-4" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsRdtResultNoTestOutline(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="M36 24a1.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"/><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-9.066 14.3A17.92 17.92 0 0 1 24 42c-9.941 0-18-8.059-18-18c0-4.443 1.61-8.51 4.278-11.65L15.647 18H14a6 6 0 0 0 0 12h13.048zM11.657 10.898L18.406 18H34a6 6 0 0 1 0 12h-4.193l6.647 6.996A17.95 17.95 0 0 0 42 24c0-9.941-8.059-18-18-18a17.94 17.94 0 0 0-12.343 4.898M38 24.001a4 4 0 0 0-4-4H20.306l1.9 1.999H26a2 2 0 0 1 .006 4l1.9 2H34a4 4 0 0 0 4-4m-28 0a4 4 0 0 1 4-4h3.547l1.9 1.999H14a2 2 0 0 0 0 4h9.247l1.901 2H14a4 4 0 0 1-4-4" 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="M36 24a1.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"/><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-9.066 14.3A17.92 17.92 0 0 1 24 42c-9.941 0-18-8.059-18-18c0-4.443 1.61-8.51 4.278-11.65L15.647 18H14a6 6 0 0 0 0 12h13.048zM11.657 10.898L18.406 18H34a6 6 0 0 1 0 12h-4.193l6.647 6.996A17.95 17.95 0 0 0 42 24c0-9.941-8.059-18-18-18a17.94 17.94 0 0 0-12.343 4.898M38 24.001a4 4 0 0 0-4-4H20.306l1.9 1.999H26a2 2 0 0 1 .006 4l1.9 2H34a4 4 0 0 0 4-4m-28 0a4 4 0 0 1 4-4h3.547l1.9 1.999H14a2 2 0 0 0 0 4h9.247l1.901 2H14a4 4 0 0 1-4-4" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-rdt-result-no-test-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%3E%3Cpath%20d%3D%22M36%2024a1.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%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-9.066%2014.3A17.92%2017.92%200%200%201%2024%2042c-9.941%200-18-8.059-18-18c0-4.443%201.61-8.51%204.278-11.65L15.647%2018H14a6%206%200%200%200%200%2012h13.048zM11.657%2010.898L18.406%2018H34a6%206%200%200%201%200%2012h-4.193l6.647%206.996A17.95%2017.95%200%200%200%2042%2024c0-9.941-8.059-18-18-18a17.94%2017.94%200%200%200-12.343%204.898M38%2024.001a4%204%200%200%200-4-4H20.306l1.9%201.999H26a2%202%200%200%201%20.006%204l1.9%202H34a4%204%200%200%200%204-4m-28%200a4%204%200%200%201%204-4h3.547l1.9%201.999H14a2%202%200%200%200%200%204h9.247l1.901%202H14a4%204%200%200%201-4-4%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%22M36%2024a1.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%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-9.066%2014.3A17.92%2017.92%200%200%201%2024%2042c-9.941%200-18-8.059-18-18c0-4.443%201.61-8.51%204.278-11.65L15.647%2018H14a6%206%200%200%200%200%2012h13.048zM11.657%2010.898L18.406%2018H34a6%206%200%200%201%200%2012h-4.193l6.647%206.996A17.95%2017.95%200%200%200%2042%2024c0-9.941-8.059-18-18-18a17.94%2017.94%200%200%200-12.343%204.898M38%2024.001a4%204%200%200%200-4-4H20.306l1.9%201.999H26a2%202%200%200%201%20.006%204l1.9%202H34a4%204%200%200%200%204-4m-28%200a4%204%200%200%201%204-4h3.547l1.9%201.999H14a2%202%200%200%200%200%204h9.247l1.901%202H14a4%204%200%200%201-4-4%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-outline.svg?color=%231a73e8&size=48