Ics Cards Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ics Cards 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/341853.svg" alt="Ics Cards icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341853.svg" alt="Ics Cards icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341853.svg" alt="Ics Cards icon" :width="24" :height="24" />
CSS background
.icon-ics-cards {
background-image: url('https://proicons.com/icon/341853.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="4.3368" y="14.9649" width="7.4195" height="19.4049"/><path class="c" d="M31.5668,27.9396c-3.5828,0-6.4873-2.9045-6.4873-6.4873s2.9045-6.4873,6.4873-6.4873"/><path class="c" d="M25.0795,21.3952h-3.6208c-1.8072,0-3.2722,1.465-3.2722,3.2722s1.465,3.2722,3.2722,3.2722h18.1304"/><path class="c" d="M36.8495,21.3952c3.5828,0,6.4873,2.9615,6.4873,6.5444s-2.9045,6.4873-6.4873,6.4873l-15.3907-.0571c-5.3585,0-9.7024-4.3439-9.7024-9.7024s4.3439-9.7024,9.7024-9.7024h20.3561v6.4302h-12.9079"/></svg>
Copied!