source notes icon
source-notes from Material Symbols by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.
- Name
- source-notes
- Set
- Material Symbols
- Style
- Regular
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More text icons from Material Symbols
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the source notes icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 9h10V7H7zm11 14q-1.825 0-3.187-1.137T13.1 19h1.55q.325 1.1 1.238 1.8t2.112.7q1.45 0 2.475-1.025T21.5 18t-1.025-2.475T18 14.5q-.725 0-1.35.263t-1.1.737H17V17h-4v-4h1.5v1.425q.675-.65 1.575-1.037T18 13q2.075 0 3.538 1.463T23 18t-1.463 3.538T18 23m-7.425-2H5q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v5.575q-.725-.275-1.475-.425T18 10q-1.05 0-2.025.262t-1.85.738H7v2h4.75q-.35.45-.65.95T10.575 15H7v2h3.05q-.05.25-.05.488V18q0 .775.15 1.525T10.575 21"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSourceNotes(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="M7 9h10V7H7zm11 14q-1.825 0-3.187-1.137T13.1 19h1.55q.325 1.1 1.238 1.8t2.112.7q1.45 0 2.475-1.025T21.5 18t-1.025-2.475T18 14.5q-.725 0-1.35.263t-1.1.737H17V17h-4v-4h1.5v1.425q.675-.65 1.575-1.037T18 13q2.075 0 3.538 1.463T23 18t-1.463 3.538T18 23m-7.425-2H5q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v5.575q-.725-.275-1.475-.425T18 10q-1.05 0-2.025.262t-1.85.738H7v2h4.75q-.35.45-.65.95T10.575 15H7v2h3.05q-.05.25-.05.488V18q0 .775.15 1.525T10.575 21"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 9h10V7H7zm11 14q-1.825 0-3.187-1.137T13.1 19h1.55q.325 1.1 1.238 1.8t2.112.7q1.45 0 2.475-1.025T21.5 18t-1.025-2.475T18 14.5q-.725 0-1.35.263t-1.1.737H17V17h-4v-4h1.5v1.425q.675-.65 1.575-1.037T18 13q2.075 0 3.538 1.463T23 18t-1.463 3.538T18 23m-7.425-2H5q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v5.575q-.725-.275-1.475-.425T18 10q-1.05 0-2.025.262t-1.85.738H7v2h4.75q-.35.45-.65.95T10.575 15H7v2h3.05q-.05.25-.05.488V18q0 .775.15 1.525T10.575 21"/></svg> </template>
CSS
.icon-source-notes {
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%22M7%209h10V7H7zm11%2014q-1.825%200-3.187-1.137T13.1%2019h1.55q.325%201.1%201.238%201.8t2.112.7q1.45%200%202.475-1.025T21.5%2018t-1.025-2.475T18%2014.5q-.725%200-1.35.263t-1.1.737H17V17h-4v-4h1.5v1.425q.675-.65%201.575-1.037T18%2013q2.075%200%203.538%201.463T23%2018t-1.463%203.538T18%2023m-7.425-2H5q-.825%200-1.412-.587T3%2019V5q0-.825.588-1.412T5%203h14q.825%200%201.413.588T21%205v5.575q-.725-.275-1.475-.425T18%2010q-1.05%200-2.025.262t-1.85.738H7v2h4.75q-.35.45-.65.95T10.575%2015H7v2h3.05q-.05.25-.05.488V18q0%20.775.15%201.525T10.575%2021%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%22M7%209h10V7H7zm11%2014q-1.825%200-3.187-1.137T13.1%2019h1.55q.325%201.1%201.238%201.8t2.112.7q1.45%200%202.475-1.025T21.5%2018t-1.025-2.475T18%2014.5q-.725%200-1.35.263t-1.1.737H17V17h-4v-4h1.5v1.425q.675-.65%201.575-1.037T18%2013q2.075%200%203.538%201.463T23%2018t-1.463%203.538T18%2023m-7.425-2H5q-.825%200-1.412-.587T3%2019V5q0-.825.588-1.412T5%203h14q.825%200%201.413.588T21%205v5.575q-.725-.275-1.475-.425T18%2010q-1.05%200-2.025.262t-1.85.738H7v2h4.75q-.35.45-.65.95T10.575%2015H7v2h3.05q-.05.25-.05.488V18q0%20.775.15%201.525T10.575%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/source-notes.svg?color=%231a73e8&size=48