Compass North Arrow Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Compass North 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/312090.svg" alt="Compass North Arrow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312090.svg" alt="Compass North Arrow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312090.svg" alt="Compass North Arrow icon" :width="24" :height="24" />
CSS background
.icon-compass-north-arrow {
background-image: url('https://proicons.com/icon/312090.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-north-arrow" viewBox="0 0 22 22"><path d="M8 4H10V5.5H11V8H12V4H14V14H12V12H11V10H10V14H8M10 17V16H12V17H13V18H14V19H15V20H16V22H14V21H13V20H12V19H10V20H9V21H8V22H6V20H7V19H8V18H9V17" /></svg>
Copied!