Arrow Up Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Arrow Up icon is commonly used in navigation controls, pagination and call-to-action buttons. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/306997.svg" alt="Arrow Up icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306997.svg" alt="Arrow Up icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306997.svg" alt="Arrow Up icon" :width="24" :height="24" />
CSS background
.icon-arrow-up {
background-image: url('https://proicons.com/icon/306997.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M13.854 7.14576L8.85401 2.14576C8.65901 1.95076 8.34201 1.95076 8.14701 2.14576L3.14601 7.14576C2.95101 7.34076 2.95101 7.65776 3.14601 7.85276C3.34101 8.04776 3.65801 8.04776 3.85301 7.85276L7.99901 3.70676V13.4998C7.99901 13.7758 8.22301 13.9998 8.49901 13.9998C8.77501 13.9998 8.99901 13.7758 8.99901 13.4998V3.70676L13.145 7.85276C13.243 7.95076 13.371 7.99876 13.499 7.99876C13.627 7.99876 13.755 7.94976 13.853 7.85276C14.048 7.65776 14.048 7.34076 13.853 7.14576H13.854Z"/></svg>
Arrow Up in other icon packs
Copied!