Pmb Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pmb 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/331404.svg" alt="Pmb Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331404.svg" alt="Pmb Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331404.svg" alt="Pmb Mobile icon" :width="24" :height="24" />
CSS background
.icon-pmb-mobile {
background-image: url('https://proicons.com/icon/331404.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="f" cx="23.9994" cy="25.6169" r="6.468"/><path class="f" d="M35.2024,19.1489l5.6015,3.234v12.936l-11.203,6.468-5.6015-3.234,11.204-6.47-5.6015-3.234"/><path class="f" d="M12.7964,19.1479v-6.4667l11.203-6.468,11.203,6.468v6.468l-11.205-6.468v6.468"/><path class="f" d="M23.9994,38.5529l-5.6004,3.2321-11.203-6.468v-12.936l5.6015-3.234.0011,12.938,5.6015-3.234"/></svg>
Copied!