notepad icon
notepad-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- notepad-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
13 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the notepad icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M19.25 2a.75.75 0 0 1 .75.75V4h.25A2.75 2.75 0 0 1 23 6.75V18h-4.25A2.75 2.75 0 0 0 16 20.75V25H7.75A2.75 2.75 0 0 1 5 22.25V6.75A2.75 2.75 0 0 1 7.75 4H8V2.75a.75.75 0 0 1 1.5 0V4h3.75V2.75a.75.75 0 0 1 1.5 0V4h3.75V2.75a.75.75 0 0 1 .75-.75m3.51 17.5q-.085.136-.2.25l-4.81 4.81q-.114.115-.25.2v-4.01c0-.69.56-1.25 1.25-1.25zM9.75 18a.75.75 0 0 0 0 1.5h3.5l.077-.004a.75.75 0 0 0 0-1.492L13.25 18zm0-4.5a.75.75 0 0 0 0 1.5h8.5l.077-.004a.75.75 0 0 0 0-1.492l-.077-.004zm0-4.5a.75.75 0 0 0 0 1.5h8.5l.077-.004a.75.75 0 0 0 0-1.492L18.25 9z"/></svg>
React
import type { SVGProps } from "react";
export function FluentNotepad28Filled(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="M19.25 2a.75.75 0 0 1 .75.75V4h.25A2.75 2.75 0 0 1 23 6.75V18h-4.25A2.75 2.75 0 0 0 16 20.75V25H7.75A2.75 2.75 0 0 1 5 22.25V6.75A2.75 2.75 0 0 1 7.75 4H8V2.75a.75.75 0 0 1 1.5 0V4h3.75V2.75a.75.75 0 0 1 1.5 0V4h3.75V2.75a.75.75 0 0 1 .75-.75m3.51 17.5q-.085.136-.2.25l-4.81 4.81q-.114.115-.25.2v-4.01c0-.69.56-1.25 1.25-1.25zM9.75 18a.75.75 0 0 0 0 1.5h3.5l.077-.004a.75.75 0 0 0 0-1.492L13.25 18zm0-4.5a.75.75 0 0 0 0 1.5h8.5l.077-.004a.75.75 0 0 0 0-1.492l-.077-.004zm0-4.5a.75.75 0 0 0 0 1.5h8.5l.077-.004a.75.75 0 0 0 0-1.492L18.25 9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M19.25 2a.75.75 0 0 1 .75.75V4h.25A2.75 2.75 0 0 1 23 6.75V18h-4.25A2.75 2.75 0 0 0 16 20.75V25H7.75A2.75 2.75 0 0 1 5 22.25V6.75A2.75 2.75 0 0 1 7.75 4H8V2.75a.75.75 0 0 1 1.5 0V4h3.75V2.75a.75.75 0 0 1 1.5 0V4h3.75V2.75a.75.75 0 0 1 .75-.75m3.51 17.5q-.085.136-.2.25l-4.81 4.81q-.114.115-.25.2v-4.01c0-.69.56-1.25 1.25-1.25zM9.75 18a.75.75 0 0 0 0 1.5h3.5l.077-.004a.75.75 0 0 0 0-1.492L13.25 18zm0-4.5a.75.75 0 0 0 0 1.5h8.5l.077-.004a.75.75 0 0 0 0-1.492l-.077-.004zm0-4.5a.75.75 0 0 0 0 1.5h8.5l.077-.004a.75.75 0 0 0 0-1.492L18.25 9z"/></svg> </template>
CSS
.icon-notepad-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%22M19.25%202a.75.75%200%200%201%20.75.75V4h.25A2.75%202.75%200%200%201%2023%206.75V18h-4.25A2.75%202.75%200%200%200%2016%2020.75V25H7.75A2.75%202.75%200%200%201%205%2022.25V6.75A2.75%202.75%200%200%201%207.75%204H8V2.75a.75.75%200%200%201%201.5%200V4h3.75V2.75a.75.75%200%200%201%201.5%200V4h3.75V2.75a.75.75%200%200%201%20.75-.75m3.51%2017.5q-.085.136-.2.25l-4.81%204.81q-.114.115-.25.2v-4.01c0-.69.56-1.25%201.25-1.25zM9.75%2018a.75.75%200%200%200%200%201.5h3.5l.077-.004a.75.75%200%200%200%200-1.492L13.25%2018zm0-4.5a.75.75%200%200%200%200%201.5h8.5l.077-.004a.75.75%200%200%200%200-1.492l-.077-.004zm0-4.5a.75.75%200%200%200%200%201.5h8.5l.077-.004a.75.75%200%200%200%200-1.492L18.25%209z%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%22M19.25%202a.75.75%200%200%201%20.75.75V4h.25A2.75%202.75%200%200%201%2023%206.75V18h-4.25A2.75%202.75%200%200%200%2016%2020.75V25H7.75A2.75%202.75%200%200%201%205%2022.25V6.75A2.75%202.75%200%200%201%207.75%204H8V2.75a.75.75%200%200%201%201.5%200V4h3.75V2.75a.75.75%200%200%201%201.5%200V4h3.75V2.75a.75.75%200%200%201%20.75-.75m3.51%2017.5q-.085.136-.2.25l-4.81%204.81q-.114.115-.25.2v-4.01c0-.69.56-1.25%201.25-1.25zM9.75%2018a.75.75%200%200%200%200%201.5h3.5l.077-.004a.75.75%200%200%200%200-1.492L13.25%2018zm0-4.5a.75.75%200%200%200%200%201.5h8.5l.077-.004a.75.75%200%200%200%200-1.492l-.077-.004zm0-4.5a.75.75%200%200%200%200%201.5h8.5l.077-.004a.75.75%200%200%200%200-1.492L18.25%209z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/notepad-28-filled.svg?color=%231a73e8&size=48