Etisalat Cash Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Etisalat Cash 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/340105.svg" alt="Etisalat Cash icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340105.svg" alt="Etisalat Cash icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340105.svg" alt="Etisalat Cash icon" :width="24" :height="24" />
CSS background
.icon-etisalat-cash {
background-image: url('https://proicons.com/icon/340105.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:#fff;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#fff;stroke-width:0px;}</style></defs><path id="b" class="c" d="M24.7969,6.5299c.126,2.0578-1.1439,4.8895-2.9867,4.9714-1.7148.075-2.3337-.6999-2.2447-2.1178M16.0669,15.5439c.316-2.9467,1.9788-5.4714,3.5456-6.2953l8.3101-4.4695M26.7057,12.8412c-1.9468-7.1332,1.3119-10.5248,5.6144-6.8322l-5.5944,6.3273M16.8988,15.3169l8.889-2.7597c.6439-.2,1.2179.5399,1.2179,1.2099v28.4898c0,.6699-.5739,1.4098-1.2189,1.2099l-8.889-2.7597c-.6439-.2-1.2179-.5399-1.2179-1.2099v-22.9704c0-.6699.5739-1.0099,1.2189-1.2099Z"/><circle class="d" cx="20.5614" cy="39.8005" r=".75"/></svg>
Copied!