Bookmark Download Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Bookmark Download 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/310551.svg" alt="Bookmark Download icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310551.svg" alt="Bookmark Download icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310551.svg" alt="Bookmark Download icon" :width="24" :height="24" />
CSS background
.icon-bookmark-download {
background-image: url('https://proicons.com/icon/310551.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.0001 13L12.0001 7" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M9.24854 10.4741L11.6093 12.8349C11.6605 12.8864 11.7214 12.9274 11.7884 12.9553C11.8555 12.9833 11.9274 12.9976 12 12.9976C12.0727 12.9976 12.1446 12.9833 12.2117 12.9553C12.2787 12.9274 12.3396 12.8864 12.3907 12.8349L14.7515 10.4741" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!