Chevron Up Square Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Chevron Up 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/310053.svg" alt="Chevron Up Square icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310053.svg" alt="Chevron Up Square icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310053.svg" alt="Chevron Up Square icon" :width="24" :height="24" />
CSS background
.icon-chevron-up-square {
background-image: url('https://proicons.com/icon/310053.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.7547 3.97998 20.02C5.24528 21.2853 6.9606 21.9974 8.75 22H15.25C17.0394 21.9974 18.7547 21.2853 20.02 20.02C21.2853 18.7547 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 2ZM17.12 14.5C16.9326 14.6863 16.6792 14.7908 16.415 14.7908C16.1508 14.7908 15.8974 14.6863 15.71 14.5L12.03 10.82H11.91L8.29999 14.5C8.11434 14.6896 7.86095 14.7978 7.59558 14.8006C7.33022 14.8034 7.07464 14.7007 6.88501 14.515C6.69538 14.3294 6.58729 14.076 6.58447 13.8106C6.58166 13.5452 6.68434 13.2896 6.87 13.1L10.5 9.5C10.6944 9.29654 10.9295 9.13638 11.19 9.03C11.7062 8.82043 12.2838 8.82043 12.8 9.03C13.056 9.13466 13.2876 9.29128 13.48 9.48999L17.16 13.17C17.3176 13.358 17.4007 13.5974 17.3933 13.8426C17.3859 14.0879 17.2887 14.3218 17.12 14.5Z" fill="black"/> </svg>
Chevron Up Square in other icon packs
Copied!