source notes icon
source-notes-outline from Material Symbols by Google · Outline · Text · Apache-2.0 Free for personal and commercial use.
- Name
- source-notes-outline
- Set
- Material Symbols
- Style
- Outline
- 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="M5 19V5zM7 9h10V7H7zm0 4h4.75q.5-.6 1.088-1.112T14.125 11H7zm0 4h3.05q.05-.525.188-1.025t.337-.975H7zm-2 4q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v5.575q-.475-.2-.975-.337T19 10.05V5H5v14h5.05q.05.525.188 1.025t.337.975zm13 2q-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 23"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSourceNotesOutline(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="M5 19V5zM7 9h10V7H7zm0 4h4.75q.5-.6 1.088-1.112T14.125 11H7zm0 4h3.05q.05-.525.188-1.025t.337-.975H7zm-2 4q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v5.575q-.475-.2-.975-.337T19 10.05V5H5v14h5.05q.05.525.188 1.025t.337.975zm13 2q-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 23"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 19V5zM7 9h10V7H7zm0 4h4.75q.5-.6 1.088-1.112T14.125 11H7zm0 4h3.05q.05-.525.188-1.025t.337-.975H7zm-2 4q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v5.575q-.475-.2-.975-.337T19 10.05V5H5v14h5.05q.05.525.188 1.025t.337.975zm13 2q-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 23"/></svg> </template>
CSS
.icon-source-notes-outline {
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%22M5%2019V5zM7%209h10V7H7zm0%204h4.75q.5-.6%201.088-1.112T14.125%2011H7zm0%204h3.05q.05-.525.188-1.025t.337-.975H7zm-2%204q-.825%200-1.412-.587T3%2019V5q0-.825.588-1.412T5%203h14q.825%200%201.413.588T21%205v5.575q-.475-.2-.975-.337T19%2010.05V5H5v14h5.05q.05.525.188%201.025t.337.975zm13%202q-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%2023%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%22M5%2019V5zM7%209h10V7H7zm0%204h4.75q.5-.6%201.088-1.112T14.125%2011H7zm0%204h3.05q.05-.525.188-1.025t.337-.975H7zm-2%204q-.825%200-1.412-.587T3%2019V5q0-.825.588-1.412T5%203h14q.825%200%201.413.588T21%205v5.575q-.475-.2-.975-.337T19%2010.05V5H5v14h5.05q.05.525.188%201.025t.337.975zm13%202q-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%2023%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-outline.svg?color=%231a73e8&size=48