bookmark check icon
bookmark-check from Reicon by REICON · Outline · Like · MIT Free for personal and commercial use.
- Name
- bookmark-check
- Set
- Reicon
- Style
- Outline
- 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"><g fill="currentColor"><path d="M16.03 8.28a.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"/><path fill-rule="evenodd" d="M14.306 1.25H9.668c-.883 0-1.592 0-2.164.047c-.589.048-1.1.149-1.57.389l-.054.03c-1.042.643-1.641 1.304-1.914 2.267c-.126.446-.173.926-.194 1.438c-.015.37-.017.788-.019 1.245l-.003.528V21.28a1.47 1.47 0 0 0 2.466 1.079l5.208-4.807l.027-.027a2.3 2.3 0 0 1 .43-.367a.5.5 0 0 1 .113-.052H12l.023.005q.027.006.097.047a2.4 2.4 0 0 1 .457.394l5.208 4.807a1.468 1.468 0 0 0 2.466-1.079V7.168c0-.883 0-1.592-.047-2.164c-.048-.589-.149-1.1-.389-1.57l-.03-.054c-.643-1.042-1.304-1.64-2.267-1.914c-.446-.126-.926-.173-1.439-.194a36 36 0 0 0-1.251-.02l-.521-.002M5.41 4.391c.135-.478.407-.868 1.23-1.381c.22-.107.509-.18.986-.218C8.13 2.75 8.777 2.75 9.7 2.75h4.597l.55.003c.449.002.828.004 1.17.018c.471.019.814.06 1.091.139c.48.135.87.407 1.382 1.23c.108.22.18.509.218.986c.041.504.042 1.151.042 2.074v14.01l-5.143-4.747c-.428-.435-.95-.856-1.607-.856c-.659 0-1.18.421-1.607.857L5.25 21.21V7.203l.003-.558c.002-.445.004-.822.018-1.163c.019-.47.06-.813.139-1.09" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBookmarkCheck(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="M16.03 8.28a.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"/><path fillRule="evenodd" d="M14.306 1.25H9.668c-.883 0-1.592 0-2.164.047c-.589.048-1.1.149-1.57.389l-.054.03c-1.042.643-1.641 1.304-1.914 2.267c-.126.446-.173.926-.194 1.438c-.015.37-.017.788-.019 1.245l-.003.528V21.28a1.47 1.47 0 0 0 2.466 1.079l5.208-4.807l.027-.027a2.3 2.3 0 0 1 .43-.367a.5.5 0 0 1 .113-.052H12l.023.005q.027.006.097.047a2.4 2.4 0 0 1 .457.394l5.208 4.807a1.468 1.468 0 0 0 2.466-1.079V7.168c0-.883 0-1.592-.047-2.164c-.048-.589-.149-1.1-.389-1.57l-.03-.054c-.643-1.042-1.304-1.64-2.267-1.914c-.446-.126-.926-.173-1.439-.194a36 36 0 0 0-1.251-.02l-.521-.002M5.41 4.391c.135-.478.407-.868 1.23-1.381c.22-.107.509-.18.986-.218C8.13 2.75 8.777 2.75 9.7 2.75h4.597l.55.003c.449.002.828.004 1.17.018c.471.019.814.06 1.091.139c.48.135.87.407 1.382 1.23c.108.22.18.509.218.986c.041.504.042 1.151.042 2.074v14.01l-5.143-4.747c-.428-.435-.95-.856-1.607-.856c-.659 0-1.18.421-1.607.857L5.25 21.21V7.203l.003-.558c.002-.445.004-.822.018-1.163c.019-.47.06-.813.139-1.09" 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="M16.03 8.28a.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"/><path fill-rule="evenodd" d="M14.306 1.25H9.668c-.883 0-1.592 0-2.164.047c-.589.048-1.1.149-1.57.389l-.054.03c-1.042.643-1.641 1.304-1.914 2.267c-.126.446-.173.926-.194 1.438c-.015.37-.017.788-.019 1.245l-.003.528V21.28a1.47 1.47 0 0 0 2.466 1.079l5.208-4.807l.027-.027a2.3 2.3 0 0 1 .43-.367a.5.5 0 0 1 .113-.052H12l.023.005q.027.006.097.047a2.4 2.4 0 0 1 .457.394l5.208 4.807a1.468 1.468 0 0 0 2.466-1.079V7.168c0-.883 0-1.592-.047-2.164c-.048-.589-.149-1.1-.389-1.57l-.03-.054c-.643-1.042-1.304-1.64-2.267-1.914c-.446-.126-.926-.173-1.439-.194a36 36 0 0 0-1.251-.02l-.521-.002M5.41 4.391c.135-.478.407-.868 1.23-1.381c.22-.107.509-.18.986-.218C8.13 2.75 8.777 2.75 9.7 2.75h4.597l.55.003c.449.002.828.004 1.17.018c.471.019.814.06 1.091.139c.48.135.87.407 1.382 1.23c.108.22.18.509.218.986c.041.504.042 1.151.042 2.074v14.01l-5.143-4.747c-.428-.435-.95-.856-1.607-.856c-.659 0-1.18.421-1.607.857L5.25 21.21V7.203l.003-.558c.002-.445.004-.822.018-1.163c.019-.47.06-.813.139-1.09" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-bookmark-check {
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%22M16.03%208.28a.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%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.306%201.25H9.668c-.883%200-1.592%200-2.164.047c-.589.048-1.1.149-1.57.389l-.054.03c-1.042.643-1.641%201.304-1.914%202.267c-.126.446-.173.926-.194%201.438c-.015.37-.017.788-.019%201.245l-.003.528V21.28a1.47%201.47%200%200%200%202.466%201.079l5.208-4.807l.027-.027a2.3%202.3%200%200%201%20.43-.367a.5.5%200%200%201%20.113-.052H12l.023.005q.027.006.097.047a2.4%202.4%200%200%201%20.457.394l5.208%204.807a1.468%201.468%200%200%200%202.466-1.079V7.168c0-.883%200-1.592-.047-2.164c-.048-.589-.149-1.1-.389-1.57l-.03-.054c-.643-1.042-1.304-1.64-2.267-1.914c-.446-.126-.926-.173-1.439-.194a36%2036%200%200%200-1.251-.02l-.521-.002M5.41%204.391c.135-.478.407-.868%201.23-1.381c.22-.107.509-.18.986-.218C8.13%202.75%208.777%202.75%209.7%202.75h4.597l.55.003c.449.002.828.004%201.17.018c.471.019.814.06%201.091.139c.48.135.87.407%201.382%201.23c.108.22.18.509.218.986c.041.504.042%201.151.042%202.074v14.01l-5.143-4.747c-.428-.435-.95-.856-1.607-.856c-.659%200-1.18.421-1.607.857L5.25%2021.21V7.203l.003-.558c.002-.445.004-.822.018-1.163c.019-.47.06-.813.139-1.09%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%22M16.03%208.28a.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%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.306%201.25H9.668c-.883%200-1.592%200-2.164.047c-.589.048-1.1.149-1.57.389l-.054.03c-1.042.643-1.641%201.304-1.914%202.267c-.126.446-.173.926-.194%201.438c-.015.37-.017.788-.019%201.245l-.003.528V21.28a1.47%201.47%200%200%200%202.466%201.079l5.208-4.807l.027-.027a2.3%202.3%200%200%201%20.43-.367a.5.5%200%200%201%20.113-.052H12l.023.005q.027.006.097.047a2.4%202.4%200%200%201%20.457.394l5.208%204.807a1.468%201.468%200%200%200%202.466-1.079V7.168c0-.883%200-1.592-.047-2.164c-.048-.589-.149-1.1-.389-1.57l-.03-.054c-.643-1.042-1.304-1.64-2.267-1.914c-.446-.126-.926-.173-1.439-.194a36%2036%200%200%200-1.251-.02l-.521-.002M5.41%204.391c.135-.478.407-.868%201.23-1.381c.22-.107.509-.18.986-.218C8.13%202.75%208.777%202.75%209.7%202.75h4.597l.55.003c.449.002.828.004%201.17.018c.471.019.814.06%201.091.139c.48.135.87.407%201.382%201.23c.108.22.18.509.218.986c.041.504.042%201.151.042%202.074v14.01l-5.143-4.747c-.428-.435-.95-.856-1.607-.856c-.659%200-1.18.421-1.607.857L5.25%2021.21V7.203l.003-.558c.002-.445.004-.822.018-1.163c.019-.47.06-.813.139-1.09%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-check.svg?color=%231a73e8&size=48