bookmark icon
bookmark from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- bookmark
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
1 other variant in Prime Icons
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 Emojibookmarkcss.ggbookmarkHeroIconsbookmarkHumbleicons
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" d="M17.75 20.75a.83.83 0 0 1-.43-.13L12 16.91l-5.32 3.71a.75.75 0 0 1-.78 0a.74.74 0 0 1-.4-.62V6a2.75 2.75 0 0 1 2.75-2.75h7.5A2.75 2.75 0 0 1 18.5 6v14a.74.74 0 0 1-.4.66a.73.73 0 0 1-.35.09M12 15.25a.75.75 0 0 1 .43.13L17 18.56V6a1.25 1.25 0 0 0-1.25-1.25h-7.5A1.25 1.25 0 0 0 7 6v12.56l4.57-3.18a.75.75 0 0 1 .43-.13"/></svg>
React
import type { SVGProps } from "react";
export function PrimeBookmark(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="M17.75 20.75a.83.83 0 0 1-.43-.13L12 16.91l-5.32 3.71a.75.75 0 0 1-.78 0a.74.74 0 0 1-.4-.62V6a2.75 2.75 0 0 1 2.75-2.75h7.5A2.75 2.75 0 0 1 18.5 6v14a.74.74 0 0 1-.4.66a.73.73 0 0 1-.35.09M12 15.25a.75.75 0 0 1 .43.13L17 18.56V6a1.25 1.25 0 0 0-1.25-1.25h-7.5A1.25 1.25 0 0 0 7 6v12.56l4.57-3.18a.75.75 0 0 1 .43-.13"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.75 20.75a.83.83 0 0 1-.43-.13L12 16.91l-5.32 3.71a.75.75 0 0 1-.78 0a.74.74 0 0 1-.4-.62V6a2.75 2.75 0 0 1 2.75-2.75h7.5A2.75 2.75 0 0 1 18.5 6v14a.74.74 0 0 1-.4.66a.73.73 0 0 1-.35.09M12 15.25a.75.75 0 0 1 .43.13L17 18.56V6a1.25 1.25 0 0 0-1.25-1.25h-7.5A1.25 1.25 0 0 0 7 6v12.56l4.57-3.18a.75.75 0 0 1 .43-.13"/></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%20d%3D%22M17.75%2020.75a.83.83%200%200%201-.43-.13L12%2016.91l-5.32%203.71a.75.75%200%200%201-.78%200a.74.74%200%200%201-.4-.62V6a2.75%202.75%200%200%201%202.75-2.75h7.5A2.75%202.75%200%200%201%2018.5%206v14a.74.74%200%200%201-.4.66a.73.73%200%200%201-.35.09M12%2015.25a.75.75%200%200%201%20.43.13L17%2018.56V6a1.25%201.25%200%200%200-1.25-1.25h-7.5A1.25%201.25%200%200%200%207%206v12.56l4.57-3.18a.75.75%200%200%201%20.43-.13%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%22M17.75%2020.75a.83.83%200%200%201-.43-.13L12%2016.91l-5.32%203.71a.75.75%200%200%201-.78%200a.74.74%200%200%201-.4-.62V6a2.75%202.75%200%200%201%202.75-2.75h7.5A2.75%202.75%200%200%201%2018.5%206v14a.74.74%200%200%201-.4.66a.73.73%200%200%201-.35.09M12%2015.25a.75.75%200%200%201%20.43.13L17%2018.56V6a1.25%201.25%200%200%200-1.25-1.25h-7.5A1.25%201.25%200%200%200%207%206v12.56l4.57-3.18a.75.75%200%200%201%20.43-.13%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/bookmark.svg?color=%231a73e8&size=48