View Card Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The View 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/349320.svg" alt="View Card icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349320.svg" alt="View Card icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349320.svg" alt="View Card icon" :width="24" :height="24" />
CSS background
.icon-view-card {
background-image: url('https://proicons.com/icon/349320.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="4.5" y="10.5" width="39" height="27" rx="3" ry="3"/><path class="d" d="m4.5 32.25h39"/><path class="d" d="m16.312 20.188-2.4404 6.623-2.4404-6.623"/><path class="d" d="m36.568 20.188-2.0133 6.623-2.0133-6.623-2.0133 6.623-2.0133-6.623"/><line class="d" x1="18.753" x2="18.753" y1="20.188" y2="26.811"/><path class="d" d="m25.755 25.551c-.42032.75342-1.2124 1.2613-2.1204 1.2613-1.3478 0-2.4404-1.119-2.4404-2.4992v-1.6245c0-1.3803 1.0926-2.4992 2.4404-2.4992 1.3478 0 2.4404 1.119 2.4404 2.4992v.81225h-4.8808"/></svg>
Copied!