Bookmark Upload Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Bookmark Upload 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/309991.svg" alt="Bookmark Upload icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309991.svg" alt="Bookmark Upload icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309991.svg" alt="Bookmark Upload icon" :width="24" :height="24" />
CSS background
.icon-bookmark-upload {
background-image: url('https://proicons.com/icon/309991.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.67C8.07946 1.98243 7.4905 2.07785 6.9369 2.28457C6.38331 2.49128 5.87599 2.80525 5.44398 3.20845C5.01198 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.19842 20.5826 4.45 20.9538C4.70433 21.3138 5.04932 21.6002 5.45 21.7838C5.85812 21.9639 6.30661 22.0329 6.75 21.9838C7.18747 21.9273 7.60182 21.7546 7.95 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.8849 21.9802 18.2254 21.9054 18.54 21.7638C18.943 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.3606 4.08801 19.0175 3.60531 18.59 3.20382ZM15.31 10.0538C15.2408 10.1239 15.1582 10.1795 15.0672 10.2172C14.9762 10.255 14.8785 10.2743 14.78 10.2738C14.6812 10.2761 14.583 10.2576 14.4918 10.2197C14.4005 10.1819 14.3182 10.1253 14.25 10.0538L12.77 8.58382V13.0038C12.77 13.2027 12.691 13.3935 12.5503 13.5341C12.4097 13.6748 12.2189 13.7538 12.02 13.7538C11.8211 13.7538 11.6303 13.6748 11.4897 13.5341C11.349 13.3935 11.27 13.2027 11.27 13.0038V8.58382L9.8 10.0538C9.65783 10.1863 9.46977 10.2584 9.27547 10.255C9.08117 10.2515 8.89579 10.1728 8.75838 10.0354C8.62096 9.89801 8.54225 9.71263 8.53882 9.51833C8.53539 9.32403 8.60751 9.13597 8.73999 8.99379L11.1 6.63381C11.2243 6.51156 11.3701 6.41328 11.53 6.34383C11.6354 6.30084 11.7466 6.27386 11.86 6.26381C11.9657 6.24379 12.0743 6.24379 12.18 6.26381C12.301 6.27356 12.4193 6.30397 12.53 6.35378C12.6858 6.42089 12.8281 6.5158 12.95 6.63381L15.31 8.99379C15.4545 9.1304 15.5388 9.31882 15.5445 9.5176C15.5501 9.71637 15.4765 9.90923 15.34 10.0538H15.31Z" fill="black"/> </svg>
Copied!