diagnoses from Line Awesome by Icons8 · Line · Medical · Apache-2.0 Free for personal and commercial use.

Name
diagnoses
Set
Line Awesome
Style
Line
Category
Medical
Viewbox
32×32
License
Apache 2.0
Aliases
diagnoses-solid

The same icon in other sets

More medical icons from Line Awesome

Use the diagnoses icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5c-2.2 0-4 1.8-4 4s1.8 4 4 4s4-1.8 4-4s-1.8-4-4-4m0 8h-1.38a5 5 0 0 0-4.33 2.52c.71.08 1.33.46 1.73 1.01c.52-.94 1.51-1.53 2.6-1.53h2.76c.44 0 .85.09 1.23.26c.21-.69.71-1.24 1.35-1.53a4.9 4.9 0 0 0-2.58-.73zm0-6c1.12 0 2 .88 2 2s-.88 2-2 2s-2-.88-2-2s.88-2 2-2m5 8a1 1 0 0 0 0 2a1 1 0 0 0 0-2m-11 2a1 1 0 0 0 0 2a1 1 0 0 0 0-2m12.73.81c-.45.43-1.06.69-1.73.69c-.05 0-.11 0-.16-.01l1.25 2.92l.19.47l.53.09l5 1l.38-1.94l-4.47-.91zM15 18a1 1 0 0 0 0 2a1 1 0 0 0 0-2m-6.63 1.9l-.09.22l-4.47.91l.38 1.94l5-1l.53-.09l.19-.47l.4-.93a2.5 2.5 0 0 1-1.941-.58zM18 21a1 1 0 0 0 0 2a1 1 0 0 0 0-2M2 25v2h28v-2z"/></svg>

React

import type { SVGProps } from "react";

export function LaDiagnoses(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5c-2.2 0-4 1.8-4 4s1.8 4 4 4s4-1.8 4-4s-1.8-4-4-4m0 8h-1.38a5 5 0 0 0-4.33 2.52c.71.08 1.33.46 1.73 1.01c.52-.94 1.51-1.53 2.6-1.53h2.76c.44 0 .85.09 1.23.26c.21-.69.71-1.24 1.35-1.53a4.9 4.9 0 0 0-2.58-.73zm0-6c1.12 0 2 .88 2 2s-.88 2-2 2s-2-.88-2-2s.88-2 2-2m5 8a1 1 0 0 0 0 2a1 1 0 0 0 0-2m-11 2a1 1 0 0 0 0 2a1 1 0 0 0 0-2m12.73.81c-.45.43-1.06.69-1.73.69c-.05 0-.11 0-.16-.01l1.25 2.92l.19.47l.53.09l5 1l.38-1.94l-4.47-.91zM15 18a1 1 0 0 0 0 2a1 1 0 0 0 0-2m-6.63 1.9l-.09.22l-4.47.91l.38 1.94l5-1l.53-.09l.19-.47l.4-.93a2.5 2.5 0 0 1-1.941-.58zM18 21a1 1 0 0 0 0 2a1 1 0 0 0 0-2M2 25v2h28v-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5c-2.2 0-4 1.8-4 4s1.8 4 4 4s4-1.8 4-4s-1.8-4-4-4m0 8h-1.38a5 5 0 0 0-4.33 2.52c.71.08 1.33.46 1.73 1.01c.52-.94 1.51-1.53 2.6-1.53h2.76c.44 0 .85.09 1.23.26c.21-.69.71-1.24 1.35-1.53a4.9 4.9 0 0 0-2.58-.73zm0-6c1.12 0 2 .88 2 2s-.88 2-2 2s-2-.88-2-2s.88-2 2-2m5 8a1 1 0 0 0 0 2a1 1 0 0 0 0-2m-11 2a1 1 0 0 0 0 2a1 1 0 0 0 0-2m12.73.81c-.45.43-1.06.69-1.73.69c-.05 0-.11 0-.16-.01l1.25 2.92l.19.47l.53.09l5 1l.38-1.94l-4.47-.91zM15 18a1 1 0 0 0 0 2a1 1 0 0 0 0-2m-6.63 1.9l-.09.22l-4.47.91l.38 1.94l5-1l.53-.09l.19-.47l.4-.93a2.5 2.5 0 0 1-1.941-.58zM18 21a1 1 0 0 0 0 2a1 1 0 0 0 0-2M2 25v2h28v-2z"/></svg>
</template>

CSS

.icon-diagnoses {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%205c-2.2%200-4%201.8-4%204s1.8%204%204%204s4-1.8%204-4s-1.8-4-4-4m0%208h-1.38a5%205%200%200%200-4.33%202.52c.71.08%201.33.46%201.73%201.01c.52-.94%201.51-1.53%202.6-1.53h2.76c.44%200%20.85.09%201.23.26c.21-.69.71-1.24%201.35-1.53a4.9%204.9%200%200%200-2.58-.73zm0-6c1.12%200%202%20.88%202%202s-.88%202-2%202s-2-.88-2-2s.88-2%202-2m5%208a1%201%200%200%200%200%202a1%201%200%200%200%200-2m-11%202a1%201%200%200%200%200%202a1%201%200%200%200%200-2m12.73.81c-.45.43-1.06.69-1.73.69c-.05%200-.11%200-.16-.01l1.25%202.92l.19.47l.53.09l5%201l.38-1.94l-4.47-.91zM15%2018a1%201%200%200%200%200%202a1%201%200%200%200%200-2m-6.63%201.9l-.09.22l-4.47.91l.38%201.94l5-1l.53-.09l.19-.47l.4-.93a2.5%202.5%200%200%201-1.941-.58zM18%2021a1%201%200%200%200%200%202a1%201%200%200%200%200-2M2%2025v2h28v-2z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%205c-2.2%200-4%201.8-4%204s1.8%204%204%204s4-1.8%204-4s-1.8-4-4-4m0%208h-1.38a5%205%200%200%200-4.33%202.52c.71.08%201.33.46%201.73%201.01c.52-.94%201.51-1.53%202.6-1.53h2.76c.44%200%20.85.09%201.23.26c.21-.69.71-1.24%201.35-1.53a4.9%204.9%200%200%200-2.58-.73zm0-6c1.12%200%202%20.88%202%202s-.88%202-2%202s-2-.88-2-2s.88-2%202-2m5%208a1%201%200%200%200%200%202a1%201%200%200%200%200-2m-11%202a1%201%200%200%200%200%202a1%201%200%200%200%200-2m12.73.81c-.45.43-1.06.69-1.73.69c-.05%200-.11%200-.16-.01l1.25%202.92l.19.47l.53.09l5%201l.38-1.94l-4.47-.91zM15%2018a1%201%200%200%200%200%202a1%201%200%200%200%200-2m-6.63%201.9l-.09.22l-4.47.91l.38%201.94l5-1l.53-.09l.19-.47l.4-.93a2.5%202.5%200%200%201-1.941-.58zM18%2021a1%201%200%200%200%200%202a1%201%200%200%200%200-2M2%2025v2h28v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/diagnoses.svg?color=%231a73e8&size=48