book open icon
book-open-solid from HeroIcons by Refactoring UI Inc · Solid 24x24 · MIT Free for personal and commercial use.
- Name
- book-open-solid
- Set
- HeroIcons
- Style
- Solid 24x24
- Viewbox
- 24×24
- License
- MIT
3 other variants in HeroIcons
The same icon in other sets
book-openAkar Iconsbook-openBoxIcons v2book-openBoxIcons v2 Solidbook-open-fillEva Iconsbook-openFont Awesome 6 Solidbook-openFont Awesome Solidbook-openFeather Iconsbook-open-outlineFlowbite Iconsbook-open-16-filledFluent UI System Iconsbook-open-16Fluent UI System Color Iconsbook-openHumbleiconsbook-openIconParkbook-openIconPark Outlinebook-openIconPark Solidbook-openIconPark TwoTonebook-openLine Awesomebook-openLucidebook-openMajesticonsbook-openMaterial Design Iconsbook-openMyna UI Iconsbook-openPhosphorbook-openPixelarticonsbook-open-fillRemix Iconbook-openTDesign Icons
Use the book open icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.25 4.533A9.7 9.7 0 0 0 6 3a9.7 9.7 0 0 0-3.25.555a.75.75 0 0 0-.5.707v14.25a.75.75 0 0 0 1 .707A8.2 8.2 0 0 1 6 18.75c1.995 0 3.823.707 5.25 1.886zm1.5 16.103A8.2 8.2 0 0 1 18 18.75c.966 0 1.89.166 2.75.47a.75.75 0 0 0 1-.708V4.262a.75.75 0 0 0-.5-.707A9.7 9.7 0 0 0 18 3a9.7 9.7 0 0 0-5.25 1.533z"/></svg>
React
import type { SVGProps } from "react";
export function HeroiconsBookOpenSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.25 4.533A9.7 9.7 0 0 0 6 3a9.7 9.7 0 0 0-3.25.555a.75.75 0 0 0-.5.707v14.25a.75.75 0 0 0 1 .707A8.2 8.2 0 0 1 6 18.75c1.995 0 3.823.707 5.25 1.886zm1.5 16.103A8.2 8.2 0 0 1 18 18.75c.966 0 1.89.166 2.75.47a.75.75 0 0 0 1-.708V4.262a.75.75 0 0 0-.5-.707A9.7 9.7 0 0 0 18 3a9.7 9.7 0 0 0-5.25 1.533z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.25 4.533A9.7 9.7 0 0 0 6 3a9.7 9.7 0 0 0-3.25.555a.75.75 0 0 0-.5.707v14.25a.75.75 0 0 0 1 .707A8.2 8.2 0 0 1 6 18.75c1.995 0 3.823.707 5.25 1.886zm1.5 16.103A8.2 8.2 0 0 1 18 18.75c.966 0 1.89.166 2.75.47a.75.75 0 0 0 1-.708V4.262a.75.75 0 0 0-.5-.707A9.7 9.7 0 0 0 18 3a9.7 9.7 0 0 0-5.25 1.533z"/></svg> </template>
CSS
.icon-book-open-solid {
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%22currentColor%22%20d%3D%22M11.25%204.533A9.7%209.7%200%200%200%206%203a9.7%209.7%200%200%200-3.25.555a.75.75%200%200%200-.5.707v14.25a.75.75%200%200%200%201%20.707A8.2%208.2%200%200%201%206%2018.75c1.995%200%203.823.707%205.25%201.886zm1.5%2016.103A8.2%208.2%200%200%201%2018%2018.75c.966%200%201.89.166%202.75.47a.75.75%200%200%200%201-.708V4.262a.75.75%200%200%200-.5-.707A9.7%209.7%200%200%200%2018%203a9.7%209.7%200%200%200-5.25%201.533z%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%22currentColor%22%20d%3D%22M11.25%204.533A9.7%209.7%200%200%200%206%203a9.7%209.7%200%200%200-3.25.555a.75.75%200%200%200-.5.707v14.25a.75.75%200%200%200%201%20.707A8.2%208.2%200%200%201%206%2018.75c1.995%200%203.823.707%205.25%201.886zm1.5%2016.103A8.2%208.2%200%200%201%2018%2018.75c.966%200%201.89.166%202.75.47a.75.75%200%200%200%201-.708V4.262a.75.75%200%200%200-.5-.707A9.7%209.7%200%200%200%2018%203a9.7%209.7%200%200%200-5.25%201.533z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/heroicons/book-open-solid.svg?color=%231a73e8&size=48