bookmark icon
bookmark from css.gg by Astrit · Outline · MIT Free for personal and commercial use.
- Name
- bookmark
- Set
- css.gg
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
bookmarkAkar IconsbookmarkBootstrap IconsbookmarkBoxIcons v2bookmarkBoxIcons v2 SolidbookmarkCarbonbookmarkCodiconsbookmarkEmoji One (Colored)bookmark-fillEva IconsbookmarkFramework7 IconsbookmarkFont Awesome 6 RegularbookmarkFont Awesome 6 SolidbookmarkFont Awesome RegularbookmarkFont Awesome SolidbookmarkFeather Iconsbookmark-outlineFlowbite Iconsbookmark-12-filledFluent UI System Iconsbookmark-16Fluent UI System Color IconsbookmarkFluent EmojibookmarkFluent Emoji FlatbookmarkFluent Emoji High ContrastbookmarkFirefox OS EmojibookmarkHeroIconsbookmarkHumbleiconsbookmarkIconPark
Use the bookmark icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19 20h-1.828l-4.465-4.465a1 1 0 0 0-1.414 0L6.828 20H5V7a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3zM17 7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v10l2.879-2.879a3 3 0 0 1 4.242 0L17 17z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function GgBookmark(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" fillRule="evenodd" d="M19 20h-1.828l-4.465-4.465a1 1 0 0 0-1.414 0L6.828 20H5V7a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3zM17 7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v10l2.879-2.879a3 3 0 0 1 4.242 0L17 17z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19 20h-1.828l-4.465-4.465a1 1 0 0 0-1.414 0L6.828 20H5V7a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3zM17 7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v10l2.879-2.879a3 3 0 0 1 4.242 0L17 17z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M19%2020h-1.828l-4.465-4.465a1%201%200%200%200-1.414%200L6.828%2020H5V7a3%203%200%200%201%203-3h8a3%203%200%200%201%203%203zM17%207a1%201%200%200%200-1-1H8a1%201%200%200%200-1%201v10l2.879-2.879a3%203%200%200%201%204.242%200L17%2017z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M19%2020h-1.828l-4.465-4.465a1%201%200%200%200-1.414%200L6.828%2020H5V7a3%203%200%200%201%203-3h8a3%203%200%200%201%203%203zM17%207a1%201%200%200%200-1-1H8a1%201%200%200%200-1%201v10l2.879-2.879a3%203%200%200%201%204.242%200L17%2017z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/gg/bookmark.svg?color=%231a73e8&size=48