D Card Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The D 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/338786.svg" alt="D Card icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338786.svg" alt="D Card icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338786.svg" alt="D Card icon" :width="24" :height="24" />
CSS background
.icon-d-card {
background-image: url('https://proicons.com/icon/338786.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="d" d="m5.5 14h12.037m15.107 0h1.8555c2.216 0 4 1.784 4 4v16c0 2.216-1.784 4-4 4h-29"/><path class="d" d="m42.5 24.5-9.8555-1e-6m-17.006 1e-6h-1.1387c-2.216 0-4-1.784-4-4v-15"/><path class="d" d="m28.645 19.533c0-2.4194-2.0796-4.3805-4.645-4.3805s-4.645 1.9612-4.645 4.3805v2.8473c0 2.4194 2.0796 4.3805 4.645 4.3805s4.645-1.9612 4.645-4.3805"/><line class="d" x1="28.645" x2="28.645" y1="26.761" y2="9.239"/><path class="d" d="m24.808 36v-5.4648h1.8541c1.0483 0 1.898.8217 1.898 1.8353s-.84976 1.8353-1.898 1.8353h-1.8541"/><line class="d" x1="26.663" x2="28.518" y1="34.206" y2="35.999"/><path class="d" d="m17.824 34.167v.02238c0 .99979-.83992 1.8102-1.8761 1.8102-1.0362 0-1.8761-.81043-1.8761-1.8102v-1.8444c0-.99979.83992-1.8102 1.8761-1.8102 1.0362 1e-6 1.8761.81043 1.8761 1.8102v.02238"/><path class="d" d="m30.176 36v-5.4648h1.2743c1.3685 0 2.4778 1.0704 2.4778 2.3909v.6831c0 1.3204-1.1094 2.3909-2.4778 2.3909z"/><line class="d" x1="22.57" x2="20.061" y1="34.19" y2="34.19"/><path class="d" d="m19.44 36 1.8761-5.4648 1.8761 5.4648"/></svg>
Copied!