Asus Data Transfer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Asus Data 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/336666.svg" alt="Asus Data Transfer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336666.svg" alt="Asus Data Transfer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336666.svg" alt="Asus Data Transfer icon" :width="24" :height="24" />
CSS background
.icon-asus-data-transfer {
background-image: url('https://proicons.com/icon/336666.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M27.2003,11.9706v-7.4706l-17.9154,4.7504v19.2015c0,3.8083,2.3842,6.7035,7.9106,5.6174M19.2016,31.5341v-15.2012l19.5135-4.8804v24.796c-.028,1.6991-.8571,3.5193-2.7112,4.0433-3.8943,1.1001-7.8476,1.9842-11.7739,2.9702-2.7502.6911-5.0284-.118-5.0284-2.4942v-6.9956l12.827-3.6963-5.8955-4.3053v3.5653"/></svg>
Copied!