Mobilfox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mobilfox 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/329431.svg" alt="Mobilfox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329431.svg" alt="Mobilfox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329431.svg" alt="Mobilfox icon" :width="24" :height="24" />
CSS background
.icon-mobilfox {
background-image: url('https://proicons.com/icon/329431.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><polyline class="c" points="34.8517 15.6476 34.8517 22.9441 38.5 22.9441"/><line class="c" x1="32.7484" y1="15.6476" x2="32.7484" y2="22.9441"/><polyline class="c" points="9.5 22.9361 9.5 15.6476 13.1483 22.9441 16.7966 15.6587 16.7966 22.9441"/><path class="c" d="M28.6461,19.2958c1.0074,0,1.8241.8167,1.8241,1.8241s-.8167,1.8241-1.8241,1.8241h-3.0098v-7.2966h3.0098c1.0074,0,1.8241.8167,1.8241,1.8241s-.8167,1.8241-1.8241,1.8241h0Z"/><line class="c" x1="28.6461" y1="19.2959" x2="25.6363" y2="19.2959"/><rect class="c" x="18.8739" y="15.6476" width="4.834" height="7.2966" rx="2.417" ry="2.417"/><line class="c" x1="26.9596" y1="25.0559" x2="31.7936" y2="32.3524"/><line class="c" x1="31.7936" y1="25.0559" x2="26.9596" y2="32.3524"/><line class="c" x1="16.2064" y1="28.7042" x2="18.5778" y2="28.7042"/><polyline class="c" points="16.2064 32.3524 16.2064 25.0559 19.8547 25.0559"/><rect class="c" x="20.9902" y="25.0559" width="4.834" height="7.2966" rx="2.417" ry="2.417"/></svg>
Copied!