bookmarks icon
bookmarks-rounded from Material Symbols by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- bookmarks-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More actions icons from Material Symbols
Use the bookmarks icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10 19l-4.55 2.275q-.5.25-.975-.038T4 20.376V8q0-.825.588-1.412T6 6h8q.825 0 1.413.588T16 8v12.375q0 .575-.475.863t-.975.037zm8.288-1.287Q18 17.425 18 17V4H8q-.425 0-.712-.288T7 3t.288-.712T8 2h10q.825 0 1.413.588T20 4v13q0 .425-.288.713T19 18t-.712-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBookmarksRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10 19l-4.55 2.275q-.5.25-.975-.038T4 20.376V8q0-.825.588-1.412T6 6h8q.825 0 1.413.588T16 8v12.375q0 .575-.475.863t-.975.037zm8.288-1.287Q18 17.425 18 17V4H8q-.425 0-.712-.288T7 3t.288-.712T8 2h10q.825 0 1.413.588T20 4v13q0 .425-.288.713T19 18t-.712-.288"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10 19l-4.55 2.275q-.5.25-.975-.038T4 20.376V8q0-.825.588-1.412T6 6h8q.825 0 1.413.588T16 8v12.375q0 .575-.475.863t-.975.037zm8.288-1.287Q18 17.425 18 17V4H8q-.425 0-.712-.288T7 3t.288-.712T8 2h10q.825 0 1.413.588T20 4v13q0 .425-.288.713T19 18t-.712-.288"/></svg> </template>
CSS
.icon-bookmarks-rounded {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10%2019l-4.55%202.275q-.5.25-.975-.038T4%2020.376V8q0-.825.588-1.412T6%206h8q.825%200%201.413.588T16%208v12.375q0%20.575-.475.863t-.975.037zm8.288-1.287Q18%2017.425%2018%2017V4H8q-.425%200-.712-.288T7%203t.288-.712T8%202h10q.825%200%201.413.588T20%204v13q0%20.425-.288.713T19%2018t-.712-.288%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10%2019l-4.55%202.275q-.5.25-.975-.038T4%2020.376V8q0-.825.588-1.412T6%206h8q.825%200%201.413.588T16%208v12.375q0%20.575-.475.863t-.975.037zm8.288-1.287Q18%2017.425%2018%2017V4H8q-.425%200-.712-.288T7%203t.288-.712T8%202h10q.825%200%201.413.588T20%204v13q0%20.425-.288.713T19%2018t-.712-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/bookmarks-rounded.svg?color=%231a73e8&size=48