Credit Card Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Credit Card 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/310637.svg" alt="Credit Card icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310637.svg" alt="Credit Card icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310637.svg" alt="Credit Card icon" :width="24" :height="24" />
CSS background
.icon-credit-card {
background-image: url('https://proicons.com/icon/310637.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 d="M17.1389 3.77777H6.86112C4.59061 3.77777 2.75 5.61839 2.75 7.88889V16.1111C2.75 18.3816 4.59061 20.2222 6.86112 20.2222H17.1389C19.4094 20.2222 21.25 18.3816 21.25 16.1111V7.88889C21.25 5.61839 19.4094 3.77777 17.1389 3.77777Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M21.25 8.91667H2.75" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M6.21777 16.1111H11.3567" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Credit Card in other icon packs
Copied!