singlestore icon logo

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

Name
singlestore-icon
Set
SVG Logos
Style
Color
Viewbox
256×256
License
CC0

Use the singlestore icon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGrgoGyz3P" x1="67.345%" x2="-18.523%" y1="-26.004%" y2="22.988%"><stop offset="0%" stop-color="#ff7bff"/><stop offset="35.016%" stop-color="#a0f"/><stop offset="100%" stop-color="#80c"/></linearGradient><linearGradient id="SVGr4ri5bxX" x1="36.259%" x2="111.722%" y1="-19.363%" y2="44.998%"><stop offset="3.544%" stop-color="#ff7bff"/><stop offset="57.654%" stop-color="#80c"/><stop offset="100%" stop-color="#311b92"/></linearGradient></defs><path fill="url(#SVGrgoGyz3P)" d="M133.793 0c27.427 7.628 52.416 26.85 62.777 50.345c15.846 38.14 12.19 86.35-5.18 115.032c-14.628 23.494-37.179 36.004-63.082 35.699c-40.226-.305-72.833-32.343-73.138-72.62c0-40.276 31.693-73.534 73.138-73.534c6.704 0 16.371.93 27.342 5.507c0 0-7.887-4.672-28.143-7.81C69.302 44.991.622 89.096 16.468 190.702c21.942 39.055 63.996 65.602 111.84 65.295c70.395-.304 127.991-57.972 127.688-128.76C255.996 59.498 200.836 1.83 133.793 0"/><path fill="url(#SVGr4ri5bxX)" d="M181.636 54.004c-9.752-20.443-29.865-36.615-54.549-43.023c-5.485-1.525-11.275-2.136-17.675-2.44c-9.447 0-18.589 1.22-28.036 3.66c-23.465 7.019-39.92 20.75-49.673 31.428C19.21 57.97 10.981 72.921 6.105 87.872c0 .305-.305.61-.305 1.22c-.304 1.221-1.523 4.883-1.523 5.798c-.305.61-.305 1.526-.61 2.136l-.914 3.661c0 .306 0 .61-.305.916c-7.923 39.36 5.24 74.683 13.163 87.803c1.982 3.282 3.609 6.02 5.24 8.532c-17.98-97.64 33.708-144.24 92.523-145.46c30.779-.61 61.557 11.9 76.49 36.92c-.915-13.73-1.829-21.359-8.228-35.394"/></svg>

React

import type { SVGProps } from "react";

export function LogosSinglestoreIcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGrgoGyz3P" x1="67.345%" x2="-18.523%" y1="-26.004%" y2="22.988%"><stop offset="0%" stopColor="#ff7bff"/><stop offset="35.016%" stopColor="#a0f"/><stop offset="100%" stopColor="#80c"/></linearGradient><linearGradient id="SVGr4ri5bxX" x1="36.259%" x2="111.722%" y1="-19.363%" y2="44.998%"><stop offset="3.544%" stopColor="#ff7bff"/><stop offset="57.654%" stopColor="#80c"/><stop offset="100%" stopColor="#311b92"/></linearGradient></defs><path fill="url(#SVGrgoGyz3P)" d="M133.793 0c27.427 7.628 52.416 26.85 62.777 50.345c15.846 38.14 12.19 86.35-5.18 115.032c-14.628 23.494-37.179 36.004-63.082 35.699c-40.226-.305-72.833-32.343-73.138-72.62c0-40.276 31.693-73.534 73.138-73.534c6.704 0 16.371.93 27.342 5.507c0 0-7.887-4.672-28.143-7.81C69.302 44.991.622 89.096 16.468 190.702c21.942 39.055 63.996 65.602 111.84 65.295c70.395-.304 127.991-57.972 127.688-128.76C255.996 59.498 200.836 1.83 133.793 0"/><path fill="url(#SVGr4ri5bxX)" d="M181.636 54.004c-9.752-20.443-29.865-36.615-54.549-43.023c-5.485-1.525-11.275-2.136-17.675-2.44c-9.447 0-18.589 1.22-28.036 3.66c-23.465 7.019-39.92 20.75-49.673 31.428C19.21 57.97 10.981 72.921 6.105 87.872c0 .305-.305.61-.305 1.22c-.304 1.221-1.523 4.883-1.523 5.798c-.305.61-.305 1.526-.61 2.136l-.914 3.661c0 .306 0 .61-.305.916c-7.923 39.36 5.24 74.683 13.163 87.803c1.982 3.282 3.609 6.02 5.24 8.532c-17.98-97.64 33.708-144.24 92.523-145.46c30.779-.61 61.557 11.9 76.49 36.92c-.915-13.73-1.829-21.359-8.228-35.394"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGrgoGyz3P" x1="67.345%" x2="-18.523%" y1="-26.004%" y2="22.988%"><stop offset="0%" stop-color="#ff7bff"/><stop offset="35.016%" stop-color="#a0f"/><stop offset="100%" stop-color="#80c"/></linearGradient><linearGradient id="SVGr4ri5bxX" x1="36.259%" x2="111.722%" y1="-19.363%" y2="44.998%"><stop offset="3.544%" stop-color="#ff7bff"/><stop offset="57.654%" stop-color="#80c"/><stop offset="100%" stop-color="#311b92"/></linearGradient></defs><path fill="url(#SVGrgoGyz3P)" d="M133.793 0c27.427 7.628 52.416 26.85 62.777 50.345c15.846 38.14 12.19 86.35-5.18 115.032c-14.628 23.494-37.179 36.004-63.082 35.699c-40.226-.305-72.833-32.343-73.138-72.62c0-40.276 31.693-73.534 73.138-73.534c6.704 0 16.371.93 27.342 5.507c0 0-7.887-4.672-28.143-7.81C69.302 44.991.622 89.096 16.468 190.702c21.942 39.055 63.996 65.602 111.84 65.295c70.395-.304 127.991-57.972 127.688-128.76C255.996 59.498 200.836 1.83 133.793 0"/><path fill="url(#SVGr4ri5bxX)" d="M181.636 54.004c-9.752-20.443-29.865-36.615-54.549-43.023c-5.485-1.525-11.275-2.136-17.675-2.44c-9.447 0-18.589 1.22-28.036 3.66c-23.465 7.019-39.92 20.75-49.673 31.428C19.21 57.97 10.981 72.921 6.105 87.872c0 .305-.305.61-.305 1.22c-.304 1.221-1.523 4.883-1.523 5.798c-.305.61-.305 1.526-.61 2.136l-.914 3.661c0 .306 0 .61-.305.916c-7.923 39.36 5.24 74.683 13.163 87.803c1.982 3.282 3.609 6.02 5.24 8.532c-17.98-97.64 33.708-144.24 92.523-145.46c30.779-.61 61.557 11.9 76.49 36.92c-.915-13.73-1.829-21.359-8.228-35.394"/></svg>
</template>

CSS

.icon-singlestore-icon {
  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%20256%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGrgoGyz3P%22%20x1%3D%2267.345%25%22%20x2%3D%22-18.523%25%22%20y1%3D%22-26.004%25%22%20y2%3D%2222.988%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23ff7bff%22%2F%3E%3Cstop%20offset%3D%2235.016%25%22%20stop-color%3D%22%23a0f%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%2380c%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGr4ri5bxX%22%20x1%3D%2236.259%25%22%20x2%3D%22111.722%25%22%20y1%3D%22-19.363%25%22%20y2%3D%2244.998%25%22%3E%3Cstop%20offset%3D%223.544%25%22%20stop-color%3D%22%23ff7bff%22%2F%3E%3Cstop%20offset%3D%2257.654%25%22%20stop-color%3D%22%2380c%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23311b92%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGrgoGyz3P)%22%20d%3D%22M133.793%200c27.427%207.628%2052.416%2026.85%2062.777%2050.345c15.846%2038.14%2012.19%2086.35-5.18%20115.032c-14.628%2023.494-37.179%2036.004-63.082%2035.699c-40.226-.305-72.833-32.343-73.138-72.62c0-40.276%2031.693-73.534%2073.138-73.534c6.704%200%2016.371.93%2027.342%205.507c0%200-7.887-4.672-28.143-7.81C69.302%2044.991.622%2089.096%2016.468%20190.702c21.942%2039.055%2063.996%2065.602%20111.84%2065.295c70.395-.304%20127.991-57.972%20127.688-128.76C255.996%2059.498%20200.836%201.83%20133.793%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGr4ri5bxX)%22%20d%3D%22M181.636%2054.004c-9.752-20.443-29.865-36.615-54.549-43.023c-5.485-1.525-11.275-2.136-17.675-2.44c-9.447%200-18.589%201.22-28.036%203.66c-23.465%207.019-39.92%2020.75-49.673%2031.428C19.21%2057.97%2010.981%2072.921%206.105%2087.872c0%20.305-.305.61-.305%201.22c-.304%201.221-1.523%204.883-1.523%205.798c-.305.61-.305%201.526-.61%202.136l-.914%203.661c0%20.306%200%20.61-.305.916c-7.923%2039.36%205.24%2074.683%2013.163%2087.803c1.982%203.282%203.609%206.02%205.24%208.532c-17.98-97.64%2033.708-144.24%2092.523-145.46c30.779-.61%2061.557%2011.9%2076.49%2036.92c-.915-13.73-1.829-21.359-8.228-35.394%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%20256%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGrgoGyz3P%22%20x1%3D%2267.345%25%22%20x2%3D%22-18.523%25%22%20y1%3D%22-26.004%25%22%20y2%3D%2222.988%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23ff7bff%22%2F%3E%3Cstop%20offset%3D%2235.016%25%22%20stop-color%3D%22%23a0f%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%2380c%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGr4ri5bxX%22%20x1%3D%2236.259%25%22%20x2%3D%22111.722%25%22%20y1%3D%22-19.363%25%22%20y2%3D%2244.998%25%22%3E%3Cstop%20offset%3D%223.544%25%22%20stop-color%3D%22%23ff7bff%22%2F%3E%3Cstop%20offset%3D%2257.654%25%22%20stop-color%3D%22%2380c%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23311b92%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGrgoGyz3P)%22%20d%3D%22M133.793%200c27.427%207.628%2052.416%2026.85%2062.777%2050.345c15.846%2038.14%2012.19%2086.35-5.18%20115.032c-14.628%2023.494-37.179%2036.004-63.082%2035.699c-40.226-.305-72.833-32.343-73.138-72.62c0-40.276%2031.693-73.534%2073.138-73.534c6.704%200%2016.371.93%2027.342%205.507c0%200-7.887-4.672-28.143-7.81C69.302%2044.991.622%2089.096%2016.468%20190.702c21.942%2039.055%2063.996%2065.602%20111.84%2065.295c70.395-.304%20127.991-57.972%20127.688-128.76C255.996%2059.498%20200.836%201.83%20133.793%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGr4ri5bxX)%22%20d%3D%22M181.636%2054.004c-9.752-20.443-29.865-36.615-54.549-43.023c-5.485-1.525-11.275-2.136-17.675-2.44c-9.447%200-18.589%201.22-28.036%203.66c-23.465%207.019-39.92%2020.75-49.673%2031.428C19.21%2057.97%2010.981%2072.921%206.105%2087.872c0%20.305-.305.61-.305%201.22c-.304%201.221-1.523%204.883-1.523%205.798c-.305.61-.305%201.526-.61%202.136l-.914%203.661c0%20.306%200%20.61-.305.916c-7.923%2039.36%205.24%2074.683%2013.163%2087.803c1.982%203.282%203.609%206.02%205.24%208.532c-17.98-97.64%2033.708-144.24%2092.523-145.46c30.779-.61%2061.557%2011.9%2076.49%2036.92c-.915-13.73-1.829-21.359-8.228-35.394%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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