Vinted Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Vinted 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/316535.svg" alt="Vinted icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316535.svg" alt="Vinted icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316535.svg" alt="Vinted icon" :width="24" :height="24" />
CSS background
.icon-vinted {
background-image: url('https://proicons.com/icon/316535.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Vinted</title><path d="M19.316 0c-.258 0-.571.217-1.415.953-.3.108-.627.027-1.008.613-2.15 3.09-3.825 14.648-5.255 17.984-.286-1.444-.885-10.837-1.116-13.41-.028-.477.027-1.076.027-1.43 0-2.368-.516-3.567-2.886-3.567-1.198 0-2.382.436-3.008 1.226-.299.408-.409.708-.409 1.443 0 4.915 1.171 12.973 2.478 18.228C7.132 23.688 8.603 24 9.99 24c.654 0 1.307-.081 2.233-.544 3.212-1.567 4.07-5.84 4.9-9.993.15-.749.899-4.37 1.253-6.275.476-2.6 1.02-5.54 1.347-6.617C19.833.245 19.63 0 19.317 0z"/></svg>
Copied!