note stack add icon
note-stack-add-outline-rounded from Material Symbols Light by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- note-stack-add-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 note stack add icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 19.385V9.61q0-.671.475-1.14T9.621 8h9.764q.67 0 1.143.472q.472.472.472 1.144v6.29q0 .323-.13.628q-.132.305-.349.522l-3.465 3.465q-.218.218-.522.348q-.305.131-.628.131h-6.29q-.672 0-1.144-.472T8 19.385M3.025 6.596q-.13-.671.258-1.208t1.06-.669l9.619-1.694q.665-.13 1.2.26q.534.392.676 1.057l.137.833q.048.25-.083.396q-.13.146-.313.177q-.183.03-.347-.06T15 5.346l-.175-.923q-.039-.212-.23-.336T14.17 4L4.52 5.714q-.269.038-.404.25q-.134.211-.096.48l1.827 10.37q.037.194-.073.368t-.304.23q-.213.055-.394-.076t-.217-.346zM9 9.616v9.769q0 .269.173.442t.443.173H16l4-4V9.616q0-.27-.173-.443T19.385 9h-9.77q-.269 0-.442.173T9 9.616M14 15v2.5q0 .214.143.357T14.5 18t.357-.143T15 17.5V15h2.5q.214 0 .357-.143T18 14.5t-.143-.357T17.5 14H15v-2.5q0-.213-.143-.357T14.5 11t-.357.143T14 11.5V14h-2.5q-.213 0-.357.143T11 14.5t.143.357t.357.143z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightNoteStackAddOutlineRounded(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="M8 19.385V9.61q0-.671.475-1.14T9.621 8h9.764q.67 0 1.143.472q.472.472.472 1.144v6.29q0 .323-.13.628q-.132.305-.349.522l-3.465 3.465q-.218.218-.522.348q-.305.131-.628.131h-6.29q-.672 0-1.144-.472T8 19.385M3.025 6.596q-.13-.671.258-1.208t1.06-.669l9.619-1.694q.665-.13 1.2.26q.534.392.676 1.057l.137.833q.048.25-.083.396q-.13.146-.313.177q-.183.03-.347-.06T15 5.346l-.175-.923q-.039-.212-.23-.336T14.17 4L4.52 5.714q-.269.038-.404.25q-.134.211-.096.48l1.827 10.37q.037.194-.073.368t-.304.23q-.213.055-.394-.076t-.217-.346zM9 9.616v9.769q0 .269.173.442t.443.173H16l4-4V9.616q0-.27-.173-.443T19.385 9h-9.77q-.269 0-.442.173T9 9.616M14 15v2.5q0 .214.143.357T14.5 18t.357-.143T15 17.5V15h2.5q.214 0 .357-.143T18 14.5t-.143-.357T17.5 14H15v-2.5q0-.213-.143-.357T14.5 11t-.357.143T14 11.5V14h-2.5q-.213 0-.357.143T11 14.5t.143.357t.357.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="M8 19.385V9.61q0-.671.475-1.14T9.621 8h9.764q.67 0 1.143.472q.472.472.472 1.144v6.29q0 .323-.13.628q-.132.305-.349.522l-3.465 3.465q-.218.218-.522.348q-.305.131-.628.131h-6.29q-.672 0-1.144-.472T8 19.385M3.025 6.596q-.13-.671.258-1.208t1.06-.669l9.619-1.694q.665-.13 1.2.26q.534.392.676 1.057l.137.833q.048.25-.083.396q-.13.146-.313.177q-.183.03-.347-.06T15 5.346l-.175-.923q-.039-.212-.23-.336T14.17 4L4.52 5.714q-.269.038-.404.25q-.134.211-.096.48l1.827 10.37q.037.194-.073.368t-.304.23q-.213.055-.394-.076t-.217-.346zM9 9.616v9.769q0 .269.173.442t.443.173H16l4-4V9.616q0-.27-.173-.443T19.385 9h-9.77q-.269 0-.442.173T9 9.616M14 15v2.5q0 .214.143.357T14.5 18t.357-.143T15 17.5V15h2.5q.214 0 .357-.143T18 14.5t-.143-.357T17.5 14H15v-2.5q0-.213-.143-.357T14.5 11t-.357.143T14 11.5V14h-2.5q-.213 0-.357.143T11 14.5t.143.357t.357.143z"/></svg> </template>
CSS
.icon-note-stack-add-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%22M8%2019.385V9.61q0-.671.475-1.14T9.621%208h9.764q.67%200%201.143.472q.472.472.472%201.144v6.29q0%20.323-.13.628q-.132.305-.349.522l-3.465%203.465q-.218.218-.522.348q-.305.131-.628.131h-6.29q-.672%200-1.144-.472T8%2019.385M3.025%206.596q-.13-.671.258-1.208t1.06-.669l9.619-1.694q.665-.13%201.2.26q.534.392.676%201.057l.137.833q.048.25-.083.396q-.13.146-.313.177q-.183.03-.347-.06T15%205.346l-.175-.923q-.039-.212-.23-.336T14.17%204L4.52%205.714q-.269.038-.404.25q-.134.211-.096.48l1.827%2010.37q.037.194-.073.368t-.304.23q-.213.055-.394-.076t-.217-.346zM9%209.616v9.769q0%20.269.173.442t.443.173H16l4-4V9.616q0-.27-.173-.443T19.385%209h-9.77q-.269%200-.442.173T9%209.616M14%2015v2.5q0%20.214.143.357T14.5%2018t.357-.143T15%2017.5V15h2.5q.214%200%20.357-.143T18%2014.5t-.143-.357T17.5%2014H15v-2.5q0-.213-.143-.357T14.5%2011t-.357.143T14%2011.5V14h-2.5q-.213%200-.357.143T11%2014.5t.143.357t.357.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%22M8%2019.385V9.61q0-.671.475-1.14T9.621%208h9.764q.67%200%201.143.472q.472.472.472%201.144v6.29q0%20.323-.13.628q-.132.305-.349.522l-3.465%203.465q-.218.218-.522.348q-.305.131-.628.131h-6.29q-.672%200-1.144-.472T8%2019.385M3.025%206.596q-.13-.671.258-1.208t1.06-.669l9.619-1.694q.665-.13%201.2.26q.534.392.676%201.057l.137.833q.048.25-.083.396q-.13.146-.313.177q-.183.03-.347-.06T15%205.346l-.175-.923q-.039-.212-.23-.336T14.17%204L4.52%205.714q-.269.038-.404.25q-.134.211-.096.48l1.827%2010.37q.037.194-.073.368t-.304.23q-.213.055-.394-.076t-.217-.346zM9%209.616v9.769q0%20.269.173.442t.443.173H16l4-4V9.616q0-.27-.173-.443T19.385%209h-9.77q-.269%200-.442.173T9%209.616M14%2015v2.5q0%20.214.143.357T14.5%2018t.357-.143T15%2017.5V15h2.5q.214%200%20.357-.143T18%2014.5t-.143-.357T17.5%2014H15v-2.5q0-.213-.143-.357T14.5%2011t-.357.143T14%2011.5V14h-2.5q-.213%200-.357.143T11%2014.5t.143.357t.357.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/note-stack-add-outline-rounded.svg?color=%231a73e8&size=48