credit card icon

credit-card from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
credit-card
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the credit card icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M2 12c0-3.537 0-5.306 1.053-6.487q.253-.284.554-.522C4.862 4 6.741 4 10.5 4h3c3.759 0 5.638 0 6.892.99q.302.24.555.523C22 6.693 22 8.463 22 12s0 5.306-1.053 6.487a4.4 4.4 0 0 1-.555.522C19.138 20 17.26 20 13.5 20h-3c-3.759 0-5.638 0-6.893-.99a4.4 4.4 0 0 1-.554-.523C2 17.307 2 15.537 2 12"/><path stroke-linecap="round" stroke-miterlimit="10" d="M10 16h1.5m3 0H18"/><path d="M2 9h20"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCreditCard(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M2 12c0-3.537 0-5.306 1.053-6.487q.253-.284.554-.522C4.862 4 6.741 4 10.5 4h3c3.759 0 5.638 0 6.892.99q.302.24.555.523C22 6.693 22 8.463 22 12s0 5.306-1.053 6.487a4.4 4.4 0 0 1-.555.522C19.138 20 17.26 20 13.5 20h-3c-3.759 0-5.638 0-6.893-.99a4.4 4.4 0 0 1-.554-.523C2 17.307 2 15.537 2 12"/><path strokeLinecap="round" strokeMiterlimit="10" d="M10 16h1.5m3 0H18"/><path d="M2 9h20"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M2 12c0-3.537 0-5.306 1.053-6.487q.253-.284.554-.522C4.862 4 6.741 4 10.5 4h3c3.759 0 5.638 0 6.892.99q.302.24.555.523C22 6.693 22 8.463 22 12s0 5.306-1.053 6.487a4.4 4.4 0 0 1-.555.522C19.138 20 17.26 20 13.5 20h-3c-3.759 0-5.638 0-6.893-.99a4.4 4.4 0 0 1-.554-.523C2 17.307 2 15.537 2 12"/><path stroke-linecap="round" stroke-miterlimit="10" d="M10 16h1.5m3 0H18"/><path d="M2 9h20"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2012c0-3.537%200-5.306%201.053-6.487q.253-.284.554-.522C4.862%204%206.741%204%2010.5%204h3c3.759%200%205.638%200%206.892.99q.302.24.555.523C22%206.693%2022%208.463%2022%2012s0%205.306-1.053%206.487a4.4%204.4%200%200%201-.555.522C19.138%2020%2017.26%2020%2013.5%2020h-3c-3.759%200-5.638%200-6.893-.99a4.4%204.4%200%200%201-.554-.523C2%2017.307%202%2015.537%202%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M10%2016h1.5m3%200H18%22%2F%3E%3Cpath%20d%3D%22M2%209h20%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2012c0-3.537%200-5.306%201.053-6.487q.253-.284.554-.522C4.862%204%206.741%204%2010.5%204h3c3.759%200%205.638%200%206.892.99q.302.24.555.523C22%206.693%2022%208.463%2022%2012s0%205.306-1.053%206.487a4.4%204.4%200%200%201-.555.522C19.138%2020%2017.26%2020%2013.5%2020h-3c-3.759%200-5.638%200-6.893-.99a4.4%204.4%200%200%201-.554-.523C2%2017.307%202%2015.537%202%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M10%2016h1.5m3%200H18%22%2F%3E%3Cpath%20d%3D%22M2%209h20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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