Chevron Right Square Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Chevron Right Square icon is commonly used in dropdown menus, accordions and breadcrumb navigation. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310051.svg" alt="Chevron Right Square icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310051.svg" alt="Chevron Right Square icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310051.svg" alt="Chevron Right Square icon" :width="24" :height="24" />
CSS background
.icon-chevron-right-square {
background-image: url('https://proicons.com/icon/310051.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="M15.25 2H8.75C6.9606 2.00265 5.24528 2.71465 3.97998 3.97995C2.71468 5.24525 2.00265 6.9606 2 8.75V15.25C2.00265 17.0394 2.71468 18.7548 3.97998 20.0201C5.24528 21.2853 6.9606 21.9974 8.75 22H15.25C17.0394 21.9974 18.7547 21.2853 20.02 20.0201C21.2853 18.7548 21.9974 17.0394 22 15.25V8.75C21.9974 6.9606 21.2853 5.24525 20.02 3.97995C18.7547 2.71465 17.0394 2.00265 15.25 2ZM15.02 12.77C14.9116 13.021 14.7554 13.2486 14.5601 13.44L10.88 17.12C10.6937 17.3047 10.4424 17.4089 10.1801 17.41C10.0484 17.4108 9.91798 17.3855 9.79614 17.3358C9.67431 17.286 9.56341 17.2127 9.46997 17.12C9.28372 16.9326 9.1792 16.6792 9.1792 16.415C9.1792 16.1508 9.28372 15.8974 9.46997 15.71L13.15 12.03V11.91L9.5 8.29999C9.4061 8.20806 9.33123 8.09855 9.27966 7.97769C9.22809 7.85683 9.20086 7.72701 9.19946 7.59561C9.19807 7.46422 9.22261 7.33384 9.27161 7.21191C9.3206 7.08999 9.39306 6.9789 9.48499 6.88501C9.57691 6.79111 9.68639 6.71624 9.80725 6.66467C9.92811 6.6131 10.0581 6.58584 10.1895 6.58444C10.3208 6.58305 10.4512 6.60756 10.5731 6.65656C10.695 6.70555 10.8061 6.77807 10.9 6.87L14.5699 10.46C14.7696 10.6533 14.9284 10.8849 15.0366 11.1409C15.1449 11.3969 15.2003 11.6721 15.2 11.95C15.1966 12.2328 15.1354 12.5118 15.02 12.77Z" fill="black"/> </svg>
Chevron Right Square in other icon packs
Copied!