Setup And Transfer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Setup And 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/347177.svg" alt="Setup And Transfer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347177.svg" alt="Setup And Transfer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347177.svg" alt="Setup And Transfer icon" :width="24" :height="24" />
CSS background
.icon-setup-and-transfer {
background-image: url('https://proicons.com/icon/347177.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><path class="b" d="M17.6915,22.4881l3.9423,3.9159,8.6709-8.6142M22.6053,41.0053h2.7895M21.0858,6.371h5.8247M13.065,38.5938h21.8699M13.0688,8.4083h21.8624M18.4248,4.5h11.1504c2.9709,0,5.3598,1.7803,5.3598,3.9915v31.0171c0,2.2112-2.3888,3.9915-5.3598,3.9915h-11.1504c-2.9709,0-5.3598-1.7765-5.3598-3.9915V8.4915c0-2.2112,2.3888-3.9915,5.3598-3.9915Z"/></svg>
Copied!