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