vine from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
vine
Set
SVG Logos
Style
Color
Viewbox
512×198
License
CC0

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 512 198"><g fill="#00AA7F"><path d="M470.241 105.032c8.674 0 12.777 4.622 12.777 10.337c0 7.573-7.052 20.408-40.44 20.79c1.319-18.323 13.35-31.127 27.663-31.127zm-24.57 50.342c38.086 1.011 66.317-13.459 66.317-41.779c0-20.89-16.124-36.15-41.548-36.15c-34.093 0-51.828 26.208-58.92 54.19c-4.137 16.356-10.443 37.835-23.055 37.835c-7.884 0-10.051-7.882-10.051-17.735v-32.909c0-26.997-13.203-41.38-33.894-41.38c-18.327 0-32.503 11.033-40.58 24.431l-.788-22.66H276.55s-2.948 90.253-32.713 90.253c-10.247 0-13.597-11.639-13.597-24.83V79.218h-26.01c-13.794 15.568-32.302 20.298-46.098 20.298c-24.829 0-43.944-17.342-43.944-47.493c0-14.778 5.715-22.463 13.794-22.463c7.686 0 12.81 6.897 12.81 20.888c0 7.954-2.131 16.673-3.703 21.831c0 0 7.652 13.347 28.572 9.251c4.443-9.863 6.858-22.635 6.858-33.84C172.52 17.538 157.147 0 128.968 0C100 0 83.053 22.268 83.053 51.631c0 29.087 13.599 54.056 36.02 65.432c-9.428 18.862-21.427 35.474-33.937 47.993c-22.7-27.442-43.224-64.053-51.645-135.497H0c15.473 118.988 61.586 156.874 73.777 164.15c6.897 4.138 12.837 3.94 19.143.392c9.9-5.629 39.623-35.35 56.1-70.162c14.785-.039 35.932-3.53 49.495-13.789v33.9c0 38.229 14.583 53.008 37.243 53.008c18.178 0 32.212-14.17 39.015-30.069v27.902h31.334v-32.91c0-37.637 12.598-55.964 28.364-55.964c8.866 0 12.612 5.912 12.612 20.889v29.953c0 25.42 13.398 40.2 33.498 40.2c16.516 0 31.341-12.883 37.176-29.176c9.958 20.59 32.886 29.175 52.88 29.175c15.107 0 27.42-3.135 37.014-8.85v-28.571c-8.117 5.526-18.131 10.227-32.677 10.227c-13.873 0-24.328-4.395-29.304-14.49z"/><path d="M216.185 62.862c12.02 0 20.296-9.065 20.296-20.691c0-11.627-8.277-20.495-20.296-20.495c-12.02 0-20.1 8.08-20.1 20.495c0 12.414 8.08 20.69 20.1 20.69"/></g></svg>

React

import type { SVGProps } from "react";

export function LogosVine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 198"><g fill="#00AA7F"><path d="M470.241 105.032c8.674 0 12.777 4.622 12.777 10.337c0 7.573-7.052 20.408-40.44 20.79c1.319-18.323 13.35-31.127 27.663-31.127zm-24.57 50.342c38.086 1.011 66.317-13.459 66.317-41.779c0-20.89-16.124-36.15-41.548-36.15c-34.093 0-51.828 26.208-58.92 54.19c-4.137 16.356-10.443 37.835-23.055 37.835c-7.884 0-10.051-7.882-10.051-17.735v-32.909c0-26.997-13.203-41.38-33.894-41.38c-18.327 0-32.503 11.033-40.58 24.431l-.788-22.66H276.55s-2.948 90.253-32.713 90.253c-10.247 0-13.597-11.639-13.597-24.83V79.218h-26.01c-13.794 15.568-32.302 20.298-46.098 20.298c-24.829 0-43.944-17.342-43.944-47.493c0-14.778 5.715-22.463 13.794-22.463c7.686 0 12.81 6.897 12.81 20.888c0 7.954-2.131 16.673-3.703 21.831c0 0 7.652 13.347 28.572 9.251c4.443-9.863 6.858-22.635 6.858-33.84C172.52 17.538 157.147 0 128.968 0C100 0 83.053 22.268 83.053 51.631c0 29.087 13.599 54.056 36.02 65.432c-9.428 18.862-21.427 35.474-33.937 47.993c-22.7-27.442-43.224-64.053-51.645-135.497H0c15.473 118.988 61.586 156.874 73.777 164.15c6.897 4.138 12.837 3.94 19.143.392c9.9-5.629 39.623-35.35 56.1-70.162c14.785-.039 35.932-3.53 49.495-13.789v33.9c0 38.229 14.583 53.008 37.243 53.008c18.178 0 32.212-14.17 39.015-30.069v27.902h31.334v-32.91c0-37.637 12.598-55.964 28.364-55.964c8.866 0 12.612 5.912 12.612 20.889v29.953c0 25.42 13.398 40.2 33.498 40.2c16.516 0 31.341-12.883 37.176-29.176c9.958 20.59 32.886 29.175 52.88 29.175c15.107 0 27.42-3.135 37.014-8.85v-28.571c-8.117 5.526-18.131 10.227-32.677 10.227c-13.873 0-24.328-4.395-29.304-14.49z"/><path d="M216.185 62.862c12.02 0 20.296-9.065 20.296-20.691c0-11.627-8.277-20.495-20.296-20.495c-12.02 0-20.1 8.08-20.1 20.495c0 12.414 8.08 20.69 20.1 20.69"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 198"><g fill="#00AA7F"><path d="M470.241 105.032c8.674 0 12.777 4.622 12.777 10.337c0 7.573-7.052 20.408-40.44 20.79c1.319-18.323 13.35-31.127 27.663-31.127zm-24.57 50.342c38.086 1.011 66.317-13.459 66.317-41.779c0-20.89-16.124-36.15-41.548-36.15c-34.093 0-51.828 26.208-58.92 54.19c-4.137 16.356-10.443 37.835-23.055 37.835c-7.884 0-10.051-7.882-10.051-17.735v-32.909c0-26.997-13.203-41.38-33.894-41.38c-18.327 0-32.503 11.033-40.58 24.431l-.788-22.66H276.55s-2.948 90.253-32.713 90.253c-10.247 0-13.597-11.639-13.597-24.83V79.218h-26.01c-13.794 15.568-32.302 20.298-46.098 20.298c-24.829 0-43.944-17.342-43.944-47.493c0-14.778 5.715-22.463 13.794-22.463c7.686 0 12.81 6.897 12.81 20.888c0 7.954-2.131 16.673-3.703 21.831c0 0 7.652 13.347 28.572 9.251c4.443-9.863 6.858-22.635 6.858-33.84C172.52 17.538 157.147 0 128.968 0C100 0 83.053 22.268 83.053 51.631c0 29.087 13.599 54.056 36.02 65.432c-9.428 18.862-21.427 35.474-33.937 47.993c-22.7-27.442-43.224-64.053-51.645-135.497H0c15.473 118.988 61.586 156.874 73.777 164.15c6.897 4.138 12.837 3.94 19.143.392c9.9-5.629 39.623-35.35 56.1-70.162c14.785-.039 35.932-3.53 49.495-13.789v33.9c0 38.229 14.583 53.008 37.243 53.008c18.178 0 32.212-14.17 39.015-30.069v27.902h31.334v-32.91c0-37.637 12.598-55.964 28.364-55.964c8.866 0 12.612 5.912 12.612 20.889v29.953c0 25.42 13.398 40.2 33.498 40.2c16.516 0 31.341-12.883 37.176-29.176c9.958 20.59 32.886 29.175 52.88 29.175c15.107 0 27.42-3.135 37.014-8.85v-28.571c-8.117 5.526-18.131 10.227-32.677 10.227c-13.873 0-24.328-4.395-29.304-14.49z"/><path d="M216.185 62.862c12.02 0 20.296-9.065 20.296-20.691c0-11.627-8.277-20.495-20.296-20.495c-12.02 0-20.1 8.08-20.1 20.495c0 12.414 8.08 20.69 20.1 20.69"/></g></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%20512%20198%22%3E%3Cg%20fill%3D%22%2300AA7F%22%3E%3Cpath%20d%3D%22M470.241%20105.032c8.674%200%2012.777%204.622%2012.777%2010.337c0%207.573-7.052%2020.408-40.44%2020.79c1.319-18.323%2013.35-31.127%2027.663-31.127zm-24.57%2050.342c38.086%201.011%2066.317-13.459%2066.317-41.779c0-20.89-16.124-36.15-41.548-36.15c-34.093%200-51.828%2026.208-58.92%2054.19c-4.137%2016.356-10.443%2037.835-23.055%2037.835c-7.884%200-10.051-7.882-10.051-17.735v-32.909c0-26.997-13.203-41.38-33.894-41.38c-18.327%200-32.503%2011.033-40.58%2024.431l-.788-22.66H276.55s-2.948%2090.253-32.713%2090.253c-10.247%200-13.597-11.639-13.597-24.83V79.218h-26.01c-13.794%2015.568-32.302%2020.298-46.098%2020.298c-24.829%200-43.944-17.342-43.944-47.493c0-14.778%205.715-22.463%2013.794-22.463c7.686%200%2012.81%206.897%2012.81%2020.888c0%207.954-2.131%2016.673-3.703%2021.831c0%200%207.652%2013.347%2028.572%209.251c4.443-9.863%206.858-22.635%206.858-33.84C172.52%2017.538%20157.147%200%20128.968%200C100%200%2083.053%2022.268%2083.053%2051.631c0%2029.087%2013.599%2054.056%2036.02%2065.432c-9.428%2018.862-21.427%2035.474-33.937%2047.993c-22.7-27.442-43.224-64.053-51.645-135.497H0c15.473%20118.988%2061.586%20156.874%2073.777%20164.15c6.897%204.138%2012.837%203.94%2019.143.392c9.9-5.629%2039.623-35.35%2056.1-70.162c14.785-.039%2035.932-3.53%2049.495-13.789v33.9c0%2038.229%2014.583%2053.008%2037.243%2053.008c18.178%200%2032.212-14.17%2039.015-30.069v27.902h31.334v-32.91c0-37.637%2012.598-55.964%2028.364-55.964c8.866%200%2012.612%205.912%2012.612%2020.889v29.953c0%2025.42%2013.398%2040.2%2033.498%2040.2c16.516%200%2031.341-12.883%2037.176-29.176c9.958%2020.59%2032.886%2029.175%2052.88%2029.175c15.107%200%2027.42-3.135%2037.014-8.85v-28.571c-8.117%205.526-18.131%2010.227-32.677%2010.227c-13.873%200-24.328-4.395-29.304-14.49z%22%2F%3E%3Cpath%20d%3D%22M216.185%2062.862c12.02%200%2020.296-9.065%2020.296-20.691c0-11.627-8.277-20.495-20.296-20.495c-12.02%200-20.1%208.08-20.1%2020.495c0%2012.414%208.08%2020.69%2020.1%2020.69%22%2F%3E%3C%2Fg%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%20512%20198%22%3E%3Cg%20fill%3D%22%2300AA7F%22%3E%3Cpath%20d%3D%22M470.241%20105.032c8.674%200%2012.777%204.622%2012.777%2010.337c0%207.573-7.052%2020.408-40.44%2020.79c1.319-18.323%2013.35-31.127%2027.663-31.127zm-24.57%2050.342c38.086%201.011%2066.317-13.459%2066.317-41.779c0-20.89-16.124-36.15-41.548-36.15c-34.093%200-51.828%2026.208-58.92%2054.19c-4.137%2016.356-10.443%2037.835-23.055%2037.835c-7.884%200-10.051-7.882-10.051-17.735v-32.909c0-26.997-13.203-41.38-33.894-41.38c-18.327%200-32.503%2011.033-40.58%2024.431l-.788-22.66H276.55s-2.948%2090.253-32.713%2090.253c-10.247%200-13.597-11.639-13.597-24.83V79.218h-26.01c-13.794%2015.568-32.302%2020.298-46.098%2020.298c-24.829%200-43.944-17.342-43.944-47.493c0-14.778%205.715-22.463%2013.794-22.463c7.686%200%2012.81%206.897%2012.81%2020.888c0%207.954-2.131%2016.673-3.703%2021.831c0%200%207.652%2013.347%2028.572%209.251c4.443-9.863%206.858-22.635%206.858-33.84C172.52%2017.538%20157.147%200%20128.968%200C100%200%2083.053%2022.268%2083.053%2051.631c0%2029.087%2013.599%2054.056%2036.02%2065.432c-9.428%2018.862-21.427%2035.474-33.937%2047.993c-22.7-27.442-43.224-64.053-51.645-135.497H0c15.473%20118.988%2061.586%20156.874%2073.777%20164.15c6.897%204.138%2012.837%203.94%2019.143.392c9.9-5.629%2039.623-35.35%2056.1-70.162c14.785-.039%2035.932-3.53%2049.495-13.789v33.9c0%2038.229%2014.583%2053.008%2037.243%2053.008c18.178%200%2032.212-14.17%2039.015-30.069v27.902h31.334v-32.91c0-37.637%2012.598-55.964%2028.364-55.964c8.866%200%2012.612%205.912%2012.612%2020.889v29.953c0%2025.42%2013.398%2040.2%2033.498%2040.2c16.516%200%2031.341-12.883%2037.176-29.176c9.958%2020.59%2032.886%2029.175%2052.88%2029.175c15.107%200%2027.42-3.135%2037.014-8.85v-28.571c-8.117%205.526-18.131%2010.227-32.677%2010.227c-13.873%200-24.328-4.395-29.304-14.49z%22%2F%3E%3Cpath%20d%3D%22M216.185%2062.862c12.02%200%2020.296-9.065%2020.296-20.691c0-11.627-8.277-20.495-20.296-20.495c-12.02%200-20.1%208.08-20.1%2020.495c0%2012.414%208.08%2020.69%2020.1%2020.69%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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