book bookmark icon
book-bookmark from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- book-bookmark
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the book bookmark icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 24H72a32 32 0 0 0-32 32v168a8 8 0 0 0 8 8h144a8 8 0 0 0 0-16H56a16 16 0 0 1 16-16h136a8 8 0 0 0 8-8V32a8 8 0 0 0-8-8m-88 16h48v72l-19.21-14.4a8 8 0 0 0-9.6 0L120 112Zm80 144H72a31.8 31.8 0 0 0-16 4.29V56a16 16 0 0 1 16-16h32v88a8 8 0 0 0 12.8 6.4L144 114l27.21 20.4A8 8 0 0 0 176 136a8 8 0 0 0 8-8V40h16Z"/></svg>
React
import type { SVGProps } from "react";
export function PhBookBookmark(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 24H72a32 32 0 0 0-32 32v168a8 8 0 0 0 8 8h144a8 8 0 0 0 0-16H56a16 16 0 0 1 16-16h136a8 8 0 0 0 8-8V32a8 8 0 0 0-8-8m-88 16h48v72l-19.21-14.4a8 8 0 0 0-9.6 0L120 112Zm80 144H72a31.8 31.8 0 0 0-16 4.29V56a16 16 0 0 1 16-16h32v88a8 8 0 0 0 12.8 6.4L144 114l27.21 20.4A8 8 0 0 0 176 136a8 8 0 0 0 8-8V40h16Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 24H72a32 32 0 0 0-32 32v168a8 8 0 0 0 8 8h144a8 8 0 0 0 0-16H56a16 16 0 0 1 16-16h136a8 8 0 0 0 8-8V32a8 8 0 0 0-8-8m-88 16h48v72l-19.21-14.4a8 8 0 0 0-9.6 0L120 112Zm80 144H72a31.8 31.8 0 0 0-16 4.29V56a16 16 0 0 1 16-16h32v88a8 8 0 0 0 12.8 6.4L144 114l27.21 20.4A8 8 0 0 0 176 136a8 8 0 0 0 8-8V40h16Z"/></svg> </template>
CSS
.icon-book-bookmark {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208%2024H72a32%2032%200%200%200-32%2032v168a8%208%200%200%200%208%208h144a8%208%200%200%200%200-16H56a16%2016%200%200%201%2016-16h136a8%208%200%200%200%208-8V32a8%208%200%200%200-8-8m-88%2016h48v72l-19.21-14.4a8%208%200%200%200-9.6%200L120%20112Zm80%20144H72a31.8%2031.8%200%200%200-16%204.29V56a16%2016%200%200%201%2016-16h32v88a8%208%200%200%200%2012.8%206.4L144%20114l27.21%2020.4A8%208%200%200%200%20176%20136a8%208%200%200%200%208-8V40h16Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208%2024H72a32%2032%200%200%200-32%2032v168a8%208%200%200%200%208%208h144a8%208%200%200%200%200-16H56a16%2016%200%200%201%2016-16h136a8%208%200%200%200%208-8V32a8%208%200%200%200-8-8m-88%2016h48v72l-19.21-14.4a8%208%200%200%200-9.6%200L120%20112Zm80%20144H72a31.8%2031.8%200%200%200-16%204.29V56a16%2016%200%200%201%2016-16h32v88a8%208%200%200%200%2012.8%206.4L144%20114l27.21%2020.4A8%208%200%200%200%20176%20136a8%208%200%200%200%208-8V40h16Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/book-bookmark.svg?color=%231a73e8&size=48