bookmark icon

bookmark-duotone from Reicon by REICON · Duotone · School · MIT Free for personal and commercial use.

Name
bookmark-duotone
Set
Reicon
Style
Duotone
Category
School
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All bookmark icons →

More school icons from Reicon

Use the bookmark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21 11.098v4.993c0 3.096 0 4.645-.734 5.321c-.35.323-.792.526-1.263.58c-.987.113-2.14-.907-4.445-2.946c-1.02-.901-1.529-1.352-2.118-1.47a2.2 2.2 0 0 0-.88 0c-.59.118-1.099.569-2.118 1.47c-2.305 2.039-3.458 3.059-4.445 2.945a2.24 2.24 0 0 1-1.263-.579C3 20.736 3 19.188 3 16.091v-4.994C3 6.81 3 4.666 4.318 3.333S7.758 2 12 2s6.364 0 7.682 1.332S21 6.81 21 11.098" opacity=".5"/><path d="M9 5.25a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBookmarkDuotone(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="M21 11.098v4.993c0 3.096 0 4.645-.734 5.321c-.35.323-.792.526-1.263.58c-.987.113-2.14-.907-4.445-2.946c-1.02-.901-1.529-1.352-2.118-1.47a2.2 2.2 0 0 0-.88 0c-.59.118-1.099.569-2.118 1.47c-2.305 2.039-3.458 3.059-4.445 2.945a2.24 2.24 0 0 1-1.263-.579C3 20.736 3 19.188 3 16.091v-4.994C3 6.81 3 4.666 4.318 3.333S7.758 2 12 2s6.364 0 7.682 1.332S21 6.81 21 11.098" opacity=".5"/><path d="M9 5.25a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5z"/></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="M21 11.098v4.993c0 3.096 0 4.645-.734 5.321c-.35.323-.792.526-1.263.58c-.987.113-2.14-.907-4.445-2.946c-1.02-.901-1.529-1.352-2.118-1.47a2.2 2.2 0 0 0-.88 0c-.59.118-1.099.569-2.118 1.47c-2.305 2.039-3.458 3.059-4.445 2.945a2.24 2.24 0 0 1-1.263-.579C3 20.736 3 19.188 3 16.091v-4.994C3 6.81 3 4.666 4.318 3.333S7.758 2 12 2s6.364 0 7.682 1.332S21 6.81 21 11.098" opacity=".5"/><path d="M9 5.25a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5z"/></g></svg>
</template>

CSS

.icon-bookmark-duotone {
  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%22M21%2011.098v4.993c0%203.096%200%204.645-.734%205.321c-.35.323-.792.526-1.263.58c-.987.113-2.14-.907-4.445-2.946c-1.02-.901-1.529-1.352-2.118-1.47a2.2%202.2%200%200%200-.88%200c-.59.118-1.099.569-2.118%201.47c-2.305%202.039-3.458%203.059-4.445%202.945a2.24%202.24%200%200%201-1.263-.579C3%2020.736%203%2019.188%203%2016.091v-4.994C3%206.81%203%204.666%204.318%203.333S7.758%202%2012%202s6.364%200%207.682%201.332S21%206.81%2021%2011.098%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9%205.25a.75.75%200%200%200%200%201.5h6a.75.75%200%200%200%200-1.5z%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%22M21%2011.098v4.993c0%203.096%200%204.645-.734%205.321c-.35.323-.792.526-1.263.58c-.987.113-2.14-.907-4.445-2.946c-1.02-.901-1.529-1.352-2.118-1.47a2.2%202.2%200%200%200-.88%200c-.59.118-1.099.569-2.118%201.47c-2.305%202.039-3.458%203.059-4.445%202.945a2.24%202.24%200%200%201-1.263-.579C3%2020.736%203%2019.188%203%2016.091v-4.994C3%206.81%203%204.666%204.318%203.333S7.758%202%2012%202s6.364%200%207.682%201.332S21%206.81%2021%2011.098%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9%205.25a.75.75%200%200%200%200%201.5h6a.75.75%200%200%200%200-1.5z%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-duotone.svg?color=%231a73e8&size=48