Snet Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Snet 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/333006.svg" alt="Snet Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333006.svg" alt="Snet Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333006.svg" alt="Snet Mobile icon" :width="24" :height="24" />
CSS background
.icon-snet-mobile {
background-image: url('https://proicons.com/icon/333006.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="h" d="M8.0928,21.4499l31.8144.0271"/><path id="d" class="h" d="M26.788,17.1657l-.0318-6.74,2.9337-5.9257,2.9729,5.8306-.013,6.8337"/><path id="e" class="h" d="M9.1737,30.7217v-2.2842c0-3.9729,6.2053-3.754,6.2053,0v3.5048"/><path id="f" class="h" d="M20.8315,33.3092v-4.7153c0-4.1706,6.265-4.1455,6.265,0v8.619"/><path id="g" class="h" d="M32.5377,43.5v-10.7263c0-3.9586,3.1633-7.307,7.307-7.307"/></g></svg>
Copied!