bookmark open icon

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

Name
bookmark-open
Set
Reicon
Style
Outline
Category
School
Viewbox
24×24
License
MIT

2 other variants in Reicon

More school icons from Reicon

Use the bookmark open 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="M11.943 1.25h.114c2.309 0 4.118 0 5.53.19c1.444.194 2.584.6 3.479 1.494c.895.895 1.3 2.035 1.494 3.48c.19 1.411.19 3.22.19 5.529V14h-.005c-.012 1.414-.052 2.598-.185 3.586c-.194 1.445-.6 2.585-1.494 3.48c-.895.895-2.035 1.3-3.48 1.494c-1.411.19-3.22.19-5.529.19h-.114c-2.309 0-4.118 0-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.133-.988-.173-2.172-.185-3.586H1.25v-2.057c0-2.309 0-4.118.19-5.53c.194-1.444.6-2.584 1.494-3.479c.895-.895 2.035-1.3 3.48-1.494c1.411-.19 3.22-.19 5.529-.19m9.13 5.364q.026.18.045.373a5.8 5.8 0 0 0-1.508-1.11c-.658-.336-1.385-.484-2.265-.556c-.864-.071-1.94-.071-3.311-.071H9.966c-1.371 0-2.447 0-3.311.07c-.88.073-1.607.221-2.265.557a5.8 5.8 0 0 0-1.508 1.11q.02-.192.044-.373c.172-1.279.5-2.05 1.069-2.62c.57-.569 1.34-.896 2.619-1.068c1.3-.174 3.008-.176 5.386-.176s4.086.002 5.386.176c1.279.172 2.05.5 2.62 1.069c.569.57.896 1.34 1.068 2.619M2.927 17.386c-.146-1.09-.171-2.469-.175-4.289c.003-.959.014-1.705.065-2.32c.064-.787.188-1.295.397-1.706a4.25 4.25 0 0 1 1.858-1.858c.311-.158.678-.268 1.179-.34v3.958c0 .468 0 .851.017 1.153c.018.298.054.606.177.881a2.25 2.25 0 0 0 2.587 1.273c.293-.07.56-.23.806-.398c.25-.17.553-.404.924-.69l.018-.014c.47-.36.602-.456.723-.508a1.25 1.25 0 0 1 .996 0c.121.052.253.147.723.508l.018.015c.37.285.675.519.924.69c.247.167.513.326.806.397a2.25 2.25 0 0 0 2.587-1.273c.123-.275.16-.583.177-.881c.017-.302.017-.685.017-1.153V6.873c.501.072.868.182 1.18.34a4.25 4.25 0 0 1 1.857 1.858c.21.411.333.919.397 1.706c.05.615.062 1.361.065 2.32c-.004 1.82-.029 3.199-.175 4.29c-.172 1.278-.5 2.049-1.069 2.618c-.57.57-1.34.897-2.619 1.069c-1.3.174-3.008.176-5.386.176s-4.086-.002-5.386-.176c-1.279-.172-2.05-.5-2.62-1.069c-.569-.57-.896-1.34-1.068-2.619M14 6.75c.894 0 1.63 0 2.25.017v4.04c0 .497 0 .837-.015 1.09c-.015.263-.043.344-.05.36a.75.75 0 0 1-.862.424c-.016-.004-.097-.032-.315-.18a21 21 0 0 1-.872-.653l-.067-.052c-.37-.285-.659-.507-.973-.644a2.75 2.75 0 0 0-2.192 0c-.314.137-.603.359-.973.644l-.067.052c-.393.303-.663.51-.873.653c-.217.148-.298.176-.314.18a.75.75 0 0 1-.862-.425c-.007-.015-.035-.096-.05-.358a22 22 0 0 1-.015-1.09V6.767C8.37 6.75 9.106 6.75 10 6.75z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBookmarkOpen(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="M11.943 1.25h.114c2.309 0 4.118 0 5.53.19c1.444.194 2.584.6 3.479 1.494c.895.895 1.3 2.035 1.494 3.48c.19 1.411.19 3.22.19 5.529V14h-.005c-.012 1.414-.052 2.598-.185 3.586c-.194 1.445-.6 2.585-1.494 3.48c-.895.895-2.035 1.3-3.48 1.494c-1.411.19-3.22.19-5.529.19h-.114c-2.309 0-4.118 0-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.133-.988-.173-2.172-.185-3.586H1.25v-2.057c0-2.309 0-4.118.19-5.53c.194-1.444.6-2.584 1.494-3.479c.895-.895 2.035-1.3 3.48-1.494c1.411-.19 3.22-.19 5.529-.19m9.13 5.364q.026.18.045.373a5.8 5.8 0 0 0-1.508-1.11c-.658-.336-1.385-.484-2.265-.556c-.864-.071-1.94-.071-3.311-.071H9.966c-1.371 0-2.447 0-3.311.07c-.88.073-1.607.221-2.265.557a5.8 5.8 0 0 0-1.508 1.11q.02-.192.044-.373c.172-1.279.5-2.05 1.069-2.62c.57-.569 1.34-.896 2.619-1.068c1.3-.174 3.008-.176 5.386-.176s4.086.002 5.386.176c1.279.172 2.05.5 2.62 1.069c.569.57.896 1.34 1.068 2.619M2.927 17.386c-.146-1.09-.171-2.469-.175-4.289c.003-.959.014-1.705.065-2.32c.064-.787.188-1.295.397-1.706a4.25 4.25 0 0 1 1.858-1.858c.311-.158.678-.268 1.179-.34v3.958c0 .468 0 .851.017 1.153c.018.298.054.606.177.881a2.25 2.25 0 0 0 2.587 1.273c.293-.07.56-.23.806-.398c.25-.17.553-.404.924-.69l.018-.014c.47-.36.602-.456.723-.508a1.25 1.25 0 0 1 .996 0c.121.052.253.147.723.508l.018.015c.37.285.675.519.924.69c.247.167.513.326.806.397a2.25 2.25 0 0 0 2.587-1.273c.123-.275.16-.583.177-.881c.017-.302.017-.685.017-1.153V6.873c.501.072.868.182 1.18.34a4.25 4.25 0 0 1 1.857 1.858c.21.411.333.919.397 1.706c.05.615.062 1.361.065 2.32c-.004 1.82-.029 3.199-.175 4.29c-.172 1.278-.5 2.049-1.069 2.618c-.57.57-1.34.897-2.619 1.069c-1.3.174-3.008.176-5.386.176s-4.086-.002-5.386-.176c-1.279-.172-2.05-.5-2.62-1.069c-.569-.57-.896-1.34-1.068-2.619M14 6.75c.894 0 1.63 0 2.25.017v4.04c0 .497 0 .837-.015 1.09c-.015.263-.043.344-.05.36a.75.75 0 0 1-.862.424c-.016-.004-.097-.032-.315-.18a21 21 0 0 1-.872-.653l-.067-.052c-.37-.285-.659-.507-.973-.644a2.75 2.75 0 0 0-2.192 0c-.314.137-.603.359-.973.644l-.067.052c-.393.303-.663.51-.873.653c-.217.148-.298.176-.314.18a.75.75 0 0 1-.862-.425c-.007-.015-.035-.096-.05-.358a22 22 0 0 1-.015-1.09V6.767C8.37 6.75 9.106 6.75 10 6.75z" 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="M11.943 1.25h.114c2.309 0 4.118 0 5.53.19c1.444.194 2.584.6 3.479 1.494c.895.895 1.3 2.035 1.494 3.48c.19 1.411.19 3.22.19 5.529V14h-.005c-.012 1.414-.052 2.598-.185 3.586c-.194 1.445-.6 2.585-1.494 3.48c-.895.895-2.035 1.3-3.48 1.494c-1.411.19-3.22.19-5.529.19h-.114c-2.309 0-4.118 0-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.133-.988-.173-2.172-.185-3.586H1.25v-2.057c0-2.309 0-4.118.19-5.53c.194-1.444.6-2.584 1.494-3.479c.895-.895 2.035-1.3 3.48-1.494c1.411-.19 3.22-.19 5.529-.19m9.13 5.364q.026.18.045.373a5.8 5.8 0 0 0-1.508-1.11c-.658-.336-1.385-.484-2.265-.556c-.864-.071-1.94-.071-3.311-.071H9.966c-1.371 0-2.447 0-3.311.07c-.88.073-1.607.221-2.265.557a5.8 5.8 0 0 0-1.508 1.11q.02-.192.044-.373c.172-1.279.5-2.05 1.069-2.62c.57-.569 1.34-.896 2.619-1.068c1.3-.174 3.008-.176 5.386-.176s4.086.002 5.386.176c1.279.172 2.05.5 2.62 1.069c.569.57.896 1.34 1.068 2.619M2.927 17.386c-.146-1.09-.171-2.469-.175-4.289c.003-.959.014-1.705.065-2.32c.064-.787.188-1.295.397-1.706a4.25 4.25 0 0 1 1.858-1.858c.311-.158.678-.268 1.179-.34v3.958c0 .468 0 .851.017 1.153c.018.298.054.606.177.881a2.25 2.25 0 0 0 2.587 1.273c.293-.07.56-.23.806-.398c.25-.17.553-.404.924-.69l.018-.014c.47-.36.602-.456.723-.508a1.25 1.25 0 0 1 .996 0c.121.052.253.147.723.508l.018.015c.37.285.675.519.924.69c.247.167.513.326.806.397a2.25 2.25 0 0 0 2.587-1.273c.123-.275.16-.583.177-.881c.017-.302.017-.685.017-1.153V6.873c.501.072.868.182 1.18.34a4.25 4.25 0 0 1 1.857 1.858c.21.411.333.919.397 1.706c.05.615.062 1.361.065 2.32c-.004 1.82-.029 3.199-.175 4.29c-.172 1.278-.5 2.049-1.069 2.618c-.57.57-1.34.897-2.619 1.069c-1.3.174-3.008.176-5.386.176s-4.086-.002-5.386-.176c-1.279-.172-2.05-.5-2.62-1.069c-.569-.57-.896-1.34-1.068-2.619M14 6.75c.894 0 1.63 0 2.25.017v4.04c0 .497 0 .837-.015 1.09c-.015.263-.043.344-.05.36a.75.75 0 0 1-.862.424c-.016-.004-.097-.032-.315-.18a21 21 0 0 1-.872-.653l-.067-.052c-.37-.285-.659-.507-.973-.644a2.75 2.75 0 0 0-2.192 0c-.314.137-.603.359-.973.644l-.067.052c-.393.303-.663.51-.873.653c-.217.148-.298.176-.314.18a.75.75 0 0 1-.862-.425c-.007-.015-.035-.096-.05-.358a22 22 0 0 1-.015-1.09V6.767C8.37 6.75 9.106 6.75 10 6.75z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-bookmark-open {
  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%22M11.943%201.25h.114c2.309%200%204.118%200%205.53.19c1.444.194%202.584.6%203.479%201.494c.895.895%201.3%202.035%201.494%203.48c.19%201.411.19%203.22.19%205.529V14h-.005c-.012%201.414-.052%202.598-.185%203.586c-.194%201.445-.6%202.585-1.494%203.48c-.895.895-2.035%201.3-3.48%201.494c-1.411.19-3.22.19-5.529.19h-.114c-2.309%200-4.118%200-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.133-.988-.173-2.172-.185-3.586H1.25v-2.057c0-2.309%200-4.118.19-5.53c.194-1.444.6-2.584%201.494-3.479c.895-.895%202.035-1.3%203.48-1.494c1.411-.19%203.22-.19%205.529-.19m9.13%205.364q.026.18.045.373a5.8%205.8%200%200%200-1.508-1.11c-.658-.336-1.385-.484-2.265-.556c-.864-.071-1.94-.071-3.311-.071H9.966c-1.371%200-2.447%200-3.311.07c-.88.073-1.607.221-2.265.557a5.8%205.8%200%200%200-1.508%201.11q.02-.192.044-.373c.172-1.279.5-2.05%201.069-2.62c.57-.569%201.34-.896%202.619-1.068c1.3-.174%203.008-.176%205.386-.176s4.086.002%205.386.176c1.279.172%202.05.5%202.62%201.069c.569.57.896%201.34%201.068%202.619M2.927%2017.386c-.146-1.09-.171-2.469-.175-4.289c.003-.959.014-1.705.065-2.32c.064-.787.188-1.295.397-1.706a4.25%204.25%200%200%201%201.858-1.858c.311-.158.678-.268%201.179-.34v3.958c0%20.468%200%20.851.017%201.153c.018.298.054.606.177.881a2.25%202.25%200%200%200%202.587%201.273c.293-.07.56-.23.806-.398c.25-.17.553-.404.924-.69l.018-.014c.47-.36.602-.456.723-.508a1.25%201.25%200%200%201%20.996%200c.121.052.253.147.723.508l.018.015c.37.285.675.519.924.69c.247.167.513.326.806.397a2.25%202.25%200%200%200%202.587-1.273c.123-.275.16-.583.177-.881c.017-.302.017-.685.017-1.153V6.873c.501.072.868.182%201.18.34a4.25%204.25%200%200%201%201.857%201.858c.21.411.333.919.397%201.706c.05.615.062%201.361.065%202.32c-.004%201.82-.029%203.199-.175%204.29c-.172%201.278-.5%202.049-1.069%202.618c-.57.57-1.34.897-2.619%201.069c-1.3.174-3.008.176-5.386.176s-4.086-.002-5.386-.176c-1.279-.172-2.05-.5-2.62-1.069c-.569-.57-.896-1.34-1.068-2.619M14%206.75c.894%200%201.63%200%202.25.017v4.04c0%20.497%200%20.837-.015%201.09c-.015.263-.043.344-.05.36a.75.75%200%200%201-.862.424c-.016-.004-.097-.032-.315-.18a21%2021%200%200%201-.872-.653l-.067-.052c-.37-.285-.659-.507-.973-.644a2.75%202.75%200%200%200-2.192%200c-.314.137-.603.359-.973.644l-.067.052c-.393.303-.663.51-.873.653c-.217.148-.298.176-.314.18a.75.75%200%200%201-.862-.425c-.007-.015-.035-.096-.05-.358a22%2022%200%200%201-.015-1.09V6.767C8.37%206.75%209.106%206.75%2010%206.75z%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%22M11.943%201.25h.114c2.309%200%204.118%200%205.53.19c1.444.194%202.584.6%203.479%201.494c.895.895%201.3%202.035%201.494%203.48c.19%201.411.19%203.22.19%205.529V14h-.005c-.012%201.414-.052%202.598-.185%203.586c-.194%201.445-.6%202.585-1.494%203.48c-.895.895-2.035%201.3-3.48%201.494c-1.411.19-3.22.19-5.529.19h-.114c-2.309%200-4.118%200-5.53-.19c-1.444-.194-2.584-.6-3.479-1.494c-.895-.895-1.3-2.035-1.494-3.48c-.133-.988-.173-2.172-.185-3.586H1.25v-2.057c0-2.309%200-4.118.19-5.53c.194-1.444.6-2.584%201.494-3.479c.895-.895%202.035-1.3%203.48-1.494c1.411-.19%203.22-.19%205.529-.19m9.13%205.364q.026.18.045.373a5.8%205.8%200%200%200-1.508-1.11c-.658-.336-1.385-.484-2.265-.556c-.864-.071-1.94-.071-3.311-.071H9.966c-1.371%200-2.447%200-3.311.07c-.88.073-1.607.221-2.265.557a5.8%205.8%200%200%200-1.508%201.11q.02-.192.044-.373c.172-1.279.5-2.05%201.069-2.62c.57-.569%201.34-.896%202.619-1.068c1.3-.174%203.008-.176%205.386-.176s4.086.002%205.386.176c1.279.172%202.05.5%202.62%201.069c.569.57.896%201.34%201.068%202.619M2.927%2017.386c-.146-1.09-.171-2.469-.175-4.289c.003-.959.014-1.705.065-2.32c.064-.787.188-1.295.397-1.706a4.25%204.25%200%200%201%201.858-1.858c.311-.158.678-.268%201.179-.34v3.958c0%20.468%200%20.851.017%201.153c.018.298.054.606.177.881a2.25%202.25%200%200%200%202.587%201.273c.293-.07.56-.23.806-.398c.25-.17.553-.404.924-.69l.018-.014c.47-.36.602-.456.723-.508a1.25%201.25%200%200%201%20.996%200c.121.052.253.147.723.508l.018.015c.37.285.675.519.924.69c.247.167.513.326.806.397a2.25%202.25%200%200%200%202.587-1.273c.123-.275.16-.583.177-.881c.017-.302.017-.685.017-1.153V6.873c.501.072.868.182%201.18.34a4.25%204.25%200%200%201%201.857%201.858c.21.411.333.919.397%201.706c.05.615.062%201.361.065%202.32c-.004%201.82-.029%203.199-.175%204.29c-.172%201.278-.5%202.049-1.069%202.618c-.57.57-1.34.897-2.619%201.069c-1.3.174-3.008.176-5.386.176s-4.086-.002-5.386-.176c-1.279-.172-2.05-.5-2.62-1.069c-.569-.57-.896-1.34-1.068-2.619M14%206.75c.894%200%201.63%200%202.25.017v4.04c0%20.497%200%20.837-.015%201.09c-.015.263-.043.344-.05.36a.75.75%200%200%201-.862.424c-.016-.004-.097-.032-.315-.18a21%2021%200%200%201-.872-.653l-.067-.052c-.37-.285-.659-.507-.973-.644a2.75%202.75%200%200%200-2.192%200c-.314.137-.603.359-.973.644l-.067.052c-.393.303-.663.51-.873.653c-.217.148-.298.176-.314.18a.75.75%200%200%201-.862-.425c-.007-.015-.035-.096-.05-.358a22%2022%200%200%201-.015-1.09V6.767C8.37%206.75%209.106%206.75%2010%206.75z%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-open.svg?color=%231a73e8&size=48