mastercard logo

mastercard from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
mastercard
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the mastercard logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.343 18.031q.088.074.181.146a7.4 7.4 0 0 1-4.107 1.238a7.416 7.416 0 1 1 4.104-13.593c-.06.051-.12.098-.165.15A7.96 7.96 0 0 0 8.595 12a8 8 0 0 0 2.748 6.031m5.241-13.447c-1.52 0-2.931.456-4.105 1.238c.06.051.12.098.165.15A7.96 7.96 0 0 1 15.405 12a8 8 0 0 1-2.748 6.031q-.088.074-.181.146a7.4 7.4 0 0 0 4.107 1.238A7.414 7.414 0 0 0 24 12a7.417 7.417 0 0 0-7.416-7.416M12 6.174q-.144.111-.28.231A7.4 7.4 0 0 0 9.169 12A7.39 7.39 0 0 0 12 17.827q.144-.112.28-.232A7.4 7.4 0 0 0 14.831 12A7.39 7.39 0 0 0 12 6.174"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsMastercard(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="M11.343 18.031q.088.074.181.146a7.4 7.4 0 0 1-4.107 1.238a7.416 7.416 0 1 1 4.104-13.593c-.06.051-.12.098-.165.15A7.96 7.96 0 0 0 8.595 12a8 8 0 0 0 2.748 6.031m5.241-13.447c-1.52 0-2.931.456-4.105 1.238c.06.051.12.098.165.15A7.96 7.96 0 0 1 15.405 12a8 8 0 0 1-2.748 6.031q-.088.074-.181.146a7.4 7.4 0 0 0 4.107 1.238A7.414 7.414 0 0 0 24 12a7.417 7.417 0 0 0-7.416-7.416M12 6.174q-.144.111-.28.231A7.4 7.4 0 0 0 9.169 12A7.39 7.39 0 0 0 12 17.827q.144-.112.28-.232A7.4 7.4 0 0 0 14.831 12A7.39 7.39 0 0 0 12 6.174"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.343 18.031q.088.074.181.146a7.4 7.4 0 0 1-4.107 1.238a7.416 7.416 0 1 1 4.104-13.593c-.06.051-.12.098-.165.15A7.96 7.96 0 0 0 8.595 12a8 8 0 0 0 2.748 6.031m5.241-13.447c-1.52 0-2.931.456-4.105 1.238c.06.051.12.098.165.15A7.96 7.96 0 0 1 15.405 12a8 8 0 0 1-2.748 6.031q-.088.074-.181.146a7.4 7.4 0 0 0 4.107 1.238A7.414 7.414 0 0 0 24 12a7.417 7.417 0 0 0-7.416-7.416M12 6.174q-.144.111-.28.231A7.4 7.4 0 0 0 9.169 12A7.39 7.39 0 0 0 12 17.827q.144-.112.28-.232A7.4 7.4 0 0 0 14.831 12A7.39 7.39 0 0 0 12 6.174"/></svg>
</template>

CSS

.icon-mastercard {
  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%22M11.343%2018.031q.088.074.181.146a7.4%207.4%200%200%201-4.107%201.238a7.416%207.416%200%201%201%204.104-13.593c-.06.051-.12.098-.165.15A7.96%207.96%200%200%200%208.595%2012a8%208%200%200%200%202.748%206.031m5.241-13.447c-1.52%200-2.931.456-4.105%201.238c.06.051.12.098.165.15A7.96%207.96%200%200%201%2015.405%2012a8%208%200%200%201-2.748%206.031q-.088.074-.181.146a7.4%207.4%200%200%200%204.107%201.238A7.414%207.414%200%200%200%2024%2012a7.417%207.417%200%200%200-7.416-7.416M12%206.174q-.144.111-.28.231A7.4%207.4%200%200%200%209.169%2012A7.39%207.39%200%200%200%2012%2017.827q.144-.112.28-.232A7.4%207.4%200%200%200%2014.831%2012A7.39%207.39%200%200%200%2012%206.174%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%22M11.343%2018.031q.088.074.181.146a7.4%207.4%200%200%201-4.107%201.238a7.416%207.416%200%201%201%204.104-13.593c-.06.051-.12.098-.165.15A7.96%207.96%200%200%200%208.595%2012a8%208%200%200%200%202.748%206.031m5.241-13.447c-1.52%200-2.931.456-4.105%201.238c.06.051.12.098.165.15A7.96%207.96%200%200%201%2015.405%2012a8%208%200%200%201-2.748%206.031q-.088.074-.181.146a7.4%207.4%200%200%200%204.107%201.238A7.414%207.414%200%200%200%2024%2012a7.417%207.417%200%200%200-7.416-7.416M12%206.174q-.144.111-.28.231A7.4%207.4%200%200%200%209.169%2012A7.39%207.39%200%200%200%2012%2017.827q.144-.112.28-.232A7.4%207.4%200%200%200%2014.831%2012A7.39%207.39%200%200%200%2012%206.174%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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