Transfer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 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/334215.svg" alt="Transfer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334215.svg" alt="Transfer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334215.svg" alt="Transfer icon" :width="24" :height="24" />
CSS background
.icon-transfer {
background-image: url('https://proicons.com/icon/334215.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24.51,18.47,21,8.73a1,1,0,0,0-1.32-.61L5.18,13.39a1,1,0,0,0-.62,1.31L13.7,39.81a1,1,0,0,0,1.32.61l10.84-4"/><line class="a" x1="12.85" y1="37.48" x2="21.73" y2="34.24"/><line class="a" x1="21.82" y1="11.07" x2="5.41" y2="17.04"/><rect class="a" x="23.84" y="8.65" width="17.46" height="28.77" rx="1.03" transform="translate(4.49 -5.31) rotate(10)"/><line class="a" x1="22.08" y1="32.23" x2="39.28" y2="35.26"/><line class="a" x1="43.05" y1="13.84" x2="25.86" y2="10.81"/><circle class="a" cx="13.95" cy="24.27" r="2.05"/><circle class="a" cx="33.25" cy="24.27" r="2.05"/><circle class="a" cx="20.19" cy="24.27" r="1.54"/><circle class="a" cx="27.02" cy="24.27" r="1.54"/></svg>
Copied!