Mobile Manager Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mobile Manager 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/343980.svg" alt="Mobile Manager icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343980.svg" alt="Mobile Manager icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343980.svg" alt="Mobile Manager icon" :width="24" :height="24" />
CSS background
.icon-mobile-manager {
background-image: url('https://proicons.com/icon/343980.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="m24,43.5c1.7044,0,15.2391-7.8201,15.2391-16.9434V6.5051c-4.0103,0-15.2391-2.0051-15.2391-2.0051,0,0-11.329,2.0051-15.2391,2.0051v20.0514c0,9.1234,13.5347,16.9434,15.2391,16.9434Z"/><circle class="c" cx="24" cy="33.6748" r="2.7069"/><line class="c" x1="24.7018" y1="30.9679" x2="27.8098" y2="19.8393"/><path class="c" d="m14.0745,21.3432c0-5.5141,4.4113-9.9254,9.9254-9.9254s9.9255,4.4113,9.9255,9.9254"/><line class="c" x1="24" y1="11.518" x2="24" y2="13.9242"/><line class="c" x1="14.0745" y1="21.3432" x2="16.4807" y2="21.3432"/><line class="c" x1="33.9255" y1="21.3432" x2="31.5193" y2="21.3432"/><circle class="c" cx="24" cy="33.6748" r="2.7069"/></svg>
Copied!