spc logo
spc from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.
- Name
- spc
- 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 spc logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#fff" d="M5.88 6.732c-2.72 3.264-1.901 7.164-1.152 8.705l1.779-1.038c-.52-1.052-.537-2.257-.487-2.846c.382-4.596 4.503-5.57 5.97-5.57c1.165 0 2.24.404 2.633.606c-1.707.967-5.18 2.954-5.423 3.167c-.303.265-.53.69-.188 1.316c.301.553.93.481 1.307.352l10.367-5.916c.248-.124.498-.77.123-1.313c-.361-.521-1.116-.45-1.47-.223c-1.27.815-2.042.967-2.668 1.024c-.5.045-1.759-.488-2.358-.685c-1.678-.553-5.855-.673-8.433 2.42m12.238 10.544c2.72-3.265 1.902-7.164 1.152-8.705l-1.78 1.039c.52 1.05.537 2.256.488 2.845c-.383 4.597-4.504 5.57-5.97 5.57c-1.166 0-2.242-.404-2.634-.605c1.707-.968 5.18-2.955 5.423-3.167c.304-.266.53-.69.189-1.317c-.302-.553-.93-.48-1.308-.352l-10.366 5.91c-.249.123-.494.778-.124 1.312c.36.522 1.116.451 1.47.224c1.27-.816 2.043-.96 2.668-1.018c.5-.045 1.76.488 2.358.686c1.678.553 5.855.673 8.433-2.421"/></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedSpc(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#fff" d="M5.88 6.732c-2.72 3.264-1.901 7.164-1.152 8.705l1.779-1.038c-.52-1.052-.537-2.257-.487-2.846c.382-4.596 4.503-5.57 5.97-5.57c1.165 0 2.24.404 2.633.606c-1.707.967-5.18 2.954-5.423 3.167c-.303.265-.53.69-.188 1.316c.301.553.93.481 1.307.352l10.367-5.916c.248-.124.498-.77.123-1.313c-.361-.521-1.116-.45-1.47-.223c-1.27.815-2.042.967-2.668 1.024c-.5.045-1.759-.488-2.358-.685c-1.678-.553-5.855-.673-8.433 2.42m12.238 10.544c2.72-3.265 1.902-7.164 1.152-8.705l-1.78 1.039c.52 1.05.537 2.256.488 2.845c-.383 4.597-4.504 5.57-5.97 5.57c-1.166 0-2.242-.404-2.634-.605c1.707-.968 5.18-2.955 5.423-3.167c.304-.266.53-.69.189-1.317c-.302-.553-.93-.48-1.308-.352l-10.366 5.91c-.249.123-.494.778-.124 1.312c.36.522 1.116.451 1.47.224c1.27-.816 2.043-.96 2.668-1.018c.5-.045 1.76.488 2.358.686c1.678.553 5.855.673 8.433-2.421"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#fff" d="M5.88 6.732c-2.72 3.264-1.901 7.164-1.152 8.705l1.779-1.038c-.52-1.052-.537-2.257-.487-2.846c.382-4.596 4.503-5.57 5.97-5.57c1.165 0 2.24.404 2.633.606c-1.707.967-5.18 2.954-5.423 3.167c-.303.265-.53.69-.188 1.316c.301.553.93.481 1.307.352l10.367-5.916c.248-.124.498-.77.123-1.313c-.361-.521-1.116-.45-1.47-.223c-1.27.815-2.042.967-2.668 1.024c-.5.045-1.759-.488-2.358-.685c-1.678-.553-5.855-.673-8.433 2.42m12.238 10.544c2.72-3.265 1.902-7.164 1.152-8.705l-1.78 1.039c.52 1.05.537 2.256.488 2.845c-.383 4.597-4.504 5.57-5.97 5.57c-1.166 0-2.242-.404-2.634-.605c1.707-.968 5.18-2.955 5.423-3.167c.304-.266.53-.69.189-1.317c-.302-.553-.93-.48-1.308-.352l-10.366 5.91c-.249.123-.494.778-.124 1.312c.36.522 1.116.451 1.47.224c1.27-.816 2.043-.96 2.668-1.018c.5-.045 1.76.488 2.358.686c1.678.553 5.855.673 8.433-2.421"/></svg> </template>
CSS
.icon-spc {
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%23fff%22%20d%3D%22M5.88%206.732c-2.72%203.264-1.901%207.164-1.152%208.705l1.779-1.038c-.52-1.052-.537-2.257-.487-2.846c.382-4.596%204.503-5.57%205.97-5.57c1.165%200%202.24.404%202.633.606c-1.707.967-5.18%202.954-5.423%203.167c-.303.265-.53.69-.188%201.316c.301.553.93.481%201.307.352l10.367-5.916c.248-.124.498-.77.123-1.313c-.361-.521-1.116-.45-1.47-.223c-1.27.815-2.042.967-2.668%201.024c-.5.045-1.759-.488-2.358-.685c-1.678-.553-5.855-.673-8.433%202.42m12.238%2010.544c2.72-3.265%201.902-7.164%201.152-8.705l-1.78%201.039c.52%201.05.537%202.256.488%202.845c-.383%204.597-4.504%205.57-5.97%205.57c-1.166%200-2.242-.404-2.634-.605c1.707-.968%205.18-2.955%205.423-3.167c.304-.266.53-.69.189-1.317c-.302-.553-.93-.48-1.308-.352l-10.366%205.91c-.249.123-.494.778-.124%201.312c.36.522%201.116.451%201.47.224c1.27-.816%202.043-.96%202.668-1.018c.5-.045%201.76.488%202.358.686c1.678.553%205.855.673%208.433-2.421%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%23fff%22%20d%3D%22M5.88%206.732c-2.72%203.264-1.901%207.164-1.152%208.705l1.779-1.038c-.52-1.052-.537-2.257-.487-2.846c.382-4.596%204.503-5.57%205.97-5.57c1.165%200%202.24.404%202.633.606c-1.707.967-5.18%202.954-5.423%203.167c-.303.265-.53.69-.188%201.316c.301.553.93.481%201.307.352l10.367-5.916c.248-.124.498-.77.123-1.313c-.361-.521-1.116-.45-1.47-.223c-1.27.815-2.042.967-2.668%201.024c-.5.045-1.759-.488-2.358-.685c-1.678-.553-5.855-.673-8.433%202.42m12.238%2010.544c2.72-3.265%201.902-7.164%201.152-8.705l-1.78%201.039c.52%201.05.537%202.256.488%202.845c-.383%204.597-4.504%205.57-5.97%205.57c-1.166%200-2.242-.404-2.634-.605c1.707-.968%205.18-2.955%205.423-3.167c.304-.266.53-.69.189-1.317c-.302-.553-.93-.48-1.308-.352l-10.366%205.91c-.249.123-.494.778-.124%201.312c.36.522%201.116.451%201.47.224c1.27-.816%202.043-.96%202.668-1.018c.5-.045%201.76.488%202.358.686c1.678.553%205.855.673%208.433-2.421%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token-branded/spc.svg?color=%231a73e8&size=48