coin-2-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
coin-2-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Related icons in MingCute Icon

Use the coin 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M20 7.5c0 1.933-3.582 3.5-8 3.5S4 9.433 4 7.5m16 0C20 5.567 16.418 4 12 4S4 5.567 4 7.5m16 0v10c0 1.933-3.582 3.5-8 3.5s-8-1.567-8-3.5v-10m16 5c0 1.933-3.582 3.5-8 3.5s-8-1.567-8-3.5"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteCoin2Line(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="2" d="M20 7.5c0 1.933-3.582 3.5-8 3.5S4 9.433 4 7.5m16 0C20 5.567 16.418 4 12 4S4 5.567 4 7.5m16 0v10c0 1.933-3.582 3.5-8 3.5s-8-1.567-8-3.5v-10m16 5c0 1.933-3.582 3.5-8 3.5s-8-1.567-8-3.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M20 7.5c0 1.933-3.582 3.5-8 3.5S4 9.433 4 7.5m16 0C20 5.567 16.418 4 12 4S4 5.567 4 7.5m16 0v10c0 1.933-3.582 3.5-8 3.5s-8-1.567-8-3.5v-10m16 5c0 1.933-3.582 3.5-8 3.5s-8-1.567-8-3.5"/></svg>
</template>

CSS

.icon-coin-2-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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M20%207.5c0%201.933-3.582%203.5-8%203.5S4%209.433%204%207.5m16%200C20%205.567%2016.418%204%2012%204S4%205.567%204%207.5m16%200v10c0%201.933-3.582%203.5-8%203.5s-8-1.567-8-3.5v-10m16%205c0%201.933-3.582%203.5-8%203.5s-8-1.567-8-3.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M20%207.5c0%201.933-3.582%203.5-8%203.5S4%209.433%204%207.5m16%200C20%205.567%2016.418%204%2012%204S4%205.567%204%207.5m16%200v10c0%201.933-3.582%203.5-8%203.5s-8-1.567-8-3.5v-10m16%205c0%201.933-3.582%203.5-8%203.5s-8-1.567-8-3.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/coin-2-line.svg?color=%231a73e8&size=48