diagnostics icon

diagnostics-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Symbols · MIT Free for personal and commercial use.

Name
diagnostics-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Symbols
Viewbox
24×24
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 24 24"><g fill="currentColor"><path d="M16.03 6H4.004v3.938h.382L6.41 6.714l1.764 3.5l.723-1.152h3.611a4.5 4.5 0 0 0-.2 2h-2.301l-2.023 3.224l-1.765-3.5l-.722 1.152H4.004V15H16.03v-.062a4.55 4.55 0 0 0 2.005-.114V17h-7.016v1h2.005a1.001 1.001 0 1 1 0 2H7.01a1.001 1.001 0 1 1 0-2h2.004v-1H2V4h16.035v2.176a4.5 4.5 0 0 0-2.005-.114z"/><path fill-rule="evenodd" d="M19.868 12.165A3.504 3.504 0 0 0 16.782 7a3.504 3.504 0 0 0-3.508 3.5c0 1.933 1.57 3.5 3.508 3.5c.604 0 1.172-.152 1.668-.42l2.133 2.127L22 14.293zM16.782 12c.83 0 1.503-.672 1.503-1.5S17.612 9 16.782 9s-1.504.672-1.504 1.5s.674 1.5 1.504 1.5" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsDiagnosticsOutline24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.03 6H4.004v3.938h.382L6.41 6.714l1.764 3.5l.723-1.152h3.611a4.5 4.5 0 0 0-.2 2h-2.301l-2.023 3.224l-1.765-3.5l-.722 1.152H4.004V15H16.03v-.062a4.55 4.55 0 0 0 2.005-.114V17h-7.016v1h2.005a1.001 1.001 0 1 1 0 2H7.01a1.001 1.001 0 1 1 0-2h2.004v-1H2V4h16.035v2.176a4.5 4.5 0 0 0-2.005-.114z"/><path fillRule="evenodd" d="M19.868 12.165A3.504 3.504 0 0 0 16.782 7a3.504 3.504 0 0 0-3.508 3.5c0 1.933 1.57 3.5 3.508 3.5c.604 0 1.172-.152 1.668-.42l2.133 2.127L22 14.293zM16.782 12c.83 0 1.503-.672 1.503-1.5S17.612 9 16.782 9s-1.504.672-1.504 1.5s.674 1.5 1.504 1.5" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.03 6H4.004v3.938h.382L6.41 6.714l1.764 3.5l.723-1.152h3.611a4.5 4.5 0 0 0-.2 2h-2.301l-2.023 3.224l-1.765-3.5l-.722 1.152H4.004V15H16.03v-.062a4.55 4.55 0 0 0 2.005-.114V17h-7.016v1h2.005a1.001 1.001 0 1 1 0 2H7.01a1.001 1.001 0 1 1 0-2h2.004v-1H2V4h16.035v2.176a4.5 4.5 0 0 0-2.005-.114z"/><path fill-rule="evenodd" d="M19.868 12.165A3.504 3.504 0 0 0 16.782 7a3.504 3.504 0 0 0-3.508 3.5c0 1.933 1.57 3.5 3.508 3.5c.604 0 1.172-.152 1.668-.42l2.133 2.127L22 14.293zM16.782 12c.83 0 1.503-.672 1.503-1.5S17.612 9 16.782 9s-1.504.672-1.504 1.5s.674 1.5 1.504 1.5" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-diagnostics-outline-24px {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16.03%206H4.004v3.938h.382L6.41%206.714l1.764%203.5l.723-1.152h3.611a4.5%204.5%200%200%200-.2%202h-2.301l-2.023%203.224l-1.765-3.5l-.722%201.152H4.004V15H16.03v-.062a4.55%204.55%200%200%200%202.005-.114V17h-7.016v1h2.005a1.001%201.001%200%201%201%200%202H7.01a1.001%201.001%200%201%201%200-2h2.004v-1H2V4h16.035v2.176a4.5%204.5%200%200%200-2.005-.114z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19.868%2012.165A3.504%203.504%200%200%200%2016.782%207a3.504%203.504%200%200%200-3.508%203.5c0%201.933%201.57%203.5%203.508%203.5c.604%200%201.172-.152%201.668-.42l2.133%202.127L22%2014.293zM16.782%2012c.83%200%201.503-.672%201.503-1.5S17.612%209%2016.782%209s-1.504.672-1.504%201.5s.674%201.5%201.504%201.5%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16.03%206H4.004v3.938h.382L6.41%206.714l1.764%203.5l.723-1.152h3.611a4.5%204.5%200%200%200-.2%202h-2.301l-2.023%203.224l-1.765-3.5l-.722%201.152H4.004V15H16.03v-.062a4.55%204.55%200%200%200%202.005-.114V17h-7.016v1h2.005a1.001%201.001%200%201%201%200%202H7.01a1.001%201.001%200%201%201%200-2h2.004v-1H2V4h16.035v2.176a4.5%204.5%200%200%200-2.005-.114z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19.868%2012.165A3.504%203.504%200%200%200%2016.782%207a3.504%203.504%200%200%200-3.508%203.5c0%201.933%201.57%203.5%203.508%203.5c.604%200%201.172-.152%201.668-.42l2.133%202.127L22%2014.293zM16.782%2012c.83%200%201.503-.672%201.503-1.5S17.612%209%2016.782%209s-1.504.672-1.504%201.5s.674%201.5%201.504%201.5%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-outline-24px.svg?color=%231a73e8&size=48