notebook 01 icon
notebook-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- notebook-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the notebook 01 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M22 14v-4c0-3.771 0-5.657-1.172-6.828S17.771 2 14 2h-2C8.229 2 6.343 2 5.172 3.172S4 6.229 4 10v4c0 3.771 0 5.657 1.172 6.828S8.229 22 12 22h2c3.771 0 5.657 0 6.828-1.172S22 17.771 22 14Z"/><path d="M11.786 10h3.428c1.078 0 1.617 0 1.951-.293S17.5 8.943 17.5 8s0-1.414-.335-1.707C16.831 6 16.292 6 15.215 6h-3.43c-1.077 0-1.616 0-1.95.293C9.5 6.586 9.5 7.057 9.5 8s0 1.414.335 1.707c.334.293.873.293 1.95.293Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M5 6H2m3 6H2m3 6H2"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsNotebook01(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M22 14v-4c0-3.771 0-5.657-1.172-6.828S17.771 2 14 2h-2C8.229 2 6.343 2 5.172 3.172S4 6.229 4 10v4c0 3.771 0 5.657 1.172 6.828S8.229 22 12 22h2c3.771 0 5.657 0 6.828-1.172S22 17.771 22 14Z"/><path d="M11.786 10h3.428c1.078 0 1.617 0 1.951-.293S17.5 8.943 17.5 8s0-1.414-.335-1.707C16.831 6 16.292 6 15.215 6h-3.43c-1.077 0-1.616 0-1.95.293C9.5 6.586 9.5 7.057 9.5 8s0 1.414.335 1.707c.334.293.873.293 1.95.293Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M5 6H2m3 6H2m3 6H2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M22 14v-4c0-3.771 0-5.657-1.172-6.828S17.771 2 14 2h-2C8.229 2 6.343 2 5.172 3.172S4 6.229 4 10v4c0 3.771 0 5.657 1.172 6.828S8.229 22 12 22h2c3.771 0 5.657 0 6.828-1.172S22 17.771 22 14Z"/><path d="M11.786 10h3.428c1.078 0 1.617 0 1.951-.293S17.5 8.943 17.5 8s0-1.414-.335-1.707C16.831 6 16.292 6 15.215 6h-3.43c-1.077 0-1.616 0-1.95.293C9.5 6.586 9.5 7.057 9.5 8s0 1.414.335 1.707c.334.293.873.293 1.95.293Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M5 6H2m3 6H2m3 6H2"/></g></svg> </template>
CSS
.icon-notebook-01 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2014v-4c0-3.771%200-5.657-1.172-6.828S17.771%202%2014%202h-2C8.229%202%206.343%202%205.172%203.172S4%206.229%204%2010v4c0%203.771%200%205.657%201.172%206.828S8.229%2022%2012%2022h2c3.771%200%205.657%200%206.828-1.172S22%2017.771%2022%2014Z%22%2F%3E%3Cpath%20d%3D%22M11.786%2010h3.428c1.078%200%201.617%200%201.951-.293S17.5%208.943%2017.5%208s0-1.414-.335-1.707C16.831%206%2016.292%206%2015.215%206h-3.43c-1.077%200-1.616%200-1.95.293C9.5%206.586%209.5%207.057%209.5%208s0%201.414.335%201.707c.334.293.873.293%201.95.293Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%206H2m3%206H2m3%206H2%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2014v-4c0-3.771%200-5.657-1.172-6.828S17.771%202%2014%202h-2C8.229%202%206.343%202%205.172%203.172S4%206.229%204%2010v4c0%203.771%200%205.657%201.172%206.828S8.229%2022%2012%2022h2c3.771%200%205.657%200%206.828-1.172S22%2017.771%2022%2014Z%22%2F%3E%3Cpath%20d%3D%22M11.786%2010h3.428c1.078%200%201.617%200%201.951-.293S17.5%208.943%2017.5%208s0-1.414-.335-1.707C16.831%206%2016.292%206%2015.215%206h-3.43c-1.077%200-1.616%200-1.95.293C9.5%206.586%209.5%207.057%209.5%208s0%201.414.335%201.707c.334.293.873.293%201.95.293Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5%206H2m3%206H2m3%206H2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/notebook-01.svg?color=%231a73e8&size=48