sparta from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.

Name
sparta
Set
Web3 Icons Branded
Style
Branded
Viewbox
24×24
License
MIT

1 other variant in Web3 Icons Branded

The same logo in other sets

Use the sparta logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#fa2714" d="m10.366 20.999l.173-.035c-.079-3.13-.385-6.27.455-9.32c-.145-.12-.212-.204-.3-.243c-.457-.2-.913-.404-1.382-.578c-.823-.304-1.141-.828-.993-1.768c.181.084.344.165.513.235c.555.229 1.101.487 1.673.671c.757.245.906.432.788 1.2c-.08.524-.182 1.045-.224 1.572c-.039.481.44 1.14.824 1.217c.334.069.849-.34 1.012-.864c.066-.21.036-.455.012-.681c-.054-.526-.142-1.048-.196-1.574c-.046-.45.203-.685.642-.833c.618-.207 1.218-.47 1.825-.71c.166-.065.33-.138.515-.218c.086 1.06-.198 1.46-1.145 1.794c-.511.18-1 .422-1.565.665c.844 3.17.524 6.318.573 9.471c.245-.265.415-.544.567-.831c.132-.252.237-.515.359-.77c.58-1.218 1.183-2.427 1.727-3.659c.169-.384.26-.832.265-1.251c.024-2.066.017-4.133 0-6.2c-.004-.492-.03-1.01-.187-1.47c-.282-.824-.535-1.71-1.055-2.394c-.936-1.23-2.367-1.566-3.909-1.375c-1.23.153-2.32.684-2.878 1.748c-.587 1.118-.959 2.337-.95 3.625c.015 2.034-.015 4.067 0 6.1c.002.326.053.675.186.967c.773 1.695 1.575 3.378 2.375 5.062c.075.16.198.3.3.447"/></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedSparta(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#fa2714" d="m10.366 20.999l.173-.035c-.079-3.13-.385-6.27.455-9.32c-.145-.12-.212-.204-.3-.243c-.457-.2-.913-.404-1.382-.578c-.823-.304-1.141-.828-.993-1.768c.181.084.344.165.513.235c.555.229 1.101.487 1.673.671c.757.245.906.432.788 1.2c-.08.524-.182 1.045-.224 1.572c-.039.481.44 1.14.824 1.217c.334.069.849-.34 1.012-.864c.066-.21.036-.455.012-.681c-.054-.526-.142-1.048-.196-1.574c-.046-.45.203-.685.642-.833c.618-.207 1.218-.47 1.825-.71c.166-.065.33-.138.515-.218c.086 1.06-.198 1.46-1.145 1.794c-.511.18-1 .422-1.565.665c.844 3.17.524 6.318.573 9.471c.245-.265.415-.544.567-.831c.132-.252.237-.515.359-.77c.58-1.218 1.183-2.427 1.727-3.659c.169-.384.26-.832.265-1.251c.024-2.066.017-4.133 0-6.2c-.004-.492-.03-1.01-.187-1.47c-.282-.824-.535-1.71-1.055-2.394c-.936-1.23-2.367-1.566-3.909-1.375c-1.23.153-2.32.684-2.878 1.748c-.587 1.118-.959 2.337-.95 3.625c.015 2.034-.015 4.067 0 6.1c.002.326.053.675.186.967c.773 1.695 1.575 3.378 2.375 5.062c.075.16.198.3.3.447"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#fa2714" d="m10.366 20.999l.173-.035c-.079-3.13-.385-6.27.455-9.32c-.145-.12-.212-.204-.3-.243c-.457-.2-.913-.404-1.382-.578c-.823-.304-1.141-.828-.993-1.768c.181.084.344.165.513.235c.555.229 1.101.487 1.673.671c.757.245.906.432.788 1.2c-.08.524-.182 1.045-.224 1.572c-.039.481.44 1.14.824 1.217c.334.069.849-.34 1.012-.864c.066-.21.036-.455.012-.681c-.054-.526-.142-1.048-.196-1.574c-.046-.45.203-.685.642-.833c.618-.207 1.218-.47 1.825-.71c.166-.065.33-.138.515-.218c.086 1.06-.198 1.46-1.145 1.794c-.511.18-1 .422-1.565.665c.844 3.17.524 6.318.573 9.471c.245-.265.415-.544.567-.831c.132-.252.237-.515.359-.77c.58-1.218 1.183-2.427 1.727-3.659c.169-.384.26-.832.265-1.251c.024-2.066.017-4.133 0-6.2c-.004-.492-.03-1.01-.187-1.47c-.282-.824-.535-1.71-1.055-2.394c-.936-1.23-2.367-1.566-3.909-1.375c-1.23.153-2.32.684-2.878 1.748c-.587 1.118-.959 2.337-.95 3.625c.015 2.034-.015 4.067 0 6.1c.002.326.053.675.186.967c.773 1.695 1.575 3.378 2.375 5.062c.075.16.198.3.3.447"/></svg>
</template>

CSS

.icon-sparta {
  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%22%23fa2714%22%20d%3D%22m10.366%2020.999l.173-.035c-.079-3.13-.385-6.27.455-9.32c-.145-.12-.212-.204-.3-.243c-.457-.2-.913-.404-1.382-.578c-.823-.304-1.141-.828-.993-1.768c.181.084.344.165.513.235c.555.229%201.101.487%201.673.671c.757.245.906.432.788%201.2c-.08.524-.182%201.045-.224%201.572c-.039.481.44%201.14.824%201.217c.334.069.849-.34%201.012-.864c.066-.21.036-.455.012-.681c-.054-.526-.142-1.048-.196-1.574c-.046-.45.203-.685.642-.833c.618-.207%201.218-.47%201.825-.71c.166-.065.33-.138.515-.218c.086%201.06-.198%201.46-1.145%201.794c-.511.18-1%20.422-1.565.665c.844%203.17.524%206.318.573%209.471c.245-.265.415-.544.567-.831c.132-.252.237-.515.359-.77c.58-1.218%201.183-2.427%201.727-3.659c.169-.384.26-.832.265-1.251c.024-2.066.017-4.133%200-6.2c-.004-.492-.03-1.01-.187-1.47c-.282-.824-.535-1.71-1.055-2.394c-.936-1.23-2.367-1.566-3.909-1.375c-1.23.153-2.32.684-2.878%201.748c-.587%201.118-.959%202.337-.95%203.625c.015%202.034-.015%204.067%200%206.1c.002.326.053.675.186.967c.773%201.695%201.575%203.378%202.375%205.062c.075.16.198.3.3.447%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%22%23fa2714%22%20d%3D%22m10.366%2020.999l.173-.035c-.079-3.13-.385-6.27.455-9.32c-.145-.12-.212-.204-.3-.243c-.457-.2-.913-.404-1.382-.578c-.823-.304-1.141-.828-.993-1.768c.181.084.344.165.513.235c.555.229%201.101.487%201.673.671c.757.245.906.432.788%201.2c-.08.524-.182%201.045-.224%201.572c-.039.481.44%201.14.824%201.217c.334.069.849-.34%201.012-.864c.066-.21.036-.455.012-.681c-.054-.526-.142-1.048-.196-1.574c-.046-.45.203-.685.642-.833c.618-.207%201.218-.47%201.825-.71c.166-.065.33-.138.515-.218c.086%201.06-.198%201.46-1.145%201.794c-.511.18-1%20.422-1.565.665c.844%203.17.524%206.318.573%209.471c.245-.265.415-.544.567-.831c.132-.252.237-.515.359-.77c.58-1.218%201.183-2.427%201.727-3.659c.169-.384.26-.832.265-1.251c.024-2.066.017-4.133%200-6.2c-.004-.492-.03-1.01-.187-1.47c-.282-.824-.535-1.71-1.055-2.394c-.936-1.23-2.367-1.566-3.909-1.375c-1.23.153-2.32.684-2.878%201.748c-.587%201.118-.959%202.337-.95%203.625c.015%202.034-.015%204.067%200%206.1c.002.326.053.675.186.967c.773%201.695%201.575%203.378%202.375%205.062c.075.16.198.3.3.447%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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