bookmark2 icon
bookmark2-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- bookmark2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the bookmark2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17 4.96v7.12c0 1.99-1.41 2.76-3.14 1.72l-1.32-.8c-.3-.18-.78-.18-1.08 0l-1.32.8C8.41 14.84 7 14.07 7 12.08V4.99C7.01 3 8.01 2 10 2h4c1.98 0 2.98.99 3 2.96"/><path d="M22 11.9v3.03c0 5.05-2 7.07-7 7.07H9c-5 0-7-2.02-7-7.07V11.9c0-2.69.57-4.52 1.85-5.64c.65-.55 1.65-.07 1.65.78v5.04c0 1.49.61 2.69 1.67 3.29c1.07.61 2.43.5 3.75-.29l1.08-.65l1.09.65c.74.45 1.51.68 2.23.68c.54 0 1.05-.13 1.51-.39c1.06-.6 1.67-1.8 1.67-3.29V7.03c0-.85 1.01-1.33 1.65-.77C21.43 7.38 22 9.21 22 11.9"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBookmark2Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17 4.96v7.12c0 1.99-1.41 2.76-3.14 1.72l-1.32-.8c-.3-.18-.78-.18-1.08 0l-1.32.8C8.41 14.84 7 14.07 7 12.08V4.99C7.01 3 8.01 2 10 2h4c1.98 0 2.98.99 3 2.96"/><path d="M22 11.9v3.03c0 5.05-2 7.07-7 7.07H9c-5 0-7-2.02-7-7.07V11.9c0-2.69.57-4.52 1.85-5.64c.65-.55 1.65-.07 1.65.78v5.04c0 1.49.61 2.69 1.67 3.29c1.07.61 2.43.5 3.75-.29l1.08-.65l1.09.65c.74.45 1.51.68 2.23.68c.54 0 1.05-.13 1.51-.39c1.06-.6 1.67-1.8 1.67-3.29V7.03c0-.85 1.01-1.33 1.65-.77C21.43 7.38 22 9.21 22 11.9"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17 4.96v7.12c0 1.99-1.41 2.76-3.14 1.72l-1.32-.8c-.3-.18-.78-.18-1.08 0l-1.32.8C8.41 14.84 7 14.07 7 12.08V4.99C7.01 3 8.01 2 10 2h4c1.98 0 2.98.99 3 2.96"/><path d="M22 11.9v3.03c0 5.05-2 7.07-7 7.07H9c-5 0-7-2.02-7-7.07V11.9c0-2.69.57-4.52 1.85-5.64c.65-.55 1.65-.07 1.65.78v5.04c0 1.49.61 2.69 1.67 3.29c1.07.61 2.43.5 3.75-.29l1.08-.65l1.09.65c.74.45 1.51.68 2.23.68c.54 0 1.05-.13 1.51-.39c1.06-.6 1.67-1.8 1.67-3.29V7.03c0-.85 1.01-1.33 1.65-.77C21.43 7.38 22 9.21 22 11.9"/></g></svg> </template>
CSS
.icon-bookmark2-filled {
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%22currentColor%22%3E%3Cpath%20d%3D%22M17%204.96v7.12c0%201.99-1.41%202.76-3.14%201.72l-1.32-.8c-.3-.18-.78-.18-1.08%200l-1.32.8C8.41%2014.84%207%2014.07%207%2012.08V4.99C7.01%203%208.01%202%2010%202h4c1.98%200%202.98.99%203%202.96%22%2F%3E%3Cpath%20d%3D%22M22%2011.9v3.03c0%205.05-2%207.07-7%207.07H9c-5%200-7-2.02-7-7.07V11.9c0-2.69.57-4.52%201.85-5.64c.65-.55%201.65-.07%201.65.78v5.04c0%201.49.61%202.69%201.67%203.29c1.07.61%202.43.5%203.75-.29l1.08-.65l1.09.65c.74.45%201.51.68%202.23.68c.54%200%201.05-.13%201.51-.39c1.06-.6%201.67-1.8%201.67-3.29V7.03c0-.85%201.01-1.33%201.65-.77C21.43%207.38%2022%209.21%2022%2011.9%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%22currentColor%22%3E%3Cpath%20d%3D%22M17%204.96v7.12c0%201.99-1.41%202.76-3.14%201.72l-1.32-.8c-.3-.18-.78-.18-1.08%200l-1.32.8C8.41%2014.84%207%2014.07%207%2012.08V4.99C7.01%203%208.01%202%2010%202h4c1.98%200%202.98.99%203%202.96%22%2F%3E%3Cpath%20d%3D%22M22%2011.9v3.03c0%205.05-2%207.07-7%207.07H9c-5%200-7-2.02-7-7.07V11.9c0-2.69.57-4.52%201.85-5.64c.65-.55%201.65-.07%201.65.78v5.04c0%201.49.61%202.69%201.67%203.29c1.07.61%202.43.5%203.75-.29l1.08-.65l1.09.65c.74.45%201.51.68%202.23.68c.54%200%201.05-.13%201.51-.39c1.06-.6%201.67-1.8%201.67-3.29V7.03c0-.85%201.01-1.33%201.65-.77C21.43%207.38%2022%209.21%2022%2011.9%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/bookmark2-filled.svg?color=%231a73e8&size=48