Exchange B Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Exchange B 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/310697.svg" alt="Exchange B icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310697.svg" alt="Exchange B icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310697.svg" alt="Exchange B icon" :width="24" :height="24" />
CSS background
.icon-exchange-b {
background-image: url('https://proicons.com/icon/310697.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="M19.75 6.75H7.75C6.68913 6.75 5.67172 7.17143 4.92157 7.92157C4.17143 8.67172 3.75 9.68913 3.75 10.75V12.75" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M19.75 11.75V13.75C19.75 14.8109 19.3286 15.8283 18.5784 16.5784C17.8283 17.3286 16.8109 17.75 15.75 17.75H3.75" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M16.75 9.75L19.75 6.75L16.75 3.75" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M6.75 14.75L3.75 17.75L6.75 20.75" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!