Mobile Icoca Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mobile Icoca 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/329416.svg" alt="Mobile Icoca icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329416.svg" alt="Mobile Icoca icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329416.svg" alt="Mobile Icoca icon" :width="24" :height="24" />
CSS background
.icon-mobile-icoca {
background-image: url('https://proicons.com/icon/329416.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"/><path class="c" d="M42.5,27.651c0-9.4778-8.2826-17.161-18.5-17.161S5.5,18.1733,5.5,27.651"/><path class="c" d="M36.468,16.582c-1.8577.2728-3.2976.1422-7.6595,1.3325M11.5335,16.582c1.8577.2728,3.2976.1422,7.6595,1.3325"/><path class="c" d="M30.951,29.884c-1.6287-1.2122-4.2083-1.9278-6.9511-1.9281-2.7398.0037-5.3141.7208-6.9383,1.9328"/><path class="c" d="M32.529,30.743c2.1048-.4776,2.1891-1.388,1.6337-1.388-5.3526,0-5.5498,3.347-10.163,3.347s-4.8102-3.347-10.163-3.347c-.5553,0-.4711.9103,1.6337,1.388,4.0651.9225,4.5926,3.7847,8.5292,3.7847s4.4639-2.8621,8.5292-3.7847h.0002Z"/><path class="c" d="M24,24c-6.162,0-6.8467,5.3553-10.163,5.3553-1.1178,0-1.7747-1.4039-.1409-1.9742,3.7141-1.2966,4.0469-8.0061,10.304-8.0061s6.5897,6.7094,10.304,8.0061c1.6337.5703.9769,1.9742-.1409,1.9742-3.3161,0-4.0009-5.3553-10.163-5.3553h-.0001Z"/><path class="c" d="M26.13,23.026l.6085-.4868M21.8701,23.026l-.6085-.4868"/></svg>
Copied!