clinical notes icon
clinical-notes-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- clinical-notes-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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="M15.366 14.962q-.674-.673-.674-1.635t.674-1.635T17 11.02t1.635.673q.673.674.673 1.635t-.674 1.635t-1.634.673t-1.634-.673M8.923 19.33V20H5.625q-.68 0-1.153-.475Q4 19.052 4 18.386V5.615q0-.666.475-1.14T5.615 4h12.77q.666 0 1.14.475T20 5.615v3.693q-.64-.514-1.394-.786T17 8.25q-.134 0-.25.01t-.25.028v-.057q0-.213-.144-.357T16 7.731H8q-.213 0-.356.144t-.144.357t.144.356T8 8.73h6.923q-.923.4-1.602 1.111q-.679.712-1.05 1.658H8q-.213 0-.356.144T7.5 12t.144.356T8 12.5h4.02q-.097.621-.052 1.246t.245 1.235q-.172.077-.336.144t-.318.144H8q-.213 0-.356.144q-.144.144-.144.357t.144.356t.356.143h2.296q-.655.575-1.014 1.388t-.359 1.674m3.577 2.207q-.343 0-.575-.232t-.233-.575v-1.4q0-.344.164-.647q.164-.302.46-.482q.684-.418 1.186-.586t1.296-.304q.258-.045.5.011q.243.055.404.256L17 19.25l1.273-1.671q.162-.212.404-.262t.505-.005q.809.136 1.297.302q.489.167 1.2.588q.296.179.453.478t.176.631v1.42q0 .343-.233.575t-.575.232z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightClinicalNotesRounded(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="M15.366 14.962q-.674-.673-.674-1.635t.674-1.635T17 11.02t1.635.673q.673.674.673 1.635t-.674 1.635t-1.634.673t-1.634-.673M8.923 19.33V20H5.625q-.68 0-1.153-.475Q4 19.052 4 18.386V5.615q0-.666.475-1.14T5.615 4h12.77q.666 0 1.14.475T20 5.615v3.693q-.64-.514-1.394-.786T17 8.25q-.134 0-.25.01t-.25.028v-.057q0-.213-.144-.357T16 7.731H8q-.213 0-.356.144t-.144.357t.144.356T8 8.73h6.923q-.923.4-1.602 1.111q-.679.712-1.05 1.658H8q-.213 0-.356.144T7.5 12t.144.356T8 12.5h4.02q-.097.621-.052 1.246t.245 1.235q-.172.077-.336.144t-.318.144H8q-.213 0-.356.144q-.144.144-.144.357t.144.356t.356.143h2.296q-.655.575-1.014 1.388t-.359 1.674m3.577 2.207q-.343 0-.575-.232t-.233-.575v-1.4q0-.344.164-.647q.164-.302.46-.482q.684-.418 1.186-.586t1.296-.304q.258-.045.5.011q.243.055.404.256L17 19.25l1.273-1.671q.162-.212.404-.262t.505-.005q.809.136 1.297.302q.489.167 1.2.588q.296.179.453.478t.176.631v1.42q0 .343-.233.575t-.575.232z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.366 14.962q-.674-.673-.674-1.635t.674-1.635T17 11.02t1.635.673q.673.674.673 1.635t-.674 1.635t-1.634.673t-1.634-.673M8.923 19.33V20H5.625q-.68 0-1.153-.475Q4 19.052 4 18.386V5.615q0-.666.475-1.14T5.615 4h12.77q.666 0 1.14.475T20 5.615v3.693q-.64-.514-1.394-.786T17 8.25q-.134 0-.25.01t-.25.028v-.057q0-.213-.144-.357T16 7.731H8q-.213 0-.356.144t-.144.357t.144.356T8 8.73h6.923q-.923.4-1.602 1.111q-.679.712-1.05 1.658H8q-.213 0-.356.144T7.5 12t.144.356T8 12.5h4.02q-.097.621-.052 1.246t.245 1.235q-.172.077-.336.144t-.318.144H8q-.213 0-.356.144q-.144.144-.144.357t.144.356t.356.143h2.296q-.655.575-1.014 1.388t-.359 1.674m3.577 2.207q-.343 0-.575-.232t-.233-.575v-1.4q0-.344.164-.647q.164-.302.46-.482q.684-.418 1.186-.586t1.296-.304q.258-.045.5.011q.243.055.404.256L17 19.25l1.273-1.671q.162-.212.404-.262t.505-.005q.809.136 1.297.302q.489.167 1.2.588q.296.179.453.478t.176.631v1.42q0 .343-.233.575t-.575.232z"/></svg> </template>
CSS
.icon-clinical-notes-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%22M15.366%2014.962q-.674-.673-.674-1.635t.674-1.635T17%2011.02t1.635.673q.673.674.673%201.635t-.674%201.635t-1.634.673t-1.634-.673M8.923%2019.33V20H5.625q-.68%200-1.153-.475Q4%2019.052%204%2018.386V5.615q0-.666.475-1.14T5.615%204h12.77q.666%200%201.14.475T20%205.615v3.693q-.64-.514-1.394-.786T17%208.25q-.134%200-.25.01t-.25.028v-.057q0-.213-.144-.357T16%207.731H8q-.213%200-.356.144t-.144.357t.144.356T8%208.73h6.923q-.923.4-1.602%201.111q-.679.712-1.05%201.658H8q-.213%200-.356.144T7.5%2012t.144.356T8%2012.5h4.02q-.097.621-.052%201.246t.245%201.235q-.172.077-.336.144t-.318.144H8q-.213%200-.356.144q-.144.144-.144.357t.144.356t.356.143h2.296q-.655.575-1.014%201.388t-.359%201.674m3.577%202.207q-.343%200-.575-.232t-.233-.575v-1.4q0-.344.164-.647q.164-.302.46-.482q.684-.418%201.186-.586t1.296-.304q.258-.045.5.011q.243.055.404.256L17%2019.25l1.273-1.671q.162-.212.404-.262t.505-.005q.809.136%201.297.302q.489.167%201.2.588q.296.179.453.478t.176.631v1.42q0%20.343-.233.575t-.575.232z%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%22M15.366%2014.962q-.674-.673-.674-1.635t.674-1.635T17%2011.02t1.635.673q.673.674.673%201.635t-.674%201.635t-1.634.673t-1.634-.673M8.923%2019.33V20H5.625q-.68%200-1.153-.475Q4%2019.052%204%2018.386V5.615q0-.666.475-1.14T5.615%204h12.77q.666%200%201.14.475T20%205.615v3.693q-.64-.514-1.394-.786T17%208.25q-.134%200-.25.01t-.25.028v-.057q0-.213-.144-.357T16%207.731H8q-.213%200-.356.144t-.144.357t.144.356T8%208.73h6.923q-.923.4-1.602%201.111q-.679.712-1.05%201.658H8q-.213%200-.356.144T7.5%2012t.144.356T8%2012.5h4.02q-.097.621-.052%201.246t.245%201.235q-.172.077-.336.144t-.318.144H8q-.213%200-.356.144q-.144.144-.144.357t.144.356t.356.143h2.296q-.655.575-1.014%201.388t-.359%201.674m3.577%202.207q-.343%200-.575-.232t-.233-.575v-1.4q0-.344.164-.647q.164-.302.46-.482q.684-.418%201.186-.586t1.296-.304q.258-.045.5.011q.243.055.404.256L17%2019.25l1.273-1.671q.162-.212.404-.262t.505-.005q.809.136%201.297.302q.489.167%201.2.588q.296.179.453.478t.176.631v1.42q0%20.343-.233.575t-.575.232z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/clinical-notes-rounded.svg?color=%231a73e8&size=48