pencil box multiple icon
pencil-box-multiple from Material Design Icons by Pictogrammers · Filled · Edit / Modify · Apache-2.0 Free for personal and commercial use.
- Name
- pencil-box-multiple
- Set
- Material Design Icons
- Style
- Filled
- Category
- Edit / Modify
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- library-edit
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-editnotebook-edit
Use the pencil box multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.22 2H7.78C6.8 2 6 2.8 6 3.78v12.44C6 17.2 6.8 18 7.78 18h12.44c.98 0 1.78-.79 1.78-1.78V3.78C22 2.8 21.2 2 20.22 2m-9.16 13H9v-2.06l6.06-6.06l2.06 2.06zm7.64-7.65l-1 1l-2.05-2.05l1-1c.21-.22.56-.22.77 0l1.28 1.28c.22.21.22.56 0 .77M4 6H2v14a2 2 0 0 0 2 2h14v-2H4z"/></svg>
React
import type { SVGProps } from "react";
export function MdiPencilBoxMultiple(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="M20.22 2H7.78C6.8 2 6 2.8 6 3.78v12.44C6 17.2 6.8 18 7.78 18h12.44c.98 0 1.78-.79 1.78-1.78V3.78C22 2.8 21.2 2 20.22 2m-9.16 13H9v-2.06l6.06-6.06l2.06 2.06zm7.64-7.65l-1 1l-2.05-2.05l1-1c.21-.22.56-.22.77 0l1.28 1.28c.22.21.22.56 0 .77M4 6H2v14a2 2 0 0 0 2 2h14v-2H4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.22 2H7.78C6.8 2 6 2.8 6 3.78v12.44C6 17.2 6.8 18 7.78 18h12.44c.98 0 1.78-.79 1.78-1.78V3.78C22 2.8 21.2 2 20.22 2m-9.16 13H9v-2.06l6.06-6.06l2.06 2.06zm7.64-7.65l-1 1l-2.05-2.05l1-1c.21-.22.56-.22.77 0l1.28 1.28c.22.21.22.56 0 .77M4 6H2v14a2 2 0 0 0 2 2h14v-2H4z"/></svg> </template>
CSS
.icon-pencil-box-multiple {
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%22M20.22%202H7.78C6.8%202%206%202.8%206%203.78v12.44C6%2017.2%206.8%2018%207.78%2018h12.44c.98%200%201.78-.79%201.78-1.78V3.78C22%202.8%2021.2%202%2020.22%202m-9.16%2013H9v-2.06l6.06-6.06l2.06%202.06zm7.64-7.65l-1%201l-2.05-2.05l1-1c.21-.22.56-.22.77%200l1.28%201.28c.22.21.22.56%200%20.77M4%206H2v14a2%202%200%200%200%202%202h14v-2H4z%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%22M20.22%202H7.78C6.8%202%206%202.8%206%203.78v12.44C6%2017.2%206.8%2018%207.78%2018h12.44c.98%200%201.78-.79%201.78-1.78V3.78C22%202.8%2021.2%202%2020.22%202m-9.16%2013H9v-2.06l6.06-6.06l2.06%202.06zm7.64-7.65l-1%201l-2.05-2.05l1-1c.21-.22.56-.22.77%200l1.28%201.28c.22.21.22.56%200%20.77M4%206H2v14a2%202%200%200%200%202%202h14v-2H4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/pencil-box-multiple.svg?color=%231a73e8&size=48