piggy-bank-outline from Material Design Icons by Pictogrammers · Outline · Banking · Apache-2.0 Free for personal and commercial use.

Name
piggy-bank-outline
Set
Material Design Icons
Style
Outline
Category
Banking
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

The same icon in other sets

More banking icons from Material Design Icons

Use the piggy bank icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 10c0-.55.45-1 1-1s1 .45 1 1s-.45 1-1 1s-1-.45-1-1M8 9h5V7H8zm14-1.5v6.97l-2.82.94L17.5 21H12v-2h-2v2H4.5S2 12.54 2 9.5S4.46 4 7.5 4h5c.91-1.21 2.36-2 4-2a1.498 1.498 0 0 1 1.38 2.08c-.14.34-.26.73-.32 1.15l2.27 2.27zm-2 2h-1L15.5 6c0-.65.09-1.29.26-1.91c-.97.25-1.76.97-2.09 1.91H7.5C5.57 6 4 7.57 4 9.5c0 1.88 1.22 6.65 2 9.5h2v-2h6v2h2l1.56-5.15l2.44-.82z"/></svg>

React

import type { SVGProps } from "react";

export function MdiPiggyBankOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 10c0-.55.45-1 1-1s1 .45 1 1s-.45 1-1 1s-1-.45-1-1M8 9h5V7H8zm14-1.5v6.97l-2.82.94L17.5 21H12v-2h-2v2H4.5S2 12.54 2 9.5S4.46 4 7.5 4h5c.91-1.21 2.36-2 4-2a1.498 1.498 0 0 1 1.38 2.08c-.14.34-.26.73-.32 1.15l2.27 2.27zm-2 2h-1L15.5 6c0-.65.09-1.29.26-1.91c-.97.25-1.76.97-2.09 1.91H7.5C5.57 6 4 7.57 4 9.5c0 1.88 1.22 6.65 2 9.5h2v-2h6v2h2l1.56-5.15l2.44-.82z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 10c0-.55.45-1 1-1s1 .45 1 1s-.45 1-1 1s-1-.45-1-1M8 9h5V7H8zm14-1.5v6.97l-2.82.94L17.5 21H12v-2h-2v2H4.5S2 12.54 2 9.5S4.46 4 7.5 4h5c.91-1.21 2.36-2 4-2a1.498 1.498 0 0 1 1.38 2.08c-.14.34-.26.73-.32 1.15l2.27 2.27zm-2 2h-1L15.5 6c0-.65.09-1.29.26-1.91c-.97.25-1.76.97-2.09 1.91H7.5C5.57 6 4 7.57 4 9.5c0 1.88 1.22 6.65 2 9.5h2v-2h6v2h2l1.56-5.15l2.44-.82z"/></svg>
</template>

CSS

.icon-piggy-bank-outline {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2010c0-.55.45-1%201-1s1%20.45%201%201s-.45%201-1%201s-1-.45-1-1M8%209h5V7H8zm14-1.5v6.97l-2.82.94L17.5%2021H12v-2h-2v2H4.5S2%2012.54%202%209.5S4.46%204%207.5%204h5c.91-1.21%202.36-2%204-2a1.498%201.498%200%200%201%201.38%202.08c-.14.34-.26.73-.32%201.15l2.27%202.27zm-2%202h-1L15.5%206c0-.65.09-1.29.26-1.91c-.97.25-1.76.97-2.09%201.91H7.5C5.57%206%204%207.57%204%209.5c0%201.88%201.22%206.65%202%209.5h2v-2h6v2h2l1.56-5.15l2.44-.82z%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2010c0-.55.45-1%201-1s1%20.45%201%201s-.45%201-1%201s-1-.45-1-1M8%209h5V7H8zm14-1.5v6.97l-2.82.94L17.5%2021H12v-2h-2v2H4.5S2%2012.54%202%209.5S4.46%204%207.5%204h5c.91-1.21%202.36-2%204-2a1.498%201.498%200%200%201%201.38%202.08c-.14.34-.26.73-.32%201.15l2.27%202.27zm-2%202h-1L15.5%206c0-.65.09-1.29.26-1.91c-.97.25-1.76.97-2.09%201.91H7.5C5.57%206%204%207.57%204%209.5c0%201.88%201.22%206.65%202%209.5h2v-2h6v2h2l1.56-5.15l2.44-.82z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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