apollostack logo

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

Name
apollostack
Set
SVG Logos
Style
Color
Viewbox
256×256
License
CC0

Use the apollostack logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#112b49" d="M160.227 178.519h27.63L143.75 64.049h-30.549l-44.107 114.47h27.632l7.208-19.39h41.675l-7.544-21.456h-27.44l17.85-49.254zm91.112-84.751a6.64 6.64 0 0 0-8.185-4.627a6.65 6.65 0 0 0-4.628 8.183A114.7 114.7 0 0 1 242.704 128c0 63.248-51.456 114.702-114.704 114.702S13.297 191.248 13.297 128C13.297 64.751 64.752 13.296 128 13.296c26.793 0 52.718 9.518 73.179 26.456a15.9 15.9 0 0 0-1.238 6.173c0 8.835 7.162 15.997 15.997 15.997s15.997-7.162 15.997-15.997s-7.162-15.997-15.997-15.997c-1.701 0-3.338.271-4.876.763C188.022 11.056 158.513 0 128 0C57.421 0 0 57.42 0 128c0 70.579 57.421 127.999 128 127.999S256 198.579 256 128a128 128 0 0 0-4.661-34.232"/></svg>

React

import type { SVGProps } from "react";

export function LogosApollostack(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#112b49" d="M160.227 178.519h27.63L143.75 64.049h-30.549l-44.107 114.47h27.632l7.208-19.39h41.675l-7.544-21.456h-27.44l17.85-49.254zm91.112-84.751a6.64 6.64 0 0 0-8.185-4.627a6.65 6.65 0 0 0-4.628 8.183A114.7 114.7 0 0 1 242.704 128c0 63.248-51.456 114.702-114.704 114.702S13.297 191.248 13.297 128C13.297 64.751 64.752 13.296 128 13.296c26.793 0 52.718 9.518 73.179 26.456a15.9 15.9 0 0 0-1.238 6.173c0 8.835 7.162 15.997 15.997 15.997s15.997-7.162 15.997-15.997s-7.162-15.997-15.997-15.997c-1.701 0-3.338.271-4.876.763C188.022 11.056 158.513 0 128 0C57.421 0 0 57.42 0 128c0 70.579 57.421 127.999 128 127.999S256 198.579 256 128a128 128 0 0 0-4.661-34.232"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#112b49" d="M160.227 178.519h27.63L143.75 64.049h-30.549l-44.107 114.47h27.632l7.208-19.39h41.675l-7.544-21.456h-27.44l17.85-49.254zm91.112-84.751a6.64 6.64 0 0 0-8.185-4.627a6.65 6.65 0 0 0-4.628 8.183A114.7 114.7 0 0 1 242.704 128c0 63.248-51.456 114.702-114.704 114.702S13.297 191.248 13.297 128C13.297 64.751 64.752 13.296 128 13.296c26.793 0 52.718 9.518 73.179 26.456a15.9 15.9 0 0 0-1.238 6.173c0 8.835 7.162 15.997 15.997 15.997s15.997-7.162 15.997-15.997s-7.162-15.997-15.997-15.997c-1.701 0-3.338.271-4.876.763C188.022 11.056 158.513 0 128 0C57.421 0 0 57.42 0 128c0 70.579 57.421 127.999 128 127.999S256 198.579 256 128a128 128 0 0 0-4.661-34.232"/></svg>
</template>

CSS

.icon-apollostack {
  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%3Cpath%20fill%3D%22%23112b49%22%20d%3D%22M160.227%20178.519h27.63L143.75%2064.049h-30.549l-44.107%20114.47h27.632l7.208-19.39h41.675l-7.544-21.456h-27.44l17.85-49.254zm91.112-84.751a6.64%206.64%200%200%200-8.185-4.627a6.65%206.65%200%200%200-4.628%208.183A114.7%20114.7%200%200%201%20242.704%20128c0%2063.248-51.456%20114.702-114.704%20114.702S13.297%20191.248%2013.297%20128C13.297%2064.751%2064.752%2013.296%20128%2013.296c26.793%200%2052.718%209.518%2073.179%2026.456a15.9%2015.9%200%200%200-1.238%206.173c0%208.835%207.162%2015.997%2015.997%2015.997s15.997-7.162%2015.997-15.997s-7.162-15.997-15.997-15.997c-1.701%200-3.338.271-4.876.763C188.022%2011.056%20158.513%200%20128%200C57.421%200%200%2057.42%200%20128c0%2070.579%2057.421%20127.999%20128%20127.999S256%20198.579%20256%20128a128%20128%200%200%200-4.661-34.232%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%3Cpath%20fill%3D%22%23112b49%22%20d%3D%22M160.227%20178.519h27.63L143.75%2064.049h-30.549l-44.107%20114.47h27.632l7.208-19.39h41.675l-7.544-21.456h-27.44l17.85-49.254zm91.112-84.751a6.64%206.64%200%200%200-8.185-4.627a6.65%206.65%200%200%200-4.628%208.183A114.7%20114.7%200%200%201%20242.704%20128c0%2063.248-51.456%20114.702-114.704%20114.702S13.297%20191.248%2013.297%20128C13.297%2064.751%2064.752%2013.296%20128%2013.296c26.793%200%2052.718%209.518%2073.179%2026.456a15.9%2015.9%200%200%200-1.238%206.173c0%208.835%207.162%2015.997%2015.997%2015.997s15.997-7.162%2015.997-15.997s-7.162-15.997-15.997-15.997c-1.701%200-3.338.271-4.876.763C188.022%2011.056%20158.513%200%20128%200C57.421%200%200%2057.42%200%20128c0%2070.579%2057.421%20127.999%20128%20127.999S256%20198.579%20256%20128a128%20128%200%200%200-4.661-34.232%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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