Box 3d Notification Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Box 3d Notification icon is commonly used in alert panels, push notification UIs and dashboard headers. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/309997.svg" alt="Box 3d Notification icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309997.svg" alt="Box 3d Notification icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309997.svg" alt="Box 3d Notification icon" :width="24" :height="24" />
CSS background
.icon-box-3d-notification {
background-image: url('https://proicons.com/icon/309997.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.84 8.80365V11.0137C20.84 11.2126 20.761 11.4034 20.6203 11.544C20.4797 11.6847 20.2889 11.7637 20.09 11.7637C19.8911 11.7637 19.7003 11.6847 19.5597 11.544C19.419 11.4034 19.34 11.2126 19.34 11.0137V8.80365C19.3464 8.54428 19.3022 8.28614 19.21 8.04364L11.91 12.4236V20.6136C12.025 20.5798 12.1357 20.5328 12.24 20.4736L14.77 19.0737C14.9423 18.9856 15.1416 18.9666 15.3275 19.0205C15.5133 19.0744 15.6715 19.1971 15.77 19.3636C15.8597 19.5366 15.8786 19.7378 15.8226 19.9244C15.7666 20.1111 15.6401 20.2686 15.47 20.3636L12.95 21.7637C12.3965 22.0719 11.7735 22.2337 11.14 22.2337C10.5065 22.2337 9.88345 22.0719 9.32999 21.7637L3.32999 18.4636C2.75097 18.1352 2.26869 17.6601 1.93164 17.0861C1.59459 16.512 1.41468 15.8593 1.41 15.1937V8.80365C1.41044 8.13523 1.58999 7.47911 1.92999 6.90363C1.98739 6.80088 2.05436 6.70381 2.13 6.61365C2.1651 6.55991 2.20528 6.50966 2.25 6.46362C2.54135 6.08183 2.90918 5.76508 3.32999 5.53363L9.32999 2.22363C9.88605 1.92343 10.5081 1.76624 11.14 1.76624C11.7719 1.76624 12.3939 1.92343 12.95 2.22363L18.95 5.53363C19.3708 5.76508 19.7387 6.08183 20.03 6.46362L20.15 6.61365C20.2256 6.70381 20.2926 6.80088 20.35 6.90363C20.6842 7.48017 20.8537 8.1374 20.84 8.80365Z" fill="black"/> <path d="M22.59 16.4537C22.592 17.0736 22.4098 17.6801 22.0666 18.1964C21.7235 18.7126 21.2348 19.1153 20.6624 19.3535C20.0901 19.5916 19.4599 19.6545 18.8518 19.534C18.2437 19.4136 17.6851 19.1152 17.2468 18.6769C16.8084 18.2386 16.5101 17.6799 16.3897 17.0719C16.2692 16.4638 16.332 15.8336 16.5702 15.2612C16.8083 14.6889 17.211 14.2002 17.7273 13.857C18.2435 13.5138 18.8501 13.3317 19.47 13.3337C20.2967 13.3363 21.0887 13.6658 21.6732 14.2504C22.2578 14.8349 22.5874 15.627 22.59 16.4537Z" fill="black"/> </svg>
Copied!