Credit Card Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Credit Card Svg icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/309028.svg" alt="Credit Card Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309028.svg" alt="Credit Card Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309028.svg" alt="Credit Card Svg icon" :width="24" :height="24" />
CSS background
.icon-credit-card---svg {
background-image: url('https://proicons.com/icon/309028.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M2 5C2 4.44772 2.44772 4 3 4H21C21.5523 4 22 4.44772 22 5V8H21H12H3H2V5ZM2 10V17C2 18.6569 3.34315 20 5 20H19C20.6569 20 22 18.6569 22 17V10H21H12H3H2ZM6 13C6 12.4477 6.44772 12 7 12H10C10.5523 12 11 12.4477 11 13C11 13.5523 10.5523 14 10 14H7C6.44772 14 6 13.5523 6 13Z" fill="#292929"/> </svg>
Copied!