Transfersupport Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Transfersupport 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/348776.svg" alt="Transfersupport icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348776.svg" alt="Transfersupport icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348776.svg" alt="Transfersupport icon" :width="24" :height="24" />
CSS background
.icon-transfersupport {
background-image: url('https://proicons.com/icon/348776.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="6.95" y="5.5" width="9.5" height="37" rx="1.5" ry="1.5"/><rect class="b" x="25.45" y="9.8" width="15.6" height="28.5" rx="2" ry="2"/><path class="b" d="M15.293,24h17.414"/><path class="b" d="M29.275,20.568l3.4325,3.4325-3.4325,3.4325"/><path class="b" d="M32.5,35.7h1.5"/><path class="b" d="M11.2,32.401h1"/><path class="b" d="M11.2,33.982h1"/><path class="b" d="M11.2,35.564h1"/><path class="b" d="M11.2,37.146h1"/><path class="b" d="M8.7,32.401h1"/><path class="b" d="M8.7,33.982h1"/><path class="b" d="M8.7,35.564h1"/><path class="b" d="M8.7,37.146h1"/><path class="b" d="M13.7,32.401h1"/><path class="b" d="M13.7,33.982h1"/><path class="b" d="M13.7,35.564h1"/><path class="b" d="M13.7,37.146h1"/><rect class="b" x="8.45" y="8.4" width="6.5" height="14"/><rect class="b" x="10.45" y="28.386" width="2.5" height="2.5" rx=".5" ry=".5"/><path class="b" d="M6.95,25.5h9.5"/></svg>
Copied!