collections bookmark icon
collections-bookmark from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- collections-bookmark
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the collections bookmark 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="M16.902 6.129C18 7.257 18 9.074 18 12.708v1.585c0 3.633 0 5.45-1.098 6.578S14.035 22 10.5 22s-5.303 0-6.402-1.129C3 19.743 3 17.926 3 14.293v-1.585c0-3.634 0-5.45 1.098-6.58C5.197 5 6.964 5 10.5 5s5.303 0 6.402 1.129"/><path d="M7.5 5.5v4.87c0 .935 0 1.402.29 1.57c.561.324 1.614-.758 2.114-1.083c.29-.19.435-.284.596-.284s.306.095.596.284c.5.325 1.553 1.407 2.114 1.083c.29-.168.29-.635.29-1.57V5.5"/><path d="M9 2h2c4.714 0 7.071 0 8.535 1.464C21 4.93 21 7.286 21 12v6"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCollectionsBookmark(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="M16.902 6.129C18 7.257 18 9.074 18 12.708v1.585c0 3.633 0 5.45-1.098 6.578S14.035 22 10.5 22s-5.303 0-6.402-1.129C3 19.743 3 17.926 3 14.293v-1.585c0-3.634 0-5.45 1.098-6.58C5.197 5 6.964 5 10.5 5s5.303 0 6.402 1.129"/><path d="M7.5 5.5v4.87c0 .935 0 1.402.29 1.57c.561.324 1.614-.758 2.114-1.083c.29-.19.435-.284.596-.284s.306.095.596.284c.5.325 1.553 1.407 2.114 1.083c.29-.168.29-.635.29-1.57V5.5"/><path d="M9 2h2c4.714 0 7.071 0 8.535 1.464C21 4.93 21 7.286 21 12v6"/></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="M16.902 6.129C18 7.257 18 9.074 18 12.708v1.585c0 3.633 0 5.45-1.098 6.578S14.035 22 10.5 22s-5.303 0-6.402-1.129C3 19.743 3 17.926 3 14.293v-1.585c0-3.634 0-5.45 1.098-6.58C5.197 5 6.964 5 10.5 5s5.303 0 6.402 1.129"/><path d="M7.5 5.5v4.87c0 .935 0 1.402.29 1.57c.561.324 1.614-.758 2.114-1.083c.29-.19.435-.284.596-.284s.306.095.596.284c.5.325 1.553 1.407 2.114 1.083c.29-.168.29-.635.29-1.57V5.5"/><path d="M9 2h2c4.714 0 7.071 0 8.535 1.464C21 4.93 21 7.286 21 12v6"/></g></svg> </template>
CSS
.icon-collections-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%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%22M16.902%206.129C18%207.257%2018%209.074%2018%2012.708v1.585c0%203.633%200%205.45-1.098%206.578S14.035%2022%2010.5%2022s-5.303%200-6.402-1.129C3%2019.743%203%2017.926%203%2014.293v-1.585c0-3.634%200-5.45%201.098-6.58C5.197%205%206.964%205%2010.5%205s5.303%200%206.402%201.129%22%2F%3E%3Cpath%20d%3D%22M7.5%205.5v4.87c0%20.935%200%201.402.29%201.57c.561.324%201.614-.758%202.114-1.083c.29-.19.435-.284.596-.284s.306.095.596.284c.5.325%201.553%201.407%202.114%201.083c.29-.168.29-.635.29-1.57V5.5%22%2F%3E%3Cpath%20d%3D%22M9%202h2c4.714%200%207.071%200%208.535%201.464C21%204.93%2021%207.286%2021%2012v6%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%22M16.902%206.129C18%207.257%2018%209.074%2018%2012.708v1.585c0%203.633%200%205.45-1.098%206.578S14.035%2022%2010.5%2022s-5.303%200-6.402-1.129C3%2019.743%203%2017.926%203%2014.293v-1.585c0-3.634%200-5.45%201.098-6.58C5.197%205%206.964%205%2010.5%205s5.303%200%206.402%201.129%22%2F%3E%3Cpath%20d%3D%22M7.5%205.5v4.87c0%20.935%200%201.402.29%201.57c.561.324%201.614-.758%202.114-1.083c.29-.19.435-.284.596-.284s.306.095.596.284c.5.325%201.553%201.407%202.114%201.083c.29-.168.29-.635.29-1.57V5.5%22%2F%3E%3Cpath%20d%3D%22M9%202h2c4.714%200%207.071%200%208.535%201.464C21%204.93%2021%207.286%2021%2012v6%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/collections-bookmark.svg?color=%231a73e8&size=48