Public Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Public 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/346258.svg" alt="Public Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346258.svg" alt="Public Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346258.svg" alt="Public Mobile icon" :width="24" :height="24" />
CSS background
.icon-public-mobile {
background-image: url('https://proicons.com/icon/346258.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M22.5661,11.0804l9.3872,2.5153c.9016.2416,1.3332,1.5547.9639,2.9329l-5.1822,19.3402c-.3693,1.3782-1.3996,2.2997-2.3012,2.0581l-9.3872-2.5153c-.9016-.2416-1.3332-1.5547-.9639-2.9329l5.1822-19.3402c.3693-1.3782,1.3996-2.2997,2.3012-2.0581Z"/><path class="c" d="M15.3878,30.9087l-3.875-1.0383c-.9044-.2423-1.3343-1.5505-.9639-2.933L15.7312,7.5969c.3704-1.3825,1.3968-2.3004,2.3012-2.0581l9.3872,2.5153c.9044.2423,1.3343,1.5505.9639,2.933l-.3789,1.4139"/><path class="c" d="M32.7615,17.1096l3.7259,1.0202c.9031.2473,1.3343,1.5504.9639,2.9329l-5.1822,19.3404c-.3704,1.3825-1.3968,2.3004-2.3012,2.0581l-9.3872-2.5153c-.9044-.2423-1.3343-1.5504-.9639-2.9329l.1555-.5805"/><path class="c" d="M20.6625,29.5414l2.0154-10.0758h3.2746c1.8892,0,2.8968.5036,2.8968,2.3928s-2.0152,3.4006-3.9044,3.4006h-3.4259"/><path class="c" d="M22.6777,19.4656l-1.0076-.0002"/><path class="c" d="M21.6701,29.5414l-2.0152-.0002"/></svg>
Copied!