Dollar Minus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Dollar Minus icon is commonly used in quantity selectors, collapse controls and list management. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/305523.svg" alt="Dollar Minus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305523.svg" alt="Dollar Minus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305523.svg" alt="Dollar Minus icon" :width="24" :height="24" />
CSS background
.icon-dollar-minus {
background-image: url('https://proicons.com/icon/305523.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 19-87 48-116 17-17 38-30 61-38-2-8-4-16-6-22-8-22-18-40-32-55-14-14-30-27-50-37s-41-20-65-29l-57-22c-10-4-19-8-29-12s-18-9-26-15c-7-6-13-14-18-22-4-9-6-20-6-32 0-16 3-29 8-39 6-10 13-17 22-22s19-9 30-10c11-2 22-3 33-3 18 0 33 0 47 2s27 4 38 6c11 3 21 6 31 10s20 7 29 11c17-35 27-71 31-108-31-11-61-19-89-25-16-3-32-5-49-7V62H344v97l-9 3c-28 8-53 21-73 38s-36 37-47 62-17 53-17 85c0 27 4 50 10 69 7 19 16 35 28 49 12 13 27 25 44 35s36 19 58 27l58 22c11 4 22 9 33 13 11 5 20 11 29 18s16 16 21 26 8 22 8 38c0 30-11 53-34 68-23 14-54 22-94 22-27 0-52-3-75-8-24-6-49-14-75-24-7 20-13 40-18 60s-9 39-11 57c16 7 31 12 46 17 14 4 29 8 44 10 15 3 31 5 47 7 9 0 18 1 27 1v84h128v-96c5-1 9-2 14-4 21-7 40-15 56-26l-6-12c-9-20-14-42-14-65zm261-90c-22-22-52-36-85-38h-5c-35 0-67 15-90 38-24 23-38 55-38 90 0 18 4 35 11 51 6 15 15 28 27 40 23 23 55 37 90 37 71 0 128-57 128-128 0-35-15-67-38-90zm-31 107H634v-34h118v34z"/></svg>
Copied!