Etisalat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Etisalat 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/325544.svg" alt="Etisalat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325544.svg" alt="Etisalat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325544.svg" alt="Etisalat icon" :width="24" :height="24" />
CSS background
.icon-etisalat {
background-image: url('https://proicons.com/icon/325544.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M35.061,32.1455h-1.39c-.92,0-1.785-.436-2.326-1.173l-5.704-7.768c-.733-.953-2.023-2.208-2.023-4.068,0-1.755,1.44-3.282,3.442-3.282,1.95,0,3.333,1.526,3.333,3.282,0,1.86-1.521,3.45-4.331,3.977-2.545.478-4.315,1.692-4.89,3.635"/><path class="b" d="M12.939,26.7495h8.222v-1.324c0-2.25-1.84-4.073-4.111-4.073h0c-2.27,0-4.111,1.824-4.111,4.073v2.648c0,2.25,1.84,4.072,4.11,4.072h0c1.53,0,2.865-.828,3.573-2.055l.753.002c.612,1.25,1.922,2.053,3.927,2.053,3.795,0,6.029-3.565,9.328-7.946"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!