bxl mastercard icon

bxl-mastercard from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
bxl-mastercard
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT

Related icons in BoxIcons v2

Use the bxl mastercard icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M11.454 17.021c.048.041.1.082.151.122a6.173 6.173 0 0 1-3.42 1.03A6.17 6.17 0 0 1 2.01 12a6.175 6.175 0 0 1 9.592-5.144c-.05.043-.1.082-.138.126A6.633 6.633 0 0 0 9.166 12c0 1.925.833 3.755 2.288 5.021zm4.361-11.195a6.14 6.14 0 0 0-3.416 1.03c.049.043.099.082.137.126c1.462 1.263 2.299 3.094 2.299 5.018s-.835 3.753-2.288 5.021c-.049.041-.101.082-.151.122a6.162 6.162 0 0 0 3.418 1.03a6.174 6.174 0 1 0 .001-12.347zM12 7.15A6.152 6.152 0 0 0 9.644 12A6.15 6.15 0 0 0 12 16.853A6.157 6.157 0 0 0 14.357 12A6.15 6.15 0 0 0 12 7.15z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxBxlMastercard(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M11.454 17.021c.048.041.1.082.151.122a6.173 6.173 0 0 1-3.42 1.03A6.17 6.17 0 0 1 2.01 12a6.175 6.175 0 0 1 9.592-5.144c-.05.043-.1.082-.138.126A6.633 6.633 0 0 0 9.166 12c0 1.925.833 3.755 2.288 5.021zm4.361-11.195a6.14 6.14 0 0 0-3.416 1.03c.049.043.099.082.137.126c1.462 1.263 2.299 3.094 2.299 5.018s-.835 3.753-2.288 5.021c-.049.041-.101.082-.151.122a6.162 6.162 0 0 0 3.418 1.03a6.174 6.174 0 1 0 .001-12.347zM12 7.15A6.152 6.152 0 0 0 9.644 12A6.15 6.15 0 0 0 12 16.853A6.157 6.157 0 0 0 14.357 12A6.15 6.15 0 0 0 12 7.15z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M11.454 17.021c.048.041.1.082.151.122a6.173 6.173 0 0 1-3.42 1.03A6.17 6.17 0 0 1 2.01 12a6.175 6.175 0 0 1 9.592-5.144c-.05.043-.1.082-.138.126A6.633 6.633 0 0 0 9.166 12c0 1.925.833 3.755 2.288 5.021zm4.361-11.195a6.14 6.14 0 0 0-3.416 1.03c.049.043.099.082.137.126c1.462 1.263 2.299 3.094 2.299 5.018s-.835 3.753-2.288 5.021c-.049.041-.101.082-.151.122a6.162 6.162 0 0 0 3.418 1.03a6.174 6.174 0 1 0 .001-12.347zM12 7.15A6.152 6.152 0 0 0 9.644 12A6.15 6.15 0 0 0 12 16.853A6.157 6.157 0 0 0 14.357 12A6.15 6.15 0 0 0 12 7.15z" fill="currentColor"/></svg>
</template>

CSS

.icon-bxl-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%20d%3D%22M11.454%2017.021c.048.041.1.082.151.122a6.173%206.173%200%200%201-3.42%201.03A6.17%206.17%200%200%201%202.01%2012a6.175%206.175%200%200%201%209.592-5.144c-.05.043-.1.082-.138.126A6.633%206.633%200%200%200%209.166%2012c0%201.925.833%203.755%202.288%205.021zm4.361-11.195a6.14%206.14%200%200%200-3.416%201.03c.049.043.099.082.137.126c1.462%201.263%202.299%203.094%202.299%205.018s-.835%203.753-2.288%205.021c-.049.041-.101.082-.151.122a6.162%206.162%200%200%200%203.418%201.03a6.174%206.174%200%201%200%20.001-12.347zM12%207.15A6.152%206.152%200%200%200%209.644%2012A6.15%206.15%200%200%200%2012%2016.853A6.157%206.157%200%200%200%2014.357%2012A6.15%206.15%200%200%200%2012%207.15z%22%20fill%3D%22currentColor%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%20d%3D%22M11.454%2017.021c.048.041.1.082.151.122a6.173%206.173%200%200%201-3.42%201.03A6.17%206.17%200%200%201%202.01%2012a6.175%206.175%200%200%201%209.592-5.144c-.05.043-.1.082-.138.126A6.633%206.633%200%200%200%209.166%2012c0%201.925.833%203.755%202.288%205.021zm4.361-11.195a6.14%206.14%200%200%200-3.416%201.03c.049.043.099.082.137.126c1.462%201.263%202.299%203.094%202.299%205.018s-.835%203.753-2.288%205.021c-.049.041-.101.082-.151.122a6.162%206.162%200%200%200%203.418%201.03a6.174%206.174%200%201%200%20.001-12.347zM12%207.15A6.152%206.152%200%200%200%209.644%2012A6.15%206.15%200%200%200%2012%2016.853A6.157%206.157%200%200%200%2014.357%2012A6.15%206.15%200%200%200%2012%207.15z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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