Box 3d Upload Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Box 3d Upload icon is commonly used in file pickers, media uploaders and form inputs. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310001.svg" alt="Box 3d Upload icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310001.svg" alt="Box 3d Upload icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310001.svg" alt="Box 3d Upload icon" :width="24" :height="24" />
CSS background
.icon-box-3d-upload {
background-image: url('https://proicons.com/icon/310001.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.0259 8.80365V11.0137C21.0259 11.2126 20.9469 11.4034 20.8063 11.544C20.6656 11.6847 20.4748 11.7637 20.2759 11.7637C20.077 11.7637 19.8862 11.6847 19.7456 11.544C19.6049 11.4034 19.5259 11.2126 19.5259 11.0137V8.80365C19.5323 8.54428 19.4881 8.28614 19.3959 8.04364L12.0959 12.4236V20.6136C12.2109 20.5798 12.3217 20.5328 12.4259 20.4736L14.9559 19.0737C15.1277 18.9831 15.3279 18.9628 15.5145 19.0168C15.701 19.0709 15.8592 19.1953 15.9559 19.3636C16.0456 19.5366 16.0645 19.7378 16.0085 19.9244C15.9525 20.1111 15.8261 20.2686 15.6559 20.3636L13.1359 21.7637C12.5825 22.0719 11.9594 22.2337 11.3259 22.2337C10.6924 22.2337 10.0694 22.0719 9.51593 21.7637L3.51593 18.4636C2.93692 18.1352 2.4546 17.6601 2.11755 17.0861C1.7805 16.512 1.6006 15.8593 1.59593 15.1937V8.80365C1.59636 8.13523 1.77592 7.47911 2.11592 6.90363C2.17331 6.80088 2.24027 6.70381 2.31592 6.61365C2.62793 6.1665 3.0385 5.79698 3.51593 5.53363L9.51593 2.22363C10.072 1.92343 10.694 1.76624 11.3259 1.76624C11.9579 1.76624 12.5799 1.92343 13.1359 2.22363L19.1359 5.53363C19.5567 5.76508 19.9246 6.08183 20.2159 6.46362C20.2606 6.50966 20.3008 6.55991 20.3359 6.61365C20.4116 6.70381 20.4785 6.80088 20.5359 6.90363C20.8701 7.48017 21.0396 8.1374 21.0259 8.80365Z" fill="black"/> <path d="M22.1359 16.8036C22.067 16.8744 21.9846 16.9307 21.8935 16.9691C21.8025 17.0075 21.7047 17.0272 21.6059 17.0272C21.5071 17.0272 21.4093 17.0075 21.3183 16.9691C21.2273 16.9307 21.1449 16.8744 21.0759 16.8036L20.0759 15.8036V19.1837C20.0759 19.3826 19.9969 19.5733 19.8563 19.714C19.7156 19.8546 19.5248 19.9337 19.3259 19.9337C19.127 19.9337 18.9362 19.8546 18.7956 19.714C18.6549 19.5733 18.5759 19.3826 18.5759 19.1837V15.8036L17.5759 16.8036C17.5067 16.8738 17.4241 16.9293 17.3331 16.9671C17.2421 17.0049 17.1445 17.0241 17.0459 17.0236C16.9471 17.0258 16.849 17.0075 16.7577 16.9696C16.6664 16.9317 16.5841 16.8752 16.5159 16.8036C16.4452 16.7347 16.3889 16.6523 16.3505 16.5613C16.3121 16.4703 16.2924 16.3724 16.2924 16.2736C16.2924 16.1748 16.3121 16.077 16.3505 15.986C16.3889 15.895 16.4452 15.8126 16.5159 15.7437L18.5159 13.7437C18.6291 13.6315 18.7611 13.5401 18.9059 13.4736C19.0051 13.433 19.1094 13.4061 19.2159 13.3937H19.5359C19.6431 13.4084 19.7475 13.4387 19.8459 13.4836C19.9911 13.5396 20.1212 13.6286 20.2259 13.7437L22.2259 15.7437C22.2899 15.819 22.3383 15.9063 22.3684 16.0005C22.3986 16.0947 22.4097 16.1938 22.4014 16.2924C22.393 16.3909 22.3653 16.4868 22.3197 16.5745C22.2741 16.6623 22.2117 16.7401 22.1359 16.8036Z" fill="black"/> </svg>
Copied!