Vsphere Mobile Client Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vsphere Mobile Client 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/349474.svg" alt="Vsphere Mobile Client icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349474.svg" alt="Vsphere Mobile Client icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349474.svg" alt="Vsphere Mobile Client icon" :width="24" :height="24" />
CSS background
.icon-vsphere-mobile-client {
background-image: url('https://proicons.com/icon/349474.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m31.5642,17.3199V7.1278c0-1.4453-1.1825-2.6278-2.6278-2.6278H11.8432c-1.4453,0-2.6278,1.1825-2.6278,2.6278v33.7443c0,1.4453,1.1825,2.6278,2.6278,2.6278h17.0932c1.4453,0,2.6278-1.1825,2.6278-2.6278v-1.6946"/><circle class="c" cx="30.0366" cy="28.3614" r="8.4729"/><line class="c" x1="38.7846" y1="39.4232" x2="35.1324" y2="35.1268"/><line class="c" x1="18.0567" y1="8.0365" x2="22.7229" y2="8.0365"/><polyline class="c" points="11.966 18.1058 15.1096 18.1058 16.7305 21.102 18.8426 14.2254 20.1196 18.1058 22.9685 18.1058"/><circle class="c" cx="20.3898" cy="39.7179" r="1.1738"/></svg>
Copied!