vinted from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
vinted
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the vinted logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.316 0c-.258 0-.571.217-1.415.953c-.3.108-.627.027-1.008.613c-2.15 3.09-3.825 14.648-5.255 17.984c-.286-1.444-.885-10.837-1.116-13.41c-.028-.477.027-1.076.027-1.43c0-2.368-.516-3.567-2.886-3.567c-1.198 0-2.382.436-3.008 1.226c-.299.408-.409.708-.409 1.443c0 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-.544c3.212-1.567 4.07-5.84 4.9-9.993c.15-.749.899-4.37 1.253-6.275c.476-2.6 1.02-5.54 1.347-6.617c.11-.326-.093-.571-.406-.571z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsVinted(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.316 0c-.258 0-.571.217-1.415.953c-.3.108-.627.027-1.008.613c-2.15 3.09-3.825 14.648-5.255 17.984c-.286-1.444-.885-10.837-1.116-13.41c-.028-.477.027-1.076.027-1.43c0-2.368-.516-3.567-2.886-3.567c-1.198 0-2.382.436-3.008 1.226c-.299.408-.409.708-.409 1.443c0 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-.544c3.212-1.567 4.07-5.84 4.9-9.993c.15-.749.899-4.37 1.253-6.275c.476-2.6 1.02-5.54 1.347-6.617c.11-.326-.093-.571-.406-.571z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.316 0c-.258 0-.571.217-1.415.953c-.3.108-.627.027-1.008.613c-2.15 3.09-3.825 14.648-5.255 17.984c-.286-1.444-.885-10.837-1.116-13.41c-.028-.477.027-1.076.027-1.43c0-2.368-.516-3.567-2.886-3.567c-1.198 0-2.382.436-3.008 1.226c-.299.408-.409.708-.409 1.443c0 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-.544c3.212-1.567 4.07-5.84 4.9-9.993c.15-.749.899-4.37 1.253-6.275c.476-2.6 1.02-5.54 1.347-6.617c.11-.326-.093-.571-.406-.571z"/></svg>
</template>

CSS

.icon-vinted {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.316%200c-.258%200-.571.217-1.415.953c-.3.108-.627.027-1.008.613c-2.15%203.09-3.825%2014.648-5.255%2017.984c-.286-1.444-.885-10.837-1.116-13.41c-.028-.477.027-1.076.027-1.43c0-2.368-.516-3.567-2.886-3.567c-1.198%200-2.382.436-3.008%201.226c-.299.408-.409.708-.409%201.443c0%204.915%201.171%2012.973%202.478%2018.228C7.132%2023.688%208.603%2024%209.99%2024c.654%200%201.307-.081%202.233-.544c3.212-1.567%204.07-5.84%204.9-9.993c.15-.749.899-4.37%201.253-6.275c.476-2.6%201.02-5.54%201.347-6.617c.11-.326-.093-.571-.406-.571z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.316%200c-.258%200-.571.217-1.415.953c-.3.108-.627.027-1.008.613c-2.15%203.09-3.825%2014.648-5.255%2017.984c-.286-1.444-.885-10.837-1.116-13.41c-.028-.477.027-1.076.027-1.43c0-2.368-.516-3.567-2.886-3.567c-1.198%200-2.382.436-3.008%201.226c-.299.408-.409.708-.409%201.443c0%204.915%201.171%2012.973%202.478%2018.228C7.132%2023.688%208.603%2024%209.99%2024c.654%200%201.307-.081%202.233-.544c3.212-1.567%204.07-5.84%204.9-9.993c.15-.749.899-4.37%201.253-6.275c.476-2.6%201.02-5.54%201.347-6.617c.11-.326-.093-.571-.406-.571z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/vinted.svg?color=%231a73e8&size=48