bookmark icon
bookmark from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- bookmark
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
bookmarkAkar IconsbookmarkBootstrap IconsbookmarkBoxIcons v2bookmarkBoxIcons v2 SolidbookmarkCarbonbookmarkCodiconsbookmarkEmoji One (Colored)bookmark-fillEva 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 Emojibookmarkcss.ggbookmarkHeroIconsbookmarkHumbleiconsbookmarkIconPark
Use the bookmark icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M12.016 53.16c1.218 0 1.922-.61 4.289-2.976L27.672 38.84c.117-.094.234-.188.328-.188c.117 0 .21.094.328.188l11.39 11.344c2.321 2.32 3.071 2.976 4.266 2.976c1.477 0 2.602-.89 2.602-3.023V10.176c0-4.875-2.414-7.336-7.266-7.336H16.68c-4.828 0-7.266 2.46-7.266 7.336v39.96c0 2.134 1.149 3.024 2.602 3.024m1.757-5.695c-.328.328-.585.234-.585-.211V10.246c0-2.344 1.265-3.633 3.703-3.633h22.242c2.437 0 3.68 1.29 3.68 3.633v37.008c0 .445-.258.516-.587.21L29.173 34.552c-.399-.422-.82-.54-1.172-.54c-.328 0-.75.118-1.172.54Z"/></svg>
React
import type { SVGProps } from "react";
export function F7Bookmark(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M12.016 53.16c1.218 0 1.922-.61 4.289-2.976L27.672 38.84c.117-.094.234-.188.328-.188c.117 0 .21.094.328.188l11.39 11.344c2.321 2.32 3.071 2.976 4.266 2.976c1.477 0 2.602-.89 2.602-3.023V10.176c0-4.875-2.414-7.336-7.266-7.336H16.68c-4.828 0-7.266 2.46-7.266 7.336v39.96c0 2.134 1.149 3.024 2.602 3.024m1.757-5.695c-.328.328-.585.234-.585-.211V10.246c0-2.344 1.265-3.633 3.703-3.633h22.242c2.437 0 3.68 1.29 3.68 3.633v37.008c0 .445-.258.516-.587.21L29.173 34.552c-.399-.422-.82-.54-1.172-.54c-.328 0-.75.118-1.172.54Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M12.016 53.16c1.218 0 1.922-.61 4.289-2.976L27.672 38.84c.117-.094.234-.188.328-.188c.117 0 .21.094.328.188l11.39 11.344c2.321 2.32 3.071 2.976 4.266 2.976c1.477 0 2.602-.89 2.602-3.023V10.176c0-4.875-2.414-7.336-7.266-7.336H16.68c-4.828 0-7.266 2.46-7.266 7.336v39.96c0 2.134 1.149 3.024 2.602 3.024m1.757-5.695c-.328.328-.585.234-.585-.211V10.246c0-2.344 1.265-3.633 3.703-3.633h22.242c2.437 0 3.68 1.29 3.68 3.633v37.008c0 .445-.258.516-.587.21L29.173 34.552c-.399-.422-.82-.54-1.172-.54c-.328 0-.75.118-1.172.54Z"/></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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.016%2053.16c1.218%200%201.922-.61%204.289-2.976L27.672%2038.84c.117-.094.234-.188.328-.188c.117%200%20.21.094.328.188l11.39%2011.344c2.321%202.32%203.071%202.976%204.266%202.976c1.477%200%202.602-.89%202.602-3.023V10.176c0-4.875-2.414-7.336-7.266-7.336H16.68c-4.828%200-7.266%202.46-7.266%207.336v39.96c0%202.134%201.149%203.024%202.602%203.024m1.757-5.695c-.328.328-.585.234-.585-.211V10.246c0-2.344%201.265-3.633%203.703-3.633h22.242c2.437%200%203.68%201.29%203.68%203.633v37.008c0%20.445-.258.516-.587.21L29.173%2034.552c-.399-.422-.82-.54-1.172-.54c-.328%200-.75.118-1.172.54Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.016%2053.16c1.218%200%201.922-.61%204.289-2.976L27.672%2038.84c.117-.094.234-.188.328-.188c.117%200%20.21.094.328.188l11.39%2011.344c2.321%202.32%203.071%202.976%204.266%202.976c1.477%200%202.602-.89%202.602-3.023V10.176c0-4.875-2.414-7.336-7.266-7.336H16.68c-4.828%200-7.266%202.46-7.266%207.336v39.96c0%202.134%201.149%203.024%202.602%203.024m1.757-5.695c-.328.328-.585.234-.585-.211V10.246c0-2.344%201.265-3.633%203.703-3.633h22.242c2.437%200%203.68%201.29%203.68%203.633v37.008c0%20.445-.258.516-.587.21L29.173%2034.552c-.399-.422-.82-.54-1.172-.54c-.328%200-.75.118-1.172.54Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/bookmark.svg?color=%231a73e8&size=48