Peseta False Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Peseta False 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/306220.svg" alt="Peseta False icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306220.svg" alt="Peseta False icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306220.svg" alt="Peseta False icon" :width="24" :height="24" />
CSS background
.icon-peseta-false {
background-image: url('https://proicons.com/icon/306220.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="M775 669c-23-22-53-36-86-37h-5c-36 0-68 14-91 37s-38 56-38 91c0 18 4 35 11 51 6 15 16 29 27 40 23 23 55 38 91 38 71 0 128-58 128-129 0-35-14-68-37-91zm-38 123l-21 21-32-32-32 32-21-21 31-32-31-32 21-21 32 32 32-32 21 21-32 32 32 32zm153-475h-93c-4-42-13-78-29-107-20-39-47-70-80-91s-70-37-111-45c-40-8-81-12-120-12-38 0-76 1-113 3-38 2-74 5-111 8v244H110c-2 16-4 33-4 50 0 16 2 33 4 49h123v516c16 2 31 4 47 5 15 0 28 1 41 1 14 0 28-1 42-1 14-1 29-3 44-5V657c8 1 16 1 25 2h30c24 0 48-1 73-5 5-7 11-14 18-21 32-32 76-52 125-52 12 0 23 1 34 3 22-20 41-44 57-73 14-26 23-58 27-96h95c2-15 3-32 3-49s-1-33-4-49zM608 435c-9 19-20 35-35 47s-32 20-51 26c-19 5-38 7-58 7h-30c-9 0-18-1-27-2v-97h207c-2 6-4 13-6 19zM407 317V210c14-2 25-3 32-3 8-1 16-1 25-1 20 0 39 3 58 8s36 14 51 26c14 12 26 29 35 49 4 8 6 18 8 28H407z"/></svg>
Copied!