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/310554.svg" alt="Bookmark Question Mark icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310554.svg" alt="Bookmark Question Mark icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310554.svg" alt="Bookmark Question Mark icon" :width="24" :height="24" />
CSS background
.icon-bookmark-question-mark {
background-image: url('https://proicons.com/icon/310554.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="M10.94 18.339L7.51 20.8869C7.26537 21.0782 6.9732 21.1993 6.66487 21.2372C6.35654 21.2751 6.0437 21.2284 5.75995 21.102C5.4762 20.9757 5.23225 20.7745 5.05432 20.5201C4.87638 20.2656 4.77118 19.9676 4.75 19.6579V6.34928C4.78647 5.35977 5.21452 4.42518 5.94014 3.75077C6.66575 3.07636 7.6296 2.71726 8.62 2.75235H15.38C16.3704 2.71726 17.3342 3.07636 18.0599 3.75077C18.7855 4.42518 19.2135 5.35977 19.25 6.34928V19.6579C19.2288 19.9676 19.1236 20.2656 18.9457 20.5201C18.7677 20.7745 18.5238 20.9757 18.24 21.102C17.9563 21.2284 17.6435 21.2751 17.3351 21.2372C17.0268 21.1993 16.7346 21.0782 16.49 20.8869L13.06 18.339C12.7521 18.1149 12.381 17.9941 12 17.9941C11.619 17.9941 11.2479 18.1149 10.94 18.339Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M10.2738 7.62757C10.4439 7.25657 10.7328 6.9529 11.0949 6.76461C11.457 6.57632 11.8716 6.51418 12.273 6.588C12.5479 6.63019 12.8092 6.73627 13.0357 6.89771C13.2623 7.05915 13.4478 7.27147 13.5774 7.51761C13.6707 7.71448 13.7213 7.92886 13.7259 8.14668C13.7305 8.36449 13.6889 8.58084 13.604 8.78145C13.519 8.98206 13.3926 9.16242 13.233 9.31069C13.0733 9.45896 12.8841 9.57178 12.6778 9.64169C12.4673 9.72157 12.2852 9.862 12.1545 10.0452C12.0237 10.2284 11.9502 10.4463 11.9431 10.6713V11.0961" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M11.9105 13.4423H11.9149" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!