sparta logo
sparta from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- sparta
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
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="currentColor" 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-.195-1.574c-.048-.45.202-.685.64-.833c.62-.207 1.219-.47 1.826-.71c.166-.065.33-.138.515-.218c.086 1.06-.198 1.46-1.145 1.794c-.512.18-1 .422-1.565.665c.844 3.17.524 6.318.573 9.471a3.8 3.8 0 0 0 .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.908-1.375c-1.232.153-2.32.684-2.879 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 TokenSparta(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" 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-.195-1.574c-.048-.45.202-.685.64-.833c.62-.207 1.219-.47 1.826-.71c.166-.065.33-.138.515-.218c.086 1.06-.198 1.46-1.145 1.794c-.512.18-1 .422-1.565.665c.844 3.17.524 6.318.573 9.471a3.8 3.8 0 0 0 .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.908-1.375c-1.232.153-2.32.684-2.879 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="currentColor" 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-.195-1.574c-.048-.45.202-.685.64-.833c.62-.207 1.219-.47 1.826-.71c.166-.065.33-.138.515-.218c.086 1.06-.198 1.46-1.145 1.794c-.512.18-1 .422-1.565.665c.844 3.17.524 6.318.573 9.471a3.8 3.8 0 0 0 .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.908-1.375c-1.232.153-2.32.684-2.879 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%22currentColor%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-.195-1.574c-.048-.45.202-.685.64-.833c.62-.207%201.219-.47%201.826-.71c.166-.065.33-.138.515-.218c.086%201.06-.198%201.46-1.145%201.794c-.512.18-1%20.422-1.565.665c.844%203.17.524%206.318.573%209.471a3.8%203.8%200%200%200%20.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.908-1.375c-1.232.153-2.32.684-2.879%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%22currentColor%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-.195-1.574c-.048-.45.202-.685.64-.833c.62-.207%201.219-.47%201.826-.71c.166-.065.33-.138.515-.218c.086%201.06-.198%201.46-1.145%201.794c-.512.18-1%20.422-1.565.665c.844%203.17.524%206.318.573%209.471a3.8%203.8%200%200%200%20.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.908-1.375c-1.232.153-2.32.684-2.879%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/sparta.svg?color=%231a73e8&size=48