Free Mobile Config Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Free Mobile Config 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/326233.svg" alt="Free Mobile Config icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326233.svg" alt="Free Mobile Config icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326233.svg" alt="Free Mobile Config icon" :width="24" :height="24" />
CSS background
.icon-free-mobile-config {
background-image: url('https://proicons.com/icon/326233.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#000;stroke-width:0px;}</style></defs><circle class="d" cx="24" cy="24" r="21.5"/><path class="d" d="m8.9038 28.596a6.5 6.5 0 01-1e-7-9.1924"/><path class="d" d="m11.025 26.475a3.5 3.5 0 010-4.9497"/><path class="d" d="m39.096 28.596a6.5 6.5 0 000-9.1924"/><path class="d" d="m36.975 26.475a3.5 3.5 0 000-4.9497"/><rect class="d" x="15.5" y="9.5" width="17" height="29" rx="3" ry="3"/><circle class="c" cx="24" cy="12.5" r=".75"/></svg>
Copied!