Box Question Mark Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Box 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/310571.svg" alt="Box Question Mark icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310571.svg" alt="Box Question Mark icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310571.svg" alt="Box Question Mark icon" :width="24" :height="24" />
CSS background
.icon-box-question-mark {
background-image: url('https://proicons.com/icon/310571.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="M4.38232 8.8125V17.3125C4.38232 18.1579 4.72628 18.9686 5.33853 19.5664C5.95079 20.1642 6.78118 20.5 7.64703 20.5H16.3529C17.2188 20.5 18.0492 20.1642 18.6614 19.5664C19.2737 18.9686 19.6176 18.1579 19.6176 17.3125V8.8125" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M19.6176 3.5H4.38235C3.48083 3.5 2.75 4.21355 2.75 5.09375V7.21875C2.75 8.09895 3.48083 8.8125 4.38235 8.8125H19.6176C20.5192 8.8125 21.25 8.09895 21.25 7.21875V5.09375C21.25 4.21355 20.5192 3.5 19.6176 3.5Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M10.4955 12.5886C10.6437 12.2653 10.8955 12.0006 11.2111 11.8365C11.5267 11.6724 11.888 11.6183 12.2378 11.6826C12.4774 11.7194 12.7051 11.8118 12.9025 11.9525C13.1 12.0932 13.2617 12.2783 13.3746 12.4928C13.456 12.6644 13.5001 12.8512 13.5041 13.041C13.5081 13.2309 13.4719 13.4194 13.3978 13.5943C13.3238 13.7691 13.2136 13.9263 13.0744 14.0555C12.9353 14.1847 12.7705 14.2831 12.5906 14.344C12.4072 14.4136 12.2485 14.536 12.1345 14.6957C12.0206 14.8553 11.9565 15.0452 11.9503 15.2413V15.6115" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M11.9219 17.6562H11.9263" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!