Dotmobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dotmobile 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/339246.svg" alt="Dotmobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339246.svg" alt="Dotmobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339246.svg" alt="Dotmobile icon" :width="24" :height="24" />
CSS background
.icon-dotmobile {
background-image: url('https://proicons.com/icon/339246.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M18.1574,35.1133a12.2848,12.2848,0,1,1,11.8888-.1127"/><path class="a" d="M13.1534,42.5593a21.4978,21.4978,0,1,1,22.0084-.1875"/><path class="a" d="M21.7841,28.63a4.9151,4.9151,0,1,1,.4812.2275"/></svg>
Copied!