Anghami Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Anghami 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/336338.svg" alt="Anghami icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336338.svg" alt="Anghami icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336338.svg" alt="Anghami icon" :width="24" :height="24" />
CSS background
.icon-anghami {
background-image: url('https://proicons.com/icon/336338.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><path class="b" d="M35.39699936,42.23040009c-3.41760063,2.13660049-7.36700058,3.26959991-11.39699936,3.26959991-11.8739996,0-21.5-9.62590027-21.5-21.5S12.12590027,2.5,24,2.5s21.5,9.62590027,21.5,21.5v19.5"/><path class="b" d="M33.26200104,39.33740234c-2.79459953,1.68759918-5.99710083,2.57949829-9.26169968,2.57949829-9.89509964,0-17.91699982-8.02159882-17.91699982-17.91699982S14.10490131,6.082901,24.00030136,6.082901c9.895401,0,17.91699982,8.02159977,17.91699982,17.91699982v18.49200058"/><path class="b" d="M33.26100159,34.94039917c-2.5883007,2.19099808-5.8696003,3.3932991-9.26070023,3.3932991-7.91609955,0-14.33300018-6.41730118-14.33300018-14.33300018s6.41730118-14.33300018,14.33300018-14.33300018,14.33300018,6.41730118,14.33300018,14.33300018v17.48400116"/><path class="b" d="M33.26599884,29.45140076c-1.93149948,3.28329849-5.45629883,5.29930115-9.2656002,5.29930115-5.93709946,0-10.75-4.81290054-10.75-10.75s4.81290054-10.75,10.75-10.75,10.74999809,4.81290054,10.74999809,10.75l.0003624,16.47600174"/></svg>
Copied!