notebook edit icon
notebook-edit from Material Design Icons by Pictogrammers · Filled · Edit / Modify · Apache-2.0 Free for personal and commercial use.
- Name
- notebook-edit
- Set
- Material Design Icons
- Style
- Filled
- 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="M21.04 13.13c.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-.17m-1.97 1.75l2.05 2.05L15.06 23H13v-2.06zM3 7V5h2V4a2 2 0 0 1 2-2h6v7l2.5-1.5L18 9V2h1c1.05 0 2 .95 2 2v6L11 20v2H7c-1.05 0-2-.95-2-2v-1H3v-2h2v-4H3v-2h2V7zm2 0h2V5H5zm0 4v2h2v-2zm0 6v2h2v-2z"/></svg>
React
import type { SVGProps } from "react";
export function MdiNotebookEdit(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="M21.04 13.13c.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-.17m-1.97 1.75l2.05 2.05L15.06 23H13v-2.06zM3 7V5h2V4a2 2 0 0 1 2-2h6v7l2.5-1.5L18 9V2h1c1.05 0 2 .95 2 2v6L11 20v2H7c-1.05 0-2-.95-2-2v-1H3v-2h2v-4H3v-2h2V7zm2 0h2V5H5zm0 4v2h2v-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="M21.04 13.13c.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-.17m-1.97 1.75l2.05 2.05L15.06 23H13v-2.06zM3 7V5h2V4a2 2 0 0 1 2-2h6v7l2.5-1.5L18 9V2h1c1.05 0 2 .95 2 2v6L11 20v2H7c-1.05 0-2-.95-2-2v-1H3v-2h2v-4H3v-2h2V7zm2 0h2V5H5zm0 4v2h2v-2zm0 6v2h2v-2z"/></svg> </template>
CSS
.icon-notebook-edit {
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%22M21.04%2013.13c.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-.17m-1.97%201.75l2.05%202.05L15.06%2023H13v-2.06zM3%207V5h2V4a2%202%200%200%201%202-2h6v7l2.5-1.5L18%209V2h1c1.05%200%202%20.95%202%202v6L11%2020v2H7c-1.05%200-2-.95-2-2v-1H3v-2h2v-4H3v-2h2V7zm2%200h2V5H5zm0%204v2h2v-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%22M21.04%2013.13c.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-.17m-1.97%201.75l2.05%202.05L15.06%2023H13v-2.06zM3%207V5h2V4a2%202%200%200%201%202-2h6v7l2.5-1.5L18%209V2h1c1.05%200%202%20.95%202%202v6L11%2020v2H7c-1.05%200-2-.95-2-2v-1H3v-2h2v-4H3v-2h2V7zm2%200h2V5H5zm0%204v2h2v-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.svg?color=%231a73e8&size=48