Etisalat Money Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Etisalat Money 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/340106.svg" alt="Etisalat Money icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340106.svg" alt="Etisalat Money icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340106.svg" alt="Etisalat Money icon" :width="24" :height="24" />
CSS background
.icon-etisalat-money {
background-image: url('https://proicons.com/icon/340106.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><polyline class="b" points="35 41.9921 35 35 38.5 42 42 35.0105 42 42"/><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"/><circle class="b" cx="38.5" cy="38.5" r="7"/><path class="b" d="M32.771,42.5H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4h29c2.216,0,4,1.784,4,4v23.258"/></svg>
Copied!