Dc Card Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dc 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/324327.svg" alt="Dc Card icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324327.svg" alt="Dc Card icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324327.svg" alt="Dc Card icon" :width="24" :height="24" />
CSS background
.icon-dc-card {
background-image: url('https://proicons.com/icon/324327.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M16.25,34c4.2802,0,7.75-4.4772,7.75-10s-3.4698-10-7.75-10h-7.75v20h7.75Z"/><path class="e" d="M31.75,14v20l7.75-7.75v7.75h-7.75c-4.2802,0-7.75-4.4772-7.75-10s3.4698-10,7.75-10h7.75v7.75l-7.75-7.75Z"/><rect class="e" x="4.5" y="10" width="39" height="28" rx="4" ry="4"/><path class="e" d="M16.25,34V14"/></svg>
Copied!