diagnosis-sharp from Material Symbols Light by Google · Sharp · Text · Apache-2.0 Free for personal and commercial use.

Name
diagnosis-sharp
Set
Material Symbols Light
Style
Sharp
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the diagnosis icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 17.73h7v-1h-7zm0-2.614h7v-1h-7zM12 12.28q1.535-1.385 2.517-2.24q.983-.854.983-2.072q0-.708-.496-1.204T13.8 6.27q-.679 0-1.041.309q-.363.308-.759.799q-.396-.49-.759-.799q-.362-.309-1.041-.309q-.708 0-1.204.496T8.5 7.97q0 1.217.945 2.035q.945.817 2.555 2.277M5 21V3h14v18z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDiagnosisSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 17.73h7v-1h-7zm0-2.614h7v-1h-7zM12 12.28q1.535-1.385 2.517-2.24q.983-.854.983-2.072q0-.708-.496-1.204T13.8 6.27q-.679 0-1.041.309q-.363.308-.759.799q-.396-.49-.759-.799q-.362-.309-1.041-.309q-.708 0-1.204.496T8.5 7.97q0 1.217.945 2.035q.945.817 2.555 2.277M5 21V3h14v18z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 17.73h7v-1h-7zm0-2.614h7v-1h-7zM12 12.28q1.535-1.385 2.517-2.24q.983-.854.983-2.072q0-.708-.496-1.204T13.8 6.27q-.679 0-1.041.309q-.363.308-.759.799q-.396-.49-.759-.799q-.362-.309-1.041-.309q-.708 0-1.204.496T8.5 7.97q0 1.217.945 2.035q.945.817 2.555 2.277M5 21V3h14v18z"/></svg>
</template>

CSS

.icon-diagnosis-sharp {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%2017.73h7v-1h-7zm0-2.614h7v-1h-7zM12%2012.28q1.535-1.385%202.517-2.24q.983-.854.983-2.072q0-.708-.496-1.204T13.8%206.27q-.679%200-1.041.309q-.363.308-.759.799q-.396-.49-.759-.799q-.362-.309-1.041-.309q-.708%200-1.204.496T8.5%207.97q0%201.217.945%202.035q.945.817%202.555%202.277M5%2021V3h14v18z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%2017.73h7v-1h-7zm0-2.614h7v-1h-7zM12%2012.28q1.535-1.385%202.517-2.24q.983-.854.983-2.072q0-.708-.496-1.204T13.8%206.27q-.679%200-1.041.309q-.363.308-.759.799q-.396-.49-.759-.799q-.362-.309-1.041-.309q-.708%200-1.204.496T8.5%207.97q0%201.217.945%202.035q.945.817%202.555%202.277M5%2021V3h14v18z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/diagnosis-sharp.svg?color=%231a73e8&size=48