Kkp Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kkp Mobile 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/342544.svg" alt="Kkp Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342544.svg" alt="Kkp Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342544.svg" alt="Kkp Mobile icon" :width="24" :height="24" />
CSS background
.icon-kkp-mobile {
background-image: url('https://proicons.com/icon/342544.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m30.3319,25.3548c-3.825.9434-8.2319,2.2372-12.4586,3.3863l.0264,4.999c4.149.0115,8.2986-.0068,12.4322-.0293v-8.356Zm5.6704,8.3249c2.519-.0131,4.9767-.0235,7.4977-.0256h0c-3.2734,7.1403-5.3358,6.283-9.2787,6.283h-16.8491c-11.2389,0-9.1214.0093-12.8723-6.283,2.6227.0489,5.2411.0786,7.9112.078l.0549-19.375c.01-3.5495,2.5002-4.0482,5.4067-5.9411-.1093.7881-.2704,1.631.0004,2.017,7.3448-.5299,16.1677,1.1954,20.6196-2.4022-1.8781,4.0741-.7745,7.732-10.6774,7.7325l-9.9422.0239v7.0525l12.2429-3.2336c4.9461-1.3063,4.2721-1.1153,8.326,3.695-1.1225.0047-2.1715.0429-2.4398.4397v9.939Z"/></svg>
Copied!