Card10 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Card10 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/338005.svg" alt="Card10 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338005.svg" alt="Card10 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338005.svg" alt="Card10 icon" :width="24" :height="24" />
CSS background
.icon-card10 {
background-image: url('https://proicons.com/icon/338005.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="m10.6573,24l5.6432-8.2135v21.0422c0,1.0281.5141,1.5422,1.5422,1.5422h20.5281c3.4194,0,5.1292-1.7097,5.1292-5.1292V14.7583c0-3.4194-1.7097-5.1292-5.1292-5.1292h-7.1854v6.1573h2.5703c2.0486,0,3.0729,1.0281,3.0729,3.0844v9.2302c0,2.0562-1.0243,3.0844-3.0729,3.0844h-9.2417c-2.0562,0-3.0844-1.0281-3.0844-3.0844v-9.2302c0-2.0562,1.0281-3.0844,3.0844-3.0844h2.5703v-6.1573H9.6292c-3.4195,0-5.1292,1.7097-5.1292,5.1292v18.4833c0,3.4194,1.7097,5.1292,5.1292,5.1292h2.993"/></svg>
Copied!