Arrow Bottom Right 1 Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Arrow Bottom 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/308742.svg" alt="Arrow Bottom Right 1 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308742.svg" alt="Arrow Bottom Right 1 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308742.svg" alt="Arrow Bottom Right 1 Svg icon" :width="24" :height="24" />
CSS background
.icon-arrow-bottom-right-1---svg {
background-image: url('https://proicons.com/icon/308742.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="M7 18L17 18C17.5523 18 18 17.5523 18 17L18 7.00003C18 6.59557 17.7564 6.23093 17.3827 6.07615C17.009 5.92137 16.5789 6.00693 16.2929 6.29292L12 10.5858L7.70711 6.29292C7.31658 5.9024 6.68342 5.9024 6.29289 6.29292C5.90237 6.68345 5.90237 7.31661 6.29289 7.70714L10.5858 12L6.29289 16.2929C6.0069 16.5789 5.92134 17.009 6.07612 17.3827C6.2309 17.7564 6.59554 18 7 18Z" fill="#292929"/> </svg>
Copied!