book minimalistic icon

book-minimalistic-linear from Solar by 480 Design · Linear · School · CC-BY-4.0 Attribution required.

Name
book-minimalistic-linear
Set
Solar
Style
Linear
Category
School
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More school icons from Solar

Use the book minimalistic 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="M4 8C4 5.17157 4 3.75736 4.87868 2.87868C5.75736 2 7.17157 2 10 2H14C16.8284 2 18.2426 2 19.1213 2.87868C20 3.75736 20 5.17157 20 8V16C20 18.8284 20 20.2426 19.1213 21.1213C18.2426 22 16.8284 22 14 22H10C7.17157 22 5.75736 22 4.87868 21.1213C4 20.2426 4 18.8284 4 16V8Z"/><path d="M19.8978 16H7.89778C6.96781 16 6.50282 16 6.12132 16.1022C5.08604 16.3796 4.2774 17.1883 4 18.2235"/><path stroke-linecap="round" d="M7 16V2.5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarBookMinimalisticLinear(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="M4 8C4 5.17157 4 3.75736 4.87868 2.87868C5.75736 2 7.17157 2 10 2H14C16.8284 2 18.2426 2 19.1213 2.87868C20 3.75736 20 5.17157 20 8V16C20 18.8284 20 20.2426 19.1213 21.1213C18.2426 22 16.8284 22 14 22H10C7.17157 22 5.75736 22 4.87868 21.1213C4 20.2426 4 18.8284 4 16V8Z"/><path d="M19.8978 16H7.89778C6.96781 16 6.50282 16 6.12132 16.1022C5.08604 16.3796 4.2774 17.1883 4 18.2235"/><path strokeLinecap="round" d="M7 16V2.5"/></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="M4 8C4 5.17157 4 3.75736 4.87868 2.87868C5.75736 2 7.17157 2 10 2H14C16.8284 2 18.2426 2 19.1213 2.87868C20 3.75736 20 5.17157 20 8V16C20 18.8284 20 20.2426 19.1213 21.1213C18.2426 22 16.8284 22 14 22H10C7.17157 22 5.75736 22 4.87868 21.1213C4 20.2426 4 18.8284 4 16V8Z"/><path d="M19.8978 16H7.89778C6.96781 16 6.50282 16 6.12132 16.1022C5.08604 16.3796 4.2774 17.1883 4 18.2235"/><path stroke-linecap="round" d="M7 16V2.5"/></g></svg>
</template>

CSS

.icon-book-minimalistic-linear {
  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%22M4%208C4%205.17157%204%203.75736%204.87868%202.87868C5.75736%202%207.17157%202%2010%202H14C16.8284%202%2018.2426%202%2019.1213%202.87868C20%203.75736%2020%205.17157%2020%208V16C20%2018.8284%2020%2020.2426%2019.1213%2021.1213C18.2426%2022%2016.8284%2022%2014%2022H10C7.17157%2022%205.75736%2022%204.87868%2021.1213C4%2020.2426%204%2018.8284%204%2016V8Z%22%2F%3E%3Cpath%20d%3D%22M19.8978%2016H7.89778C6.96781%2016%206.50282%2016%206.12132%2016.1022C5.08604%2016.3796%204.2774%2017.1883%204%2018.2235%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%2016V2.5%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%22M4%208C4%205.17157%204%203.75736%204.87868%202.87868C5.75736%202%207.17157%202%2010%202H14C16.8284%202%2018.2426%202%2019.1213%202.87868C20%203.75736%2020%205.17157%2020%208V16C20%2018.8284%2020%2020.2426%2019.1213%2021.1213C18.2426%2022%2016.8284%2022%2014%2022H10C7.17157%2022%205.75736%2022%204.87868%2021.1213C4%2020.2426%204%2018.8284%204%2016V8Z%22%2F%3E%3Cpath%20d%3D%22M19.8978%2016H7.89778C6.96781%2016%206.50282%2016%206.12132%2016.1022C5.08604%2016.3796%204.2774%2017.1883%204%2018.2235%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%2016V2.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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