Dollar Plus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Dollar 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/305524.svg" alt="Dollar Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305524.svg" alt="Dollar Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305524.svg" alt="Dollar Plus icon" :width="24" :height="24" />
CSS background
.icon-dollar-plus {
background-image: url('https://proicons.com/icon/305524.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="M522 735c0-45 18-87 48-116 17-17 37-30 60-38-1-8-3-16-6-22-7-22-18-40-31-55-14-14-31-27-50-37-20-10-42-20-66-29l-57-22c-9-4-19-8-28-12-10-4-18-9-26-15s-14-14-18-22c-4-9-7-20-7-32 0-16 3-29 9-39s13-17 22-22 19-9 30-10c11-2 22-3 33-3 17 0 33 0 47 2s26 4 38 6c11 3 21 6 31 10s19 7 29 11c16-35 26-71 30-108-31-11-60-19-89-25-15-3-32-5-49-7V62H344v97l-9 3c-29 8-53 21-73 38s-36 37-47 62c-12 25-17 53-17 85 0 27 3 50 10 69s16 35 28 49c12 13 27 25 44 35s36 19 58 27l57 22c12 4 23 9 34 13 10 5 20 11 29 18s15 16 21 26c5 10 8 22 8 38 0 30-12 53-35 68-22 14-54 22-94 22-26 0-51-3-75-8-23-6-48-14-75-24-7 20-13 40-18 60s-8 39-10 57c16 7 31 12 46 17 14 4 29 8 44 10 15 3 30 5 47 7 8 0 17 1 27 1v84h128v-96c5-1 9-2 13-4 21-7 40-15 57-26-2-4-5-8-6-12-9-20-14-42-14-65zm261-90c-22-22-53-36-86-38h-4c-36 0-68 15-91 38s-37 55-37 90c0 18 3 35 10 51 7 15 16 28 27 40 23 23 55 37 91 37 70 0 128-57 128-128-1-35-15-67-38-90zm-30 109h-42v42h-37v-42h-42v-38h42v-41h37v41h42v38z"/></svg>
Copied!