Peso Minus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Peso 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/306226.svg" alt="Peso Minus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306226.svg" alt="Peso Minus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306226.svg" alt="Peso Minus icon" :width="24" :height="24" />
CSS background
.icon-peso-minus {
background-image: url('https://proicons.com/icon/306226.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="M845 621c-23-23-53-37-86-38h-5c-36 0-68 14-91 38-24 23-38 55-38 90 0 19 4 36 11 51 6 15 16 29 27 41 23 23 55 37 91 37 71 0 128-58 128-129 0-35-14-67-37-90zm-32 107H694v-34h119v34zm21-466h-86c-5-19-11-37-19-53-21-38-48-69-81-90s-70-37-110-45c-41-8-81-12-121-12-38 0-76 1-113 3-38 2-74 5-111 8v189h-75v54h75v77h-75v54h75v485c16 2 31 4 47 4 15 1 28 1 41 1 14 0 27 0 42-1 14 0 29-2 44-4V657c8 0 16 1 25 2h30c38 0 78-4 118-12 11-2 22-5 33-8 22-56 75-96 138-99 6-9 12-19 17-29 10-19 18-40 23-64h83v-55h-76c1-10 1-20 1-31 0-16 0-31-2-45h77v-54zm-467-52c14-2 25-3 33-3 7-1 15-1 24-1 20 0 39 3 58 8s36 14 51 26c7 6 14 14 20 22H367v-52zm166 272c-15 12-32 21-51 25-19 6-38 8-58 8h-30c-9 0-17 0-27-2v-66h194c-8 14-17 26-28 35zm45-90H367v-76h209c3 15 5 30 5 47 0 11-1 20-3 29z"/></svg>
Copied!