diagnostics icon

diagnostics from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.

Name
diagnostics
Set
Health Icons
Style
Filled
Category
Symbols
Viewbox
48×48
License
MIT

3 other variants in Health Icons

More symbols icons from Health Icons

Use the diagnostics icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M38 10H4v9.375h7.215l3.348-5.437l3.464 7l2.04-3.313h7.236C28.743 14.879 31.668 13 35.042 13c1.038 0 2.035.178 2.958.505z"/><path fill-rule="evenodd" d="M21.184 19.625h5.378a8.3 8.3 0 0 0-.212 1.873c0 4.693 3.891 8.498 8.692 8.498A8.9 8.9 0 0 0 38 29.49V34H22v2h4a1 1 0 1 1 0 2H16a1 1 0 1 1 0-2h4v-2H4V21.375h8.332l2.04-3.313l3.464 7zM14 26H8v-2h6zm-6 2v2h12v-2z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M38.966 26.53a6.5 6.5 0 1 1 1.337-1.492l3.754 3.755l-1.415 1.414zm.384-5.03a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsDiagnostics(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="M38 10H4v9.375h7.215l3.348-5.437l3.464 7l2.04-3.313h7.236C28.743 14.879 31.668 13 35.042 13c1.038 0 2.035.178 2.958.505z"/><path fillRule="evenodd" d="M21.184 19.625h5.378a8.3 8.3 0 0 0-.212 1.873c0 4.693 3.891 8.498 8.692 8.498A8.9 8.9 0 0 0 38 29.49V34H22v2h4a1 1 0 1 1 0 2H16a1 1 0 1 1 0-2h4v-2H4V21.375h8.332l2.04-3.313l3.464 7zM14 26H8v-2h6zm-6 2v2h12v-2z" clipRule="evenodd"/><path fillRule="evenodd" d="M38.966 26.53a6.5 6.5 0 1 1 1.337-1.492l3.754 3.755l-1.415 1.414zm.384-5.03a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0" 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="M38 10H4v9.375h7.215l3.348-5.437l3.464 7l2.04-3.313h7.236C28.743 14.879 31.668 13 35.042 13c1.038 0 2.035.178 2.958.505z"/><path fill-rule="evenodd" d="M21.184 19.625h5.378a8.3 8.3 0 0 0-.212 1.873c0 4.693 3.891 8.498 8.692 8.498A8.9 8.9 0 0 0 38 29.49V34H22v2h4a1 1 0 1 1 0 2H16a1 1 0 1 1 0-2h4v-2H4V21.375h8.332l2.04-3.313l3.464 7zM14 26H8v-2h6zm-6 2v2h12v-2z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M38.966 26.53a6.5 6.5 0 1 1 1.337-1.492l3.754 3.755l-1.415 1.414zm.384-5.03a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-diagnostics {
  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%22M38%2010H4v9.375h7.215l3.348-5.437l3.464%207l2.04-3.313h7.236C28.743%2014.879%2031.668%2013%2035.042%2013c1.038%200%202.035.178%202.958.505z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M21.184%2019.625h5.378a8.3%208.3%200%200%200-.212%201.873c0%204.693%203.891%208.498%208.692%208.498A8.9%208.9%200%200%200%2038%2029.49V34H22v2h4a1%201%200%201%201%200%202H16a1%201%200%201%201%200-2h4v-2H4V21.375h8.332l2.04-3.313l3.464%207zM14%2026H8v-2h6zm-6%202v2h12v-2z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M38.966%2026.53a6.5%206.5%200%201%201%201.337-1.492l3.754%203.755l-1.415%201.414zm.384-5.03a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200%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%22M38%2010H4v9.375h7.215l3.348-5.437l3.464%207l2.04-3.313h7.236C28.743%2014.879%2031.668%2013%2035.042%2013c1.038%200%202.035.178%202.958.505z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M21.184%2019.625h5.378a8.3%208.3%200%200%200-.212%201.873c0%204.693%203.891%208.498%208.692%208.498A8.9%208.9%200%200%200%2038%2029.49V34H22v2h4a1%201%200%201%201%200%202H16a1%201%200%201%201%200-2h4v-2H4V21.375h8.332l2.04-3.313l3.464%207zM14%2026H8v-2h6zm-6%202v2h12v-2z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M38.966%2026.53a6.5%206.5%200%201%201%201.337-1.492l3.754%203.755l-1.415%201.414zm.384-5.03a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200%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/diagnostics.svg?color=%231a73e8&size=48