Arrow Up 1 Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Arrow Up 1 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/308778.svg" alt="Arrow Up 1 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308778.svg" alt="Arrow Up 1 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308778.svg" alt="Arrow Up 1 Svg icon" :width="24" :height="24" />
CSS background
.icon-arrow-up-1---svg {
background-image: url('https://proicons.com/icon/308778.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="M19 13C19.4044 13 19.7691 12.7564 19.9238 12.3827C20.0786 12.009 19.9931 11.5789 19.7071 11.2929L12.7071 4.29289C12.3166 3.90237 11.6834 3.90237 11.2929 4.29289L4.29286 11.2929C4.00687 11.5789 3.92131 12.009 4.07609 12.3827C4.23087 12.7564 4.59551 13 4.99997 13L11 13L11 19C11 19.5523 11.4477 20 12 20C12.5523 20 13 19.5523 13 19L13 13L19 13Z" fill="#292929"/> </svg>
Copied!