piggy bank icon

piggy-bank-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
piggy-bank-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the piggy bank icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M240 112v32a16 16 0 0 1-16 16h-8l-18.1 50.69a8 8 0 0 1-7.54 5.31h-12.72a8 8 0 0 1-7.54-5.31L166.29 200H97.71l-3.81 10.69a8 8 0 0 1-7.54 5.31H73.64a8 8 0 0 1-7.54-5.31L53 174a79.7 79.7 0 0 1-21-54a80 80 0 0 1 80-80h32a80 80 0 0 1 73.44 48.22a82 82 0 0 1 2.9 7.78H224a16 16 0 0 1 16 16" opacity=".2"/><path d="M192 116a12 12 0 1 1-12-12a12 12 0 0 1 12 12m-40-52h-40a8 8 0 0 0 0 16h40a8 8 0 0 0 0-16m96 48v32a24 24 0 0 1-24 24h-2.36l-16.21 45.38A16 16 0 0 1 190.36 224h-12.72a16 16 0 0 1-15.07-10.62l-1.92-5.38h-57.3l-1.92 5.38A16 16 0 0 1 86.36 224H73.64a16 16 0 0 1-15.07-10.62L46 178.22a87.7 87.7 0 0 1-21.44-48.38A16 16 0 0 0 16 144a8 8 0 0 1-16 0a32 32 0 0 1 24.28-31A88.12 88.12 0 0 1 112 32h104a8 8 0 0 1 0 16h-21.39a87.93 87.93 0 0 1 30.17 37c.43 1 .85 2 1.25 3A24 24 0 0 1 248 112m-16 0a8 8 0 0 0-8-8h-3.66a8 8 0 0 1-7.64-5.6A71.9 71.9 0 0 0 144 48h-32a72 72 0 0 0-53.09 120.64a8 8 0 0 1 1.64 2.71L73.64 208h12.72l3.82-10.69a8 8 0 0 1 7.53-5.31h68.58a8 8 0 0 1 7.53 5.31l3.82 10.69h12.72l18.11-50.69A8 8 0 0 1 216 152h8a8 8 0 0 0 8-8Z"/></g></svg>

React

import type { SVGProps } from "react";

export function PhPiggyBankDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M240 112v32a16 16 0 0 1-16 16h-8l-18.1 50.69a8 8 0 0 1-7.54 5.31h-12.72a8 8 0 0 1-7.54-5.31L166.29 200H97.71l-3.81 10.69a8 8 0 0 1-7.54 5.31H73.64a8 8 0 0 1-7.54-5.31L53 174a79.7 79.7 0 0 1-21-54a80 80 0 0 1 80-80h32a80 80 0 0 1 73.44 48.22a82 82 0 0 1 2.9 7.78H224a16 16 0 0 1 16 16" opacity=".2"/><path d="M192 116a12 12 0 1 1-12-12a12 12 0 0 1 12 12m-40-52h-40a8 8 0 0 0 0 16h40a8 8 0 0 0 0-16m96 48v32a24 24 0 0 1-24 24h-2.36l-16.21 45.38A16 16 0 0 1 190.36 224h-12.72a16 16 0 0 1-15.07-10.62l-1.92-5.38h-57.3l-1.92 5.38A16 16 0 0 1 86.36 224H73.64a16 16 0 0 1-15.07-10.62L46 178.22a87.7 87.7 0 0 1-21.44-48.38A16 16 0 0 0 16 144a8 8 0 0 1-16 0a32 32 0 0 1 24.28-31A88.12 88.12 0 0 1 112 32h104a8 8 0 0 1 0 16h-21.39a87.93 87.93 0 0 1 30.17 37c.43 1 .85 2 1.25 3A24 24 0 0 1 248 112m-16 0a8 8 0 0 0-8-8h-3.66a8 8 0 0 1-7.64-5.6A71.9 71.9 0 0 0 144 48h-32a72 72 0 0 0-53.09 120.64a8 8 0 0 1 1.64 2.71L73.64 208h12.72l3.82-10.69a8 8 0 0 1 7.53-5.31h68.58a8 8 0 0 1 7.53 5.31l3.82 10.69h12.72l18.11-50.69A8 8 0 0 1 216 152h8a8 8 0 0 0 8-8Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M240 112v32a16 16 0 0 1-16 16h-8l-18.1 50.69a8 8 0 0 1-7.54 5.31h-12.72a8 8 0 0 1-7.54-5.31L166.29 200H97.71l-3.81 10.69a8 8 0 0 1-7.54 5.31H73.64a8 8 0 0 1-7.54-5.31L53 174a79.7 79.7 0 0 1-21-54a80 80 0 0 1 80-80h32a80 80 0 0 1 73.44 48.22a82 82 0 0 1 2.9 7.78H224a16 16 0 0 1 16 16" opacity=".2"/><path d="M192 116a12 12 0 1 1-12-12a12 12 0 0 1 12 12m-40-52h-40a8 8 0 0 0 0 16h40a8 8 0 0 0 0-16m96 48v32a24 24 0 0 1-24 24h-2.36l-16.21 45.38A16 16 0 0 1 190.36 224h-12.72a16 16 0 0 1-15.07-10.62l-1.92-5.38h-57.3l-1.92 5.38A16 16 0 0 1 86.36 224H73.64a16 16 0 0 1-15.07-10.62L46 178.22a87.7 87.7 0 0 1-21.44-48.38A16 16 0 0 0 16 144a8 8 0 0 1-16 0a32 32 0 0 1 24.28-31A88.12 88.12 0 0 1 112 32h104a8 8 0 0 1 0 16h-21.39a87.93 87.93 0 0 1 30.17 37c.43 1 .85 2 1.25 3A24 24 0 0 1 248 112m-16 0a8 8 0 0 0-8-8h-3.66a8 8 0 0 1-7.64-5.6A71.9 71.9 0 0 0 144 48h-32a72 72 0 0 0-53.09 120.64a8 8 0 0 1 1.64 2.71L73.64 208h12.72l3.82-10.69a8 8 0 0 1 7.53-5.31h68.58a8 8 0 0 1 7.53 5.31l3.82 10.69h12.72l18.11-50.69A8 8 0 0 1 216 152h8a8 8 0 0 0 8-8Z"/></g></svg>
</template>

CSS

.icon-piggy-bank-duotone {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M240%20112v32a16%2016%200%200%201-16%2016h-8l-18.1%2050.69a8%208%200%200%201-7.54%205.31h-12.72a8%208%200%200%201-7.54-5.31L166.29%20200H97.71l-3.81%2010.69a8%208%200%200%201-7.54%205.31H73.64a8%208%200%200%201-7.54-5.31L53%20174a79.7%2079.7%200%200%201-21-54a80%2080%200%200%201%2080-80h32a80%2080%200%200%201%2073.44%2048.22a82%2082%200%200%201%202.9%207.78H224a16%2016%200%200%201%2016%2016%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M192%20116a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m-40-52h-40a8%208%200%200%200%200%2016h40a8%208%200%200%200%200-16m96%2048v32a24%2024%200%200%201-24%2024h-2.36l-16.21%2045.38A16%2016%200%200%201%20190.36%20224h-12.72a16%2016%200%200%201-15.07-10.62l-1.92-5.38h-57.3l-1.92%205.38A16%2016%200%200%201%2086.36%20224H73.64a16%2016%200%200%201-15.07-10.62L46%20178.22a87.7%2087.7%200%200%201-21.44-48.38A16%2016%200%200%200%2016%20144a8%208%200%200%201-16%200a32%2032%200%200%201%2024.28-31A88.12%2088.12%200%200%201%20112%2032h104a8%208%200%200%201%200%2016h-21.39a87.93%2087.93%200%200%201%2030.17%2037c.43%201%20.85%202%201.25%203A24%2024%200%200%201%20248%20112m-16%200a8%208%200%200%200-8-8h-3.66a8%208%200%200%201-7.64-5.6A71.9%2071.9%200%200%200%20144%2048h-32a72%2072%200%200%200-53.09%20120.64a8%208%200%200%201%201.64%202.71L73.64%20208h12.72l3.82-10.69a8%208%200%200%201%207.53-5.31h68.58a8%208%200%200%201%207.53%205.31l3.82%2010.69h12.72l18.11-50.69A8%208%200%200%201%20216%20152h8a8%208%200%200%200%208-8Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M240%20112v32a16%2016%200%200%201-16%2016h-8l-18.1%2050.69a8%208%200%200%201-7.54%205.31h-12.72a8%208%200%200%201-7.54-5.31L166.29%20200H97.71l-3.81%2010.69a8%208%200%200%201-7.54%205.31H73.64a8%208%200%200%201-7.54-5.31L53%20174a79.7%2079.7%200%200%201-21-54a80%2080%200%200%201%2080-80h32a80%2080%200%200%201%2073.44%2048.22a82%2082%200%200%201%202.9%207.78H224a16%2016%200%200%201%2016%2016%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M192%20116a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m-40-52h-40a8%208%200%200%200%200%2016h40a8%208%200%200%200%200-16m96%2048v32a24%2024%200%200%201-24%2024h-2.36l-16.21%2045.38A16%2016%200%200%201%20190.36%20224h-12.72a16%2016%200%200%201-15.07-10.62l-1.92-5.38h-57.3l-1.92%205.38A16%2016%200%200%201%2086.36%20224H73.64a16%2016%200%200%201-15.07-10.62L46%20178.22a87.7%2087.7%200%200%201-21.44-48.38A16%2016%200%200%200%2016%20144a8%208%200%200%201-16%200a32%2032%200%200%201%2024.28-31A88.12%2088.12%200%200%201%20112%2032h104a8%208%200%200%201%200%2016h-21.39a87.93%2087.93%200%200%201%2030.17%2037c.43%201%20.85%202%201.25%203A24%2024%200%200%201%20248%20112m-16%200a8%208%200%200%200-8-8h-3.66a8%208%200%200%201-7.64-5.6A71.9%2071.9%200%200%200%20144%2048h-32a72%2072%200%200%200-53.09%20120.64a8%208%200%200%201%201.64%202.71L73.64%20208h12.72l3.82-10.69a8%208%200%200%201%207.53-5.31h68.58a8%208%200%200%201%207.53%205.31l3.82%2010.69h12.72l18.11-50.69A8%208%200%200%201%20216%20152h8a8%208%200%200%200%208-8Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/piggy-bank-duotone.svg?color=%231a73e8&size=48