Alitelecom Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Alitelecom 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/321609.svg" alt="Alitelecom icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321609.svg" alt="Alitelecom icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321609.svg" alt="Alitelecom icon" :width="24" :height="24" />
CSS background
.icon-alitelecom {
background-image: url('https://proicons.com/icon/321609.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M11.1123,25.6558a13.032,13.032,0,0,1,6.4438-11.2279,12.6927,12.6927,0,0,1,12.8878,0,13.032,13.032,0,0,1,6.4438,11.2279"/><path class="a" d="M8.1832,25.6558a17.8447,17.8447,0,0,1,8.1037-15.1333,15.1842,15.1842,0,0,1,16.2073,0,17.8448,17.8448,0,0,1,8.1036,15.1333"/><path class="a" d="M21.95,22.2386a2.2094,2.2094,0,0,1-2.2456,2.2456h0a2.2094,2.2094,0,0,1-2.2456-2.2456h0a2.2094,2.2094,0,0,1,2.2456-2.2456h0A2.2711,2.2711,0,0,1,21.95,22.2386Z"/><path class="a" d="M31.5178,22.2386a2.2094,2.2094,0,0,1-2.2455,2.2456h0a2.2094,2.2094,0,0,1-2.2456-2.2456h0a2.2094,2.2094,0,0,1,2.2456-2.2456h0a2.2094,2.2094,0,0,1,2.2455,2.2456Z"/><path class="a" d="M24,31.0525c2.0426-2.0426,8.4335,3.3416,14.1686,3.3416,3.6031,0,4.9677-4.3938,4.9677-4.3938s3.3264,9.82-10.1409,9.82A9.9439,9.9439,0,0,1,24,34.7846a9.9439,9.9439,0,0,1-8.9954,5.0361C1.5373,39.8207,4.8637,30,4.8637,30s1.3646,4.3938,4.9677,4.3938C15.5665,34.3941,21.9574,29.01,24,31.0525Z"/></svg>
Copied!