Delete Bookmark Icon
Free SVG icon from the Skware collection. Download or copy for use in any project.
The Delete 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/312477.svg" alt="Delete Bookmark icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312477.svg" alt="Delete Bookmark icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312477.svg" alt="Delete Bookmark icon" :width="24" :height="24" />
CSS background
.icon-delete-bookmark {
background-image: url('https://proicons.com/icon/312477.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 25.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve"> <g> <polygon points="18,10 18,18 17,18 17,17 16,17 16,16 15,16 15,15 14,15 14,14 10,14 10,15 9,15 9,16 8,16 8,17 7,17 7,18 6,18 6,6 7,6 7,5 13,5 13,3 5,3 5,4 4,4 4,21 8,21 8,20 9,20 9,19 10,19 10,18 11,18 11,17 12,17 13,17 13,18 14,18 14,19 15,19 15,20 16,20 16,21 20,21 20,10 "/> <rect x="16" y="4" width="6" height="2"/> </g> </svg>
Copied!