notebook edit icon
notebook-edit-outline from Material Design Icons by Pictogrammers · Outline · Edit / Modify · Apache-2.0 Free for personal and commercial use.
- Name
- notebook-edit-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Edit / Modify
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
More edit / modify icons from Material Design Icons
airplane-editapplication-editarchive-editbook-editbriefcase-editcircle-edit-outlineclipboard-editcomment-editcontent-save-editcookie-editdata-matrix-editemail-editfile-document-editfile-editfolder-edithome-edithuman-editimage-editlayers-editmonitor-editmovie-editmovie-open-editnote-editpencil-box-multiple
Use the notebook edit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.07 14.88l2.05 2.05L15.06 23H13v-2.06zm1.97-1.75c.14 0 .27.06.38.17l1.28 1.28c.22.21.22.56 0 .77l-1 1l-2.05-2.05l1-1c.11-.11.25-.17.39-.17M17 4v6l-2-2l-2 2V4H9v16h2v2H7c-1.05 0-2-.95-2-2v-1H3v-2h2v-4H3v-2h2V7H3V5h2V4a2 2 0 0 1 2-2h12c1.05 0 2 .95 2 2v6l-2 2V4zM5 5v2h2V5zm0 6v2h2v-2zm0 6v2h2v-2z"/></svg>
React
import type { SVGProps } from "react";
export function MdiNotebookEditOutline(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="m19.07 14.88l2.05 2.05L15.06 23H13v-2.06zm1.97-1.75c.14 0 .27.06.38.17l1.28 1.28c.22.21.22.56 0 .77l-1 1l-2.05-2.05l1-1c.11-.11.25-.17.39-.17M17 4v6l-2-2l-2 2V4H9v16h2v2H7c-1.05 0-2-.95-2-2v-1H3v-2h2v-4H3v-2h2V7H3V5h2V4a2 2 0 0 1 2-2h12c1.05 0 2 .95 2 2v6l-2 2V4zM5 5v2h2V5zm0 6v2h2v-2zm0 6v2h2v-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.07 14.88l2.05 2.05L15.06 23H13v-2.06zm1.97-1.75c.14 0 .27.06.38.17l1.28 1.28c.22.21.22.56 0 .77l-1 1l-2.05-2.05l1-1c.11-.11.25-.17.39-.17M17 4v6l-2-2l-2 2V4H9v16h2v2H7c-1.05 0-2-.95-2-2v-1H3v-2h2v-4H3v-2h2V7H3V5h2V4a2 2 0 0 1 2-2h12c1.05 0 2 .95 2 2v6l-2 2V4zM5 5v2h2V5zm0 6v2h2v-2zm0 6v2h2v-2z"/></svg> </template>
CSS
.icon-notebook-edit-outline {
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%22m19.07%2014.88l2.05%202.05L15.06%2023H13v-2.06zm1.97-1.75c.14%200%20.27.06.38.17l1.28%201.28c.22.21.22.56%200%20.77l-1%201l-2.05-2.05l1-1c.11-.11.25-.17.39-.17M17%204v6l-2-2l-2%202V4H9v16h2v2H7c-1.05%200-2-.95-2-2v-1H3v-2h2v-4H3v-2h2V7H3V5h2V4a2%202%200%200%201%202-2h12c1.05%200%202%20.95%202%202v6l-2%202V4zM5%205v2h2V5zm0%206v2h2v-2zm0%206v2h2v-2z%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%22m19.07%2014.88l2.05%202.05L15.06%2023H13v-2.06zm1.97-1.75c.14%200%20.27.06.38.17l1.28%201.28c.22.21.22.56%200%20.77l-1%201l-2.05-2.05l1-1c.11-.11.25-.17.39-.17M17%204v6l-2-2l-2%202V4H9v16h2v2H7c-1.05%200-2-.95-2-2v-1H3v-2h2v-4H3v-2h2V7H3V5h2V4a2%202%200%200%201%202-2h12c1.05%200%202%20.95%202%202v6l-2%202V4zM5%205v2h2V5zm0%206v2h2v-2zm0%206v2h2v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/notebook-edit-outline.svg?color=%231a73e8&size=48