Pln Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pln 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/331389.svg" alt="Pln Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331389.svg" alt="Pln Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331389.svg" alt="Pln Mobile icon" :width="24" :height="24" />
CSS background
.icon-pln-mobile {
background-image: url('https://proicons.com/icon/331389.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:#000;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#000;stroke-width:0px;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><polyline class="b" points="14.7141 15.5206 14.7141 22.0503 18.0253 22.0503"/><path class="b" d="M8.727,22.0503v-6.5297h2.168c1.2257,0,2.2193.9818,2.2193,2.1929s-.9936,2.1929-2.2193,2.1929h-2.168"/><polyline class="b" points="19.6395 22.0503 19.6395 15.5206 24.0269 22.0503 24.0269 15.5206"/><path class="b" d="M20.5685,27.1766h0c1.1046,0,2,.8954,2,2v1.3c0,1.1046-.8954,2-2,2h0c-1.1046,0-2-.8954-2-2v-1.3c0-1.1046.8954-2,2-2Z"/><path class="b" d="M8.7235,29.1766c0-1.1046.8954-2,2-2s2,.8954,2,2v3.3"/><line class="b" x1="8.7235" y1="27.1766" x2="8.7235" y2="32.4766"/><path class="b" d="M12.7235,29.1766c0-1.1046.8954-2,2-2s2,.8954,2,2v3.3"/><circle class="c" cx="30.4573" cy="24.7266" r=".75"/><line class="b" x1="30.4573" y1="27.1766" x2="30.4573" y2="32.4766"/><path class="b" d="M24.4125,29.1766c0-1.1046.8954-2,2-2s2,.8954,2,2v1.3c0,1.1046-.8954,2-2,2s-2-.8954-2-2"/><line class="b" x1="24.4125" y1="32.4766" x2="24.4125" y2="24.4766"/><path class="b" d="M32.5025,24.4766v7c0,.5523.4477,1,1,1h.3"/><path class="b" d="M39.0145,31.4666c-.3445.6029-.9937,1.0093-1.7378,1.0093h0c-1.1046,0-2-.8954-2-2v-1.3c0-1.1046.8954-2,2-2h0c1.1046,0,2,.8954,2,2v.65h-4"/><path class="b" d="M34.856,5.5l-5.144,8.8833,6.9113-1.8519-5.2867,8.675"/></svg>
Copied!