Adpmobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Adpmobile 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/321403.svg" alt="Adpmobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321403.svg" alt="Adpmobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321403.svg" alt="Adpmobile icon" :width="24" :height="24" />
CSS background
.icon-adpmobile {
background-image: url('https://proicons.com/icon/321403.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><polyline class="c" points="18.5598 19.4783 18.5598 24.5652 13.6141 24.5652"/><path class="c" d="m11.8478,28.2391h6.712v4.3098h5.1929c3.1627,0,5.8939-1.8471,7.1737-4.5215l.7747-.0003v4.5217h4.0272v-4.0272h1.2364c3.6094,0,6.5353-2.926,6.5353-6.5353h0c0-3.6094-2.926-6.5353-6.5353-6.5353h-5.2636v8.4076c0-4.6434-3.7642-8.4076-8.4076-8.4076h-8.8315l-9.962,17.0978h4.981l2.3668-4.3098Z"/><path class="c" d="m21.9511,28.2391h1.413c2.4192,0,4.3804-1.9612,4.3804-4.3804h0c0-2.4193-1.9612-4.3804-4.3804-4.3804h-1.413"/><path class="c" d="m35.8037,24.1649h1.6645c1.2942,0,2.3433-1.0491,2.3433-2.3433h0c0-1.2942-1.0491-2.3433-2.3433-2.3433h-1.6645"/></svg>
Copied!