Image Question Mark Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Image Question Mark icon is commonly used in media galleries, CMS editors and image pickers. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310775.svg" alt="Image Question Mark icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310775.svg" alt="Image Question Mark icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310775.svg" alt="Image Question Mark icon" :width="24" :height="24" />
CSS background
.icon-image-question-mark {
background-image: url('https://proicons.com/icon/310775.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="M21.25 13V8.5C21.25 7.84339 21.1207 7.19321 20.8694 6.58658C20.6181 5.97995 20.2498 5.42876 19.7855 4.96447C19.3212 4.50017 18.77 4.13188 18.1634 3.8806C17.5568 3.62933 16.9066 3.5 16.25 3.5H7.75C6.42392 3.5 5.15215 4.02678 4.21447 4.96447C3.27678 5.90215 2.75 7.17392 2.75 8.5V15.5C2.75 16.1566 2.87933 16.8068 3.1306 17.4134C3.38188 18.02 3.75017 18.5712 4.21447 19.0355C5.15215 19.9732 6.42392 20.5 7.75 20.5H14.01" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M3.01001 17L5.75001 13.8C6.10985 13.4426 6.58212 13.2205 7.08689 13.1713C7.59166 13.1221 8.09793 13.2488 8.52001 13.53C8.94209 13.8112 9.44836 13.9379 9.95313 13.8887C10.4579 13.8395 10.9302 13.6174 11.29 13.26L13.62 10.93C14.2895 10.2582 15.1759 9.84619 16.121 9.76742C17.0662 9.68866 18.0086 9.94829 18.78 10.5L21.25 12.41" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M8.01003 10.17C8.33791 10.168 8.65787 10.069 8.92953 9.8854C9.2012 9.7018 9.41241 9.44186 9.53652 9.13836C9.66063 8.83487 9.69208 8.50142 9.6269 8.18007C9.56173 7.85872 9.40284 7.56388 9.17029 7.33272C8.93775 7.10156 8.64195 6.94446 8.32022 6.88121C7.99848 6.81796 7.66523 6.85142 7.36248 6.97735C7.05974 7.10328 6.80107 7.31604 6.61911 7.58881C6.43714 7.86157 6.34003 8.18212 6.34003 8.51001C6.34002 8.72885 6.38329 8.94552 6.46734 9.14758C6.55138 9.34963 6.67455 9.53308 6.82976 9.68735C6.98497 9.84163 7.16915 9.9637 7.3717 10.0465C7.57426 10.1294 7.79119 10.1713 8.01003 10.17Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M16.9205 15.8898C17.0687 15.5665 17.3205 15.3018 17.6361 15.1378C17.9517 14.9737 18.313 14.9195 18.6628 14.9838C18.9024 15.0206 19.1301 15.113 19.3275 15.2538C19.525 15.3945 19.6867 15.5795 19.7996 15.794C19.8809 15.9656 19.9251 16.1524 19.9291 16.3423C19.9331 16.5321 19.8968 16.7206 19.8228 16.8955C19.7488 17.0703 19.6386 17.2275 19.4994 17.3567C19.3603 17.4859 19.1954 17.5843 19.0156 17.6452C18.8322 17.7148 18.6735 17.8372 18.5595 17.9969C18.4456 18.1565 18.3815 18.3464 18.3753 18.5425V18.9127" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M18.3469 20.9575H18.3494" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!