Peso Plus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Peso 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/306227.svg" alt="Peso Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306227.svg" alt="Peso Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306227.svg" alt="Peso Plus icon" :width="24" :height="24" />
CSS background
.icon-peso-plus {
background-image: url('https://proicons.com/icon/306227.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-22-23-53-37-87-38h-4c-36 0-68 14-91 38-23 23-38 55-38 90 0 19 4 36 11 51 6 15 15 29 27 41 23 23 55 37 91 37 71 0 129-58 129-129-1-35-15-67-38-90zm-30 109h-43v42h-37v-42h-42v-38h42v-42h37v42h43v38zm19-468h-86c-5-19-11-37-19-53-21-38-48-69-81-90-33-22-70-37-110-45-41-8-81-12-121-12-38 0-76 1-113 3s-74 5-111 8v189h-75v54h75v77h-75v54h75v485c16 2 32 4 47 4 15 1 29 1 42 1s27 0 41-1c14 0 29-2 44-4V657c8 0 16 1 26 2h29c39 0 78-4 118-12 11-2 22-5 33-8 22-56 75-96 138-99 6-9 12-19 17-29 11-19 18-40 23-64h83v-55h-76c1-10 2-20 2-31 0-16-1-31-2-45h76v-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!