bookmark multiple icon
bookmark-multiple-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- bookmark-multiple-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
11 other variants in Fluent UI System Icons
bookmark-multiple-16-filledbookmark-multiple-16-regularbookmark-multiple-20-filledbookmark-multiple-20-regularbookmark-multiple-24-filledbookmark-multiple-24-regularbookmark-multiple-28-filledbookmark-multiple-32-filledbookmark-multiple-32-regularbookmark-multiple-48-filledbookmark-multiple-48-regular
The same icon in other sets
Related icons in Fluent UI System Icons
Use the bookmark multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M8.401 3.5A3 3 0 0 1 11 2h6.25A5.75 5.75 0 0 1 23 7.75V20a3 3 0 0 1-1.5 2.599V7.75a4.25 4.25 0 0 0-4.25-4.25zM8 5a3 3 0 0 0-3 3v17.25a.75.75 0 0 0 1.166.624l6.334-4.223l6.334 4.223A.75.75 0 0 0 20 25.25V8a3 3 0 0 0-3-3zM6.5 8A1.5 1.5 0 0 1 8 6.5h9A1.5 1.5 0 0 1 18.5 8v15.849l-5.584-3.723a.75.75 0 0 0-.832 0L6.5 23.849z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBookmarkMultiple28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M8.401 3.5A3 3 0 0 1 11 2h6.25A5.75 5.75 0 0 1 23 7.75V20a3 3 0 0 1-1.5 2.599V7.75a4.25 4.25 0 0 0-4.25-4.25zM8 5a3 3 0 0 0-3 3v17.25a.75.75 0 0 0 1.166.624l6.334-4.223l6.334 4.223A.75.75 0 0 0 20 25.25V8a3 3 0 0 0-3-3zM6.5 8A1.5 1.5 0 0 1 8 6.5h9A1.5 1.5 0 0 1 18.5 8v15.849l-5.584-3.723a.75.75 0 0 0-.832 0L6.5 23.849z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M8.401 3.5A3 3 0 0 1 11 2h6.25A5.75 5.75 0 0 1 23 7.75V20a3 3 0 0 1-1.5 2.599V7.75a4.25 4.25 0 0 0-4.25-4.25zM8 5a3 3 0 0 0-3 3v17.25a.75.75 0 0 0 1.166.624l6.334-4.223l6.334 4.223A.75.75 0 0 0 20 25.25V8a3 3 0 0 0-3-3zM6.5 8A1.5 1.5 0 0 1 8 6.5h9A1.5 1.5 0 0 1 18.5 8v15.849l-5.584-3.723a.75.75 0 0 0-.832 0L6.5 23.849z"/></svg> </template>
CSS
.icon-bookmark-multiple-28-regular {
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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.401%203.5A3%203%200%200%201%2011%202h6.25A5.75%205.75%200%200%201%2023%207.75V20a3%203%200%200%201-1.5%202.599V7.75a4.25%204.25%200%200%200-4.25-4.25zM8%205a3%203%200%200%200-3%203v17.25a.75.75%200%200%200%201.166.624l6.334-4.223l6.334%204.223A.75.75%200%200%200%2020%2025.25V8a3%203%200%200%200-3-3zM6.5%208A1.5%201.5%200%200%201%208%206.5h9A1.5%201.5%200%200%201%2018.5%208v15.849l-5.584-3.723a.75.75%200%200%200-.832%200L6.5%2023.849z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.401%203.5A3%203%200%200%201%2011%202h6.25A5.75%205.75%200%200%201%2023%207.75V20a3%203%200%200%201-1.5%202.599V7.75a4.25%204.25%200%200%200-4.25-4.25zM8%205a3%203%200%200%200-3%203v17.25a.75.75%200%200%200%201.166.624l6.334-4.223l6.334%204.223A.75.75%200%200%200%2020%2025.25V8a3%203%200%200%200-3-3zM6.5%208A1.5%201.5%200%200%201%208%206.5h9A1.5%201.5%200%200%201%2018.5%208v15.849l-5.584-3.723a.75.75%200%200%200-.832%200L6.5%2023.849z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/bookmark-multiple-28-regular.svg?color=%231a73e8&size=48