Bookmark Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Bookmark 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/307011.svg" alt="Bookmark icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307011.svg" alt="Bookmark icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307011.svg" alt="Bookmark icon" :width="24" :height="24" />
CSS background
.icon-bookmark {
background-image: url('https://proicons.com/icon/307011.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M3.77942 13.9187C3.44716 14.1405 3.00177 13.9024 3.00177 13.5029V4.01167C3.00177 2.9085 3.89502 2.01365 4.99819 2.01168L10.9982 2.00092C12.1028 1.99895 12.9998 2.89277 13.0018 3.99734V13.5029C13.0018 13.9024 12.5564 14.1405 12.2241 13.9187L8.00177 11.0994L3.77942 13.9187ZM12.0018 4.00092L11.9948 3.88252C11.9362 3.38529 11.5128 3.00001 11 3.00092L4.99998 3.01168C4.44839 3.01266 4.00177 3.46009 4.00177 4.01167V12.5678L7.72412 10.0824C7.89221 9.97018 8.11133 9.97018 8.27942 10.0824L12.0018 12.5678V4.00092Z"/></svg>
Bookmark in other icon packs
Copied!