credit card icon

credit-card-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
credit-card-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Related icons in Myna UI Icons

Use the credit card icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.83 4.25H6.17c-.534 0-.98 0-1.345.03c-.38.03-.736.098-1.074.27a2.75 2.75 0 0 0-1.201 1.2c-.172.338-.24.694-.27 1.074c-.03.365-.03.81-.03 1.345v7.66c0 .535 0 .98.03 1.345c.03.38.098.736.27 1.073a2.75 2.75 0 0 0 1.201 1.203c.337.171.694.238 1.073.27c.364.029.81.029 1.342.029h11.668c.533 0 .978 0 1.341-.03c.38-.03.736-.098 1.073-.27a2.75 2.75 0 0 0 1.203-1.202c.171-.337.238-.693.27-1.072c.029-.364.029-.809.029-1.342V8.166c0-.533 0-.978-.03-1.342c-.03-.38-.098-.736-.27-1.073a2.75 2.75 0 0 0-1.202-1.201c-.337-.172-.694-.24-1.074-.27c-.363-.03-.81-.03-1.343-.03M4.433 5.886c.09-.046.228-.088.515-.111c.296-.024.68-.025 1.253-.025h11.6c.573 0 .957 0 1.252.025c.287.023.424.065.515.111c.236.12.427.312.547.546c.046.09.088.228.111.515c.024.295.025.679.025 1.25v.053H3.75V8.2c0-.572 0-.957.025-1.253c.023-.287.065-.424.111-.515c.12-.235.311-.426.546-.546M6 14.25h4a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1 0-1.5"/></svg>

React

import type { SVGProps } from "react";

export function MynauiCreditCardSolid(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="M17.83 4.25H6.17c-.534 0-.98 0-1.345.03c-.38.03-.736.098-1.074.27a2.75 2.75 0 0 0-1.201 1.2c-.172.338-.24.694-.27 1.074c-.03.365-.03.81-.03 1.345v7.66c0 .535 0 .98.03 1.345c.03.38.098.736.27 1.073a2.75 2.75 0 0 0 1.201 1.203c.337.171.694.238 1.073.27c.364.029.81.029 1.342.029h11.668c.533 0 .978 0 1.341-.03c.38-.03.736-.098 1.073-.27a2.75 2.75 0 0 0 1.203-1.202c.171-.337.238-.693.27-1.072c.029-.364.029-.809.029-1.342V8.166c0-.533 0-.978-.03-1.342c-.03-.38-.098-.736-.27-1.073a2.75 2.75 0 0 0-1.202-1.201c-.337-.172-.694-.24-1.074-.27c-.363-.03-.81-.03-1.343-.03M4.433 5.886c.09-.046.228-.088.515-.111c.296-.024.68-.025 1.253-.025h11.6c.573 0 .957 0 1.252.025c.287.023.424.065.515.111c.236.12.427.312.547.546c.046.09.088.228.111.515c.024.295.025.679.025 1.25v.053H3.75V8.2c0-.572 0-.957.025-1.253c.023-.287.065-.424.111-.515c.12-.235.311-.426.546-.546M6 14.25h4a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1 0-1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.83 4.25H6.17c-.534 0-.98 0-1.345.03c-.38.03-.736.098-1.074.27a2.75 2.75 0 0 0-1.201 1.2c-.172.338-.24.694-.27 1.074c-.03.365-.03.81-.03 1.345v7.66c0 .535 0 .98.03 1.345c.03.38.098.736.27 1.073a2.75 2.75 0 0 0 1.201 1.203c.337.171.694.238 1.073.27c.364.029.81.029 1.342.029h11.668c.533 0 .978 0 1.341-.03c.38-.03.736-.098 1.073-.27a2.75 2.75 0 0 0 1.203-1.202c.171-.337.238-.693.27-1.072c.029-.364.029-.809.029-1.342V8.166c0-.533 0-.978-.03-1.342c-.03-.38-.098-.736-.27-1.073a2.75 2.75 0 0 0-1.202-1.201c-.337-.172-.694-.24-1.074-.27c-.363-.03-.81-.03-1.343-.03M4.433 5.886c.09-.046.228-.088.515-.111c.296-.024.68-.025 1.253-.025h11.6c.573 0 .957 0 1.252.025c.287.023.424.065.515.111c.236.12.427.312.547.546c.046.09.088.228.111.515c.024.295.025.679.025 1.25v.053H3.75V8.2c0-.572 0-.957.025-1.253c.023-.287.065-.424.111-.515c.12-.235.311-.426.546-.546M6 14.25h4a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1 0-1.5"/></svg>
</template>

CSS

.icon-credit-card-solid {
  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%22M17.83%204.25H6.17c-.534%200-.98%200-1.345.03c-.38.03-.736.098-1.074.27a2.75%202.75%200%200%200-1.201%201.2c-.172.338-.24.694-.27%201.074c-.03.365-.03.81-.03%201.345v7.66c0%20.535%200%20.98.03%201.345c.03.38.098.736.27%201.073a2.75%202.75%200%200%200%201.201%201.203c.337.171.694.238%201.073.27c.364.029.81.029%201.342.029h11.668c.533%200%20.978%200%201.341-.03c.38-.03.736-.098%201.073-.27a2.75%202.75%200%200%200%201.203-1.202c.171-.337.238-.693.27-1.072c.029-.364.029-.809.029-1.342V8.166c0-.533%200-.978-.03-1.342c-.03-.38-.098-.736-.27-1.073a2.75%202.75%200%200%200-1.202-1.201c-.337-.172-.694-.24-1.074-.27c-.363-.03-.81-.03-1.343-.03M4.433%205.886c.09-.046.228-.088.515-.111c.296-.024.68-.025%201.253-.025h11.6c.573%200%20.957%200%201.252.025c.287.023.424.065.515.111c.236.12.427.312.547.546c.046.09.088.228.111.515c.024.295.025.679.025%201.25v.053H3.75V8.2c0-.572%200-.957.025-1.253c.023-.287.065-.424.111-.515c.12-.235.311-.426.546-.546M6%2014.25h4a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201%200-1.5%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%22M17.83%204.25H6.17c-.534%200-.98%200-1.345.03c-.38.03-.736.098-1.074.27a2.75%202.75%200%200%200-1.201%201.2c-.172.338-.24.694-.27%201.074c-.03.365-.03.81-.03%201.345v7.66c0%20.535%200%20.98.03%201.345c.03.38.098.736.27%201.073a2.75%202.75%200%200%200%201.201%201.203c.337.171.694.238%201.073.27c.364.029.81.029%201.342.029h11.668c.533%200%20.978%200%201.341-.03c.38-.03.736-.098%201.073-.27a2.75%202.75%200%200%200%201.203-1.202c.171-.337.238-.693.27-1.072c.029-.364.029-.809.029-1.342V8.166c0-.533%200-.978-.03-1.342c-.03-.38-.098-.736-.27-1.073a2.75%202.75%200%200%200-1.202-1.201c-.337-.172-.694-.24-1.074-.27c-.363-.03-.81-.03-1.343-.03M4.433%205.886c.09-.046.228-.088.515-.111c.296-.024.68-.025%201.253-.025h11.6c.573%200%20.957%200%201.252.025c.287.023.424.065.515.111c.236.12.427.312.547.546c.046.09.088.228.111.515c.024.295.025.679.025%201.25v.053H3.75V8.2c0-.572%200-.957.025-1.253c.023-.287.065-.424.111-.515c.12-.235.311-.426.546-.546M6%2014.25h4a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201%200-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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