Inbox Question Mark Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Inbox Question Mark icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/310784.svg" alt="Inbox Question Mark icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310784.svg" alt="Inbox Question Mark icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310784.svg" alt="Inbox Question Mark icon" :width="24" :height="24" />
CSS background
.icon-inbox-question-mark {
background-image: url('https://proicons.com/icon/310784.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="M2.75 12H6C6.53043 12 7.03914 12.2107 7.41421 12.5858C7.78929 12.9609 8 13.4696 8 14C8 14.5304 8.21071 15.0391 8.58579 15.4142C8.96086 15.7893 9.46957 16 10 16H14C14.5304 16 15.0391 15.7893 15.4142 15.4142C15.7893 15.0391 16 14.5304 16 14C16 13.4696 16.2107 12.9609 16.5858 12.5858C16.9609 12.2107 17.4696 12 18 12H21.25" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M21.25 10.375V12V15.25C21.25 18.5637 18.5637 21.25 15.25 21.25H8.75C5.43629 21.25 2.75 18.5637 2.75 15.25V8.75C2.75 5.43629 5.43629 2.75 8.75 2.75H12H13.625" stroke="black" stroke-width="1.5" stroke-linecap="round"/> <path d="M17.6136 3.52698C17.7371 3.25754 17.947 3.03699 18.21 2.90025C18.473 2.7635 18.774 2.71836 19.0655 2.77198C19.2652 2.80262 19.455 2.87966 19.6195 2.99691C19.784 3.11416 19.9188 3.26836 20.0129 3.44712C20.0807 3.5901 20.1175 3.7458 20.1208 3.90399C20.1241 4.06218 20.0939 4.21931 20.0322 4.36501C19.9705 4.5107 19.8787 4.6417 19.7628 4.74938C19.6468 4.85706 19.5094 4.939 19.3596 4.98977C19.2067 5.04779 19.0745 5.14977 18.9795 5.28284C18.8845 5.41591 18.8311 5.57414 18.826 5.73754V6.04606" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M18.8023 7.75H18.8048" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!