vine from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
vine
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the vine logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12m9.746 6.256h-.025c1.193.23 3.682-3.48 4.14-4.554c.787-.026.812-.026 1.447-.18V12.04c-1.956.511-3.429-.512-3.606-2.815c0-.563.177-1.382.838-1.433c.965.026.889 1.587.685 2.303c-.177.563-.076.46.204.665c.355.256.94.41 1.498.282c.254-.717.38-1.305.406-2.15C17.308 7.484 16.648 6 14.693 6c-2.668.077-3.48 2.687-2.54 5.143c.304.793.863 1.663 1.853 2.124c-.508.947-1.244 2.124-2.133 2.968c-1.803-2.073-2.641-4.631-3.175-8.393H6.667c.228 3.583 1.955 7.83 3.631 9.417c.56.562.966.92 1.448.997" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TokenVine(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" fillRule="evenodd" d="M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12m9.746 6.256h-.025c1.193.23 3.682-3.48 4.14-4.554c.787-.026.812-.026 1.447-.18V12.04c-1.956.511-3.429-.512-3.606-2.815c0-.563.177-1.382.838-1.433c.965.026.889 1.587.685 2.303c-.177.563-.076.46.204.665c.355.256.94.41 1.498.282c.254-.717.38-1.305.406-2.15C17.308 7.484 16.648 6 14.693 6c-2.668.077-3.48 2.687-2.54 5.143c.304.793.863 1.663 1.853 2.124c-.508.947-1.244 2.124-2.133 2.968c-1.803-2.073-2.641-4.631-3.175-8.393H6.667c.228 3.583 1.955 7.83 3.631 9.417c.56.562.966.92 1.448.997" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12m9.746 6.256h-.025c1.193.23 3.682-3.48 4.14-4.554c.787-.026.812-.026 1.447-.18V12.04c-1.956.511-3.429-.512-3.606-2.815c0-.563.177-1.382.838-1.433c.965.026.889 1.587.685 2.303c-.177.563-.076.46.204.665c.355.256.94.41 1.498.282c.254-.717.38-1.305.406-2.15C17.308 7.484 16.648 6 14.693 6c-2.668.077-3.48 2.687-2.54 5.143c.304.793.863 1.663 1.853 2.124c-.508.947-1.244 2.124-2.133 2.968c-1.803-2.073-2.641-4.631-3.175-8.393H6.667c.228 3.583 1.955 7.83 3.631 9.417c.56.562.966.92 1.448.997" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-vine {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2012C2%206.477%206.477%202%2012%202s10%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012m9.746%206.256h-.025c1.193.23%203.682-3.48%204.14-4.554c.787-.026.812-.026%201.447-.18V12.04c-1.956.511-3.429-.512-3.606-2.815c0-.563.177-1.382.838-1.433c.965.026.889%201.587.685%202.303c-.177.563-.076.46.204.665c.355.256.94.41%201.498.282c.254-.717.38-1.305.406-2.15C17.308%207.484%2016.648%206%2014.693%206c-2.668.077-3.48%202.687-2.54%205.143c.304.793.863%201.663%201.853%202.124c-.508.947-1.244%202.124-2.133%202.968c-1.803-2.073-2.641-4.631-3.175-8.393H6.667c.228%203.583%201.955%207.83%203.631%209.417c.56.562.966.92%201.448.997%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2012C2%206.477%206.477%202%2012%202s10%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012m9.746%206.256h-.025c1.193.23%203.682-3.48%204.14-4.554c.787-.026.812-.026%201.447-.18V12.04c-1.956.511-3.429-.512-3.606-2.815c0-.563.177-1.382.838-1.433c.965.026.889%201.587.685%202.303c-.177.563-.076.46.204.665c.355.256.94.41%201.498.282c.254-.717.38-1.305.406-2.15C17.308%207.484%2016.648%206%2014.693%206c-2.668.077-3.48%202.687-2.54%205.143c.304.793.863%201.663%201.853%202.124c-.508.947-1.244%202.124-2.133%202.968c-1.803-2.073-2.641-4.631-3.175-8.393H6.667c.228%203.583%201.955%207.83%203.631%209.417c.56.562.966.92%201.448.997%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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