bookmark check icon

bookmark-check-filled from Reicon by REICON · Filled · Like · MIT Free for personal and commercial use.

Name
bookmark-check-filled
Set
Reicon
Style
Filled
Category
Like
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All bookmark check icons →

More like icons from Reicon

Use the bookmark check 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="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.362 7.03a.75.75 0 0 0-1.06-1.06L11 11.19L9.03 9.22a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBookmarkCheckFilled(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="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.362 7.03a.75.75 0 0 0-1.06-1.06L11 11.19L9.03 9.22a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0z" 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="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.362 7.03a.75.75 0 0 0-1.06-1.06L11 11.19L9.03 9.22a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-bookmark-check-filled {
  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%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.362%207.03a.75.75%200%200%200-1.06-1.06L11%2011.19L9.03%209.22a.75.75%200%200%200-1.06%201.06l2.5%202.5a.75.75%200%200%200%201.06%200z%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%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.362%207.03a.75.75%200%200%200-1.06-1.06L11%2011.19L9.03%209.22a.75.75%200%200%200-1.06%201.06l2.5%202.5a.75.75%200%200%200%201.06%200z%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/reicon/bookmark-check-filled.svg?color=%231a73e8&size=48