Mobildeniz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mobildeniz 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/329412.svg" alt="Mobildeniz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329412.svg" alt="Mobildeniz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329412.svg" alt="Mobildeniz icon" :width="24" :height="24" />
CSS background
.icon-mobildeniz {
background-image: url('https://proicons.com/icon/329412.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" id="a" viewBox="0 0 48 48"><defs><style>.j{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="j" cx="24" cy="24" r="5.0741"/><circle class="j" cx="24" cy="24" r="2.3433"/><circle class="j" cx="24" cy="24" r="11.0374"/><circle class="j" cx="24" cy="24" r="14.076"/><path class="j" d="m24.0001,13.1311v5.6339" id="b"/><path class="j" d="m25.5003,9.8135V3.8743c0-.8306-.8219-1.3743-1.5-1.3743s-1.5.5437-1.5,1.3743v5.9743" id="b"/><path class="j" d="m31.6855,16.3146l-3.9838,3.9838" id="c"/><path class="j" d="m35.0922,15.0295l4.1996-4.1996c.5874-.5874.3906-1.553-.0889-2.0325s-1.4451-.6762-2.0325-.0889l-4.2244,4.2244" id="c"/><path class="j" d="m31.6854,31.6855l-3.9838-3.9838" id="d"/><path class="j" d="m32.9705,35.0922l4.1996,4.1996c.5874.5874,1.553.3906,2.0325-.0889s.6762-1.4451.0889-2.0325l-4.2244-4.2244" id="d"/><path class="j" d="m13.1311,23.9999h5.6339" id="e"/><path class="j" d="m9.8135,22.4997H3.8743c-.8306,0-1.3743.8219-1.3743,1.5s.5437,1.5,1.3743,1.5h5.9743" id="e"/><path class="j" d="m34.8689,24.0001h-5.6339" id="f"/><path class="j" d="m38.1865,25.5003h5.9392c.8306,0,1.3743-.8219,1.3743-1.5s-.5437-1.5-1.3743-1.5h-5.9743" id="f"/><path class="j" d="m16.3146,16.3145l3.9838,3.9838" id="g"/><path class="j" d="m15.0295,12.9078l-4.1996-4.1996c-.5874-.5874-1.553-.3906-2.0325.0889s-.6762,1.4451-.0889,2.0325l4.2244,4.2244" id="g"/><path class="j" d="m16.3145,31.6854l3.9838-3.9838" id="h"/><path class="j" d="m12.9078,32.9705l-4.1996,4.1996c-.5874.5874-.3906,1.553.0889,2.0325s1.4451.6762,2.0325.0889l4.2244-4.2244" id="h"/><path class="j" d="m23.9999,34.8689v-5.6339" id="i"/><path class="j" d="m22.4997,38.1865v5.9392c0,.8306.8219,1.3743,1.5,1.3743s1.5-.5437,1.5-1.3743v-5.9743" id="i"/></svg>
Copied!