Box 3d Question Mark Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Box 3d 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/310563.svg" alt="Box 3d Question Mark icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310563.svg" alt="Box 3d Question Mark icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310563.svg" alt="Box 3d Question Mark icon" :width="24" :height="24" />
CSS background
.icon-box-3d-question-mark {
background-image: url('https://proicons.com/icon/310563.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="M20.9349 11.0085V8.79337C20.9365 8.26127 20.7956 7.73845 20.5267 7.27928C20.2578 6.82011 19.8709 6.44135 19.406 6.1824L13.4494 2.87649C13.0062 2.62959 12.5073 2.5 12 2.5C11.4927 2.5 10.9937 2.62959 10.5506 2.87649L4.59397 6.1824C4.12913 6.44135 3.74215 6.82011 3.47328 7.27928C3.20442 7.73845 3.06347 8.26127 3.06511 8.79337V15.2066C3.06347 15.7387 3.20442 16.2615 3.47328 16.7207C3.74215 17.1799 4.12913 17.5586 4.59397 17.8176L10.5506 21.1235C10.9937 21.3704 11.4927 21.5 12 21.5C12.5073 21.5 13.0062 21.3704 13.4494 21.1235L15.971 19.7237" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M20.3293 6.99646L12 12L3.67072 6.99646" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12 21.4908V12" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M18.1504 14.7137C18.2739 14.4442 18.4838 14.2237 18.7467 14.0869C19.0097 13.9502 19.3108 13.905 19.6023 13.9587C19.802 13.9893 19.9918 14.0663 20.1563 14.1836C20.3208 14.3008 20.4556 14.455 20.5497 14.6338C20.6175 14.7768 20.6542 14.9325 20.6575 15.0907C20.6609 15.2489 20.6307 15.406 20.569 15.5517C20.5073 15.6974 20.4155 15.8284 20.2995 15.9361C20.1836 16.0437 20.0462 16.1257 19.8964 16.1764C19.7435 16.2345 19.6112 16.3364 19.5163 16.4695C19.4213 16.6026 19.3679 16.7608 19.3628 16.9242V17.2327" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M19.3391 18.9367H19.3416" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!