Rounded Right Up Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Rounded Right Up icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306383.svg" alt="Rounded Right Up icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306383.svg" alt="Rounded Right Up icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306383.svg" alt="Rounded Right Up icon" :width="24" :height="24" />
CSS background
.icon-rounded-right-up {
background-image: url('https://proicons.com/icon/306383.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M712 288c-9-9-21-14-34-14H323c-28 0-49 21-49 49v30c0 27 21 49 49 49h226c14 0 26 5 35 14s14 21 14 35v226c0 28 22 49 49 49h31c27 0 49-21 49-49V322c0-13-6-25-15-34z"/></svg>
Copied!