Exchange Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Exchange icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/305604.svg" alt="Exchange icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305604.svg" alt="Exchange icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305604.svg" alt="Exchange icon" :width="24" :height="24" />
CSS background
.icon-exchange {
background-image: url('https://proicons.com/icon/305604.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M549 533H260l107-107c8-8 8-20 0-27l-45-45c-7-8-19-8-27 0L68 581c-7 7-7 19 0 27l227 227c8 7 20 7 27 0l45-45c8-8 8-20 0-27L252 647h297c11 0 19-8 19-19v-76c0-10-8-19-19-19zm383-140L705 166c-8-8-20-8-27 0l-45 45c-8 7-8 19 0 27l107 107H451c-11 0-19 9-19 19v76c0 11 8 19 19 19h297L633 575c-8 7-8 19 0 27l45 45c7 7 19 7 27 0l227-227c7-8 7-20 0-27z"/></svg>
Copied!