Ui V Card Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui V 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/306815.svg" alt="Ui V Card icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306815.svg" alt="Ui V Card icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306815.svg" alt="Ui V Card icon" :width="24" :height="24" />
CSS background
.icon-ui-v-card {
background-image: url('https://proicons.com/icon/306815.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M892 129H109C49 129 0 178 0 238v523c0 60 49 109 109 109h783c59 0 108-49 108-109V238c0-60-49-109-108-109zM113 300c0-30 25-54 55-54h181c30 0 55 24 55 54v209c0 30-25 54-55 54H168c-30 0-55-24-55-54V300zm736 426H143c-18 0-33-14-33-32 0-17 15-32 33-32h706c17 0 32 15 32 32 0 18-15 32-32 32zm0-168H529c-18 0-33-14-33-31 0-18 15-32 33-32h320c17 0 32 14 32 32 0 17-15 31-32 31zm0-130H529c-18 0-33-15-33-32 0-18 15-32 33-32h320c17 0 32 14 32 32 0 17-15 32-32 32z"/></svg>
Copied!