Peso Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Peso icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306229.svg" alt="Peso icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306229.svg" alt="Peso icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306229.svg" alt="Peso icon" :width="24" :height="24" />
CSS background
.icon-peso {
background-image: url('https://proicons.com/icon/306229.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="M858 262h-86c-5-19-11-37-20-52-20-39-47-69-80-91s-70-37-110-45c-41-8-82-12-121-12-38 0-76 2-113 3-38 2-74 5-111 8v189h-75v55h75v76h-75v54h75v485c16 2 32 4 47 5 15 0 29 1 41 1 14 0 28-1 42-1 14-1 29-3 44-5V657c8 1 17 1 26 2h29c39 0 78-4 118-12s76-23 109-45c32-22 59-52 79-91 10-18 18-40 23-64h84v-55h-77c1-10 1-20 1-31 0-16 0-30-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 22H391v-52zm166 272c-15 12-32 20-51 26-19 5-38 7-58 7h-30c-9 0-18 0-27-2v-66h194c-8 14-17 26-28 35zm48-119c0 11-1 20-3 30H391v-76h209c3 14 5 29 5 46z"/></svg>
Copied!