bookmark emoji
bookmark from Emoji One (Colored) by Emoji One · Default · Objects · CC-BY-4.0 Attribution required.
- Name
- bookmark
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Objects
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
bookmarkAkar IconsbookmarkBootstrap IconsbookmarkBoxIcons v2bookmarkBoxIcons v2 SolidbookmarkCarbonbookmarkCodiconsbookmark-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.ggbookmarkHeroIconsbookmarkHumbleiconsbookmarkIconPark
More objects icons from Emoji One (Colored)
Use the bookmark emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#d19500" d="M44.5 21.5c-.1-.1-.2-.2-.2-.3c-.4-.6-.2-1.5.5-1.9c6.8-3.9 8.2-7.2 9.6-10.1c1.1-2.5 2.2-4.8 6.2-6.5c.7-.3 1.5 0 1.8.7s0 1.5-.7 1.8C58.7 6.4 58 8 57 10.3c-1.4 3.1-3.2 7-10.7 11.3c-.7.4-1.4.3-1.8-.1"/><path fill="#ffbf1f" d="m43.7 20.5l-.1-.1c-.5-.6-.3-1.5.3-1.9c6.3-4.8 7.3-8.2 8.2-11.1c.8-2.6 1.5-5 5.3-7.2c.6-.4 1.4-.2 1.8.5s.1 1.5-.5 1.9c-2.9 1.6-3.3 3.2-4 5.6c-1 3.2-2.2 7.2-9.2 12.5c-.5.4-1.3.3-1.8-.2"/><path fill="#ed4c5c" d="M21.4 64V44.3H1.7L35.9 10c1.8-1.8 4.8-1.8 6.6 0l13.2 13.2c1.8 1.8 1.8 4.8 0 6.6z"/><circle cx="42.7" cy="23" r="4.9" fill="#fff"/><path fill="#f2b200" d="M49.5 12.9c-1.4-.6-2.3-1-3.6-.6c-1.9.6-3.5 2.4-4.6 5.3c-.2.5-.1 1.1.3 1.5c.1.1.3.2.4.3c.7.3 1.5-.1 1.8-.7c1.1-2.7 2.2-3.5 3-3.8c.4-.1.4.2.9.2c1.1-1.1 1.8-2.2 1.8-2.2m3.8 6.9c.4-1.1.1-2.1-.3-3.3c0 0-.8.8-2.1 1.9c0 .2 0 .4-.1.5c-.3.8-1.1 1.9-3.8 3c-.7.3-1 1.1-.7 1.8c.1.2.2.3.3.4c.4.4 1 .5 1.5.3c2.8-1.2 4.6-2.8 5.2-4.6"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneBookmark(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#d19500" d="M44.5 21.5c-.1-.1-.2-.2-.2-.3c-.4-.6-.2-1.5.5-1.9c6.8-3.9 8.2-7.2 9.6-10.1c1.1-2.5 2.2-4.8 6.2-6.5c.7-.3 1.5 0 1.8.7s0 1.5-.7 1.8C58.7 6.4 58 8 57 10.3c-1.4 3.1-3.2 7-10.7 11.3c-.7.4-1.4.3-1.8-.1"/><path fill="#ffbf1f" d="m43.7 20.5l-.1-.1c-.5-.6-.3-1.5.3-1.9c6.3-4.8 7.3-8.2 8.2-11.1c.8-2.6 1.5-5 5.3-7.2c.6-.4 1.4-.2 1.8.5s.1 1.5-.5 1.9c-2.9 1.6-3.3 3.2-4 5.6c-1 3.2-2.2 7.2-9.2 12.5c-.5.4-1.3.3-1.8-.2"/><path fill="#ed4c5c" d="M21.4 64V44.3H1.7L35.9 10c1.8-1.8 4.8-1.8 6.6 0l13.2 13.2c1.8 1.8 1.8 4.8 0 6.6z"/><circle cx="42.7" cy="23" r="4.9" fill="#fff"/><path fill="#f2b200" d="M49.5 12.9c-1.4-.6-2.3-1-3.6-.6c-1.9.6-3.5 2.4-4.6 5.3c-.2.5-.1 1.1.3 1.5c.1.1.3.2.4.3c.7.3 1.5-.1 1.8-.7c1.1-2.7 2.2-3.5 3-3.8c.4-.1.4.2.9.2c1.1-1.1 1.8-2.2 1.8-2.2m3.8 6.9c.4-1.1.1-2.1-.3-3.3c0 0-.8.8-2.1 1.9c0 .2 0 .4-.1.5c-.3.8-1.1 1.9-3.8 3c-.7.3-1 1.1-.7 1.8c.1.2.2.3.3.4c.4.4 1 .5 1.5.3c2.8-1.2 4.6-2.8 5.2-4.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#d19500" d="M44.5 21.5c-.1-.1-.2-.2-.2-.3c-.4-.6-.2-1.5.5-1.9c6.8-3.9 8.2-7.2 9.6-10.1c1.1-2.5 2.2-4.8 6.2-6.5c.7-.3 1.5 0 1.8.7s0 1.5-.7 1.8C58.7 6.4 58 8 57 10.3c-1.4 3.1-3.2 7-10.7 11.3c-.7.4-1.4.3-1.8-.1"/><path fill="#ffbf1f" d="m43.7 20.5l-.1-.1c-.5-.6-.3-1.5.3-1.9c6.3-4.8 7.3-8.2 8.2-11.1c.8-2.6 1.5-5 5.3-7.2c.6-.4 1.4-.2 1.8.5s.1 1.5-.5 1.9c-2.9 1.6-3.3 3.2-4 5.6c-1 3.2-2.2 7.2-9.2 12.5c-.5.4-1.3.3-1.8-.2"/><path fill="#ed4c5c" d="M21.4 64V44.3H1.7L35.9 10c1.8-1.8 4.8-1.8 6.6 0l13.2 13.2c1.8 1.8 1.8 4.8 0 6.6z"/><circle cx="42.7" cy="23" r="4.9" fill="#fff"/><path fill="#f2b200" d="M49.5 12.9c-1.4-.6-2.3-1-3.6-.6c-1.9.6-3.5 2.4-4.6 5.3c-.2.5-.1 1.1.3 1.5c.1.1.3.2.4.3c.7.3 1.5-.1 1.8-.7c1.1-2.7 2.2-3.5 3-3.8c.4-.1.4.2.9.2c1.1-1.1 1.8-2.2 1.8-2.2m3.8 6.9c.4-1.1.1-2.1-.3-3.3c0 0-.8.8-2.1 1.9c0 .2 0 .4-.1.5c-.3.8-1.1 1.9-3.8 3c-.7.3-1 1.1-.7 1.8c.1.2.2.3.3.4c.4.4 1 .5 1.5.3c2.8-1.2 4.6-2.8 5.2-4.6"/></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%2064%2064%22%3E%3Cpath%20fill%3D%22%23d19500%22%20d%3D%22M44.5%2021.5c-.1-.1-.2-.2-.2-.3c-.4-.6-.2-1.5.5-1.9c6.8-3.9%208.2-7.2%209.6-10.1c1.1-2.5%202.2-4.8%206.2-6.5c.7-.3%201.5%200%201.8.7s0%201.5-.7%201.8C58.7%206.4%2058%208%2057%2010.3c-1.4%203.1-3.2%207-10.7%2011.3c-.7.4-1.4.3-1.8-.1%22%2F%3E%3Cpath%20fill%3D%22%23ffbf1f%22%20d%3D%22m43.7%2020.5l-.1-.1c-.5-.6-.3-1.5.3-1.9c6.3-4.8%207.3-8.2%208.2-11.1c.8-2.6%201.5-5%205.3-7.2c.6-.4%201.4-.2%201.8.5s.1%201.5-.5%201.9c-2.9%201.6-3.3%203.2-4%205.6c-1%203.2-2.2%207.2-9.2%2012.5c-.5.4-1.3.3-1.8-.2%22%2F%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22M21.4%2064V44.3H1.7L35.9%2010c1.8-1.8%204.8-1.8%206.6%200l13.2%2013.2c1.8%201.8%201.8%204.8%200%206.6z%22%2F%3E%3Ccircle%20cx%3D%2242.7%22%20cy%3D%2223%22%20r%3D%224.9%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23f2b200%22%20d%3D%22M49.5%2012.9c-1.4-.6-2.3-1-3.6-.6c-1.9.6-3.5%202.4-4.6%205.3c-.2.5-.1%201.1.3%201.5c.1.1.3.2.4.3c.7.3%201.5-.1%201.8-.7c1.1-2.7%202.2-3.5%203-3.8c.4-.1.4.2.9.2c1.1-1.1%201.8-2.2%201.8-2.2m3.8%206.9c.4-1.1.1-2.1-.3-3.3c0%200-.8.8-2.1%201.9c0%20.2%200%20.4-.1.5c-.3.8-1.1%201.9-3.8%203c-.7.3-1%201.1-.7%201.8c.1.2.2.3.3.4c.4.4%201%20.5%201.5.3c2.8-1.2%204.6-2.8%205.2-4.6%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23d19500%22%20d%3D%22M44.5%2021.5c-.1-.1-.2-.2-.2-.3c-.4-.6-.2-1.5.5-1.9c6.8-3.9%208.2-7.2%209.6-10.1c1.1-2.5%202.2-4.8%206.2-6.5c.7-.3%201.5%200%201.8.7s0%201.5-.7%201.8C58.7%206.4%2058%208%2057%2010.3c-1.4%203.1-3.2%207-10.7%2011.3c-.7.4-1.4.3-1.8-.1%22%2F%3E%3Cpath%20fill%3D%22%23ffbf1f%22%20d%3D%22m43.7%2020.5l-.1-.1c-.5-.6-.3-1.5.3-1.9c6.3-4.8%207.3-8.2%208.2-11.1c.8-2.6%201.5-5%205.3-7.2c.6-.4%201.4-.2%201.8.5s.1%201.5-.5%201.9c-2.9%201.6-3.3%203.2-4%205.6c-1%203.2-2.2%207.2-9.2%2012.5c-.5.4-1.3.3-1.8-.2%22%2F%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22M21.4%2064V44.3H1.7L35.9%2010c1.8-1.8%204.8-1.8%206.6%200l13.2%2013.2c1.8%201.8%201.8%204.8%200%206.6z%22%2F%3E%3Ccircle%20cx%3D%2242.7%22%20cy%3D%2223%22%20r%3D%224.9%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23f2b200%22%20d%3D%22M49.5%2012.9c-1.4-.6-2.3-1-3.6-.6c-1.9.6-3.5%202.4-4.6%205.3c-.2.5-.1%201.1.3%201.5c.1.1.3.2.4.3c.7.3%201.5-.1%201.8-.7c1.1-2.7%202.2-3.5%203-3.8c.4-.1.4.2.9.2c1.1-1.1%201.8-2.2%201.8-2.2m3.8%206.9c.4-1.1.1-2.1-.3-3.3c0%200-.8.8-2.1%201.9c0%20.2%200%20.4-.1.5c-.3.8-1.1%201.9-3.8%203c-.7.3-1%201.1-.7%201.8c.1.2.2.3.3.4c.4.4%201%20.5%201.5.3c2.8-1.2%204.6-2.8%205.2-4.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/bookmark.svg?color=%231a73e8&size=48