Afghani Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Afghani 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/304897.svg" alt="Afghani icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304897.svg" alt="Afghani icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304897.svg" alt="Afghani icon" :width="24" :height="24" />
CSS background
.icon-afghani {
background-image: url('https://proicons.com/icon/304897.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M705 363c-28-84-60-126-95-126-40 0-85 30-135 89-48 56-71 100-71 133 0 18 13 35 38 50 23 13 44 20 64 20 38 0 72-11 102-34l44-55c14 30 23 52 27 68 8 24 12 54 11 89H276l-17 93h430c21 0 38-52 52-155 0-45-12-102-36-172zm-157 70c-13 0-22-1-28-4-31-17-46-31-46-41 3-12 14-26 31-43 18-17 33-26 44-26 13-2 30 10 51 34 18 21 31 42 38 62-22 12-52 18-90 18zm-12 301v176l-72 28V758l72-24zm-5-617l-17 93-99-55 16-93 100 55z"/></svg>
Copied!