Chevron Up Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Chevron Up 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/312070.svg" alt="Chevron Up icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312070.svg" alt="Chevron Up icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312070.svg" alt="Chevron Up icon" :width="24" :height="24" />
CSS background
.icon-chevron-up {
background-image: url('https://proicons.com/icon/312070.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" id="memory-chevron-up" viewBox="0 0 22 22"><path d="M6 12H5V13H4V15H6V14H7V13H8V12H9V11H10V10H12V11H13V12H14V13H15V14H16V15H18V13H17V12H16V11H15V10H14V9H13V8H12V7H10V8H9V9H8V10H7V11H6" /></svg>
Chevron Up in other icon packs
Copied!