bookmarks icon
bookmarks-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- bookmarks-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the bookmarks icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M192 28H96a12 12 0 0 0-12 12v20H64a12 12 0 0 0-12 12v152a4 4 0 0 0 6.33 3.25L112 188.92l53.69 38.33a3.94 3.94 0 0 0 2.31.75a4.1 4.1 0 0 0 1.83-.44A4 4 0 0 0 172 224v-47.08l25.68 18.33a3.94 3.94 0 0 0 2.32.75a4.1 4.1 0 0 0 1.83-.44A4 4 0 0 0 204 192V40a12 12 0 0 0-12-12m-28 188.23l-49.68-35.48a4 4 0 0 0-4.65 0L60 216.23V72a4 4 0 0 1 4-4h96a4 4 0 0 1 4 4Zm32-32l-24-17.14V72a12 12 0 0 0-12-12H92V40a4 4 0 0 1 4-4h96a4 4 0 0 1 4 4Z"/></svg>
React
import type { SVGProps } from "react";
export function PhBookmarksThin(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="M192 28H96a12 12 0 0 0-12 12v20H64a12 12 0 0 0-12 12v152a4 4 0 0 0 6.33 3.25L112 188.92l53.69 38.33a3.94 3.94 0 0 0 2.31.75a4.1 4.1 0 0 0 1.83-.44A4 4 0 0 0 172 224v-47.08l25.68 18.33a3.94 3.94 0 0 0 2.32.75a4.1 4.1 0 0 0 1.83-.44A4 4 0 0 0 204 192V40a12 12 0 0 0-12-12m-28 188.23l-49.68-35.48a4 4 0 0 0-4.65 0L60 216.23V72a4 4 0 0 1 4-4h96a4 4 0 0 1 4 4Zm32-32l-24-17.14V72a12 12 0 0 0-12-12H92V40a4 4 0 0 1 4-4h96a4 4 0 0 1 4 4Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M192 28H96a12 12 0 0 0-12 12v20H64a12 12 0 0 0-12 12v152a4 4 0 0 0 6.33 3.25L112 188.92l53.69 38.33a3.94 3.94 0 0 0 2.31.75a4.1 4.1 0 0 0 1.83-.44A4 4 0 0 0 172 224v-47.08l25.68 18.33a3.94 3.94 0 0 0 2.32.75a4.1 4.1 0 0 0 1.83-.44A4 4 0 0 0 204 192V40a12 12 0 0 0-12-12m-28 188.23l-49.68-35.48a4 4 0 0 0-4.65 0L60 216.23V72a4 4 0 0 1 4-4h96a4 4 0 0 1 4 4Zm32-32l-24-17.14V72a12 12 0 0 0-12-12H92V40a4 4 0 0 1 4-4h96a4 4 0 0 1 4 4Z"/></svg> </template>
CSS
.icon-bookmarks-thin {
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%22M192%2028H96a12%2012%200%200%200-12%2012v20H64a12%2012%200%200%200-12%2012v152a4%204%200%200%200%206.33%203.25L112%20188.92l53.69%2038.33a3.94%203.94%200%200%200%202.31.75a4.1%204.1%200%200%200%201.83-.44A4%204%200%200%200%20172%20224v-47.08l25.68%2018.33a3.94%203.94%200%200%200%202.32.75a4.1%204.1%200%200%200%201.83-.44A4%204%200%200%200%20204%20192V40a12%2012%200%200%200-12-12m-28%20188.23l-49.68-35.48a4%204%200%200%200-4.65%200L60%20216.23V72a4%204%200%200%201%204-4h96a4%204%200%200%201%204%204Zm32-32l-24-17.14V72a12%2012%200%200%200-12-12H92V40a4%204%200%200%201%204-4h96a4%204%200%200%201%204%204Z%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%22M192%2028H96a12%2012%200%200%200-12%2012v20H64a12%2012%200%200%200-12%2012v152a4%204%200%200%200%206.33%203.25L112%20188.92l53.69%2038.33a3.94%203.94%200%200%200%202.31.75a4.1%204.1%200%200%200%201.83-.44A4%204%200%200%200%20172%20224v-47.08l25.68%2018.33a3.94%203.94%200%200%200%202.32.75a4.1%204.1%200%200%200%201.83-.44A4%204%200%200%200%20204%20192V40a12%2012%200%200%200-12-12m-28%20188.23l-49.68-35.48a4%204%200%200%200-4.65%200L60%20216.23V72a4%204%200%200%201%204-4h96a4%204%200%200%201%204%204Zm32-32l-24-17.14V72a12%2012%200%200%200-12-12H92V40a4%204%200%200%201%204-4h96a4%204%200%200%201%204%204Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/bookmarks-thin.svg?color=%231a73e8&size=48