Inps Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Inps 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/327444.svg" alt="Inps Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327444.svg" alt="Inps Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327444.svg" alt="Inps Mobile icon" :width="24" :height="24" />
CSS background
.icon-inps-mobile {
background-image: url('https://proicons.com/icon/327444.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M42.3444,26.0891c-6.2863,4.2102-19.2838.9966-25.954-4.4361-4.593-3.7404-5.6546-8.4434-.2859-8.0166,11.1533.8836,16.3251,8.8932,18.0453,14.2809M42.3014,26.1331l-7.9626,7.2709c-4.2882,3.9143-10.1437,3.9053-16.9368,1.8952-6.1174-1.8092-16.8189-8.6193-11.4321-18.742,1.0875-2.0451,7.2969-7.053,20.2894-4.4591,5.3017,1.0576,10.2606,3.4076,13.0205,5.4027,2.4869,1.7972,6.1334,5.7915,3.0217,8.6323Z"/></svg>
Copied!