Exchange A Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Exchange A 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/310696.svg" alt="Exchange A icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310696.svg" alt="Exchange A icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310696.svg" alt="Exchange A icon" :width="24" :height="24" />
CSS background
.icon-exchange-a {
background-image: url('https://proicons.com/icon/310696.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M3.52942 11.4706V13.5882C3.52942 14.7115 3.97564 15.7888 4.76991 16.583C5.56418 17.3773 6.64144 17.8235 7.76471 17.8235H20.4706" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M3.52942 6.17647H16.2353C17.3586 6.17647 18.4358 6.62268 19.2301 7.41696C20.0244 8.21123 20.4706 9.28849 20.4706 10.4118V12.5294" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M17.2941 14.6471L20.4706 17.8235L17.2941 21" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M6.70589 9.35294L3.52942 6.17647L6.70589 3" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!