Sc Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sc 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/347006.svg" alt="Sc Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347006.svg" alt="Sc Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347006.svg" alt="Sc Mobile icon" :width="24" :height="24" />
CSS background
.icon-sc-mobile {
background-image: url('https://proicons.com/icon/347006.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m15.8616,43.2315c.505-.1873,3.7411-2.3722,5.2896-3.3042-1.692-1.1093-3.3776-2.2297-5.1189-3.2598-5.5957-2.4542-5.8651,8.6773-.1707,6.5639Zm15.7162.051c-.3332-.0933-.9675-.4288-1.4225-.7261l-12.9941-8.4872c-3.864-2.5238-4.4049-2.9721-5.0624-4.3079-.7783-1.581-.6085-4.3706,1.2072-6.5949l22.3259,15.0425c2.0102,1.3544-.5436,6.0573-4.0546,5.0734l.0005.0002ZM15.3927,20.9019c-2.7484-1.5987-3.8667-6.4927-1.0191-9.3813l7.9692-5.4264c2.049-1.5745,4.0476-2.3346,6.1713-.6125,1.1542,1.1291,1.179,3.5427.0485,4.7195-.7485.7792-8.3185,5.462-8.1543,5.57l12.9861,8.544c3.5063,2.307,3.0838,6.5028,1.0607,9.0289-.012-.008-18.3838-12.0484-19.0621-12.4421l-.0004-.0002Zm15.5398-1.8196c-.505-.1873-3.7411-2.3722-5.2896-3.3042,1.692-1.1093,3.3776-2.2297,5.1189-3.2598,5.5957-2.4542,5.8651,8.6773.1707,6.5639Z"/></svg>
Copied!