book edit icon
book-edit from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- book-edit
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the book edit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5.333 3c2.46-.003 4.836.887 6.667 2.5V21a10.07 10.07 0 0 0-6.667-2.5c-1.562 0-2.343 0-2.688-.22a1.16 1.16 0 0 1-.424-.425C2 17.51 2 16.895 2 15.663v-9.26c0-1.428 0-2.141.549-2.72c.548-.579 1.11-.609 2.234-.668Q5.056 3 5.333 3M12 21V5.5a10.07 10.07 0 0 1 7.217-2.485c1.124.06 1.686.09 2.234.668c.549.579.549 1.292.549 2.72V11.5m-.311 3.434l-.623-.623a1.063 1.063 0 0 0-1.503 0l-3.349 3.35a3.2 3.2 0 0 0-.872 1.628L15 21l1.71-.342a3.2 3.2 0 0 0 1.63-.872l3.349-3.349a1.063 1.063 0 0 0 0-1.503"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBookEdit(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M5.333 3c2.46-.003 4.836.887 6.667 2.5V21a10.07 10.07 0 0 0-6.667-2.5c-1.562 0-2.343 0-2.688-.22a1.16 1.16 0 0 1-.424-.425C2 17.51 2 16.895 2 15.663v-9.26c0-1.428 0-2.141.549-2.72c.548-.579 1.11-.609 2.234-.668Q5.056 3 5.333 3M12 21V5.5a10.07 10.07 0 0 1 7.217-2.485c1.124.06 1.686.09 2.234.668c.549.579.549 1.292.549 2.72V11.5m-.311 3.434l-.623-.623a1.063 1.063 0 0 0-1.503 0l-3.349 3.35a3.2 3.2 0 0 0-.872 1.628L15 21l1.71-.342a3.2 3.2 0 0 0 1.63-.872l3.349-3.349a1.063 1.063 0 0 0 0-1.503"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5.333 3c2.46-.003 4.836.887 6.667 2.5V21a10.07 10.07 0 0 0-6.667-2.5c-1.562 0-2.343 0-2.688-.22a1.16 1.16 0 0 1-.424-.425C2 17.51 2 16.895 2 15.663v-9.26c0-1.428 0-2.141.549-2.72c.548-.579 1.11-.609 2.234-.668Q5.056 3 5.333 3M12 21V5.5a10.07 10.07 0 0 1 7.217-2.485c1.124.06 1.686.09 2.234.668c.549.579.549 1.292.549 2.72V11.5m-.311 3.434l-.623-.623a1.063 1.063 0 0 0-1.503 0l-3.349 3.35a3.2 3.2 0 0 0-.872 1.628L15 21l1.71-.342a3.2 3.2 0 0 0 1.63-.872l3.349-3.349a1.063 1.063 0 0 0 0-1.503"/></svg> </template>
CSS
.icon-book-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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M5.333%203c2.46-.003%204.836.887%206.667%202.5V21a10.07%2010.07%200%200%200-6.667-2.5c-1.562%200-2.343%200-2.688-.22a1.16%201.16%200%200%201-.424-.425C2%2017.51%202%2016.895%202%2015.663v-9.26c0-1.428%200-2.141.549-2.72c.548-.579%201.11-.609%202.234-.668Q5.056%203%205.333%203M12%2021V5.5a10.07%2010.07%200%200%201%207.217-2.485c1.124.06%201.686.09%202.234.668c.549.579.549%201.292.549%202.72V11.5m-.311%203.434l-.623-.623a1.063%201.063%200%200%200-1.503%200l-3.349%203.35a3.2%203.2%200%200%200-.872%201.628L15%2021l1.71-.342a3.2%203.2%200%200%200%201.63-.872l3.349-3.349a1.063%201.063%200%200%200%200-1.503%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M5.333%203c2.46-.003%204.836.887%206.667%202.5V21a10.07%2010.07%200%200%200-6.667-2.5c-1.562%200-2.343%200-2.688-.22a1.16%201.16%200%200%201-.424-.425C2%2017.51%202%2016.895%202%2015.663v-9.26c0-1.428%200-2.141.549-2.72c.548-.579%201.11-.609%202.234-.668Q5.056%203%205.333%203M12%2021V5.5a10.07%2010.07%200%200%201%207.217-2.485c1.124.06%201.686.09%202.234.668c.549.579.549%201.292.549%202.72V11.5m-.311%203.434l-.623-.623a1.063%201.063%200%200%200-1.503%200l-3.349%203.35a3.2%203.2%200%200%200-.872%201.628L15%2021l1.71-.342a3.2%203.2%200%200%200%201.63-.872l3.349-3.349a1.063%201.063%200%200%200%200-1.503%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/book-edit.svg?color=%231a73e8&size=48