coin 2 icon
coin-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- coin-2-fill
- Set
- MingCute Icon
- Style
- Fill
- 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="currentColor" d="M21 17.5c0 .814-.382 1.511-.91 2.058c-.524.541-1.233.983-2.032 1.333C16.456 21.59 14.314 22 12 22s-4.456-.409-6.058-1.11c-.799-.349-1.508-.79-2.032-1.332C3.382 19.01 3 18.314 3 17.5v-1.358c.466.264.962.5 1.494.696c2.03.751 4.685 1.17 7.506 1.17s5.476-.419 7.506-1.17A10 10 0 0 0 21 16.142zm0-3.756a8.3 8.3 0 0 1-2.189 1.218c-1.755.65-4.164 1.047-6.811 1.047s-5.056-.397-6.812-1.047A8.3 8.3 0 0 1 3 13.744v-3.102c.466.264.962.5 1.494.696c2.03.751 4.685 1.17 7.506 1.17s5.476-.419 7.506-1.17A10 10 0 0 0 21 10.642zM12 3c2.314 0 4.456.409 6.058 1.11c.799.349 1.508.79 2.032 1.332c.528.547.91 1.244.91 2.058v.744a8.3 8.3 0 0 1-2.189 1.218c-1.755.65-4.164 1.047-6.811 1.047s-5.056-.397-6.812-1.047A8.3 8.3 0 0 1 3 8.244V7.5c0-.814.382-1.511.91-2.058c.524-.541 1.233-.983 2.032-1.333C7.544 3.41 9.686 3 12 3"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteCoin2Fill(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="M21 17.5c0 .814-.382 1.511-.91 2.058c-.524.541-1.233.983-2.032 1.333C16.456 21.59 14.314 22 12 22s-4.456-.409-6.058-1.11c-.799-.349-1.508-.79-2.032-1.332C3.382 19.01 3 18.314 3 17.5v-1.358c.466.264.962.5 1.494.696c2.03.751 4.685 1.17 7.506 1.17s5.476-.419 7.506-1.17A10 10 0 0 0 21 16.142zm0-3.756a8.3 8.3 0 0 1-2.189 1.218c-1.755.65-4.164 1.047-6.811 1.047s-5.056-.397-6.812-1.047A8.3 8.3 0 0 1 3 13.744v-3.102c.466.264.962.5 1.494.696c2.03.751 4.685 1.17 7.506 1.17s5.476-.419 7.506-1.17A10 10 0 0 0 21 10.642zM12 3c2.314 0 4.456.409 6.058 1.11c.799.349 1.508.79 2.032 1.332c.528.547.91 1.244.91 2.058v.744a8.3 8.3 0 0 1-2.189 1.218c-1.755.65-4.164 1.047-6.811 1.047s-5.056-.397-6.812-1.047A8.3 8.3 0 0 1 3 8.244V7.5c0-.814.382-1.511.91-2.058c.524-.541 1.233-.983 2.032-1.333C7.544 3.41 9.686 3 12 3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 17.5c0 .814-.382 1.511-.91 2.058c-.524.541-1.233.983-2.032 1.333C16.456 21.59 14.314 22 12 22s-4.456-.409-6.058-1.11c-.799-.349-1.508-.79-2.032-1.332C3.382 19.01 3 18.314 3 17.5v-1.358c.466.264.962.5 1.494.696c2.03.751 4.685 1.17 7.506 1.17s5.476-.419 7.506-1.17A10 10 0 0 0 21 16.142zm0-3.756a8.3 8.3 0 0 1-2.189 1.218c-1.755.65-4.164 1.047-6.811 1.047s-5.056-.397-6.812-1.047A8.3 8.3 0 0 1 3 13.744v-3.102c.466.264.962.5 1.494.696c2.03.751 4.685 1.17 7.506 1.17s5.476-.419 7.506-1.17A10 10 0 0 0 21 10.642zM12 3c2.314 0 4.456.409 6.058 1.11c.799.349 1.508.79 2.032 1.332c.528.547.91 1.244.91 2.058v.744a8.3 8.3 0 0 1-2.189 1.218c-1.755.65-4.164 1.047-6.811 1.047s-5.056-.397-6.812-1.047A8.3 8.3 0 0 1 3 8.244V7.5c0-.814.382-1.511.91-2.058c.524-.541 1.233-.983 2.032-1.333C7.544 3.41 9.686 3 12 3"/></svg> </template>
CSS
.icon-coin-2-fill {
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%22M21%2017.5c0%20.814-.382%201.511-.91%202.058c-.524.541-1.233.983-2.032%201.333C16.456%2021.59%2014.314%2022%2012%2022s-4.456-.409-6.058-1.11c-.799-.349-1.508-.79-2.032-1.332C3.382%2019.01%203%2018.314%203%2017.5v-1.358c.466.264.962.5%201.494.696c2.03.751%204.685%201.17%207.506%201.17s5.476-.419%207.506-1.17A10%2010%200%200%200%2021%2016.142zm0-3.756a8.3%208.3%200%200%201-2.189%201.218c-1.755.65-4.164%201.047-6.811%201.047s-5.056-.397-6.812-1.047A8.3%208.3%200%200%201%203%2013.744v-3.102c.466.264.962.5%201.494.696c2.03.751%204.685%201.17%207.506%201.17s5.476-.419%207.506-1.17A10%2010%200%200%200%2021%2010.642zM12%203c2.314%200%204.456.409%206.058%201.11c.799.349%201.508.79%202.032%201.332c.528.547.91%201.244.91%202.058v.744a8.3%208.3%200%200%201-2.189%201.218c-1.755.65-4.164%201.047-6.811%201.047s-5.056-.397-6.812-1.047A8.3%208.3%200%200%201%203%208.244V7.5c0-.814.382-1.511.91-2.058c.524-.541%201.233-.983%202.032-1.333C7.544%203.41%209.686%203%2012%203%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%22M21%2017.5c0%20.814-.382%201.511-.91%202.058c-.524.541-1.233.983-2.032%201.333C16.456%2021.59%2014.314%2022%2012%2022s-4.456-.409-6.058-1.11c-.799-.349-1.508-.79-2.032-1.332C3.382%2019.01%203%2018.314%203%2017.5v-1.358c.466.264.962.5%201.494.696c2.03.751%204.685%201.17%207.506%201.17s5.476-.419%207.506-1.17A10%2010%200%200%200%2021%2016.142zm0-3.756a8.3%208.3%200%200%201-2.189%201.218c-1.755.65-4.164%201.047-6.811%201.047s-5.056-.397-6.812-1.047A8.3%208.3%200%200%201%203%2013.744v-3.102c.466.264.962.5%201.494.696c2.03.751%204.685%201.17%207.506%201.17s5.476-.419%207.506-1.17A10%2010%200%200%200%2021%2010.642zM12%203c2.314%200%204.456.409%206.058%201.11c.799.349%201.508.79%202.032%201.332c.528.547.91%201.244.91%202.058v.744a8.3%208.3%200%200%201-2.189%201.218c-1.755.65-4.164%201.047-6.811%201.047s-5.056-.397-6.812-1.047A8.3%208.3%200%200%201%203%208.244V7.5c0-.814.382-1.511.91-2.058c.524-.541%201.233-.983%202.032-1.333C7.544%203.41%209.686%203%2012%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/coin-2-fill.svg?color=%231a73e8&size=48