book dashed icon

book-dashed from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
book-dashed
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the book dashed 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="M20 22h-3M4 20a2 2 0 0 1 2-2h1m-3 2a2 2 0 0 0 2 2h1m-3-2v-5M17 2.004c1.24.018 1.943.11 2.414.582c.472.471.564 1.174.582 2.414M4.076 5c.096-.975.313-1.631.803-2.121S6.025 2.172 7 2.076M11 2h2m7 7v2M4 9v2m16 4v3h-3m-4 4h-2m2-4h-2m8.5 0s-1 .763-1 2s1 2 1 2"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBookDashed(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="M20 22h-3M4 20a2 2 0 0 1 2-2h1m-3 2a2 2 0 0 0 2 2h1m-3-2v-5M17 2.004c1.24.018 1.943.11 2.414.582c.472.471.564 1.174.582 2.414M4.076 5c.096-.975.313-1.631.803-2.121S6.025 2.172 7 2.076M11 2h2m7 7v2M4 9v2m16 4v3h-3m-4 4h-2m2-4h-2m8.5 0s-1 .763-1 2s1 2 1 2"/></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="M20 22h-3M4 20a2 2 0 0 1 2-2h1m-3 2a2 2 0 0 0 2 2h1m-3-2v-5M17 2.004c1.24.018 1.943.11 2.414.582c.472.471.564 1.174.582 2.414M4.076 5c.096-.975.313-1.631.803-2.121S6.025 2.172 7 2.076M11 2h2m7 7v2M4 9v2m16 4v3h-3m-4 4h-2m2-4h-2m8.5 0s-1 .763-1 2s1 2 1 2"/></svg>
</template>

CSS

.icon-book-dashed {
  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%22M20%2022h-3M4%2020a2%202%200%200%201%202-2h1m-3%202a2%202%200%200%200%202%202h1m-3-2v-5M17%202.004c1.24.018%201.943.11%202.414.582c.472.471.564%201.174.582%202.414M4.076%205c.096-.975.313-1.631.803-2.121S6.025%202.172%207%202.076M11%202h2m7%207v2M4%209v2m16%204v3h-3m-4%204h-2m2-4h-2m8.5%200s-1%20.763-1%202s1%202%201%202%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%22M20%2022h-3M4%2020a2%202%200%200%201%202-2h1m-3%202a2%202%200%200%200%202%202h1m-3-2v-5M17%202.004c1.24.018%201.943.11%202.414.582c.472.471.564%201.174.582%202.414M4.076%205c.096-.975.313-1.631.803-2.121S6.025%202.172%207%202.076M11%202h2m7%207v2M4%209v2m16%204v3h-3m-4%204h-2m2-4h-2m8.5%200s-1%20.763-1%202s1%202%201%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/book-dashed.svg?color=%231a73e8&size=48