Arrow Top Right 1 Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Arrow Top Right 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/308773.svg" alt="Arrow Top Right 1 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308773.svg" alt="Arrow Top Right 1 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308773.svg" alt="Arrow Top Right 1 Svg icon" :width="24" :height="24" />
CSS background
.icon-arrow-top-right-1---svg {
background-image: url('https://proicons.com/icon/308773.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="M18 17L18 7C18 6.44772 17.5523 6 17 6L7 6C6.59554 6 6.2309 6.24364 6.07612 6.61732C5.92134 6.99099 6.0069 7.42111 6.29289 7.70711L10.5858 12L6.29289 16.2929C5.90237 16.6834 5.90237 17.3166 6.29289 17.7071C6.68342 18.0976 7.31658 18.0976 7.70711 17.7071L12 13.4142L16.2929 17.7071C16.5789 17.9931 17.009 18.0787 17.3827 17.9239C17.7564 17.7691 18 17.4045 18 17Z" fill="#292929"/> </svg>
Copied!