Subsurface Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Subsurface 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/333422.svg" alt="Subsurface Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333422.svg" alt="Subsurface Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333422.svg" alt="Subsurface Mobile icon" :width="24" :height="24" />
CSS background
.icon-subsurface-mobile {
background-image: url('https://proicons.com/icon/333422.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;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M5.544,11.75c2.728-2.528,12.393-1.843,18.458-.75,6.064,1.094,13.579,1.017,18.328-.804M23.815,19.501c-.244,3.57-1.191,4.085-1.856,5.825,1.431,1.074,2.826,2.1,4.532,3.533.348,1.981.99,3.805,1.764,5.557,1.88-.932,4.074-1.519,6.492-1.861M21.959,25.327c.1,1.922.081,3.453.005,4.792-1.621,1.523-2.306,2.695-3.725,4.487.203,1.351.512,1.897.576,4.328M18.623,24.387l1.816-6.487"/><circle class="b" cx="25.036" cy="15.584" r="2.289"/></svg>
Copied!