Bookmark Question Mark Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Bookmark Question Mark 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/309990.svg" alt="Bookmark Question Mark icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309990.svg" alt="Bookmark Question Mark icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309990.svg" alt="Bookmark Question Mark icon" :width="24" :height="24" />
CSS background
.icon-bookmark-question-mark {
background-image: url('https://proicons.com/icon/309990.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="M18.59 3.2038C18.1642 2.80261 17.6629 2.48994 17.1153 2.28394C16.5677 2.07795 15.9847 1.98273 15.4 2.00379H8.66998C8.07944 1.98242 7.49051 2.07784 6.93692 2.28455C6.38333 2.49127 5.87597 2.80524 5.44397 3.20844C5.01197 3.61164 4.66382 4.09613 4.41946 4.63416C4.17511 5.1722 4.03934 5.75321 4.01999 6.34382V19.7038C4.05001 20.1512 4.19841 20.5826 4.44998 20.9538C4.70432 21.3138 5.04931 21.6001 5.44998 21.7838C5.8581 21.9639 6.30661 22.0329 6.75 21.9838C7.18747 21.9272 7.6018 21.7546 7.94998 21.4838L11.38 18.9438C11.5601 18.8173 11.7749 18.7494 11.995 18.7494C12.2151 18.7494 12.4299 18.8173 12.61 18.9438L16.02 21.4738C16.3725 21.7519 16.7944 21.9283 17.24 21.9838H17.54C17.885 21.9802 18.2254 21.9053 18.54 21.7638C18.9431 21.5839 19.289 21.2968 19.54 20.9338C19.8065 20.5507 19.9591 20.1 19.98 19.6338V6.3238C19.9674 5.73745 19.838 5.15945 19.5993 4.62373C19.3607 4.088 19.0175 3.6053 18.59 3.2038ZM11.94 14.2038C11.7411 14.2038 11.5503 14.1248 11.4097 13.9841C11.269 13.8435 11.19 13.6527 11.19 13.4538C11.1887 13.3558 11.2068 13.2585 11.2434 13.1676C11.28 13.0766 11.3343 12.9939 11.4032 12.9241C11.472 12.8543 11.554 12.7989 11.6445 12.7611C11.7349 12.7232 11.832 12.7038 11.93 12.7038C12.1289 12.7038 12.3197 12.7828 12.4603 12.9235C12.601 13.0641 12.68 13.2549 12.68 13.4538C12.68 13.6527 12.601 13.8435 12.4603 13.9841C12.3197 14.1248 12.1289 14.2038 11.93 14.2038H11.94ZM14.32 9.08381C14.1955 9.3838 14.0077 9.65339 13.7696 9.87428C13.5314 10.0952 13.2485 10.2621 12.94 10.3638C12.8767 10.3888 12.8238 10.4347 12.79 10.4938C12.7416 10.5528 12.7167 10.6276 12.72 10.7038V11.1038C12.72 11.3027 12.641 11.4935 12.5003 11.6341C12.3597 11.7748 12.1689 11.8538 11.97 11.8538C11.7711 11.8538 11.5803 11.7748 11.4397 11.6341C11.299 11.4935 11.22 11.3027 11.22 11.1038V10.6838C11.2256 10.3045 11.3439 9.93552 11.56 9.62379C11.7817 9.31939 12.0876 9.08651 12.44 8.9538C12.5521 8.91038 12.6567 8.84965 12.75 8.77381C12.8301 8.69303 12.8945 8.59806 12.94 8.49378C12.98 8.39184 13.0003 8.28327 13 8.17378C12.9996 8.06221 12.9721 7.9524 12.92 7.85377C12.8459 7.71994 12.7436 7.60393 12.62 7.5138C12.4876 7.42355 12.3377 7.36222 12.18 7.33381C11.9355 7.28985 11.6833 7.32485 11.46 7.43379C11.2493 7.55236 11.0814 7.73433 10.98 7.9538C10.8917 8.1263 10.74 8.25791 10.5568 8.32105C10.3736 8.38419 10.173 8.37394 9.99719 8.29249C9.82135 8.21103 9.68387 8.06469 9.61356 7.8841C9.54324 7.70352 9.54554 7.50272 9.62 7.3238C9.85527 6.79935 10.2608 6.36976 10.7709 6.10474C11.281 5.83973 11.8656 5.75481 12.43 5.86378C12.813 5.91881 13.1769 6.0664 13.49 6.29377C13.8154 6.52317 14.0798 6.82874 14.26 7.18379C14.4182 7.49334 14.5005 7.83613 14.5 8.18379C14.5085 8.48739 14.4575 8.78975 14.35 9.0738L14.32 9.08381Z" fill="black"/> </svg>
Copied!