Arrow Both Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Arrow Both 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/306984.svg" alt="Arrow Both icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306984.svg" alt="Arrow Both icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306984.svg" alt="Arrow Both icon" :width="24" :height="24" />
CSS background
.icon-arrow-both {
background-image: url('https://proicons.com/icon/306984.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M1.14645 8.85355C0.951184 8.65829 0.951184 8.34171 1.14645 8.14645L4.14645 5.14645C4.34171 4.95118 4.65829 4.95118 4.85355 5.14645C5.04882 5.34171 5.04882 5.65829 4.85355 5.85355L2.70711 8L13.2929 8L11.1464 5.85355C10.9512 5.65829 10.9512 5.34171 11.1464 5.14645C11.3417 4.95118 11.6583 4.95118 11.8536 5.14645L14.8536 8.14645C15.0488 8.34171 15.0488 8.65829 14.8536 8.85355L11.8536 11.8536C11.6583 12.0488 11.3417 12.0488 11.1464 11.8536C10.9512 11.6583 10.9512 11.3417 11.1464 11.1464L13.2929 9L2.70711 9L4.85355 11.1464C5.04882 11.3417 5.04882 11.6583 4.85355 11.8536C4.65829 12.0488 4.34171 12.0488 4.14645 11.8536L1.14645 8.85355Z"/></svg>
Copied!