Bookmark Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Bookmark Svg 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/308850.svg" alt="Bookmark Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308850.svg" alt="Bookmark Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308850.svg" alt="Bookmark Svg icon" :width="24" :height="24" />
CSS background
.icon-bookmark---svg {
background-image: url('https://proicons.com/icon/308850.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 fill-rule="evenodd" clip-rule="evenodd" d="M8 2C6.34315 2 5 3.34315 5 5V21C5 21.3466 5.17945 21.6684 5.47427 21.8507C5.76909 22.0329 6.13723 22.0494 6.44721 21.8944L12 19.118L17.5528 21.8944C17.8628 22.0494 18.2309 22.0329 18.5257 21.8507C18.8205 21.6684 19 21.3466 19 21V5C19 3.34315 17.6569 2 16 2H8Z" fill="#292929"/> </svg>
Copied!