User Question Mark Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The User Question Mark icon is commonly used in account pages, profile sections and authentication flows. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310372.svg" alt="User Question Mark icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310372.svg" alt="User Question Mark icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310372.svg" alt="User Question Mark icon" :width="24" :height="24" />
CSS background
.icon-user-question-mark {
background-image: url('https://proicons.com/icon/310372.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="M13.3696 21.2479C13.3694 21.4467 13.2903 21.6374 13.1496 21.7779C13.0079 21.9168 12.818 21.9956 12.6196 21.9979H4.98959C4.79068 21.9979 4.59985 21.9189 4.4592 21.7782C4.31855 21.6375 4.23959 21.4468 4.23959 21.2479C4.23959 17.1479 8.72959 13.9679 12.6096 13.9679C12.8077 13.9705 12.997 14.0503 13.1371 14.1904C13.2771 14.3305 13.357 14.5198 13.3596 14.7179L13.3696 21.2479Z" fill="black"/> <path d="M17.3296 9.07788C16.9388 10.0077 16.2855 10.8034 15.4496 11.3679C14.6106 11.9237 13.6261 12.2194 12.6196 12.2179C11.6959 12.2168 10.7899 11.9649 9.99818 11.489C9.2065 11.0131 8.55896 10.331 8.12465 9.51581C7.69034 8.70058 7.48557 7.7827 7.53224 6.86017C7.57892 5.93764 7.87528 5.04513 8.38966 4.2779C8.9482 3.43431 9.74538 2.77629 10.6796 2.38788C11.6296 1.99876 12.674 1.90132 13.6796 2.10791C14.671 2.30028 15.581 2.78833 16.2897 3.50788C17.0085 4.2211 17.4961 5.13393 17.6896 6.12787C17.8627 7.1252 17.7375 8.15145 17.3296 9.07788Z" fill="black"/> <path d="M17.4196 19.6879C17.2215 19.6853 17.0322 19.6054 16.8921 19.4653C16.752 19.3252 16.6722 19.136 16.6696 18.9379V18.5679C16.6748 18.2197 16.7844 17.8812 16.984 17.5959C17.1837 17.3107 17.4644 17.0919 17.7897 16.9679C17.8794 16.9403 17.9615 16.8924 18.0297 16.8279C18.0958 16.775 18.1473 16.7062 18.1796 16.6279C18.1995 16.5457 18.1995 16.46 18.1796 16.3779C18.1936 16.2985 18.1936 16.2173 18.1796 16.1379C18.1182 16.0337 18.0342 15.9446 17.9339 15.8771C17.8335 15.8096 17.7193 15.7654 17.5996 15.7479C17.4094 15.7064 17.2107 15.7348 17.0397 15.8279C16.8706 15.9133 16.7363 16.0547 16.6597 16.2279C16.5761 16.4096 16.4238 16.5506 16.2362 16.62C16.0487 16.6894 15.8414 16.6814 15.6597 16.5979C15.478 16.5144 15.3369 16.362 15.2675 16.1745C15.1981 15.987 15.2061 15.7796 15.2897 15.5979C15.5092 15.1243 15.8796 14.7368 16.3428 14.4962C16.806 14.2555 17.3359 14.1752 17.8496 14.2679C18.2106 14.3175 18.554 14.4549 18.8496 14.6679C19.1412 14.8773 19.3807 15.1511 19.5496 15.4679C19.6859 15.7413 19.7578 16.0424 19.7597 16.3479C19.7676 16.6426 19.713 16.9357 19.5996 17.2079C19.4839 17.4821 19.3099 17.7277 19.0896 17.9279C18.8759 18.1314 18.6198 18.285 18.3396 18.3779C18.3058 18.3963 18.2781 18.4241 18.2597 18.4579C18.2459 18.5001 18.2459 18.5456 18.2597 18.5879V18.9379C18.2589 19.0439 18.2359 19.1487 18.1922 19.2453C18.1484 19.3419 18.085 19.4284 18.0059 19.499C17.9268 19.5697 17.8336 19.623 17.7327 19.6555C17.6317 19.688 17.5251 19.699 17.4196 19.6879Z" fill="black"/> <path d="M17.3996 21.8379C17.8304 21.8379 18.1796 21.4887 18.1796 21.0579C18.1796 20.6271 17.8304 20.2779 17.3996 20.2779C16.9688 20.2779 16.6196 20.6271 16.6196 21.0579C16.6196 21.4887 16.9688 21.8379 17.3996 21.8379Z" fill="black"/> </svg>
Copied!