hand coin icon
hand-coin-outline from Material Design Icons by Pictogrammers · Outline · Banking · Apache-2.0 Free for personal and commercial use.
- Name
- hand-coin-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Banking
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- charity-outline, donation-outline
1 other variant in Material Design Icons
The same icon in other sets
More banking icons from Material Design Icons
Use the hand coin icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 2c-2.76 0-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5s-2.24-5-5-5m0 8c-1.66 0-3-1.34-3-3s1.34-3 3-3s3 1.34 3 3s-1.34 3-3 3m3 6h-2c0-1.2-.75-2.28-1.87-2.7L8.97 11H1v11h6v-1.44l7 1.94l8-2.5v-1c0-1.66-1.34-3-3-3M5 20H3v-7h2zm8.97.41L7 18.5V13h1.61l5.82 2.17c.34.13.57.46.57.83c0 0-2-.05-2.3-.15l-2.38-.79l-.63 1.9l2.38.79c.51.17 1.04.25 1.58.25H19c.39 0 .74.24.9.57z"/></svg>
React
import type { SVGProps } from "react";
export function MdiHandCoinOutline(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="M16 2c-2.76 0-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5s-2.24-5-5-5m0 8c-1.66 0-3-1.34-3-3s1.34-3 3-3s3 1.34 3 3s-1.34 3-3 3m3 6h-2c0-1.2-.75-2.28-1.87-2.7L8.97 11H1v11h6v-1.44l7 1.94l8-2.5v-1c0-1.66-1.34-3-3-3M5 20H3v-7h2zm8.97.41L7 18.5V13h1.61l5.82 2.17c.34.13.57.46.57.83c0 0-2-.05-2.3-.15l-2.38-.79l-.63 1.9l2.38.79c.51.17 1.04.25 1.58.25H19c.39 0 .74.24.9.57z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 2c-2.76 0-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5s-2.24-5-5-5m0 8c-1.66 0-3-1.34-3-3s1.34-3 3-3s3 1.34 3 3s-1.34 3-3 3m3 6h-2c0-1.2-.75-2.28-1.87-2.7L8.97 11H1v11h6v-1.44l7 1.94l8-2.5v-1c0-1.66-1.34-3-3-3M5 20H3v-7h2zm8.97.41L7 18.5V13h1.61l5.82 2.17c.34.13.57.46.57.83c0 0-2-.05-2.3-.15l-2.38-.79l-.63 1.9l2.38.79c.51.17 1.04.25 1.58.25H19c.39 0 .74.24.9.57z"/></svg> </template>
CSS
.icon-hand-coin-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%22M16%202c-2.76%200-5%202.24-5%205s2.24%205%205%205s5-2.24%205-5s-2.24-5-5-5m0%208c-1.66%200-3-1.34-3-3s1.34-3%203-3s3%201.34%203%203s-1.34%203-3%203m3%206h-2c0-1.2-.75-2.28-1.87-2.7L8.97%2011H1v11h6v-1.44l7%201.94l8-2.5v-1c0-1.66-1.34-3-3-3M5%2020H3v-7h2zm8.97.41L7%2018.5V13h1.61l5.82%202.17c.34.13.57.46.57.83c0%200-2-.05-2.3-.15l-2.38-.79l-.63%201.9l2.38.79c.51.17%201.04.25%201.58.25H19c.39%200%20.74.24.9.57z%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%22M16%202c-2.76%200-5%202.24-5%205s2.24%205%205%205s5-2.24%205-5s-2.24-5-5-5m0%208c-1.66%200-3-1.34-3-3s1.34-3%203-3s3%201.34%203%203s-1.34%203-3%203m3%206h-2c0-1.2-.75-2.28-1.87-2.7L8.97%2011H1v11h6v-1.44l7%201.94l8-2.5v-1c0-1.66-1.34-3-3-3M5%2020H3v-7h2zm8.97.41L7%2018.5V13h1.61l5.82%202.17c.34.13.57.46.57.83c0%200-2-.05-2.3-.15l-2.38-.79l-.63%201.9l2.38.79c.51.17%201.04.25%201.58.25H19c.39%200%20.74.24.9.57z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/hand-coin-outline.svg?color=%231a73e8&size=48