Snap Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Snap 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/332987.svg" alt="Snap Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332987.svg" alt="Snap Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332987.svg" alt="Snap Mobile icon" :width="24" :height="24" />
CSS background
.icon-snap-mobile {
background-image: url('https://proicons.com/icon/332987.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="d" d="M8.2856,37.8439c-.3624-.3624-.1328-.6668,2.1857-2.8988,1.2824-1.2345,2.5766-2.4639,2.876-2.7319l.5444-.4873,7.4929-.0608,7.4929-.0608.6969-.3422c1.7226-.8459,2.4629-2.9326,1.6342-4.6068-.2644-.5342-.6968-.9719-2.5005-2.5312-1.1994-1.0369-2.2428-2.0257-2.3187-2.1974-.2173-.4916.0105-.9256.5669-1.08.2539-.0705,2.3773-.4866,4.7186-.9248,2.3414-.4382,5.0129-.9431,5.9367-1.1222l1.6797-.3255.6564.3437c.8633.452,1.6857,1.3485,2.1648,2.3599.359.7579.3874.9114.3874,2.097,0,1.9433-.2219,2.3224-2.8874,4.9323-4.6218,4.5253-9.7381,9.3685-10.1044,9.5649-.3565.1911-1.2151.2082-10.7321.2129-7.8894.0039-10.3792-.0295-10.4906-.1409ZM8.1593,29.2686c-2.3187-1.219-3.3068-4.1416-2.2146-6.5505.4191-.9243.438-.9441,5.8446-6.1283,1.7054-1.6352,3.8474-3.7017,4.7601-4.5923.9127-.8905,1.855-1.7009,2.0942-1.8008.3739-.1562,1.8587-.1817,10.6028-.1817,6.7764,0,10.2464.042,10.4032.1259.1294.0692.2353.2494.2353.4002,0,.2685-.4993.7869-4.3822,4.5506l-1.2807,1.2413-7.4766.0337c-7.3442.0331-7.4866.0383-8.0389.2937-.7252.3353-1.5135,1.0511-1.8479,1.6778-.2144.4019-.2642.7004-.2649,1.5895-.0012,1.5156.1357,1.7196,2.5832,3.8495,2.7142,2.362,2.855,2.5478,2.3723,3.1312-.2116.2558-.4809.3211-4.2874,1.0408-.5017.0949-1.9248.3655-3.1624.6014-1.2376.2359-2.9528.561-3.8117.7224l-1.5615.2934-.567-.2981Z"/></g></svg>
Copied!