Peseta Plus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Peseta 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/306222.svg" alt="Peseta Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306222.svg" alt="Peseta Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306222.svg" alt="Peseta Plus icon" :width="24" :height="24" />
CSS background
.icon-peseta-plus {
background-image: url('https://proicons.com/icon/306222.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-22-22-53-36-86-37h-5c-36 0-68 14-91 37s-38 56-38 91c0 18 4 35 11 51 7 15 16 29 27 40 24 23 55 38 91 38 71 0 129-58 129-129-1-35-15-68-38-91zm-30 110h-42v42h-38v-42h-42v-38h42v-42h38v42h42v38zm145-462h-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!