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/310555.svg" alt="Bookmark Upload icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310555.svg" alt="Bookmark Upload icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310555.svg" alt="Bookmark Upload icon" :width="24" :height="24" />
CSS background
.icon-bookmark-upload {
background-image: url('https://proicons.com/icon/310555.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="M10.94 18.339L7.51 20.8869C7.26537 21.0782 6.9732 21.1993 6.66487 21.2372C6.35654 21.2751 6.0437 21.2284 5.75995 21.102C5.4762 20.9757 5.23225 20.7745 5.05432 20.5201C4.87638 20.2656 4.77118 19.9676 4.75 19.6579V6.34928C4.78647 5.35977 5.21452 4.42518 5.94014 3.75077C6.66575 3.07636 7.6296 2.71726 8.62 2.75235H15.38C16.3704 2.71726 17.3342 3.07636 18.0599 3.75077C18.7855 4.42518 19.2135 5.35977 19.25 6.34928V19.6579C19.2288 19.9676 19.1236 20.2656 18.9457 20.5201C18.7677 20.7745 18.5238 20.9757 18.24 21.102C17.9563 21.2284 17.6435 21.2751 17.3351 21.2372C17.0268 21.1993 16.7346 21.0782 16.49 20.8869L13.06 18.339C12.7521 18.1149 12.381 17.9941 12 17.9941C11.619 17.9941 11.2479 18.1149 10.94 18.339Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12 7L12 13" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M14.7515 9.52594L12.3907 7.16513C12.3396 7.11357 12.2787 7.07262 12.2116 7.0447C12.1446 7.01674 12.0727 7.00235 12 7.00235C11.9274 7.00235 11.8555 7.01674 11.7884 7.0447C11.7213 7.07262 11.6605 7.11357 11.6093 7.16513L9.24852 9.52594" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!