Arrow Up Circle Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Arrow Up Circle 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/311156.svg" alt="Arrow Up Circle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311156.svg" alt="Arrow Up Circle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311156.svg" alt="Arrow Up Circle icon" :width="24" :height="24" />
CSS background
.icon-arrow-up-circle {
background-image: url('https://proicons.com/icon/311156.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path d="M6 12V10H7V9H8V8H9V7H10V6H12V7H13V8H14V9H15V10H16V12H14V11H13V10H12V16H10V10H9V11H8V12H6M1 15V7H2V5H3V4H4V3H5V2H7V1H15V2H17V3H18V4H19V5H20V7H21V15H20V17H19V18H18V19H17V20H15V21H7V20H5V19H4V18H3V17H2V15H1M5 16V17H6V18H8V19H14V18H16V17H17V16H18V14H19V8H18V6H17V5H16V4H14V3H8V4H6V5H5V6H4V8H3V14H4V16H5Z"/></svg>
Arrow Up Circle in other icon packs
Copied!