Dong Plus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Dong 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/305530.svg" alt="Dong Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305530.svg" alt="Dong Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305530.svg" alt="Dong Plus icon" :width="24" :height="24" />
CSS background
.icon-dong-plus {
background-image: url('https://proicons.com/icon/305530.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="M791 716c-22-23-53-37-87-39h-5c-36 0-68 15-92 39-23 23-38 55-38 91 0 19 4 36 11 52 7 15 16 29 27 40 24 24 56 38 92 38 72 0 130-58 130-130 0-35-14-68-38-91zm-30 110h-43v43h-38v-43h-42v-38h42v-42h38v42h43v38zM658 143h-64V67c-10-2-21-3-31-4-11 0-21-1-31-1s-20 1-30 1c-11 1-21 2-32 4v76H325c-2 12-2 23-2 35s0 23 2 35h145v131c-10-3-21-5-33-6-11-1-22-1-33-1-35 0-67 7-96 20-29 12-53 30-74 52-20 23-36 49-46 79-11 30-17 63-17 97 0 43 7 80 19 110 13 30 30 55 52 73 22 19 47 33 75 42 29 9 59 13 90 13 36 0 68-2 95-6-1-3-1-7-1-10 0-64 38-120 93-144V213h64c1-11 2-23 2-35s0-23-2-35zM470 710c-10 3-19 5-27 6s-17 2-28 2c-16 0-31-3-45-7-15-4-27-12-37-22s-18-24-24-41-9-38-9-63c0-20 2-39 7-57 4-18 11-34 20-48 10-13 22-24 36-32 15-8 31-12 51-12 11 0 20 0 28 1 7 1 17 3 29 6v267h-1zm99 228H240c-1-12-2-23-2-35s1-24 2-35h273c12 28 31 52 56 70z"/></svg>
Copied!