Fawry Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fawry 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/340300.svg" alt="Fawry icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340300.svg" alt="Fawry icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340300.svg" alt="Fawry icon" :width="24" :height="24" />
CSS background
.icon-fawry {
background-image: url('https://proicons.com/icon/340300.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24.888,24c0,3.2793-2.0884,9.6912-2.9213,12.1181a.3158.3158,0,0,0,.4872.3555l15.442-11.3591a1.3836,1.3836,0,0,0,0-2.229L22.4539,11.5264a.3158.3158,0,0,0-.4872.3555C22.8,14.3088,24.888,20.7207,24.888,24"/><path class="a" d="M28.2621,32.2012c-.4772,1.6068-.95,3.0287-1.255,3.9169a.3158.3158,0,0,0,.4872.3555l15.442-11.3591a1.3836,1.3836,0,0,0,0-2.229L27.4943,11.5264a.3158.3158,0,0,0-.4872.3555c.3048.8882.7778,2.31,1.255,3.9169"/><line class="a" x1="18.6506" y1="26.9325" x2="4.5" y2="26.9325"/><line class="a" x1="6.424" y1="24" x2="18.6506" y2="24"/><line class="a" x1="18.6506" y1="21.0675" x2="9.341" y2="21.0675"/></svg>
Copied!