source notes icon
source-notes-outline-rounded from Material Symbols Light by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- source-notes-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
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="M17.99 22.692q-1.363 0-2.47-.727q-1.108-.728-1.695-1.87q-.092-.16-.027-.341q.065-.18.223-.256q.16-.067.332.001t.264.228q.467.928 1.359 1.504t2.017.577q1.592 0 2.703-1.115q1.112-1.115 1.112-2.693t-1.115-2.693T18 14.192q-.917 0-1.754.445q-.836.446-1.446 1.17h1.45q.192 0 .317.126t.125.316t-.125.317t-.317.126h-2.134q-.344 0-.576-.232t-.232-.575V13.75q0-.192.125-.317t.316-.125t.317.125t.126.317v1.406q.714-.823 1.71-1.336q.996-.512 2.098-.512q1.947 0 3.32 1.372T22.692 18t-1.375 3.32t-3.327 1.372M5 19V5zM8 8.73h8q.213 0 .356-.143q.144-.144.144-.357t-.144-.356T16 7.731H8q-.213 0-.356.144t-.144.357t.144.356T8 8.73m0 3.77h4.654q.212 0 .356-.144t.144-.357t-.144-.356t-.356-.143H8q-.213 0-.356.144t-.144.357t.144.356T8 12.5m0 3.77h2.712q.212 0 .356-.145t.144-.356t-.144-.356t-.356-.144H8q-.213 0-.356.144q-.144.144-.144.357t.144.356t.356.143M5.616 20q-.667 0-1.141-.475T4 18.386V5.615q0-.666.475-1.14T5.615 4h12.77q.666 0 1.14.475T20 5.615v4.212q0 .213-.144.356t-.357.144t-.356-.144T19 9.827V5.616q0-.231-.192-.424T18.384 5H5.616q-.231 0-.424.192T5 5.616v12.769q0 .23.192.423t.423.192h4.212q.213 0 .356.144t.144.357t-.144.356t-.356.143z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSourceNotesOutlineRounded(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="M17.99 22.692q-1.363 0-2.47-.727q-1.108-.728-1.695-1.87q-.092-.16-.027-.341q.065-.18.223-.256q.16-.067.332.001t.264.228q.467.928 1.359 1.504t2.017.577q1.592 0 2.703-1.115q1.112-1.115 1.112-2.693t-1.115-2.693T18 14.192q-.917 0-1.754.445q-.836.446-1.446 1.17h1.45q.192 0 .317.126t.125.316t-.125.317t-.317.126h-2.134q-.344 0-.576-.232t-.232-.575V13.75q0-.192.125-.317t.316-.125t.317.125t.126.317v1.406q.714-.823 1.71-1.336q.996-.512 2.098-.512q1.947 0 3.32 1.372T22.692 18t-1.375 3.32t-3.327 1.372M5 19V5zM8 8.73h8q.213 0 .356-.143q.144-.144.144-.357t-.144-.356T16 7.731H8q-.213 0-.356.144t-.144.357t.144.356T8 8.73m0 3.77h4.654q.212 0 .356-.144t.144-.357t-.144-.356t-.356-.143H8q-.213 0-.356.144t-.144.357t.144.356T8 12.5m0 3.77h2.712q.212 0 .356-.145t.144-.356t-.144-.356t-.356-.144H8q-.213 0-.356.144q-.144.144-.144.357t.144.356t.356.143M5.616 20q-.667 0-1.141-.475T4 18.386V5.615q0-.666.475-1.14T5.615 4h12.77q.666 0 1.14.475T20 5.615v4.212q0 .213-.144.356t-.357.144t-.356-.144T19 9.827V5.616q0-.231-.192-.424T18.384 5H5.616q-.231 0-.424.192T5 5.616v12.769q0 .23.192.423t.423.192h4.212q.213 0 .356.144t.144.357t-.144.356t-.356.143z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.99 22.692q-1.363 0-2.47-.727q-1.108-.728-1.695-1.87q-.092-.16-.027-.341q.065-.18.223-.256q.16-.067.332.001t.264.228q.467.928 1.359 1.504t2.017.577q1.592 0 2.703-1.115q1.112-1.115 1.112-2.693t-1.115-2.693T18 14.192q-.917 0-1.754.445q-.836.446-1.446 1.17h1.45q.192 0 .317.126t.125.316t-.125.317t-.317.126h-2.134q-.344 0-.576-.232t-.232-.575V13.75q0-.192.125-.317t.316-.125t.317.125t.126.317v1.406q.714-.823 1.71-1.336q.996-.512 2.098-.512q1.947 0 3.32 1.372T22.692 18t-1.375 3.32t-3.327 1.372M5 19V5zM8 8.73h8q.213 0 .356-.143q.144-.144.144-.357t-.144-.356T16 7.731H8q-.213 0-.356.144t-.144.357t.144.356T8 8.73m0 3.77h4.654q.212 0 .356-.144t.144-.357t-.144-.356t-.356-.143H8q-.213 0-.356.144t-.144.357t.144.356T8 12.5m0 3.77h2.712q.212 0 .356-.145t.144-.356t-.144-.356t-.356-.144H8q-.213 0-.356.144q-.144.144-.144.357t.144.356t.356.143M5.616 20q-.667 0-1.141-.475T4 18.386V5.615q0-.666.475-1.14T5.615 4h12.77q.666 0 1.14.475T20 5.615v4.212q0 .213-.144.356t-.357.144t-.356-.144T19 9.827V5.616q0-.231-.192-.424T18.384 5H5.616q-.231 0-.424.192T5 5.616v12.769q0 .23.192.423t.423.192h4.212q.213 0 .356.144t.144.357t-.144.356t-.356.143z"/></svg> </template>
CSS
.icon-source-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%22M17.99%2022.692q-1.363%200-2.47-.727q-1.108-.728-1.695-1.87q-.092-.16-.027-.341q.065-.18.223-.256q.16-.067.332.001t.264.228q.467.928%201.359%201.504t2.017.577q1.592%200%202.703-1.115q1.112-1.115%201.112-2.693t-1.115-2.693T18%2014.192q-.917%200-1.754.445q-.836.446-1.446%201.17h1.45q.192%200%20.317.126t.125.316t-.125.317t-.317.126h-2.134q-.344%200-.576-.232t-.232-.575V13.75q0-.192.125-.317t.316-.125t.317.125t.126.317v1.406q.714-.823%201.71-1.336q.996-.512%202.098-.512q1.947%200%203.32%201.372T22.692%2018t-1.375%203.32t-3.327%201.372M5%2019V5zM8%208.73h8q.213%200%20.356-.143q.144-.144.144-.357t-.144-.356T16%207.731H8q-.213%200-.356.144t-.144.357t.144.356T8%208.73m0%203.77h4.654q.212%200%20.356-.144t.144-.357t-.144-.356t-.356-.143H8q-.213%200-.356.144t-.144.357t.144.356T8%2012.5m0%203.77h2.712q.212%200%20.356-.145t.144-.356t-.144-.356t-.356-.144H8q-.213%200-.356.144q-.144.144-.144.357t.144.356t.356.143M5.616%2020q-.667%200-1.141-.475T4%2018.386V5.615q0-.666.475-1.14T5.615%204h12.77q.666%200%201.14.475T20%205.615v4.212q0%20.213-.144.356t-.357.144t-.356-.144T19%209.827V5.616q0-.231-.192-.424T18.384%205H5.616q-.231%200-.424.192T5%205.616v12.769q0%20.23.192.423t.423.192h4.212q.213%200%20.356.144t.144.357t-.144.356t-.356.143z%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%22M17.99%2022.692q-1.363%200-2.47-.727q-1.108-.728-1.695-1.87q-.092-.16-.027-.341q.065-.18.223-.256q.16-.067.332.001t.264.228q.467.928%201.359%201.504t2.017.577q1.592%200%202.703-1.115q1.112-1.115%201.112-2.693t-1.115-2.693T18%2014.192q-.917%200-1.754.445q-.836.446-1.446%201.17h1.45q.192%200%20.317.126t.125.316t-.125.317t-.317.126h-2.134q-.344%200-.576-.232t-.232-.575V13.75q0-.192.125-.317t.316-.125t.317.125t.126.317v1.406q.714-.823%201.71-1.336q.996-.512%202.098-.512q1.947%200%203.32%201.372T22.692%2018t-1.375%203.32t-3.327%201.372M5%2019V5zM8%208.73h8q.213%200%20.356-.143q.144-.144.144-.357t-.144-.356T16%207.731H8q-.213%200-.356.144t-.144.357t.144.356T8%208.73m0%203.77h4.654q.212%200%20.356-.144t.144-.357t-.144-.356t-.356-.143H8q-.213%200-.356.144t-.144.357t.144.356T8%2012.5m0%203.77h2.712q.212%200%20.356-.145t.144-.356t-.144-.356t-.356-.144H8q-.213%200-.356.144q-.144.144-.144.357t.144.356t.356.143M5.616%2020q-.667%200-1.141-.475T4%2018.386V5.615q0-.666.475-1.14T5.615%204h12.77q.666%200%201.14.475T20%205.615v4.212q0%20.213-.144.356t-.357.144t-.356-.144T19%209.827V5.616q0-.231-.192-.424T18.384%205H5.616q-.231%200-.424.192T5%205.616v12.769q0%20.23.192.423t.423.192h4.212q.213%200%20.356.144t.144.357t-.144.356t-.356.143z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/source-notes-outline-rounded.svg?color=%231a73e8&size=48