source notes icon
source-notes-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- source-notes-rounded
- Set
- Material Symbols
- Style
- Rounded
- 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="M18 23q-1.45 0-2.625-.737t-1.8-1.938q-.15-.275-.037-.575t.387-.425t.563-.037t.437.362q.425.825 1.238 1.338T18 21.5q1.45 0 2.475-1.025T21.5 18t-1.025-2.475T18 14.5q-.725 0-1.35.263t-1.1.737h.7q.325 0 .538.213t.212.537t-.213.538t-.537.212H14q-.425 0-.712-.288T13 16v-2.25q0-.325.213-.537T13.75 13t.538.213t.212.537v.675q.675-.65 1.575-1.037T18 13q2.075 0 3.538 1.463T23 18t-1.463 3.538T18 23M8 9h8q.425 0 .713-.288T17 8t-.288-.712T16 7H8q-.425 0-.712.288T7 8t.288.713T8 9M5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v4.375q0 .45-.363.713t-.787.137q-.45-.125-.913-.175T18 10q-1.05 0-2.025.263t-1.85.737H8q-.425 0-.712.288T7 12t.288.713T8 13h3.75q-.35.45-.65.95T10.575 15H8q-.425 0-.712.288T7 16t.288.713T8 17h2.05q-.05.25-.05.488V18q0 .475.05.938t.175.912q.1.425-.162.788T9.375 21z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSourceNotesRounded(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="M18 23q-1.45 0-2.625-.737t-1.8-1.938q-.15-.275-.037-.575t.387-.425t.563-.037t.437.362q.425.825 1.238 1.338T18 21.5q1.45 0 2.475-1.025T21.5 18t-1.025-2.475T18 14.5q-.725 0-1.35.263t-1.1.737h.7q.325 0 .538.213t.212.537t-.213.538t-.537.212H14q-.425 0-.712-.288T13 16v-2.25q0-.325.213-.537T13.75 13t.538.213t.212.537v.675q.675-.65 1.575-1.037T18 13q2.075 0 3.538 1.463T23 18t-1.463 3.538T18 23M8 9h8q.425 0 .713-.288T17 8t-.288-.712T16 7H8q-.425 0-.712.288T7 8t.288.713T8 9M5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v4.375q0 .45-.363.713t-.787.137q-.45-.125-.913-.175T18 10q-1.05 0-2.025.263t-1.85.737H8q-.425 0-.712.288T7 12t.288.713T8 13h3.75q-.35.45-.65.95T10.575 15H8q-.425 0-.712.288T7 16t.288.713T8 17h2.05q-.05.25-.05.488V18q0 .475.05.938t.175.912q.1.425-.162.788T9.375 21z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 23q-1.45 0-2.625-.737t-1.8-1.938q-.15-.275-.037-.575t.387-.425t.563-.037t.437.362q.425.825 1.238 1.338T18 21.5q1.45 0 2.475-1.025T21.5 18t-1.025-2.475T18 14.5q-.725 0-1.35.263t-1.1.737h.7q.325 0 .538.213t.212.537t-.213.538t-.537.212H14q-.425 0-.712-.288T13 16v-2.25q0-.325.213-.537T13.75 13t.538.213t.212.537v.675q.675-.65 1.575-1.037T18 13q2.075 0 3.538 1.463T23 18t-1.463 3.538T18 23M8 9h8q.425 0 .713-.288T17 8t-.288-.712T16 7H8q-.425 0-.712.288T7 8t.288.713T8 9M5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v4.375q0 .45-.363.713t-.787.137q-.45-.125-.913-.175T18 10q-1.05 0-2.025.263t-1.85.737H8q-.425 0-.712.288T7 12t.288.713T8 13h3.75q-.35.45-.65.95T10.575 15H8q-.425 0-.712.288T7 16t.288.713T8 17h2.05q-.05.25-.05.488V18q0 .475.05.938t.175.912q.1.425-.162.788T9.375 21z"/></svg> </template>
CSS
.icon-source-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%22M18%2023q-1.45%200-2.625-.737t-1.8-1.938q-.15-.275-.037-.575t.387-.425t.563-.037t.437.362q.425.825%201.238%201.338T18%2021.5q1.45%200%202.475-1.025T21.5%2018t-1.025-2.475T18%2014.5q-.725%200-1.35.263t-1.1.737h.7q.325%200%20.538.213t.212.537t-.213.538t-.537.212H14q-.425%200-.712-.288T13%2016v-2.25q0-.325.213-.537T13.75%2013t.538.213t.212.537v.675q.675-.65%201.575-1.037T18%2013q2.075%200%203.538%201.463T23%2018t-1.463%203.538T18%2023M8%209h8q.425%200%20.713-.288T17%208t-.288-.712T16%207H8q-.425%200-.712.288T7%208t.288.713T8%209M5%2021q-.825%200-1.412-.587T3%2019V5q0-.825.588-1.412T5%203h14q.825%200%201.413.588T21%205v4.375q0%20.45-.363.713t-.787.137q-.45-.125-.913-.175T18%2010q-1.05%200-2.025.263t-1.85.737H8q-.425%200-.712.288T7%2012t.288.713T8%2013h3.75q-.35.45-.65.95T10.575%2015H8q-.425%200-.712.288T7%2016t.288.713T8%2017h2.05q-.05.25-.05.488V18q0%20.475.05.938t.175.912q.1.425-.162.788T9.375%2021z%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%22M18%2023q-1.45%200-2.625-.737t-1.8-1.938q-.15-.275-.037-.575t.387-.425t.563-.037t.437.362q.425.825%201.238%201.338T18%2021.5q1.45%200%202.475-1.025T21.5%2018t-1.025-2.475T18%2014.5q-.725%200-1.35.263t-1.1.737h.7q.325%200%20.538.213t.212.537t-.213.538t-.537.212H14q-.425%200-.712-.288T13%2016v-2.25q0-.325.213-.537T13.75%2013t.538.213t.212.537v.675q.675-.65%201.575-1.037T18%2013q2.075%200%203.538%201.463T23%2018t-1.463%203.538T18%2023M8%209h8q.425%200%20.713-.288T17%208t-.288-.712T16%207H8q-.425%200-.712.288T7%208t.288.713T8%209M5%2021q-.825%200-1.412-.587T3%2019V5q0-.825.588-1.412T5%203h14q.825%200%201.413.588T21%205v4.375q0%20.45-.363.713t-.787.137q-.45-.125-.913-.175T18%2010q-1.05%200-2.025.263t-1.85.737H8q-.425%200-.712.288T7%2012t.288.713T8%2013h3.75q-.35.45-.65.95T10.575%2015H8q-.425%200-.712.288T7%2016t.288.713T8%2017h2.05q-.05.25-.05.488V18q0%20.475.05.938t.175.912q.1.425-.162.788T9.375%2021z%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-rounded.svg?color=%231a73e8&size=48