notepad icon
notepad-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- notepad-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- 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.75v11.94a1.5 1.5 0 0 1-.44 1.06l-4.81 4.81a1.5 1.5 0 0 1-1.06.44H7.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-.75M7.75 5.5c-.69 0-1.25.56-1.25 1.25v15.5c0 .69.56 1.25 1.25 1.25H16v-2.75A2.75 2.75 0 0 1 18.75 18h2.75V6.75c0-.69-.56-1.25-1.25-1.25zm11 14c-.69 0-1.25.56-1.25 1.25v1.94l3.19-3.19zm-5.423-1.496a.75.75 0 0 1 0 1.492l-.077.004h-3.5a.75.75 0 0 1 0-1.5h3.5zm5-4.5a.75.75 0 0 1 0 1.492L18.25 15h-8.5a.75.75 0 0 1 0-1.5h8.5zm0-4.5a.75.75 0 0 1 0 1.492l-.077.004h-8.5a.75.75 0 0 1 0-1.5h8.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentNotepad28Regular(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.75v11.94a1.5 1.5 0 0 1-.44 1.06l-4.81 4.81a1.5 1.5 0 0 1-1.06.44H7.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-.75M7.75 5.5c-.69 0-1.25.56-1.25 1.25v15.5c0 .69.56 1.25 1.25 1.25H16v-2.75A2.75 2.75 0 0 1 18.75 18h2.75V6.75c0-.69-.56-1.25-1.25-1.25zm11 14c-.69 0-1.25.56-1.25 1.25v1.94l3.19-3.19zm-5.423-1.496a.75.75 0 0 1 0 1.492l-.077.004h-3.5a.75.75 0 0 1 0-1.5h3.5zm5-4.5a.75.75 0 0 1 0 1.492L18.25 15h-8.5a.75.75 0 0 1 0-1.5h8.5zm0-4.5a.75.75 0 0 1 0 1.492l-.077.004h-8.5a.75.75 0 0 1 0-1.5h8.5z"/></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.75v11.94a1.5 1.5 0 0 1-.44 1.06l-4.81 4.81a1.5 1.5 0 0 1-1.06.44H7.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-.75M7.75 5.5c-.69 0-1.25.56-1.25 1.25v15.5c0 .69.56 1.25 1.25 1.25H16v-2.75A2.75 2.75 0 0 1 18.75 18h2.75V6.75c0-.69-.56-1.25-1.25-1.25zm11 14c-.69 0-1.25.56-1.25 1.25v1.94l3.19-3.19zm-5.423-1.496a.75.75 0 0 1 0 1.492l-.077.004h-3.5a.75.75 0 0 1 0-1.5h3.5zm5-4.5a.75.75 0 0 1 0 1.492L18.25 15h-8.5a.75.75 0 0 1 0-1.5h8.5zm0-4.5a.75.75 0 0 1 0 1.492l-.077.004h-8.5a.75.75 0 0 1 0-1.5h8.5z"/></svg> </template>
CSS
.icon-notepad-28-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%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.75v11.94a1.5%201.5%200%200%201-.44%201.06l-4.81%204.81a1.5%201.5%200%200%201-1.06.44H7.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-.75M7.75%205.5c-.69%200-1.25.56-1.25%201.25v15.5c0%20.69.56%201.25%201.25%201.25H16v-2.75A2.75%202.75%200%200%201%2018.75%2018h2.75V6.75c0-.69-.56-1.25-1.25-1.25zm11%2014c-.69%200-1.25.56-1.25%201.25v1.94l3.19-3.19zm-5.423-1.496a.75.75%200%200%201%200%201.492l-.077.004h-3.5a.75.75%200%200%201%200-1.5h3.5zm5-4.5a.75.75%200%200%201%200%201.492L18.25%2015h-8.5a.75.75%200%200%201%200-1.5h8.5zm0-4.5a.75.75%200%200%201%200%201.492l-.077.004h-8.5a.75.75%200%200%201%200-1.5h8.5z%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.75v11.94a1.5%201.5%200%200%201-.44%201.06l-4.81%204.81a1.5%201.5%200%200%201-1.06.44H7.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-.75M7.75%205.5c-.69%200-1.25.56-1.25%201.25v15.5c0%20.69.56%201.25%201.25%201.25H16v-2.75A2.75%202.75%200%200%201%2018.75%2018h2.75V6.75c0-.69-.56-1.25-1.25-1.25zm11%2014c-.69%200-1.25.56-1.25%201.25v1.94l3.19-3.19zm-5.423-1.496a.75.75%200%200%201%200%201.492l-.077.004h-3.5a.75.75%200%200%201%200-1.5h3.5zm5-4.5a.75.75%200%200%201%200%201.492L18.25%2015h-8.5a.75.75%200%200%201%200-1.5h8.5zm0-4.5a.75.75%200%200%201%200%201.492l-.077.004h-8.5a.75.75%200%200%201%200-1.5h8.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/notepad-28-regular.svg?color=%231a73e8&size=48