hand coins icon
hand-coins from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- hand-coins
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
hand-bag-01hand-bag-02hand-beaterhand-fisthand-grabhand-griphand-hearthand-helpinghand-metalhand-platterhand-pointing-down-01hand-pointing-down-02hand-pointing-down-03hand-pointing-down-04hand-pointing-left-01hand-pointing-left-02hand-pointing-left-03hand-pointing-left-04hand-pointing-right-01hand-pointing-right-02hand-pointing-right-03hand-pointing-right-04hand-prayerhand-sanitizer
Use the hand coins icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M2 18v-6c0-.465 0-.697.051-.888a1.5 1.5 0 0 1 1.06-1.06C3.304 10 3.536 10 4 10s.697 0 .888.051a1.5 1.5 0 0 1 1.06 1.06C6 11.303 6 11.536 6 12v6c0 .465 0 .698-.051.888a1.5 1.5 0 0 1-1.06 1.06C4.696 20 4.464 20 4 20s-.697 0-.888-.051a1.5 1.5 0 0 1-1.06-1.06C2 18.697 2 18.464 2 18m4-7h1.768a6 6 0 0 1 2.364.485l4.725 2.025A1.89 1.89 0 0 1 16 15.243c0 .694-.563 1.257-1.257 1.257H14.1a5.7 5.7 0 0 1-2.119-.408L10.5 15.5"/><path d="M14 16.5h6.575a1.425 1.425 0 0 1 .391 2.795l-5.22 1.492a5.53 5.53 0 0 1-2.947.026L6 19"/><circle cx="18" cy="7" r="4"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsHandCoins(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M2 18v-6c0-.465 0-.697.051-.888a1.5 1.5 0 0 1 1.06-1.06C3.304 10 3.536 10 4 10s.697 0 .888.051a1.5 1.5 0 0 1 1.06 1.06C6 11.303 6 11.536 6 12v6c0 .465 0 .698-.051.888a1.5 1.5 0 0 1-1.06 1.06C4.696 20 4.464 20 4 20s-.697 0-.888-.051a1.5 1.5 0 0 1-1.06-1.06C2 18.697 2 18.464 2 18m4-7h1.768a6 6 0 0 1 2.364.485l4.725 2.025A1.89 1.89 0 0 1 16 15.243c0 .694-.563 1.257-1.257 1.257H14.1a5.7 5.7 0 0 1-2.119-.408L10.5 15.5"/><path d="M14 16.5h6.575a1.425 1.425 0 0 1 .391 2.795l-5.22 1.492a5.53 5.53 0 0 1-2.947.026L6 19"/><circle cx="18" cy="7" r="4"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M2 18v-6c0-.465 0-.697.051-.888a1.5 1.5 0 0 1 1.06-1.06C3.304 10 3.536 10 4 10s.697 0 .888.051a1.5 1.5 0 0 1 1.06 1.06C6 11.303 6 11.536 6 12v6c0 .465 0 .698-.051.888a1.5 1.5 0 0 1-1.06 1.06C4.696 20 4.464 20 4 20s-.697 0-.888-.051a1.5 1.5 0 0 1-1.06-1.06C2 18.697 2 18.464 2 18m4-7h1.768a6 6 0 0 1 2.364.485l4.725 2.025A1.89 1.89 0 0 1 16 15.243c0 .694-.563 1.257-1.257 1.257H14.1a5.7 5.7 0 0 1-2.119-.408L10.5 15.5"/><path d="M14 16.5h6.575a1.425 1.425 0 0 1 .391 2.795l-5.22 1.492a5.53 5.53 0 0 1-2.947.026L6 19"/><circle cx="18" cy="7" r="4"/></g></svg> </template>
CSS
.icon-hand-coins {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2018v-6c0-.465%200-.697.051-.888a1.5%201.5%200%200%201%201.06-1.06C3.304%2010%203.536%2010%204%2010s.697%200%20.888.051a1.5%201.5%200%200%201%201.06%201.06C6%2011.303%206%2011.536%206%2012v6c0%20.465%200%20.698-.051.888a1.5%201.5%200%200%201-1.06%201.06C4.696%2020%204.464%2020%204%2020s-.697%200-.888-.051a1.5%201.5%200%200%201-1.06-1.06C2%2018.697%202%2018.464%202%2018m4-7h1.768a6%206%200%200%201%202.364.485l4.725%202.025A1.89%201.89%200%200%201%2016%2015.243c0%20.694-.563%201.257-1.257%201.257H14.1a5.7%205.7%200%200%201-2.119-.408L10.5%2015.5%22%2F%3E%3Cpath%20d%3D%22M14%2016.5h6.575a1.425%201.425%200%200%201%20.391%202.795l-5.22%201.492a5.53%205.53%200%200%201-2.947.026L6%2019%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%227%22%20r%3D%224%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2018v-6c0-.465%200-.697.051-.888a1.5%201.5%200%200%201%201.06-1.06C3.304%2010%203.536%2010%204%2010s.697%200%20.888.051a1.5%201.5%200%200%201%201.06%201.06C6%2011.303%206%2011.536%206%2012v6c0%20.465%200%20.698-.051.888a1.5%201.5%200%200%201-1.06%201.06C4.696%2020%204.464%2020%204%2020s-.697%200-.888-.051a1.5%201.5%200%200%201-1.06-1.06C2%2018.697%202%2018.464%202%2018m4-7h1.768a6%206%200%200%201%202.364.485l4.725%202.025A1.89%201.89%200%200%201%2016%2015.243c0%20.694-.563%201.257-1.257%201.257H14.1a5.7%205.7%200%200%201-2.119-.408L10.5%2015.5%22%2F%3E%3Cpath%20d%3D%22M14%2016.5h6.575a1.425%201.425%200%200%201%20.391%202.795l-5.22%201.492a5.53%205.53%200%200%201-2.947.026L6%2019%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%227%22%20r%3D%224%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/hand-coins.svg?color=%231a73e8&size=48