Bookmark Off Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Bookmark Off 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/308851.svg" alt="Bookmark Off Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308851.svg" alt="Bookmark Off Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308851.svg" alt="Bookmark Off Svg icon" :width="24" :height="24" />
CSS background
.icon-bookmark-off---svg {
background-image: url('https://proicons.com/icon/308851.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="M7.65704 3C7.65704 2.44772 8.10476 2 8.65704 2H16C17.6569 2 19 3.34315 19 5V12.343C19 12.8952 18.5523 13.343 18 13.343C17.4477 13.343 17 12.8952 17 12.343V5C17 4.44772 16.5523 4 16 4H8.65704C8.10476 4 7.65704 3.55228 7.65704 3ZM18.7185 17.3043C18.711 17.2965 18.7033 17.2888 18.6955 17.2813L6.71851 5.3043C6.71097 5.29651 6.70331 5.28884 6.69552 5.2813L4.70711 3.29289C4.31658 2.90237 3.68342 2.90237 3.29289 3.29289C2.90237 3.68342 2.90237 4.31658 3.29289 4.70711L5 6.41421V21C5 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 21V20.4142L19.2929 20.7071C19.6834 21.0976 20.3166 21.0976 20.7071 20.7071C21.0976 20.3166 21.0976 19.6834 20.7071 19.2929L18.7185 17.3043Z" fill="#292929"/> </svg>
Copied!