Bookmark Cross Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Bookmark Cross icon is commonly used in reading lists, save-for-later features and content libraries. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/309986.svg" alt="Bookmark Cross icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309986.svg" alt="Bookmark Cross icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309986.svg" alt="Bookmark Cross icon" :width="24" :height="24" />
CSS background
.icon-bookmark-cross {
background-image: url('https://proicons.com/icon/309986.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M18.59 3.20382C18.1645 2.80217 17.6633 2.48918 17.1156 2.28316C16.5679 2.07714 15.9847 1.98219 15.4 2.0038H8.66998C8.07944 1.98243 7.49051 2.07785 6.93692 2.28457C6.38333 2.49128 5.87597 2.80525 5.44397 3.20845C5.01197 3.61166 4.66382 4.09614 4.41946 4.63418C4.17511 5.17221 4.03934 5.75322 4.01999 6.34383V19.7038C4.05001 20.1512 4.19841 20.5826 4.44998 20.9538C4.70432 21.3138 5.04931 21.6002 5.44998 21.7838C5.8581 21.9639 6.30661 22.0329 6.75 21.9838C7.18747 21.9273 7.6018 21.7546 7.94998 21.4838L11.38 18.9438C11.5601 18.8173 11.7749 18.7494 11.995 18.7494C12.2151 18.7494 12.4299 18.8173 12.61 18.9438L16.02 21.4738C16.3725 21.7519 16.7944 21.9283 17.24 21.9838H17.54C17.885 21.9802 18.2254 21.9054 18.54 21.7638C18.9431 21.5839 19.289 21.2968 19.54 20.9338C19.8065 20.5507 19.9591 20.1 19.98 19.6338V6.32381C19.9674 5.73746 19.838 5.15947 19.5993 4.62374C19.3607 4.08801 19.0175 3.60531 18.59 3.20382ZM14.8 11.7138C14.8707 11.7828 14.927 11.8652 14.9654 11.9562C15.0038 12.0472 15.0236 12.145 15.0236 12.2438C15.0236 12.3426 15.0038 12.4404 14.9654 12.5314C14.927 12.6224 14.8707 12.7049 14.8 12.7738C14.7323 12.8467 14.6503 12.9047 14.5591 12.9443C14.4679 12.9839 14.3694 13.0041 14.27 13.0038C14.072 12.9995 13.8828 12.921 13.74 12.7838L12.01 11.0638L10.3 12.7738C10.2297 12.8434 10.1465 12.8985 10.0549 12.9359C9.96339 12.9733 9.86534 12.9924 9.76645 12.9919C9.66755 12.9914 9.56973 12.9715 9.47855 12.9332C9.38736 12.8949 9.30459 12.8391 9.23499 12.7688C9.16538 12.6986 9.11032 12.6152 9.07291 12.5237C9.03549 12.4322 9.01647 12.3341 9.01694 12.2352C9.0174 12.1364 9.03732 12.0385 9.07559 11.9473C9.11387 11.8562 9.16973 11.7734 9.23999 11.7038L10.95 10.0038L9.23999 8.29378C9.09954 8.15316 9.02066 7.96256 9.02066 7.76381C9.02066 7.56506 9.09954 7.37441 9.23999 7.23378C9.38062 7.09333 9.57124 7.01448 9.76999 7.01448C9.96874 7.01448 10.1594 7.09333 10.3 7.23378L12.01 8.94381L13.74 7.22377C13.8806 7.08332 14.0712 7.00448 14.27 7.00448C14.4687 7.00448 14.6594 7.08332 14.8 7.22377C14.8707 7.29272 14.927 7.37518 14.9654 7.46621C15.0038 7.55723 15.0236 7.65501 15.0236 7.7538C15.0236 7.8526 15.0038 7.95038 14.9654 8.0414C14.927 8.13243 14.8707 8.21489 14.8 8.28383L13.08 10.0038L14.8 11.7138Z" fill="black"/> </svg>
Copied!