books 02 icon
books-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- books-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the books 02 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3 9h15c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C21 10.602 21 11.068 21 12s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C19.398 15 18.932 15 18 15h-5m-7 0H3m10 0h2c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C18 16.602 18 17.068 18 18s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C16.398 21 15.932 21 15 21H3M3 3h11c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C17 4.602 17 5.068 17 6s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C15.398 9 14.932 9 14 9H3"/><path d="M13 9v6.19c0 1.115 0 1.672-.326 1.79c-.327.12-.696-.304-1.433-1.15l-.482-.552c-.353-.405-.529-.607-.759-.607s-.406.202-.76.607l-.48.552c-.738.846-1.107 1.27-1.433 1.15C7 16.862 7 16.305 7 15.19V9"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBooks02(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M3 9h15c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C21 10.602 21 11.068 21 12s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C19.398 15 18.932 15 18 15h-5m-7 0H3m10 0h2c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C18 16.602 18 17.068 18 18s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C16.398 21 15.932 21 15 21H3M3 3h11c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C17 4.602 17 5.068 17 6s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C15.398 9 14.932 9 14 9H3"/><path d="M13 9v6.19c0 1.115 0 1.672-.326 1.79c-.327.12-.696-.304-1.433-1.15l-.482-.552c-.353-.405-.529-.607-.759-.607s-.406.202-.76.607l-.48.552c-.738.846-1.107 1.27-1.433 1.15C7 16.862 7 16.305 7 15.19V9"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3 9h15c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C21 10.602 21 11.068 21 12s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C19.398 15 18.932 15 18 15h-5m-7 0H3m10 0h2c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C18 16.602 18 17.068 18 18s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C16.398 21 15.932 21 15 21H3M3 3h11c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C17 4.602 17 5.068 17 6s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C15.398 9 14.932 9 14 9H3"/><path d="M13 9v6.19c0 1.115 0 1.672-.326 1.79c-.327.12-.696-.304-1.433-1.15l-.482-.552c-.353-.405-.529-.607-.759-.607s-.406.202-.76.607l-.48.552c-.738.846-1.107 1.27-1.433 1.15C7 16.862 7 16.305 7 15.19V9"/></g></svg> </template>
CSS
.icon-books-02 {
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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%209h15c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083C21%2010.602%2021%2011.068%2021%2012s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C19.398%2015%2018.932%2015%2018%2015h-5m-7%200H3m10%200h2c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083C18%2016.602%2018%2017.068%2018%2018s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C16.398%2021%2015.932%2021%2015%2021H3M3%203h11c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083C17%204.602%2017%205.068%2017%206s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C15.398%209%2014.932%209%2014%209H3%22%2F%3E%3Cpath%20d%3D%22M13%209v6.19c0%201.115%200%201.672-.326%201.79c-.327.12-.696-.304-1.433-1.15l-.482-.552c-.353-.405-.529-.607-.759-.607s-.406.202-.76.607l-.48.552c-.738.846-1.107%201.27-1.433%201.15C7%2016.862%207%2016.305%207%2015.19V9%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%209h15c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083C21%2010.602%2021%2011.068%2021%2012s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C19.398%2015%2018.932%2015%2018%2015h-5m-7%200H3m10%200h2c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083C18%2016.602%2018%2017.068%2018%2018s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C16.398%2021%2015.932%2021%2015%2021H3M3%203h11c.932%200%201.398%200%201.765.152a2%202%200%200%201%201.083%201.083C17%204.602%2017%205.068%2017%206s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C15.398%209%2014.932%209%2014%209H3%22%2F%3E%3Cpath%20d%3D%22M13%209v6.19c0%201.115%200%201.672-.326%201.79c-.327.12-.696-.304-1.433-1.15l-.482-.552c-.353-.405-.529-.607-.759-.607s-.406.202-.76.607l-.48.552c-.738.846-1.107%201.27-1.433%201.15C7%2016.862%207%2016.305%207%2015.19V9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/books-02.svg?color=%231a73e8&size=48