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

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

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 23M5 19V5zM8 9h8q.425 0 .713-.288T17 8t-.288-.712T16 7H8q-.425 0-.712.288T7 8t.288.713T8 9m0 4h3.25q.425 0 .713-.288T12.25 12t-.288-.712T11.25 11H8q-.425 0-.712.288T7 12t.288.713T8 13m0 4h1.75q.425 0 .713-.288T10.75 16t-.288-.712T9.75 15H8q-.425 0-.712.288T7 16t.288.713T8 17m-3 4q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v4q0 .425-.288.713T20 10t-.712-.288T19 9V5H5v14h4q.425 0 .713.288T10 20t-.288.713T9 21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSourceNotesOutlineRounded(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 23M5 19V5zM8 9h8q.425 0 .713-.288T17 8t-.288-.712T16 7H8q-.425 0-.712.288T7 8t.288.713T8 9m0 4h3.25q.425 0 .713-.288T12.25 12t-.288-.712T11.25 11H8q-.425 0-.712.288T7 12t.288.713T8 13m0 4h1.75q.425 0 .713-.288T10.75 16t-.288-.712T9.75 15H8q-.425 0-.712.288T7 16t.288.713T8 17m-3 4q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v4q0 .425-.288.713T20 10t-.712-.288T19 9V5H5v14h4q.425 0 .713.288T10 20t-.288.713T9 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 23M5 19V5zM8 9h8q.425 0 .713-.288T17 8t-.288-.712T16 7H8q-.425 0-.712.288T7 8t.288.713T8 9m0 4h3.25q.425 0 .713-.288T12.25 12t-.288-.712T11.25 11H8q-.425 0-.712.288T7 12t.288.713T8 13m0 4h1.75q.425 0 .713-.288T10.75 16t-.288-.712T9.75 15H8q-.425 0-.712.288T7 16t.288.713T8 17m-3 4q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v4q0 .425-.288.713T20 10t-.712-.288T19 9V5H5v14h4q.425 0 .713.288T10 20t-.288.713T9 21z"/></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%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%2023M5%2019V5zM8%209h8q.425%200%20.713-.288T17%208t-.288-.712T16%207H8q-.425%200-.712.288T7%208t.288.713T8%209m0%204h3.25q.425%200%20.713-.288T12.25%2012t-.288-.712T11.25%2011H8q-.425%200-.712.288T7%2012t.288.713T8%2013m0%204h1.75q.425%200%20.713-.288T10.75%2016t-.288-.712T9.75%2015H8q-.425%200-.712.288T7%2016t.288.713T8%2017m-3%204q-.825%200-1.412-.587T3%2019V5q0-.825.588-1.412T5%203h14q.825%200%201.413.588T21%205v4q0%20.425-.288.713T20%2010t-.712-.288T19%209V5H5v14h4q.425%200%20.713.288T10%2020t-.288.713T9%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%2023M5%2019V5zM8%209h8q.425%200%20.713-.288T17%208t-.288-.712T16%207H8q-.425%200-.712.288T7%208t.288.713T8%209m0%204h3.25q.425%200%20.713-.288T12.25%2012t-.288-.712T11.25%2011H8q-.425%200-.712.288T7%2012t.288.713T8%2013m0%204h1.75q.425%200%20.713-.288T10.75%2016t-.288-.712T9.75%2015H8q-.425%200-.712.288T7%2016t.288.713T8%2017m-3%204q-.825%200-1.412-.587T3%2019V5q0-.825.588-1.412T5%203h14q.825%200%201.413.588T21%205v4q0%20.425-.288.713T20%2010t-.712-.288T19%209V5H5v14h4q.425%200%20.713.288T10%2020t-.288.713T9%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-outline-rounded.svg?color=%231a73e8&size=48