Arrow Up 2 Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Arrow Up 2 Svg 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/308779.svg" alt="Arrow Up 2 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308779.svg" alt="Arrow Up 2 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308779.svg" alt="Arrow Up 2 Svg icon" :width="24" :height="24" />
CSS background
.icon-arrow-up-2---svg {
background-image: url('https://proicons.com/icon/308779.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 fill-rule="evenodd" clip-rule="evenodd" d="M17 15C17.4045 15 17.7691 14.7564 17.9239 14.3827C18.0787 14.009 17.9931 13.5789 17.7071 13.2929L12.7071 8.29289C12.3166 7.90237 11.6834 7.90237 11.2929 8.29289L6.29292 13.2929C6.00693 13.5789 5.92137 14.009 6.07615 14.3827C6.23093 14.7564 6.59557 15 7.00003 15L17 15Z" fill="#292929"/> </svg>
Copied!