note add icon
note-add-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- note-add-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M15 7.5a7.5 7.5 0 0 1-12 6v7.75A3.75 3.75 0 0 0 6.75 25H15v-6.25A3.75 3.75 0 0 1 18.75 15H25V6.75A3.75 3.75 0 0 0 21.25 3H13.5A7.47 7.47 0 0 1 15 7.5M16.56 25h-.06v-6.25a2.25 2.25 0 0 1 2.25-2.25H25v.06zM7.5 14a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13m0-11a.5.5 0 0 1 .5.5V7h3.5a.5.5 0 0 1 0 1H8v3.5a.5.5 0 0 1-1 0V8H3.5a.5.5 0 0 1 0-1H7V3.5a.5.5 0 0 1 .5-.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentNoteAdd28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15 7.5a7.5 7.5 0 0 1-12 6v7.75A3.75 3.75 0 0 0 6.75 25H15v-6.25A3.75 3.75 0 0 1 18.75 15H25V6.75A3.75 3.75 0 0 0 21.25 3H13.5A7.47 7.47 0 0 1 15 7.5M16.56 25h-.06v-6.25a2.25 2.25 0 0 1 2.25-2.25H25v.06zM7.5 14a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13m0-11a.5.5 0 0 1 .5.5V7h3.5a.5.5 0 0 1 0 1H8v3.5a.5.5 0 0 1-1 0V8H3.5a.5.5 0 0 1 0-1H7V3.5a.5.5 0 0 1 .5-.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15 7.5a7.5 7.5 0 0 1-12 6v7.75A3.75 3.75 0 0 0 6.75 25H15v-6.25A3.75 3.75 0 0 1 18.75 15H25V6.75A3.75 3.75 0 0 0 21.25 3H13.5A7.47 7.47 0 0 1 15 7.5M16.56 25h-.06v-6.25a2.25 2.25 0 0 1 2.25-2.25H25v.06zM7.5 14a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13m0-11a.5.5 0 0 1 .5.5V7h3.5a.5.5 0 0 1 0 1H8v3.5a.5.5 0 0 1-1 0V8H3.5a.5.5 0 0 1 0-1H7V3.5a.5.5 0 0 1 .5-.5"/></svg> </template>
CSS
.icon-note-add-28-filled {
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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%207.5a7.5%207.5%200%200%201-12%206v7.75A3.75%203.75%200%200%200%206.75%2025H15v-6.25A3.75%203.75%200%200%201%2018.75%2015H25V6.75A3.75%203.75%200%200%200%2021.25%203H13.5A7.47%207.47%200%200%201%2015%207.5M16.56%2025h-.06v-6.25a2.25%202.25%200%200%201%202.25-2.25H25v.06zM7.5%2014a6.5%206.5%200%201%200%200-13a6.5%206.5%200%200%200%200%2013m0-11a.5.5%200%200%201%20.5.5V7h3.5a.5.5%200%200%201%200%201H8v3.5a.5.5%200%200%201-1%200V8H3.5a.5.5%200%200%201%200-1H7V3.5a.5.5%200%200%201%20.5-.5%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%207.5a7.5%207.5%200%200%201-12%206v7.75A3.75%203.75%200%200%200%206.75%2025H15v-6.25A3.75%203.75%200%200%201%2018.75%2015H25V6.75A3.75%203.75%200%200%200%2021.25%203H13.5A7.47%207.47%200%200%201%2015%207.5M16.56%2025h-.06v-6.25a2.25%202.25%200%200%201%202.25-2.25H25v.06zM7.5%2014a6.5%206.5%200%201%200%200-13a6.5%206.5%200%200%200%200%2013m0-11a.5.5%200%200%201%20.5.5V7h3.5a.5.5%200%200%201%200%201H8v3.5a.5.5%200%200%201-1%200V8H3.5a.5.5%200%200%201%200-1H7V3.5a.5.5%200%200%201%20.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/note-add-28-filled.svg?color=%231a73e8&size=48