Vandle Card Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vandle 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/334646.svg" alt="Vandle Card icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334646.svg" alt="Vandle Card icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334646.svg" alt="Vandle Card icon" :width="24" :height="24" />
CSS background
.icon-vandle-card {
background-image: url('https://proicons.com/icon/334646.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"><path d="M24,36.6159c3.4236,0,6.8595.7011,10.939.7011,4.7281,0,8.561-5.9622,8.561-13.317s-3.8328-13.317-8.561-13.317c-4.0795,0-7.5154.7011-10.939.7011s-6.8595-.7011-10.939-.7011c-4.7281,0-8.561,5.9622-8.561,13.317s3.8328,13.317,8.561,13.317c4.0795,0,7.5154-.7011,10.939-.7011Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M13.5,21.2499h21" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!