book up 2 icon

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

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

The same icon in other sets

Related icons in Huge Icons

Use the book up 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M20 15v3H6a2 2 0 0 0-2 2m8-18h-2c-2.828 0-4.243 0-5.121.879C4 3.757 4 5.172 4 8v12m0 0a2 2 0 0 0 2 2h14"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19.5 18s-1 .763-1 2s1 2 1 2M14 5s2.21-3 3-3s3 3 3 3"/><path fill="currentColor" d="M16.25 7.5a.75.75 0 0 1 1.5 0zm1.5 6.5a.75.75 0 0 1-1.5 0zm-3.146-3.555a.75.75 0 1 1-1.208-.89L14 10zm6-.89a.75.75 0 0 1-1.208.89L20 10zM17 7.5h.75V14h-1.5V7.5zm0-.5v.75c.11 0 .134-.04.031.021q-.123.074-.337.26c-.281.249-.607.595-.924.96a25 25 0 0 0-1.144 1.424l-.017.023l-.004.005l-.001.002L14 10l-.604-.445l.002-.003l.006-.007l.02-.027a22 22 0 0 1 .342-.448c.225-.288.534-.674.871-1.062c.334-.384.71-.788 1.064-1.101a4 4 0 0 1 .556-.42c.17-.103.435-.237.743-.237zm3 3l-.604.445v-.002q-.003-.001-.005-.005l-.017-.024a17 17 0 0 0-.323-.421c-.214-.275-.507-.64-.82-1.001a11 11 0 0 0-.925-.961a2.5 2.5 0 0 0-.337-.26c-.103-.062-.079-.021.031-.021v-1.5c.308 0 .574.134.743.237c.19.114.38.264.556.42c.355.313.73.717 1.064 1.101a27 27 0 0 1 1.213 1.51l.02.027l.007.01z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBookUp2(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"><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M20 15v3H6a2 2 0 0 0-2 2m8-18h-2c-2.828 0-4.243 0-5.121.879C4 3.757 4 5.172 4 8v12m0 0a2 2 0 0 0 2 2h14"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M19.5 18s-1 .763-1 2s1 2 1 2M14 5s2.21-3 3-3s3 3 3 3"/><path fill="currentColor" d="M16.25 7.5a.75.75 0 0 1 1.5 0zm1.5 6.5a.75.75 0 0 1-1.5 0zm-3.146-3.555a.75.75 0 1 1-1.208-.89L14 10zm6-.89a.75.75 0 0 1-1.208.89L20 10zM17 7.5h.75V14h-1.5V7.5zm0-.5v.75c.11 0 .134-.04.031.021q-.123.074-.337.26c-.281.249-.607.595-.924.96a25 25 0 0 0-1.144 1.424l-.017.023l-.004.005l-.001.002L14 10l-.604-.445l.002-.003l.006-.007l.02-.027a22 22 0 0 1 .342-.448c.225-.288.534-.674.871-1.062c.334-.384.71-.788 1.064-1.101a4 4 0 0 1 .556-.42c.17-.103.435-.237.743-.237zm3 3l-.604.445v-.002q-.003-.001-.005-.005l-.017-.024a17 17 0 0 0-.323-.421c-.214-.275-.507-.64-.82-1.001a11 11 0 0 0-.925-.961a2.5 2.5 0 0 0-.337-.26c-.103-.062-.079-.021.031-.021v-1.5c.308 0 .574.134.743.237c.19.114.38.264.556.42c.355.313.73.717 1.064 1.101a27 27 0 0 1 1.213 1.51l.02.027l.007.01z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M20 15v3H6a2 2 0 0 0-2 2m8-18h-2c-2.828 0-4.243 0-5.121.879C4 3.757 4 5.172 4 8v12m0 0a2 2 0 0 0 2 2h14"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19.5 18s-1 .763-1 2s1 2 1 2M14 5s2.21-3 3-3s3 3 3 3"/><path fill="currentColor" d="M16.25 7.5a.75.75 0 0 1 1.5 0zm1.5 6.5a.75.75 0 0 1-1.5 0zm-3.146-3.555a.75.75 0 1 1-1.208-.89L14 10zm6-.89a.75.75 0 0 1-1.208.89L20 10zM17 7.5h.75V14h-1.5V7.5zm0-.5v.75c.11 0 .134-.04.031.021q-.123.074-.337.26c-.281.249-.607.595-.924.96a25 25 0 0 0-1.144 1.424l-.017.023l-.004.005l-.001.002L14 10l-.604-.445l.002-.003l.006-.007l.02-.027a22 22 0 0 1 .342-.448c.225-.288.534-.674.871-1.062c.334-.384.71-.788 1.064-1.101a4 4 0 0 1 .556-.42c.17-.103.435-.237.743-.237zm3 3l-.604.445v-.002q-.003-.001-.005-.005l-.017-.024a17 17 0 0 0-.323-.421c-.214-.275-.507-.64-.82-1.001a11 11 0 0 0-.925-.961a2.5 2.5 0 0 0-.337-.26c-.103-.062-.079-.021.031-.021v-1.5c.308 0 .574.134.743.237c.19.114.38.264.556.42c.355.313.73.717 1.064 1.101a27 27 0 0 1 1.213 1.51l.02.027l.007.01z"/></g></svg>
</template>

CSS

.icon-book-up-2 {
  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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M20%2015v3H6a2%202%200%200%200-2%202m8-18h-2c-2.828%200-4.243%200-5.121.879C4%203.757%204%205.172%204%208v12m0%200a2%202%200%200%200%202%202h14%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M19.5%2018s-1%20.763-1%202s1%202%201%202M14%205s2.21-3%203-3s3%203%203%203%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.25%207.5a.75.75%200%200%201%201.5%200zm1.5%206.5a.75.75%200%200%201-1.5%200zm-3.146-3.555a.75.75%200%201%201-1.208-.89L14%2010zm6-.89a.75.75%200%200%201-1.208.89L20%2010zM17%207.5h.75V14h-1.5V7.5zm0-.5v.75c.11%200%20.134-.04.031.021q-.123.074-.337.26c-.281.249-.607.595-.924.96a25%2025%200%200%200-1.144%201.424l-.017.023l-.004.005l-.001.002L14%2010l-.604-.445l.002-.003l.006-.007l.02-.027a22%2022%200%200%201%20.342-.448c.225-.288.534-.674.871-1.062c.334-.384.71-.788%201.064-1.101a4%204%200%200%201%20.556-.42c.17-.103.435-.237.743-.237zm3%203l-.604.445v-.002q-.003-.001-.005-.005l-.017-.024a17%2017%200%200%200-.323-.421c-.214-.275-.507-.64-.82-1.001a11%2011%200%200%200-.925-.961a2.5%202.5%200%200%200-.337-.26c-.103-.062-.079-.021.031-.021v-1.5c.308%200%20.574.134.743.237c.19.114.38.264.556.42c.355.313.73.717%201.064%201.101a27%2027%200%200%201%201.213%201.51l.02.027l.007.01z%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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M20%2015v3H6a2%202%200%200%200-2%202m8-18h-2c-2.828%200-4.243%200-5.121.879C4%203.757%204%205.172%204%208v12m0%200a2%202%200%200%200%202%202h14%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M19.5%2018s-1%20.763-1%202s1%202%201%202M14%205s2.21-3%203-3s3%203%203%203%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.25%207.5a.75.75%200%200%201%201.5%200zm1.5%206.5a.75.75%200%200%201-1.5%200zm-3.146-3.555a.75.75%200%201%201-1.208-.89L14%2010zm6-.89a.75.75%200%200%201-1.208.89L20%2010zM17%207.5h.75V14h-1.5V7.5zm0-.5v.75c.11%200%20.134-.04.031.021q-.123.074-.337.26c-.281.249-.607.595-.924.96a25%2025%200%200%200-1.144%201.424l-.017.023l-.004.005l-.001.002L14%2010l-.604-.445l.002-.003l.006-.007l.02-.027a22%2022%200%200%201%20.342-.448c.225-.288.534-.674.871-1.062c.334-.384.71-.788%201.064-1.101a4%204%200%200%201%20.556-.42c.17-.103.435-.237.743-.237zm3%203l-.604.445v-.002q-.003-.001-.005-.005l-.017-.024a17%2017%200%200%200-.323-.421c-.214-.275-.507-.64-.82-1.001a11%2011%200%200%200-.925-.961a2.5%202.5%200%200%200-.337-.26c-.103-.062-.079-.021.031-.021v-1.5c.308%200%20.574.134.743.237c.19.114.38.264.556.42c.355.313.73.717%201.064%201.101a27%2027%200%200%201%201.213%201.51l.02.027l.007.01z%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/book-up-2.svg?color=%231a73e8&size=48