hand coin icon
hand-coin-line from Remix Icon by Remix Design · Line · Finance · Apache-2.0 Free for personal and commercial use.
- Name
- hand-coin-line
- Set
- Remix Icon
- Style
- Line
- Category
- Finance
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
More finance icons from Remix Icon
24-hours-fillauction-fillbank-card-2-fillbank-card-fillbit-coin-fillbnb-fillbtc-fillcash-fillcoin-fillcoins-fillcopper-coin-fillcopper-diamond-fillcoupon-2-fillcoupon-3-fillcoupon-4-fillcoupon-5-fillcoupon-fillcurrency-filldiamond-filldiamond-ring-filldiscount-percent-filleth-fillexchange-2-fillexchange-box-fill
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="M5.005 9.003a1 1 0 0 1 1 1a6.97 6.97 0 0 1 4.33 1.5h2.17c1.332 0 2.53.58 3.354 1.5h3.146a5 5 0 0 1 4.516 2.851c-2.365 3.12-6.194 5.149-10.516 5.149c-2.79 0-5.15-.603-7.061-1.658a1 1 0 0 1-.94.658h-3a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1zm1 3v5.022l.045.032c1.794 1.26 4.133 1.946 6.955 1.946c3.004 0 5.798-1.156 7.835-3.13l.133-.133l-.12-.1a3 3 0 0 0-1.643-.63l-.205-.007h-2.112q.11.483.112 1v1h-9v-2l6.79-.001l-.034-.079a2.5 2.5 0 0 0-2.092-1.415l-.164-.005h-2.93a5 5 0 0 0-3.57-1.5m-2-1h-1v7h1zm14-6a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0 2a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-7-5a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0 2a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg>
React
import type { SVGProps } from "react";
export function RiHandCoinLine(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="M5.005 9.003a1 1 0 0 1 1 1a6.97 6.97 0 0 1 4.33 1.5h2.17c1.332 0 2.53.58 3.354 1.5h3.146a5 5 0 0 1 4.516 2.851c-2.365 3.12-6.194 5.149-10.516 5.149c-2.79 0-5.15-.603-7.061-1.658a1 1 0 0 1-.94.658h-3a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1zm1 3v5.022l.045.032c1.794 1.26 4.133 1.946 6.955 1.946c3.004 0 5.798-1.156 7.835-3.13l.133-.133l-.12-.1a3 3 0 0 0-1.643-.63l-.205-.007h-2.112q.11.483.112 1v1h-9v-2l6.79-.001l-.034-.079a2.5 2.5 0 0 0-2.092-1.415l-.164-.005h-2.93a5 5 0 0 0-3.57-1.5m-2-1h-1v7h1zm14-6a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0 2a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-7-5a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0 2a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.005 9.003a1 1 0 0 1 1 1a6.97 6.97 0 0 1 4.33 1.5h2.17c1.332 0 2.53.58 3.354 1.5h3.146a5 5 0 0 1 4.516 2.851c-2.365 3.12-6.194 5.149-10.516 5.149c-2.79 0-5.15-.603-7.061-1.658a1 1 0 0 1-.94.658h-3a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1zm1 3v5.022l.045.032c1.794 1.26 4.133 1.946 6.955 1.946c3.004 0 5.798-1.156 7.835-3.13l.133-.133l-.12-.1a3 3 0 0 0-1.643-.63l-.205-.007h-2.112q.11.483.112 1v1h-9v-2l6.79-.001l-.034-.079a2.5 2.5 0 0 0-2.092-1.415l-.164-.005h-2.93a5 5 0 0 0-3.57-1.5m-2-1h-1v7h1zm14-6a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0 2a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-7-5a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0 2a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg> </template>
CSS
.icon-hand-coin-line {
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%22M5.005%209.003a1%201%200%200%201%201%201a6.97%206.97%200%200%201%204.33%201.5h2.17c1.332%200%202.53.58%203.354%201.5h3.146a5%205%200%200%201%204.516%202.851c-2.365%203.12-6.194%205.149-10.516%205.149c-2.79%200-5.15-.603-7.061-1.658a1%201%200%200%201-.94.658h-3a1%201%200%200%201-1-1v-9a1%201%200%200%201%201-1zm1%203v5.022l.045.032c1.794%201.26%204.133%201.946%206.955%201.946c3.004%200%205.798-1.156%207.835-3.13l.133-.133l-.12-.1a3%203%200%200%200-1.643-.63l-.205-.007h-2.112q.11.483.112%201v1h-9v-2l6.79-.001l-.034-.079a2.5%202.5%200%200%200-2.092-1.415l-.164-.005h-2.93a5%205%200%200%200-3.57-1.5m-2-1h-1v7h1zm14-6a3%203%200%201%201%200%206a3%203%200%200%201%200-6m0%202a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-7-5a3%203%200%201%201%200%206a3%203%200%200%201%200-6m0%202a1%201%200%201%200%200%202a1%201%200%200%200%200-2%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%22M5.005%209.003a1%201%200%200%201%201%201a6.97%206.97%200%200%201%204.33%201.5h2.17c1.332%200%202.53.58%203.354%201.5h3.146a5%205%200%200%201%204.516%202.851c-2.365%203.12-6.194%205.149-10.516%205.149c-2.79%200-5.15-.603-7.061-1.658a1%201%200%200%201-.94.658h-3a1%201%200%200%201-1-1v-9a1%201%200%200%201%201-1zm1%203v5.022l.045.032c1.794%201.26%204.133%201.946%206.955%201.946c3.004%200%205.798-1.156%207.835-3.13l.133-.133l-.12-.1a3%203%200%200%200-1.643-.63l-.205-.007h-2.112q.11.483.112%201v1h-9v-2l6.79-.001l-.034-.079a2.5%202.5%200%200%200-2.092-1.415l-.164-.005h-2.93a5%205%200%200%200-3.57-1.5m-2-1h-1v7h1zm14-6a3%203%200%201%201%200%206a3%203%200%200%201%200-6m0%202a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-7-5a3%203%200%201%201%200%206a3%203%200%200%201%200-6m0%202a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/hand-coin-line.svg?color=%231a73e8&size=48