Peseta Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Peseta 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/306224.svg" alt="Peseta icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306224.svg" alt="Peseta icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306224.svg" alt="Peseta icon" :width="24" :height="24" />
CSS background
.icon-peseta {
background-image: url('https://proicons.com/icon/306224.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="M891 317h-93c-4-42-14-78-29-107-21-39-48-69-80-91-33-22-70-37-111-45s-81-12-121-12c-38 0-75 1-113 3s-74 5-110 8v244H110c-2 16-3 33-3 50 0 16 1 33 3 49h124v516c16 2 31 4 46 4 15 1 29 2 42 2s27-1 41-2c15 0 29-2 44-4V657c8 1 17 1 26 2h29c39 0 78-4 118-12s77-23 109-45c33-22 59-52 80-91 14-26 23-58 27-95h95c2-16 3-33 3-50s-1-33-3-49zM608 435c-9 20-20 35-35 47s-31 21-50 26-39 7-59 7h-30c-8 0-17 0-27-2v-97h208c-2 7-4 13-7 19zm-30-118H407V210c15-2 25-3 33-3 7 0 16-1 24-1 20 0 40 3 59 8s35 14 50 26 26 29 35 49c4 8 7 18 9 28h-39z"/></svg>
Copied!