credit-card from Streamline Emojis by Streamline · Default · Objects · CC-BY-4.0 Attribution required.

Name
credit-card
Set
Streamline Emojis
Style
Default
Category
Objects
Viewbox
48×48
License
CC BY 4.0

The same emoji in other sets

More objects icons from Streamline Emojis

Use the credit card emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M6.66 43.44a18.21 1.56 0 1 0 36.42 0a18.21 1.56 0 1 0-36.42 0" opacity=".15"/><path fill="#ffe500" d="M1.521 21.513L37.047 6.674l9.423 22.561l-35.525 14.84Z"/><path fill="#fff48c" d="M35.13 7.48L3.45 20.72a2.08 2.08 0 0 0-1.12 2.72l1.3 3.12a2.08 2.08 0 0 1 1.12-2.72L36.43 10.6a2.1 2.1 0 0 1 2.73 1.12L37.85 8.6a2.08 2.08 0 0 0-2.72-1.12"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M1.521 21.513L37.047 6.674l9.423 22.561l-35.525 14.84Z"/><path fill="#656769" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m3.537 26.317l35.526-14.84l1.803 4.32L5.341 30.634z"/><path fill="#fff" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m12.588 30.433l26.88-11.227l1.202 2.879l-26.88 11.227Z"/><path fill="#daedf7" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m35.23 26.61l6.237-2.605l1.604 3.838l-6.238 2.606Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m15.46 35.99l8.17-3.41m3.36-1.4l3.84-1.6"/></svg>

React

import type { SVGProps } from "react";

export function StreamlineEmojisCreditCard(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M6.66 43.44a18.21 1.56 0 1 0 36.42 0a18.21 1.56 0 1 0-36.42 0" opacity=".15"/><path fill="#ffe500" d="M1.521 21.513L37.047 6.674l9.423 22.561l-35.525 14.84Z"/><path fill="#fff48c" d="M35.13 7.48L3.45 20.72a2.08 2.08 0 0 0-1.12 2.72l1.3 3.12a2.08 2.08 0 0 1 1.12-2.72L36.43 10.6a2.1 2.1 0 0 1 2.73 1.12L37.85 8.6a2.08 2.08 0 0 0-2.72-1.12"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M1.521 21.513L37.047 6.674l9.423 22.561l-35.525 14.84Z"/><path fill="#656769" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="m3.537 26.317l35.526-14.84l1.803 4.32L5.341 30.634z"/><path fill="#fff" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="m12.588 30.433l26.88-11.227l1.202 2.879l-26.88 11.227Z"/><path fill="#daedf7" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="m35.23 26.61l6.237-2.605l1.604 3.838l-6.238 2.606Z"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="m15.46 35.99l8.17-3.41m3.36-1.4l3.84-1.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M6.66 43.44a18.21 1.56 0 1 0 36.42 0a18.21 1.56 0 1 0-36.42 0" opacity=".15"/><path fill="#ffe500" d="M1.521 21.513L37.047 6.674l9.423 22.561l-35.525 14.84Z"/><path fill="#fff48c" d="M35.13 7.48L3.45 20.72a2.08 2.08 0 0 0-1.12 2.72l1.3 3.12a2.08 2.08 0 0 1 1.12-2.72L36.43 10.6a2.1 2.1 0 0 1 2.73 1.12L37.85 8.6a2.08 2.08 0 0 0-2.72-1.12"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M1.521 21.513L37.047 6.674l9.423 22.561l-35.525 14.84Z"/><path fill="#656769" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m3.537 26.317l35.526-14.84l1.803 4.32L5.341 30.634z"/><path fill="#fff" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m12.588 30.433l26.88-11.227l1.202 2.879l-26.88 11.227Z"/><path fill="#daedf7" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m35.23 26.61l6.237-2.605l1.604 3.838l-6.238 2.606Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m15.46 35.99l8.17-3.41m3.36-1.4l3.84-1.6"/></svg>
</template>

CSS

.icon-credit-card {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M6.66%2043.44a18.21%201.56%200%201%200%2036.42%200a18.21%201.56%200%201%200-36.42%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M1.521%2021.513L37.047%206.674l9.423%2022.561l-35.525%2014.84Z%22%2F%3E%3Cpath%20fill%3D%22%23fff48c%22%20d%3D%22M35.13%207.48L3.45%2020.72a2.08%202.08%200%200%200-1.12%202.72l1.3%203.12a2.08%202.08%200%200%201%201.12-2.72L36.43%2010.6a2.1%202.1%200%200%201%202.73%201.12L37.85%208.6a2.08%202.08%200%200%200-2.72-1.12%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M1.521%2021.513L37.047%206.674l9.423%2022.561l-35.525%2014.84Z%22%2F%3E%3Cpath%20fill%3D%22%23656769%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m3.537%2026.317l35.526-14.84l1.803%204.32L5.341%2030.634z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m12.588%2030.433l26.88-11.227l1.202%202.879l-26.88%2011.227Z%22%2F%3E%3Cpath%20fill%3D%22%23daedf7%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m35.23%2026.61l6.237-2.605l1.604%203.838l-6.238%202.606Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m15.46%2035.99l8.17-3.41m3.36-1.4l3.84-1.6%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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M6.66%2043.44a18.21%201.56%200%201%200%2036.42%200a18.21%201.56%200%201%200-36.42%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M1.521%2021.513L37.047%206.674l9.423%2022.561l-35.525%2014.84Z%22%2F%3E%3Cpath%20fill%3D%22%23fff48c%22%20d%3D%22M35.13%207.48L3.45%2020.72a2.08%202.08%200%200%200-1.12%202.72l1.3%203.12a2.08%202.08%200%200%201%201.12-2.72L36.43%2010.6a2.1%202.1%200%200%201%202.73%201.12L37.85%208.6a2.08%202.08%200%200%200-2.72-1.12%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M1.521%2021.513L37.047%206.674l9.423%2022.561l-35.525%2014.84Z%22%2F%3E%3Cpath%20fill%3D%22%23656769%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m3.537%2026.317l35.526-14.84l1.803%204.32L5.341%2030.634z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m12.588%2030.433l26.88-11.227l1.202%202.879l-26.88%2011.227Z%22%2F%3E%3Cpath%20fill%3D%22%23daedf7%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m35.23%2026.61l6.237-2.605l1.604%203.838l-6.238%202.606Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m15.46%2035.99l8.17-3.41m3.36-1.4l3.84-1.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/credit-card.svg?color=%231a73e8&size=48