Smart Transfer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smart Transfer 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/347485.svg" alt="Smart Transfer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347485.svg" alt="Smart Transfer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347485.svg" alt="Smart Transfer icon" :width="24" :height="24" />
CSS background
.icon-smart-transfer {
background-image: url('https://proicons.com/icon/347485.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" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="21.1561" y="13.2828" width="17.4158" height="30.2172" rx="1.5975"/><line class="a" x1="21.1561" y1="16.6767" x2="38.572" y2="16.6767"/><line class="a" x1="21.1561" y1="40.106" x2="38.572" y2="40.106"/><path class="a" d="M21.1561,34.7172H11.0255A1.5974,1.5974,0,0,1,9.428,33.12V6.0975A1.5975,1.5975,0,0,1,11.0255,4.5H25.2464a1.5975,1.5975,0,0,1,1.5975,1.5975v7.1853"/><line class="a" x1="9.428" y1="7.894" x2="26.8439" y2="7.894"/><line class="a" x1="9.428" y1="31.3233" x2="21.1561" y2="31.3233"/><line class="a" x1="27.2029" y1="30.0467" x2="15.1094" y2="17.9533"/><polyline class="a" points="27.203 26.077 27.203 30.047 23.233 30.047"/><polyline class="a" points="15.109 21.923 15.109 17.953 19.079 17.953"/></svg>
Copied!