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/311017.svg" alt="User Question Mark icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311017.svg" alt="User Question Mark icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311017.svg" alt="User Question Mark icon" :width="24" :height="24" />
CSS background
.icon-user-question-mark {
background-image: url('https://proicons.com/icon/311017.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="M11.9588 14.7235C8.35881 14.7235 4.33881 17.6519 4.33881 21.25" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M11.9588 11.4653C12.8215 11.4673 13.6655 11.2134 14.3838 10.7358C15.1021 10.2581 15.6625 9.57825 15.994 8.78217C16.3256 7.98609 16.4133 7.1096 16.2462 6.26365C16.0791 5.41769 15.6647 4.6403 15.0553 4.02987C14.446 3.41944 13.6691 3.00342 12.8231 2.83447C11.977 2.66551 11.0999 2.75122 10.3026 3.08075C9.50534 3.41027 8.82381 3.9688 8.34429 4.68562C7.86476 5.40245 7.6088 6.24535 7.6088 7.10764C7.60879 8.26163 8.06678 9.3685 8.88227 10.1854C9.69777 11.0024 10.8042 11.4626 11.9588 11.4653Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15.3181 15.9191C15.4663 15.5958 15.7182 15.3312 16.0337 15.1671C16.3493 15.003 16.7106 14.9488 17.0604 15.0131C17.3001 15.0499 17.5278 15.1424 17.7252 15.2831C17.9226 15.4238 18.0843 15.6088 18.1973 15.8233C18.2786 15.9949 18.3227 16.1817 18.3267 16.3716C18.3307 16.5614 18.2945 16.7499 18.2204 16.9248C18.1464 17.0996 18.0362 17.2568 17.8971 17.386C17.758 17.5152 17.5931 17.6136 17.4133 17.6745C17.2298 17.7441 17.0711 17.8665 16.9572 18.0262C16.8432 18.1859 16.7791 18.3757 16.773 18.5718V18.942" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M16.7445 20.9868H16.7471" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!