clinical notes icon

clinical-notes-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
clinical-notes-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the clinical notes icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.875 15.125Q14 14.25 14 13t.875-2.125T17 10t2.125.875T20 13t-.875 2.125T17 16t-2.125-.875m2.838-1.412Q18 13.425 18 13t-.288-.712T17 12t-.712.288T16 13t.288.713T17 14t.713-.288M12 23q-.425 0-.712-.288T11 22v-1.9q0-.525.25-.987t.7-.738q.8-.475 1.35-.663t1.475-.337q.3-.05.6.013t.5.287L17 19l1.1-1.325q.2-.25.5-.3t.6 0q.925.15 1.475.338t1.35.662q.45.275.713.738T23 20.1V22q0 .425-.288.713T22 23zm.975-2h3.075l-1.35-1.65q-.45.125-.875.325t-.85.425zm4.975 0H21v-.9q-.4-.25-.825-.437t-.875-.313zM5 19V5v3.425V8zm0 2q-.825 0-1.413-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v5q-.4-.5-.875-.95T19 8.45V5H5v14h4.15q-.075.275-.112.55T9 20.1v.9zM8 9h6q.65-.5 1.425-.75T17 8q0-.425-.288-.712T16 7H8q-.425 0-.712.288T7 8t.288.713T8 9m0 4h4q0-.525.113-1.025t.312-.975H8q-.425 0-.712.288T7 12t.288.713T8 13m0 4h2.45q.275-.225.588-.4t.637-.325V16q0-.4-.213-.7t-.787-.3H8q-.425 0-.712.288T7 16t.288.713T8 17"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsClinicalNotesOutlineRounded(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="M14.875 15.125Q14 14.25 14 13t.875-2.125T17 10t2.125.875T20 13t-.875 2.125T17 16t-2.125-.875m2.838-1.412Q18 13.425 18 13t-.288-.712T17 12t-.712.288T16 13t.288.713T17 14t.713-.288M12 23q-.425 0-.712-.288T11 22v-1.9q0-.525.25-.987t.7-.738q.8-.475 1.35-.663t1.475-.337q.3-.05.6.013t.5.287L17 19l1.1-1.325q.2-.25.5-.3t.6 0q.925.15 1.475.338t1.35.662q.45.275.713.738T23 20.1V22q0 .425-.288.713T22 23zm.975-2h3.075l-1.35-1.65q-.45.125-.875.325t-.85.425zm4.975 0H21v-.9q-.4-.25-.825-.437t-.875-.313zM5 19V5v3.425V8zm0 2q-.825 0-1.413-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v5q-.4-.5-.875-.95T19 8.45V5H5v14h4.15q-.075.275-.112.55T9 20.1v.9zM8 9h6q.65-.5 1.425-.75T17 8q0-.425-.288-.712T16 7H8q-.425 0-.712.288T7 8t.288.713T8 9m0 4h4q0-.525.113-1.025t.312-.975H8q-.425 0-.712.288T7 12t.288.713T8 13m0 4h2.45q.275-.225.588-.4t.637-.325V16q0-.4-.213-.7t-.787-.3H8q-.425 0-.712.288T7 16t.288.713T8 17"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.875 15.125Q14 14.25 14 13t.875-2.125T17 10t2.125.875T20 13t-.875 2.125T17 16t-2.125-.875m2.838-1.412Q18 13.425 18 13t-.288-.712T17 12t-.712.288T16 13t.288.713T17 14t.713-.288M12 23q-.425 0-.712-.288T11 22v-1.9q0-.525.25-.987t.7-.738q.8-.475 1.35-.663t1.475-.337q.3-.05.6.013t.5.287L17 19l1.1-1.325q.2-.25.5-.3t.6 0q.925.15 1.475.338t1.35.662q.45.275.713.738T23 20.1V22q0 .425-.288.713T22 23zm.975-2h3.075l-1.35-1.65q-.45.125-.875.325t-.85.425zm4.975 0H21v-.9q-.4-.25-.825-.437t-.875-.313zM5 19V5v3.425V8zm0 2q-.825 0-1.413-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v5q-.4-.5-.875-.95T19 8.45V5H5v14h4.15q-.075.275-.112.55T9 20.1v.9zM8 9h6q.65-.5 1.425-.75T17 8q0-.425-.288-.712T16 7H8q-.425 0-.712.288T7 8t.288.713T8 9m0 4h4q0-.525.113-1.025t.312-.975H8q-.425 0-.712.288T7 12t.288.713T8 13m0 4h2.45q.275-.225.588-.4t.637-.325V16q0-.4-.213-.7t-.787-.3H8q-.425 0-.712.288T7 16t.288.713T8 17"/></svg>
</template>

CSS

.icon-clinical-notes-outline-rounded {
  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%22M14.875%2015.125Q14%2014.25%2014%2013t.875-2.125T17%2010t2.125.875T20%2013t-.875%202.125T17%2016t-2.125-.875m2.838-1.412Q18%2013.425%2018%2013t-.288-.712T17%2012t-.712.288T16%2013t.288.713T17%2014t.713-.288M12%2023q-.425%200-.712-.288T11%2022v-1.9q0-.525.25-.987t.7-.738q.8-.475%201.35-.663t1.475-.337q.3-.05.6.013t.5.287L17%2019l1.1-1.325q.2-.25.5-.3t.6%200q.925.15%201.475.338t1.35.662q.45.275.713.738T23%2020.1V22q0%20.425-.288.713T22%2023zm.975-2h3.075l-1.35-1.65q-.45.125-.875.325t-.85.425zm4.975%200H21v-.9q-.4-.25-.825-.437t-.875-.313zM5%2019V5v3.425V8zm0%202q-.825%200-1.413-.587T3%2019V5q0-.825.588-1.412T5%203h14q.825%200%201.413.588T21%205v5q-.4-.5-.875-.95T19%208.45V5H5v14h4.15q-.075.275-.112.55T9%2020.1v.9zM8%209h6q.65-.5%201.425-.75T17%208q0-.425-.288-.712T16%207H8q-.425%200-.712.288T7%208t.288.713T8%209m0%204h4q0-.525.113-1.025t.312-.975H8q-.425%200-.712.288T7%2012t.288.713T8%2013m0%204h2.45q.275-.225.588-.4t.637-.325V16q0-.4-.213-.7t-.787-.3H8q-.425%200-.712.288T7%2016t.288.713T8%2017%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%22M14.875%2015.125Q14%2014.25%2014%2013t.875-2.125T17%2010t2.125.875T20%2013t-.875%202.125T17%2016t-2.125-.875m2.838-1.412Q18%2013.425%2018%2013t-.288-.712T17%2012t-.712.288T16%2013t.288.713T17%2014t.713-.288M12%2023q-.425%200-.712-.288T11%2022v-1.9q0-.525.25-.987t.7-.738q.8-.475%201.35-.663t1.475-.337q.3-.05.6.013t.5.287L17%2019l1.1-1.325q.2-.25.5-.3t.6%200q.925.15%201.475.338t1.35.662q.45.275.713.738T23%2020.1V22q0%20.425-.288.713T22%2023zm.975-2h3.075l-1.35-1.65q-.45.125-.875.325t-.85.425zm4.975%200H21v-.9q-.4-.25-.825-.437t-.875-.313zM5%2019V5v3.425V8zm0%202q-.825%200-1.413-.587T3%2019V5q0-.825.588-1.412T5%203h14q.825%200%201.413.588T21%205v5q-.4-.5-.875-.95T19%208.45V5H5v14h4.15q-.075.275-.112.55T9%2020.1v.9zM8%209h6q.65-.5%201.425-.75T17%208q0-.425-.288-.712T16%207H8q-.425%200-.712.288T7%208t.288.713T8%209m0%204h4q0-.525.113-1.025t.312-.975H8q-.425%200-.712.288T7%2012t.288.713T8%2013m0%204h2.45q.275-.225.588-.4t.637-.325V16q0-.4-.213-.7t-.787-.3H8q-.425%200-.712.288T7%2016t.288.713T8%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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