book atlas icon
book-atlas from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- book-atlas
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 448×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the book atlas icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M0 96C0 43 43 0 96 0h320c17.7 0 32 14.3 32 32v320c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-53 0-96-43-96-96zm64 320c0 17.7 14.3 32 32 32h256v-64H96c-17.7 0-32 14.3-32 32m183.4-132.2c-3.7 3.7-6.2 4.2-7.4 4.2s-3.7-.5-7.4-4.2c-3.8-3.7-8-10-11.8-18.9c-6.2-14.5-10.8-34.3-12.2-56.9h63c-1.5 22.6-6 42.4-12.2 56.9c-3.8 8.9-8 15.2-11.8 18.9zm42.7-9.9c7.3-18.3 12-41.1 13.4-65.9h31.1c-4.7 27.9-21.4 51.7-44.5 65.9m0-163.8c23.2 14.2 39.9 38 44.5 65.9h-31.1c-1.4-24.7-6.1-47.5-13.4-65.9M368 192a128 128 0 1 0-256 0a128 128 0 1 0 256 0m-222.7 16h31.1c1.4 24.7 6.1 47.5 13.4 65.9c-23.2-14.2-39.9-38-44.5-65.9m31.1-32h-31.1c4.7-27.9 21.4-51.7 44.5-65.9c-7.3 18.3-12 41.1-13.4 65.9m56.1-75.8c3.7-3.7 6.2-4.2 7.4-4.2s3.7.5 7.4 4.2c3.8 3.7 8 10 11.8 18.9c6.2 14.5 10.8 34.3 12.2 56.9h-63c1.5-22.6 6-42.4 12.2-56.9c3.8-8.9 8-15.2 11.8-18.9z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidBookAtlas(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M0 96C0 43 43 0 96 0h320c17.7 0 32 14.3 32 32v320c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-53 0-96-43-96-96zm64 320c0 17.7 14.3 32 32 32h256v-64H96c-17.7 0-32 14.3-32 32m183.4-132.2c-3.7 3.7-6.2 4.2-7.4 4.2s-3.7-.5-7.4-4.2c-3.8-3.7-8-10-11.8-18.9c-6.2-14.5-10.8-34.3-12.2-56.9h63c-1.5 22.6-6 42.4-12.2 56.9c-3.8 8.9-8 15.2-11.8 18.9zm42.7-9.9c7.3-18.3 12-41.1 13.4-65.9h31.1c-4.7 27.9-21.4 51.7-44.5 65.9m0-163.8c23.2 14.2 39.9 38 44.5 65.9h-31.1c-1.4-24.7-6.1-47.5-13.4-65.9M368 192a128 128 0 1 0-256 0a128 128 0 1 0 256 0m-222.7 16h31.1c1.4 24.7 6.1 47.5 13.4 65.9c-23.2-14.2-39.9-38-44.5-65.9m31.1-32h-31.1c4.7-27.9 21.4-51.7 44.5-65.9c-7.3 18.3-12 41.1-13.4 65.9m56.1-75.8c3.7-3.7 6.2-4.2 7.4-4.2s3.7.5 7.4 4.2c3.8 3.7 8 10 11.8 18.9c6.2 14.5 10.8 34.3 12.2 56.9h-63c1.5-22.6 6-42.4 12.2-56.9c3.8-8.9 8-15.2 11.8-18.9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M0 96C0 43 43 0 96 0h320c17.7 0 32 14.3 32 32v320c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-53 0-96-43-96-96zm64 320c0 17.7 14.3 32 32 32h256v-64H96c-17.7 0-32 14.3-32 32m183.4-132.2c-3.7 3.7-6.2 4.2-7.4 4.2s-3.7-.5-7.4-4.2c-3.8-3.7-8-10-11.8-18.9c-6.2-14.5-10.8-34.3-12.2-56.9h63c-1.5 22.6-6 42.4-12.2 56.9c-3.8 8.9-8 15.2-11.8 18.9zm42.7-9.9c7.3-18.3 12-41.1 13.4-65.9h31.1c-4.7 27.9-21.4 51.7-44.5 65.9m0-163.8c23.2 14.2 39.9 38 44.5 65.9h-31.1c-1.4-24.7-6.1-47.5-13.4-65.9M368 192a128 128 0 1 0-256 0a128 128 0 1 0 256 0m-222.7 16h31.1c1.4 24.7 6.1 47.5 13.4 65.9c-23.2-14.2-39.9-38-44.5-65.9m31.1-32h-31.1c4.7-27.9 21.4-51.7 44.5-65.9c-7.3 18.3-12 41.1-13.4 65.9m56.1-75.8c3.7-3.7 6.2-4.2 7.4-4.2s3.7.5 7.4 4.2c3.8 3.7 8 10 11.8 18.9c6.2 14.5 10.8 34.3 12.2 56.9h-63c1.5-22.6 6-42.4 12.2-56.9c3.8-8.9 8-15.2 11.8-18.9z"/></svg> </template>
CSS
.icon-book-atlas {
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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2096C0%2043%2043%200%2096%200h320c17.7%200%2032%2014.3%2032%2032v320c0%2017.7-14.3%2032-32%2032v64c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H96c-53%200-96-43-96-96zm64%20320c0%2017.7%2014.3%2032%2032%2032h256v-64H96c-17.7%200-32%2014.3-32%2032m183.4-132.2c-3.7%203.7-6.2%204.2-7.4%204.2s-3.7-.5-7.4-4.2c-3.8-3.7-8-10-11.8-18.9c-6.2-14.5-10.8-34.3-12.2-56.9h63c-1.5%2022.6-6%2042.4-12.2%2056.9c-3.8%208.9-8%2015.2-11.8%2018.9zm42.7-9.9c7.3-18.3%2012-41.1%2013.4-65.9h31.1c-4.7%2027.9-21.4%2051.7-44.5%2065.9m0-163.8c23.2%2014.2%2039.9%2038%2044.5%2065.9h-31.1c-1.4-24.7-6.1-47.5-13.4-65.9M368%20192a128%20128%200%201%200-256%200a128%20128%200%201%200%20256%200m-222.7%2016h31.1c1.4%2024.7%206.1%2047.5%2013.4%2065.9c-23.2-14.2-39.9-38-44.5-65.9m31.1-32h-31.1c4.7-27.9%2021.4-51.7%2044.5-65.9c-7.3%2018.3-12%2041.1-13.4%2065.9m56.1-75.8c3.7-3.7%206.2-4.2%207.4-4.2s3.7.5%207.4%204.2c3.8%203.7%208%2010%2011.8%2018.9c6.2%2014.5%2010.8%2034.3%2012.2%2056.9h-63c1.5-22.6%206-42.4%2012.2-56.9c3.8-8.9%208-15.2%2011.8-18.9z%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2096C0%2043%2043%200%2096%200h320c17.7%200%2032%2014.3%2032%2032v320c0%2017.7-14.3%2032-32%2032v64c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H96c-53%200-96-43-96-96zm64%20320c0%2017.7%2014.3%2032%2032%2032h256v-64H96c-17.7%200-32%2014.3-32%2032m183.4-132.2c-3.7%203.7-6.2%204.2-7.4%204.2s-3.7-.5-7.4-4.2c-3.8-3.7-8-10-11.8-18.9c-6.2-14.5-10.8-34.3-12.2-56.9h63c-1.5%2022.6-6%2042.4-12.2%2056.9c-3.8%208.9-8%2015.2-11.8%2018.9zm42.7-9.9c7.3-18.3%2012-41.1%2013.4-65.9h31.1c-4.7%2027.9-21.4%2051.7-44.5%2065.9m0-163.8c23.2%2014.2%2039.9%2038%2044.5%2065.9h-31.1c-1.4-24.7-6.1-47.5-13.4-65.9M368%20192a128%20128%200%201%200-256%200a128%20128%200%201%200%20256%200m-222.7%2016h31.1c1.4%2024.7%206.1%2047.5%2013.4%2065.9c-23.2-14.2-39.9-38-44.5-65.9m31.1-32h-31.1c4.7-27.9%2021.4-51.7%2044.5-65.9c-7.3%2018.3-12%2041.1-13.4%2065.9m56.1-75.8c3.7-3.7%206.2-4.2%207.4-4.2s3.7.5%207.4%204.2c3.8%203.7%208%2010%2011.8%2018.9c6.2%2014.5%2010.8%2034.3%2012.2%2056.9h-63c1.5-22.6%206-42.4%2012.2-56.9c3.8-8.9%208-15.2%2011.8-18.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/book-atlas.svg?color=%231a73e8&size=48