book open icon
book-open from Font Awesome Solid by Dave Gandy · Solid · Education · CC-BY-4.0 Attribution required.
- Name
- book-open
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Education
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
book-openAkar Iconsbook-openBoxIcons v2book-openBoxIcons v2 Solidbook-open-fillEva Iconsbook-openFont Awesome 6 Solidbook-openFeather Iconsbook-open-outlineFlowbite Iconsbook-open-16-filledFluent UI System Iconsbook-open-16Fluent UI System Color Iconsbook-openHeroIconsbook-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
More education icons from Font Awesome Solid
Use the book open icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 205.3v309.3l.5-.2A449 449 0 0 1 492.8 480H512V160h-19.2c-42.2 0-84.1 8.4-123.1 24.6c-16.8 7-33.4 13.9-49.7 20.7m-25.1-79.8L320 136l25.1-10.5C391.9 106 442.1 96 492.8 96H528c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48h-35.2c-50.7 0-100.9 10-147.7 29.5l-12.8 5.3c-7.9 3.3-16.7 3.3-24.6 0l-12.8-5.3c-46.8-19.5-97-29.5-147.7-29.5H112c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h35.2c50.7 0 100.9 10 147.7 29.5"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidBookOpen(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 205.3v309.3l.5-.2A449 449 0 0 1 492.8 480H512V160h-19.2c-42.2 0-84.1 8.4-123.1 24.6c-16.8 7-33.4 13.9-49.7 20.7m-25.1-79.8L320 136l25.1-10.5C391.9 106 442.1 96 492.8 96H528c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48h-35.2c-50.7 0-100.9 10-147.7 29.5l-12.8 5.3c-7.9 3.3-16.7 3.3-24.6 0l-12.8-5.3c-46.8-19.5-97-29.5-147.7-29.5H112c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h35.2c50.7 0 100.9 10 147.7 29.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 205.3v309.3l.5-.2A449 449 0 0 1 492.8 480H512V160h-19.2c-42.2 0-84.1 8.4-123.1 24.6c-16.8 7-33.4 13.9-49.7 20.7m-25.1-79.8L320 136l25.1-10.5C391.9 106 442.1 96 492.8 96H528c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48h-35.2c-50.7 0-100.9 10-147.7 29.5l-12.8 5.3c-7.9 3.3-16.7 3.3-24.6 0l-12.8-5.3c-46.8-19.5-97-29.5-147.7-29.5H112c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h35.2c50.7 0 100.9 10 147.7 29.5"/></svg> </template>
CSS
.icon-book-open {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20205.3v309.3l.5-.2A449%20449%200%200%201%20492.8%20480H512V160h-19.2c-42.2%200-84.1%208.4-123.1%2024.6c-16.8%207-33.4%2013.9-49.7%2020.7m-25.1-79.8L320%20136l25.1-10.5C391.9%20106%20442.1%2096%20492.8%2096H528c26.5%200%2048%2021.5%2048%2048v352c0%2026.5-21.5%2048-48%2048h-35.2c-50.7%200-100.9%2010-147.7%2029.5l-12.8%205.3c-7.9%203.3-16.7%203.3-24.6%200l-12.8-5.3c-46.8-19.5-97-29.5-147.7-29.5H112c-26.5%200-48-21.5-48-48V144c0-26.5%2021.5-48%2048-48h35.2c50.7%200%20100.9%2010%20147.7%2029.5%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20205.3v309.3l.5-.2A449%20449%200%200%201%20492.8%20480H512V160h-19.2c-42.2%200-84.1%208.4-123.1%2024.6c-16.8%207-33.4%2013.9-49.7%2020.7m-25.1-79.8L320%20136l25.1-10.5C391.9%20106%20442.1%2096%20492.8%2096H528c26.5%200%2048%2021.5%2048%2048v352c0%2026.5-21.5%2048-48%2048h-35.2c-50.7%200-100.9%2010-147.7%2029.5l-12.8%205.3c-7.9%203.3-16.7%203.3-24.6%200l-12.8-5.3c-46.8-19.5-97-29.5-147.7-29.5H112c-26.5%200-48-21.5-48-48V144c0-26.5%2021.5-48%2048-48h35.2c50.7%200%20100.9%2010%20147.7%2029.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/book-open.svg?color=%231a73e8&size=48