bookmark add icon
bookmark-add from Reicon by REICON · Outline · Like · MIT Free for personal and commercial use.
- Name
- bookmark-add
- Set
- Reicon
- Style
- Outline
- Category
- Like
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All bookmark add icons →More like icons from Reicon
Use the bookmark add icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.75 10a.75.75 0 0 1-.75.75h-2.25V13a.75.75 0 0 1-1.5 0v-2.25H9a.75.75 0 0 1 0-1.5h2.25V7a.75.75 0 0 1 1.5 0v2.25H15a.75.75 0 0 1 .75.75"/><path fill-rule="evenodd" d="M9.668 1.25h4.638l.52.003c.46.002.88.004 1.252.019c.513.02.993.068 1.439.194c.963.273 1.624.872 2.267 1.914q.016.026.03.054c.24.47.341.981.39 1.57c.046.572.046 1.28.046 2.164V21.28a1.47 1.47 0 0 1-2.466 1.079l-5.208-4.807l-.027-.026a2.4 2.4 0 0 0-.43-.368a.5.5 0 0 0-.097-.047q-.024-.007-.023-.005h-.005l-.017.005a.5.5 0 0 0-.097.047a2.4 2.4 0 0 0-.456.394L6.216 22.36a1.468 1.468 0 0 1-2.466-1.08V7.194l.003-.528c.002-.457.004-.875.02-1.245c.02-.512.067-.992.193-1.438c.273-.963.872-1.624 1.914-2.267l.054-.03c.47-.24.981-.341 1.57-.39c.572-.046 1.28-.046 2.164-.046M6.64 3.01c-.823.513-1.095.903-1.23 1.381c-.079.278-.12.62-.14 1.091c-.013.34-.015.718-.017 1.163l-.003.558V21.21l5.143-4.746c.428-.436.948-.858 1.607-.857c.658 0 1.179.421 1.607.856l5.143 4.747V7.2c0-.923 0-1.57-.042-2.074c-.039-.477-.11-.765-.218-.986c-.513-.823-.903-1.095-1.382-1.23c-.277-.079-.62-.12-1.09-.14a36 36 0 0 0-1.17-.017l-.551-.003H9.7c-.923 0-1.57 0-2.074.042c-.477.039-.765.11-.986.218" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBookmarkAdd(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.75 10a.75.75 0 0 1-.75.75h-2.25V13a.75.75 0 0 1-1.5 0v-2.25H9a.75.75 0 0 1 0-1.5h2.25V7a.75.75 0 0 1 1.5 0v2.25H15a.75.75 0 0 1 .75.75"/><path fillRule="evenodd" d="M9.668 1.25h4.638l.52.003c.46.002.88.004 1.252.019c.513.02.993.068 1.439.194c.963.273 1.624.872 2.267 1.914q.016.026.03.054c.24.47.341.981.39 1.57c.046.572.046 1.28.046 2.164V21.28a1.47 1.47 0 0 1-2.466 1.079l-5.208-4.807l-.027-.026a2.4 2.4 0 0 0-.43-.368a.5.5 0 0 0-.097-.047q-.024-.007-.023-.005h-.005l-.017.005a.5.5 0 0 0-.097.047a2.4 2.4 0 0 0-.456.394L6.216 22.36a1.468 1.468 0 0 1-2.466-1.08V7.194l.003-.528c.002-.457.004-.875.02-1.245c.02-.512.067-.992.193-1.438c.273-.963.872-1.624 1.914-2.267l.054-.03c.47-.24.981-.341 1.57-.39c.572-.046 1.28-.046 2.164-.046M6.64 3.01c-.823.513-1.095.903-1.23 1.381c-.079.278-.12.62-.14 1.091c-.013.34-.015.718-.017 1.163l-.003.558V21.21l5.143-4.746c.428-.436.948-.858 1.607-.857c.658 0 1.179.421 1.607.856l5.143 4.747V7.2c0-.923 0-1.57-.042-2.074c-.039-.477-.11-.765-.218-.986c-.513-.823-.903-1.095-1.382-1.23c-.277-.079-.62-.12-1.09-.14a36 36 0 0 0-1.17-.017l-.551-.003H9.7c-.923 0-1.57 0-2.074.042c-.477.039-.765.11-.986.218" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.75 10a.75.75 0 0 1-.75.75h-2.25V13a.75.75 0 0 1-1.5 0v-2.25H9a.75.75 0 0 1 0-1.5h2.25V7a.75.75 0 0 1 1.5 0v2.25H15a.75.75 0 0 1 .75.75"/><path fill-rule="evenodd" d="M9.668 1.25h4.638l.52.003c.46.002.88.004 1.252.019c.513.02.993.068 1.439.194c.963.273 1.624.872 2.267 1.914q.016.026.03.054c.24.47.341.981.39 1.57c.046.572.046 1.28.046 2.164V21.28a1.47 1.47 0 0 1-2.466 1.079l-5.208-4.807l-.027-.026a2.4 2.4 0 0 0-.43-.368a.5.5 0 0 0-.097-.047q-.024-.007-.023-.005h-.005l-.017.005a.5.5 0 0 0-.097.047a2.4 2.4 0 0 0-.456.394L6.216 22.36a1.468 1.468 0 0 1-2.466-1.08V7.194l.003-.528c.002-.457.004-.875.02-1.245c.02-.512.067-.992.193-1.438c.273-.963.872-1.624 1.914-2.267l.054-.03c.47-.24.981-.341 1.57-.39c.572-.046 1.28-.046 2.164-.046M6.64 3.01c-.823.513-1.095.903-1.23 1.381c-.079.278-.12.62-.14 1.091c-.013.34-.015.718-.017 1.163l-.003.558V21.21l5.143-4.746c.428-.436.948-.858 1.607-.857c.658 0 1.179.421 1.607.856l5.143 4.747V7.2c0-.923 0-1.57-.042-2.074c-.039-.477-.11-.765-.218-.986c-.513-.823-.903-1.095-1.382-1.23c-.277-.079-.62-.12-1.09-.14a36 36 0 0 0-1.17-.017l-.551-.003H9.7c-.923 0-1.57 0-2.074.042c-.477.039-.765.11-.986.218" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-bookmark-add {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.75%2010a.75.75%200%200%201-.75.75h-2.25V13a.75.75%200%200%201-1.5%200v-2.25H9a.75.75%200%200%201%200-1.5h2.25V7a.75.75%200%200%201%201.5%200v2.25H15a.75.75%200%200%201%20.75.75%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.668%201.25h4.638l.52.003c.46.002.88.004%201.252.019c.513.02.993.068%201.439.194c.963.273%201.624.872%202.267%201.914q.016.026.03.054c.24.47.341.981.39%201.57c.046.572.046%201.28.046%202.164V21.28a1.47%201.47%200%200%201-2.466%201.079l-5.208-4.807l-.027-.026a2.4%202.4%200%200%200-.43-.368a.5.5%200%200%200-.097-.047q-.024-.007-.023-.005h-.005l-.017.005a.5.5%200%200%200-.097.047a2.4%202.4%200%200%200-.456.394L6.216%2022.36a1.468%201.468%200%200%201-2.466-1.08V7.194l.003-.528c.002-.457.004-.875.02-1.245c.02-.512.067-.992.193-1.438c.273-.963.872-1.624%201.914-2.267l.054-.03c.47-.24.981-.341%201.57-.39c.572-.046%201.28-.046%202.164-.046M6.64%203.01c-.823.513-1.095.903-1.23%201.381c-.079.278-.12.62-.14%201.091c-.013.34-.015.718-.017%201.163l-.003.558V21.21l5.143-4.746c.428-.436.948-.858%201.607-.857c.658%200%201.179.421%201.607.856l5.143%204.747V7.2c0-.923%200-1.57-.042-2.074c-.039-.477-.11-.765-.218-.986c-.513-.823-.903-1.095-1.382-1.23c-.277-.079-.62-.12-1.09-.14a36%2036%200%200%200-1.17-.017l-.551-.003H9.7c-.923%200-1.57%200-2.074.042c-.477.039-.765.11-.986.218%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.75%2010a.75.75%200%200%201-.75.75h-2.25V13a.75.75%200%200%201-1.5%200v-2.25H9a.75.75%200%200%201%200-1.5h2.25V7a.75.75%200%200%201%201.5%200v2.25H15a.75.75%200%200%201%20.75.75%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.668%201.25h4.638l.52.003c.46.002.88.004%201.252.019c.513.02.993.068%201.439.194c.963.273%201.624.872%202.267%201.914q.016.026.03.054c.24.47.341.981.39%201.57c.046.572.046%201.28.046%202.164V21.28a1.47%201.47%200%200%201-2.466%201.079l-5.208-4.807l-.027-.026a2.4%202.4%200%200%200-.43-.368a.5.5%200%200%200-.097-.047q-.024-.007-.023-.005h-.005l-.017.005a.5.5%200%200%200-.097.047a2.4%202.4%200%200%200-.456.394L6.216%2022.36a1.468%201.468%200%200%201-2.466-1.08V7.194l.003-.528c.002-.457.004-.875.02-1.245c.02-.512.067-.992.193-1.438c.273-.963.872-1.624%201.914-2.267l.054-.03c.47-.24.981-.341%201.57-.39c.572-.046%201.28-.046%202.164-.046M6.64%203.01c-.823.513-1.095.903-1.23%201.381c-.079.278-.12.62-.14%201.091c-.013.34-.015.718-.017%201.163l-.003.558V21.21l5.143-4.746c.428-.436.948-.858%201.607-.857c.658%200%201.179.421%201.607.856l5.143%204.747V7.2c0-.923%200-1.57-.042-2.074c-.039-.477-.11-.765-.218-.986c-.513-.823-.903-1.095-1.382-1.23c-.277-.079-.62-.12-1.09-.14a36%2036%200%200%200-1.17-.017l-.551-.003H9.7c-.923%200-1.57%200-2.074.042c-.477.039-.765.11-.986.218%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/bookmark-add.svg?color=%231a73e8&size=48