Afghani Plus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Afghani Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/304895.svg" alt="Afghani Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304895.svg" alt="Afghani Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304895.svg" alt="Afghani Plus icon" :width="24" :height="24" />
CSS background
.icon-afghani-plus {
background-image: url('https://proicons.com/icon/304895.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="M411 472c-22-22-53-36-86-37h-5c-35 0-67 14-90 37s-38 55-38 90c0 19 4 36 11 51s16 29 27 40c23 23 55 37 91 37 70 0 127-57 127-128 0-35-14-67-37-90zm-30 109h-42v42h-37v-42h-42v-37h42v-42h37v42h42v37zm390-218c-28-84-60-126-95-126-39 0-84 29-135 89-47 56-71 100-71 133 0 18 13 35 38 50 23 13 45 20 64 20 38 0 72-12 102-34l45-55c14 30 22 52 27 68 8 24 12 54 11 89H481c-3 38-23 72-52 93h326c21 0 38-51 53-155 0-45-12-102-37-172zm-157 70c-13 0-22-2-28-4-30-17-46-31-46-41 3-12 14-26 32-43s32-26 44-26c13-1 30 10 50 33 19 22 31 43 38 63-22 12-51 18-90 18zm-12 301v176l-71 28V758l71-24zm-5-617l-17 93-99-55 17-93 99 55z"/></svg>
Copied!