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

Name
vaddy
Set
SVG Logos
Style
Color
Viewbox
256×254
License
CC0

Use the vaddy logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 254"><defs><linearGradient id="SVGqFpXpeGU" x1="50%" x2="50%" y1="-1.02%" y2="100%"><stop offset="0%" stop-color="#8fc53b"/><stop offset="100%" stop-color="#48a23c"/></linearGradient></defs><path fill="url(#SVGqFpXpeGU)" d="M189.574 13.209c25.131 18.66 41.421 48.556 41.421 82.263c0 56.554-45.846 102.4-102.4 102.4s-102.4-45.846-102.4-102.4c0-35.134 17.702-66.125 44.665-84.569C28.858 31.899 0 75.287 0 125.437c0 70.693 57.308 128.001 128 128.001s128-57.308 128-128.001c0-48.369-26.837-90.461-66.426-112.228M81.75 179.819c-18.812-13.967-31.006-36.346-31.006-61.576c0-42.333 34.318-76.65 76.651-76.65s76.65 34.317 76.65 76.65c0 26.299-13.251 49.497-33.433 63.302c31.439-15.716 53.041-48.193 53.041-85.733C223.653 42.897 180.756 0 127.84 0S32.028 42.897 32.028 95.812c0 36.207 20.088 67.714 49.722 84.007m78.2-80.775c0 17.645-14.304 31.95-31.95 31.95s-31.95-14.305-31.95-31.95c0-17.646 14.304-31.951 31.95-31.951s31.95 14.305 31.95 31.951"/></svg>

React

import type { SVGProps } from "react";

export function LogosVaddy(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 254"><defs><linearGradient id="SVGqFpXpeGU" x1="50%" x2="50%" y1="-1.02%" y2="100%"><stop offset="0%" stopColor="#8fc53b"/><stop offset="100%" stopColor="#48a23c"/></linearGradient></defs><path fill="url(#SVGqFpXpeGU)" d="M189.574 13.209c25.131 18.66 41.421 48.556 41.421 82.263c0 56.554-45.846 102.4-102.4 102.4s-102.4-45.846-102.4-102.4c0-35.134 17.702-66.125 44.665-84.569C28.858 31.899 0 75.287 0 125.437c0 70.693 57.308 128.001 128 128.001s128-57.308 128-128.001c0-48.369-26.837-90.461-66.426-112.228M81.75 179.819c-18.812-13.967-31.006-36.346-31.006-61.576c0-42.333 34.318-76.65 76.651-76.65s76.65 34.317 76.65 76.65c0 26.299-13.251 49.497-33.433 63.302c31.439-15.716 53.041-48.193 53.041-85.733C223.653 42.897 180.756 0 127.84 0S32.028 42.897 32.028 95.812c0 36.207 20.088 67.714 49.722 84.007m78.2-80.775c0 17.645-14.304 31.95-31.95 31.95s-31.95-14.305-31.95-31.95c0-17.646 14.304-31.951 31.95-31.951s31.95 14.305 31.95 31.951"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 254"><defs><linearGradient id="SVGqFpXpeGU" x1="50%" x2="50%" y1="-1.02%" y2="100%"><stop offset="0%" stop-color="#8fc53b"/><stop offset="100%" stop-color="#48a23c"/></linearGradient></defs><path fill="url(#SVGqFpXpeGU)" d="M189.574 13.209c25.131 18.66 41.421 48.556 41.421 82.263c0 56.554-45.846 102.4-102.4 102.4s-102.4-45.846-102.4-102.4c0-35.134 17.702-66.125 44.665-84.569C28.858 31.899 0 75.287 0 125.437c0 70.693 57.308 128.001 128 128.001s128-57.308 128-128.001c0-48.369-26.837-90.461-66.426-112.228M81.75 179.819c-18.812-13.967-31.006-36.346-31.006-61.576c0-42.333 34.318-76.65 76.651-76.65s76.65 34.317 76.65 76.65c0 26.299-13.251 49.497-33.433 63.302c31.439-15.716 53.041-48.193 53.041-85.733C223.653 42.897 180.756 0 127.84 0S32.028 42.897 32.028 95.812c0 36.207 20.088 67.714 49.722 84.007m78.2-80.775c0 17.645-14.304 31.95-31.95 31.95s-31.95-14.305-31.95-31.95c0-17.646 14.304-31.951 31.95-31.951s31.95 14.305 31.95 31.951"/></svg>
</template>

CSS

.icon-vaddy {
  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%20256%20254%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGqFpXpeGU%22%20x1%3D%2250%25%22%20x2%3D%2250%25%22%20y1%3D%22-1.02%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%238fc53b%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%2348a23c%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGqFpXpeGU)%22%20d%3D%22M189.574%2013.209c25.131%2018.66%2041.421%2048.556%2041.421%2082.263c0%2056.554-45.846%20102.4-102.4%20102.4s-102.4-45.846-102.4-102.4c0-35.134%2017.702-66.125%2044.665-84.569C28.858%2031.899%200%2075.287%200%20125.437c0%2070.693%2057.308%20128.001%20128%20128.001s128-57.308%20128-128.001c0-48.369-26.837-90.461-66.426-112.228M81.75%20179.819c-18.812-13.967-31.006-36.346-31.006-61.576c0-42.333%2034.318-76.65%2076.651-76.65s76.65%2034.317%2076.65%2076.65c0%2026.299-13.251%2049.497-33.433%2063.302c31.439-15.716%2053.041-48.193%2053.041-85.733C223.653%2042.897%20180.756%200%20127.84%200S32.028%2042.897%2032.028%2095.812c0%2036.207%2020.088%2067.714%2049.722%2084.007m78.2-80.775c0%2017.645-14.304%2031.95-31.95%2031.95s-31.95-14.305-31.95-31.95c0-17.646%2014.304-31.951%2031.95-31.951s31.95%2014.305%2031.95%2031.951%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%20256%20254%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGqFpXpeGU%22%20x1%3D%2250%25%22%20x2%3D%2250%25%22%20y1%3D%22-1.02%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%238fc53b%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%2348a23c%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGqFpXpeGU)%22%20d%3D%22M189.574%2013.209c25.131%2018.66%2041.421%2048.556%2041.421%2082.263c0%2056.554-45.846%20102.4-102.4%20102.4s-102.4-45.846-102.4-102.4c0-35.134%2017.702-66.125%2044.665-84.569C28.858%2031.899%200%2075.287%200%20125.437c0%2070.693%2057.308%20128.001%20128%20128.001s128-57.308%20128-128.001c0-48.369-26.837-90.461-66.426-112.228M81.75%20179.819c-18.812-13.967-31.006-36.346-31.006-61.576c0-42.333%2034.318-76.65%2076.651-76.65s76.65%2034.317%2076.65%2076.65c0%2026.299-13.251%2049.497-33.433%2063.302c31.439-15.716%2053.041-48.193%2053.041-85.733C223.653%2042.897%20180.756%200%20127.84%200S32.028%2042.897%2032.028%2095.812c0%2036.207%2020.088%2067.714%2049.722%2084.007m78.2-80.775c0%2017.645-14.304%2031.95-31.95%2031.95s-31.95-14.305-31.95-31.95c0-17.646%2014.304-31.951%2031.95-31.951s31.95%2014.305%2031.95%2031.951%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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