Compass South Arrow Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Compass South Arrow 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/312093.svg" alt="Compass South Arrow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312093.svg" alt="Compass South Arrow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312093.svg" alt="Compass South Arrow icon" :width="24" :height="24" />
CSS background
.icon-compass-south-arrow {
background-image: url('https://proicons.com/icon/312093.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" id="memory-compass-south-arrow" viewBox="0 0 22 22"><path d="M10 6H12V5H13V4H14V3H15V2H16V0H14V1H13V2H12V3H10V2H9V1H8V0H6V2H7V3H8V4H9V5H10M9 8H14V10H10V12H13V13H14V17H13V18H8V16H12V14H9V13H8V9H9" /></svg>
Copied!