mastercard-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
mastercard-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the mastercard icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 5.5c1.27 0 2.454.367 3.455.997l-.592.49A6.49 6.49 0 0 0 9 12.001c0 2.019.922 3.823 2.363 5.014l.591.487A6.46 6.46 0 0 1 8.5 18.5a6.5 6.5 0 1 1 0-13m7 0a6.5 6.5 0 1 1 0 13a6.46 6.46 0 0 1-3.455-.998l.592-.487A6.49 6.49 0 0 0 15 12a6.49 6.49 0 0 0-2.363-5.014l-.593-.49A6.47 6.47 0 0 1 15.5 5.5M12 9.172A4.48 4.48 0 0 1 13 12a4.48 4.48 0 0 1-1 2.828A4.48 4.48 0 0 1 11 12a4.48 4.48 0 0 1 1-2.83"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteMastercardFill(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="M8.5 5.5c1.27 0 2.454.367 3.455.997l-.592.49A6.49 6.49 0 0 0 9 12.001c0 2.019.922 3.823 2.363 5.014l.591.487A6.46 6.46 0 0 1 8.5 18.5a6.5 6.5 0 1 1 0-13m7 0a6.5 6.5 0 1 1 0 13a6.46 6.46 0 0 1-3.455-.998l.592-.487A6.49 6.49 0 0 0 15 12a6.49 6.49 0 0 0-2.363-5.014l-.593-.49A6.47 6.47 0 0 1 15.5 5.5M12 9.172A4.48 4.48 0 0 1 13 12a4.48 4.48 0 0 1-1 2.828A4.48 4.48 0 0 1 11 12a4.48 4.48 0 0 1 1-2.83"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 5.5c1.27 0 2.454.367 3.455.997l-.592.49A6.49 6.49 0 0 0 9 12.001c0 2.019.922 3.823 2.363 5.014l.591.487A6.46 6.46 0 0 1 8.5 18.5a6.5 6.5 0 1 1 0-13m7 0a6.5 6.5 0 1 1 0 13a6.46 6.46 0 0 1-3.455-.998l.592-.487A6.49 6.49 0 0 0 15 12a6.49 6.49 0 0 0-2.363-5.014l-.593-.49A6.47 6.47 0 0 1 15.5 5.5M12 9.172A4.48 4.48 0 0 1 13 12a4.48 4.48 0 0 1-1 2.828A4.48 4.48 0 0 1 11 12a4.48 4.48 0 0 1 1-2.83"/></svg>
</template>

CSS

.icon-mastercard-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%22M8.5%205.5c1.27%200%202.454.367%203.455.997l-.592.49A6.49%206.49%200%200%200%209%2012.001c0%202.019.922%203.823%202.363%205.014l.591.487A6.46%206.46%200%200%201%208.5%2018.5a6.5%206.5%200%201%201%200-13m7%200a6.5%206.5%200%201%201%200%2013a6.46%206.46%200%200%201-3.455-.998l.592-.487A6.49%206.49%200%200%200%2015%2012a6.49%206.49%200%200%200-2.363-5.014l-.593-.49A6.47%206.47%200%200%201%2015.5%205.5M12%209.172A4.48%204.48%200%200%201%2013%2012a4.48%204.48%200%200%201-1%202.828A4.48%204.48%200%200%201%2011%2012a4.48%204.48%200%200%201%201-2.83%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%22M8.5%205.5c1.27%200%202.454.367%203.455.997l-.592.49A6.49%206.49%200%200%200%209%2012.001c0%202.019.922%203.823%202.363%205.014l.591.487A6.46%206.46%200%200%201%208.5%2018.5a6.5%206.5%200%201%201%200-13m7%200a6.5%206.5%200%201%201%200%2013a6.46%206.46%200%200%201-3.455-.998l.592-.487A6.49%206.49%200%200%200%2015%2012a6.49%206.49%200%200%200-2.363-5.014l-.593-.49A6.47%206.47%200%200%201%2015.5%205.5M12%209.172A4.48%204.48%200%200%201%2013%2012a4.48%204.48%200%200%201-1%202.828A4.48%204.48%200%200%201%2011%2012a4.48%204.48%200%200%201%201-2.83%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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