source-notes-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
source-notes-rounded
Set
Material Symbols Light
Style
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

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.372M8 8.731h8q.213 0 .356-.144q.144-.144.144-.357t-.144-.356T16 7.731H8q-.213 0-.356.144t-.144.357t.144.356T8 8.73M5.616 20q-.667 0-1.141-.475T4 18.386V5.615q0-.666.475-1.14T5.615 4h12.77q.666 0 1.14.475T20 5.615v4.049q0 .353-.276.577q-.276.225-.624.157q-.258-.048-.536-.07q-.278-.02-.564-.02q-1.146 0-2.179.31t-1.927.882H8q-.213 0-.356.144t-.144.357t.144.356T8 12.5h4.654q-.6.585-1.073 1.277t-.775 1.492H8q-.213 0-.356.144q-.144.144-.144.357t.144.356t.356.143h2.512q-.108.423-.156.853t-.048.878q0 .286.02.564q.022.278.07.536q.062.367-.158.634q-.22.266-.576.266z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSourceNotesRounded(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.372M8 8.731h8q.213 0 .356-.144q.144-.144.144-.357t-.144-.356T16 7.731H8q-.213 0-.356.144t-.144.357t.144.356T8 8.73M5.616 20q-.667 0-1.141-.475T4 18.386V5.615q0-.666.475-1.14T5.615 4h12.77q.666 0 1.14.475T20 5.615v4.049q0 .353-.276.577q-.276.225-.624.157q-.258-.048-.536-.07q-.278-.02-.564-.02q-1.146 0-2.179.31t-1.927.882H8q-.213 0-.356.144t-.144.357t.144.356T8 12.5h4.654q-.6.585-1.073 1.277t-.775 1.492H8q-.213 0-.356.144q-.144.144-.144.357t.144.356t.356.143h2.512q-.108.423-.156.853t-.048.878q0 .286.02.564q.022.278.07.536q.062.367-.158.634q-.22.266-.576.266z"/></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.372M8 8.731h8q.213 0 .356-.144q.144-.144.144-.357t-.144-.356T16 7.731H8q-.213 0-.356.144t-.144.357t.144.356T8 8.73M5.616 20q-.667 0-1.141-.475T4 18.386V5.615q0-.666.475-1.14T5.615 4h12.77q.666 0 1.14.475T20 5.615v4.049q0 .353-.276.577q-.276.225-.624.157q-.258-.048-.536-.07q-.278-.02-.564-.02q-1.146 0-2.179.31t-1.927.882H8q-.213 0-.356.144t-.144.357t.144.356T8 12.5h4.654q-.6.585-1.073 1.277t-.775 1.492H8q-.213 0-.356.144q-.144.144-.144.357t.144.356t.356.143h2.512q-.108.423-.156.853t-.048.878q0 .286.02.564q.022.278.07.536q.062.367-.158.634q-.22.266-.576.266z"/></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%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.372M8%208.731h8q.213%200%20.356-.144q.144-.144.144-.357t-.144-.356T16%207.731H8q-.213%200-.356.144t-.144.357t.144.356T8%208.73M5.616%2020q-.667%200-1.141-.475T4%2018.386V5.615q0-.666.475-1.14T5.615%204h12.77q.666%200%201.14.475T20%205.615v4.049q0%20.353-.276.577q-.276.225-.624.157q-.258-.048-.536-.07q-.278-.02-.564-.02q-1.146%200-2.179.31t-1.927.882H8q-.213%200-.356.144t-.144.357t.144.356T8%2012.5h4.654q-.6.585-1.073%201.277t-.775%201.492H8q-.213%200-.356.144q-.144.144-.144.357t.144.356t.356.143h2.512q-.108.423-.156.853t-.048.878q0%20.286.02.564q.022.278.07.536q.062.367-.158.634q-.22.266-.576.266z%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.372M8%208.731h8q.213%200%20.356-.144q.144-.144.144-.357t-.144-.356T16%207.731H8q-.213%200-.356.144t-.144.357t.144.356T8%208.73M5.616%2020q-.667%200-1.141-.475T4%2018.386V5.615q0-.666.475-1.14T5.615%204h12.77q.666%200%201.14.475T20%205.615v4.049q0%20.353-.276.577q-.276.225-.624.157q-.258-.048-.536-.07q-.278-.02-.564-.02q-1.146%200-2.179.31t-1.927.882H8q-.213%200-.356.144t-.144.357t.144.356T8%2012.5h4.654q-.6.585-1.073%201.277t-.775%201.492H8q-.213%200-.356.144q-.144.144-.144.357t.144.356t.356.143h2.512q-.108.423-.156.853t-.048.878q0%20.286.02.564q.022.278.07.536q.062.367-.158.634q-.22.266-.576.266z%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-rounded.svg?color=%231a73e8&size=48