Card Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The 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/305327.svg" alt="Card icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305327.svg" alt="Card icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305327.svg" alt="Card icon" :width="24" :height="24" />
CSS background
.icon-card {
background-image: url('https://proicons.com/icon/305327.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M865 198H135c-40 0-72 32-72 72v460c0 39 32 72 72 72h730c40 0 73-32 73-72V270c0-40-33-72-73-72zM472 480c0-6 5-12 11-12h226c6 0 11 6 11 12v30c0 6-5 12-11 12H483c-6 0-11-5-11-12v-30zm-50 118c0 6-5 11-11 11H193c-6 0-12-5-12-11V402c0-6 6-11 12-11h218c6 0 11 5 11 11v196zm349 0c0 6-5 11-11 11H483c-6 0-11-5-11-11v-31c0-6 5-11 11-11h277c6 0 11 5 11 11v31zm48-165c0 6-5 11-12 11H483c-6 0-11-5-11-11v-31c0-6 5-11 11-11h324c7 0 12 5 12 11v31z"/></svg>
Copied!