Alior Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Alior 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/321606.svg" alt="Alior Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321606.svg" alt="Alior Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321606.svg" alt="Alior Mobile icon" :width="24" :height="24" />
CSS background
.icon-alior-mobile {
background-image: url('https://proicons.com/icon/321606.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="b" 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 class="c" d="m24,31.4941s7.9523.1632,11.804-1.7823c1.3631-.6885,1.5725-1.3638,1.5725-1.3638.1803-2.6338,1.2834-10.7904-2.5522-14.9032-3.6838-3.95-7.7074-3.7241-10.8242-3.9042-3.1168.1802-7.1404-.0458-10.8242,3.9042-3.8356,4.1128-2.7325,12.2694-2.5522,14.9032,0,0,.2094.6753,1.5725,1.3638,3.8517,1.9454,11.804,1.7823,11.804,1.7823Z"/><path class="c" d="m37.5577,20.8168c-.5686,5.1842-9.5014,5.2696-13.5577,5.2696s-12.9891-.0855-13.5577-5.2696"/><path class="c" d="m37.6585,23.6574c1.7704-.1429,4.0547-.6985,5.1301.5661.8429.9912,1.8174,4.6928-2.7599,8.3344-4.3613,3.4697-11.0153,4.0622-16.0286,4.1533-5.0133-.0911-11.6674-.6836-16.0286-4.1533-4.5773-3.6416-3.6029-7.3432-2.7599-8.3344,1.0754-1.2646,3.3597-.709,5.1301-.5661"/></svg>
Copied!