note add icon
note-add-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- note-add-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
9 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the note add icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 13c0 6.075-4.925 11-11 11S2 19.075 2 13S6.925 2 13 2s11 4.925 11 11M14 6a1 1 0 1 0-2 0v6H6a1 1 0 1 0 0 2h6v6a1 1 0 1 0 2 0v-6h6a1 1 0 1 0 0-2h-6zm21.75 2.5H25.2A13 13 0 0 0 23.956 6H35.75A6.25 6.25 0 0 1 42 12.25v13.679a6.25 6.25 0 0 1-1.83 4.42l-9.822 9.82A6.25 6.25 0 0 1 25.928 42H12.25A6.25 6.25 0 0 1 6 35.75V23.956c.78.5 1.618.919 2.5 1.244v10.55a3.75 3.75 0 0 0 3.75 3.75H26v-7.25A6.25 6.25 0 0 1 32.25 26h7.25V12.25a3.75 3.75 0 0 0-3.75-3.75M28.5 38.48l.08-.078l9.822-9.821l.078-.081h-6.23a3.75 3.75 0 0 0-3.75 3.75z"/></svg>
React
import type { SVGProps } from "react";
export function FluentNoteAdd48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 13c0 6.075-4.925 11-11 11S2 19.075 2 13S6.925 2 13 2s11 4.925 11 11M14 6a1 1 0 1 0-2 0v6H6a1 1 0 1 0 0 2h6v6a1 1 0 1 0 2 0v-6h6a1 1 0 1 0 0-2h-6zm21.75 2.5H25.2A13 13 0 0 0 23.956 6H35.75A6.25 6.25 0 0 1 42 12.25v13.679a6.25 6.25 0 0 1-1.83 4.42l-9.822 9.82A6.25 6.25 0 0 1 25.928 42H12.25A6.25 6.25 0 0 1 6 35.75V23.956c.78.5 1.618.919 2.5 1.244v10.55a3.75 3.75 0 0 0 3.75 3.75H26v-7.25A6.25 6.25 0 0 1 32.25 26h7.25V12.25a3.75 3.75 0 0 0-3.75-3.75M28.5 38.48l.08-.078l9.822-9.821l.078-.081h-6.23a3.75 3.75 0 0 0-3.75 3.75z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 13c0 6.075-4.925 11-11 11S2 19.075 2 13S6.925 2 13 2s11 4.925 11 11M14 6a1 1 0 1 0-2 0v6H6a1 1 0 1 0 0 2h6v6a1 1 0 1 0 2 0v-6h6a1 1 0 1 0 0-2h-6zm21.75 2.5H25.2A13 13 0 0 0 23.956 6H35.75A6.25 6.25 0 0 1 42 12.25v13.679a6.25 6.25 0 0 1-1.83 4.42l-9.822 9.82A6.25 6.25 0 0 1 25.928 42H12.25A6.25 6.25 0 0 1 6 35.75V23.956c.78.5 1.618.919 2.5 1.244v10.55a3.75 3.75 0 0 0 3.75 3.75H26v-7.25A6.25 6.25 0 0 1 32.25 26h7.25V12.25a3.75 3.75 0 0 0-3.75-3.75M28.5 38.48l.08-.078l9.822-9.821l.078-.081h-6.23a3.75 3.75 0 0 0-3.75 3.75z"/></svg> </template>
CSS
.icon-note-add-48-regular {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2013c0%206.075-4.925%2011-11%2011S2%2019.075%202%2013S6.925%202%2013%202s11%204.925%2011%2011M14%206a1%201%200%201%200-2%200v6H6a1%201%200%201%200%200%202h6v6a1%201%200%201%200%202%200v-6h6a1%201%200%201%200%200-2h-6zm21.75%202.5H25.2A13%2013%200%200%200%2023.956%206H35.75A6.25%206.25%200%200%201%2042%2012.25v13.679a6.25%206.25%200%200%201-1.83%204.42l-9.822%209.82A6.25%206.25%200%200%201%2025.928%2042H12.25A6.25%206.25%200%200%201%206%2035.75V23.956c.78.5%201.618.919%202.5%201.244v10.55a3.75%203.75%200%200%200%203.75%203.75H26v-7.25A6.25%206.25%200%200%201%2032.25%2026h7.25V12.25a3.75%203.75%200%200%200-3.75-3.75M28.5%2038.48l.08-.078l9.822-9.821l.078-.081h-6.23a3.75%203.75%200%200%200-3.75%203.75z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2013c0%206.075-4.925%2011-11%2011S2%2019.075%202%2013S6.925%202%2013%202s11%204.925%2011%2011M14%206a1%201%200%201%200-2%200v6H6a1%201%200%201%200%200%202h6v6a1%201%200%201%200%202%200v-6h6a1%201%200%201%200%200-2h-6zm21.75%202.5H25.2A13%2013%200%200%200%2023.956%206H35.75A6.25%206.25%200%200%201%2042%2012.25v13.679a6.25%206.25%200%200%201-1.83%204.42l-9.822%209.82A6.25%206.25%200%200%201%2025.928%2042H12.25A6.25%206.25%200%200%201%206%2035.75V23.956c.78.5%201.618.919%202.5%201.244v10.55a3.75%203.75%200%200%200%203.75%203.75H26v-7.25A6.25%206.25%200%200%201%2032.25%2026h7.25V12.25a3.75%203.75%200%200%200-3.75-3.75M28.5%2038.48l.08-.078l9.822-9.821l.078-.081h-6.23a3.75%203.75%200%200%200-3.75%203.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/note-add-48-regular.svg?color=%231a73e8&size=48