book reader icon
book-reader from Line Awesome by Icons8 · Line · Education · Apache-2.0 Free for personal and commercial use.
- Name
- book-reader
- Set
- Line Awesome
- Style
- Line
- Category
- Education
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- book-reader-solid
The same icon in other sets
More education icons from Line Awesome
Use the book reader icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4c-3.3 0-6 2.7-6 6c0 1.008.246 1.945.688 2.781C8.863 12.336 6.64 12 4 12H2.719l3.5 14H7c3.406 0 5.5.488 6.719.938c.61.226.996.449 1.219.593c.222.145.25.157.25.157l.28.312h1.063l.282-.313s.027-.011.25-.156a6 6 0 0 1 1.218-.593C19.5 26.488 21.594 26 25 26h.781l3.5-14H28c-2.629 0-4.848.316-6.656.75A5.9 5.9 0 0 0 22 10c0-3.3-2.7-6-6-6m0 2c2.223 0 4 1.777 4 4s-1.777 4-4 4s-4-1.777-4-4s1.777-4 4-4M5.312 14.125c3.11.152 5.649.691 7.313 1.313c1.34.5 2 .886 2.375 1.124v8.75c-.18-.082-.344-.167-.563-.25c-1.351-.5-3.57-.921-6.656-1zm21.375 0l-2.468 9.938c-3.086.078-5.305.5-6.657 1c-.218.082-.382.167-.562.25v-8.75c.375-.243 1.031-.633 2.344-1.125c1.652-.622 4.195-1.16 7.343-1.313"/></svg>
React
import type { SVGProps } from "react";
export function LaBookReader(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4c-3.3 0-6 2.7-6 6c0 1.008.246 1.945.688 2.781C8.863 12.336 6.64 12 4 12H2.719l3.5 14H7c3.406 0 5.5.488 6.719.938c.61.226.996.449 1.219.593c.222.145.25.157.25.157l.28.312h1.063l.282-.313s.027-.011.25-.156a6 6 0 0 1 1.218-.593C19.5 26.488 21.594 26 25 26h.781l3.5-14H28c-2.629 0-4.848.316-6.656.75A5.9 5.9 0 0 0 22 10c0-3.3-2.7-6-6-6m0 2c2.223 0 4 1.777 4 4s-1.777 4-4 4s-4-1.777-4-4s1.777-4 4-4M5.312 14.125c3.11.152 5.649.691 7.313 1.313c1.34.5 2 .886 2.375 1.124v8.75c-.18-.082-.344-.167-.563-.25c-1.351-.5-3.57-.921-6.656-1zm21.375 0l-2.468 9.938c-3.086.078-5.305.5-6.657 1c-.218.082-.382.167-.562.25v-8.75c.375-.243 1.031-.633 2.344-1.125c1.652-.622 4.195-1.16 7.343-1.313"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4c-3.3 0-6 2.7-6 6c0 1.008.246 1.945.688 2.781C8.863 12.336 6.64 12 4 12H2.719l3.5 14H7c3.406 0 5.5.488 6.719.938c.61.226.996.449 1.219.593c.222.145.25.157.25.157l.28.312h1.063l.282-.313s.027-.011.25-.156a6 6 0 0 1 1.218-.593C19.5 26.488 21.594 26 25 26h.781l3.5-14H28c-2.629 0-4.848.316-6.656.75A5.9 5.9 0 0 0 22 10c0-3.3-2.7-6-6-6m0 2c2.223 0 4 1.777 4 4s-1.777 4-4 4s-4-1.777-4-4s1.777-4 4-4M5.312 14.125c3.11.152 5.649.691 7.313 1.313c1.34.5 2 .886 2.375 1.124v8.75c-.18-.082-.344-.167-.563-.25c-1.351-.5-3.57-.921-6.656-1zm21.375 0l-2.468 9.938c-3.086.078-5.305.5-6.657 1c-.218.082-.382.167-.562.25v-8.75c.375-.243 1.031-.633 2.344-1.125c1.652-.622 4.195-1.16 7.343-1.313"/></svg> </template>
CSS
.icon-book-reader {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204c-3.3%200-6%202.7-6%206c0%201.008.246%201.945.688%202.781C8.863%2012.336%206.64%2012%204%2012H2.719l3.5%2014H7c3.406%200%205.5.488%206.719.938c.61.226.996.449%201.219.593c.222.145.25.157.25.157l.28.312h1.063l.282-.313s.027-.011.25-.156a6%206%200%200%201%201.218-.593C19.5%2026.488%2021.594%2026%2025%2026h.781l3.5-14H28c-2.629%200-4.848.316-6.656.75A5.9%205.9%200%200%200%2022%2010c0-3.3-2.7-6-6-6m0%202c2.223%200%204%201.777%204%204s-1.777%204-4%204s-4-1.777-4-4s1.777-4%204-4M5.312%2014.125c3.11.152%205.649.691%207.313%201.313c1.34.5%202%20.886%202.375%201.124v8.75c-.18-.082-.344-.167-.563-.25c-1.351-.5-3.57-.921-6.656-1zm21.375%200l-2.468%209.938c-3.086.078-5.305.5-6.657%201c-.218.082-.382.167-.562.25v-8.75c.375-.243%201.031-.633%202.344-1.125c1.652-.622%204.195-1.16%207.343-1.313%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204c-3.3%200-6%202.7-6%206c0%201.008.246%201.945.688%202.781C8.863%2012.336%206.64%2012%204%2012H2.719l3.5%2014H7c3.406%200%205.5.488%206.719.938c.61.226.996.449%201.219.593c.222.145.25.157.25.157l.28.312h1.063l.282-.313s.027-.011.25-.156a6%206%200%200%201%201.218-.593C19.5%2026.488%2021.594%2026%2025%2026h.781l3.5-14H28c-2.629%200-4.848.316-6.656.75A5.9%205.9%200%200%200%2022%2010c0-3.3-2.7-6-6-6m0%202c2.223%200%204%201.777%204%204s-1.777%204-4%204s-4-1.777-4-4s1.777-4%204-4M5.312%2014.125c3.11.152%205.649.691%207.313%201.313c1.34.5%202%20.886%202.375%201.124v8.75c-.18-.082-.344-.167-.563-.25c-1.351-.5-3.57-.921-6.656-1zm21.375%200l-2.468%209.938c-3.086.078-5.305.5-6.657%201c-.218.082-.382.167-.562.25v-8.75c.375-.243%201.031-.633%202.344-1.125c1.652-.622%204.195-1.16%207.343-1.313%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/book-reader.svg?color=%231a73e8&size=48