snc from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
snc
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

Use the snc logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.429 16.762L3 18.35c1.572 0 2.006-.1 2.584-.497c.582-.397 1.037-1.424 1.196-1.885L8.612 8.8c.09-.44.386-1.573.74-1.588c.356-.011.583.942.679 1.27l1.64 6.163c.371 1.238.938 3.71 3.018 3.71c2.086 0 2.891-3.42 3.304-5.293h2.266l.487-1.589h-1.959l-.424.265c.25-.921.922-3.356 1.15-3.95c.227-.592.846-.619 1.122-.55L21 5.65h-1.578c-1.329 0-2.117 1.927-2.377 2.837l-1.71 6.803c-.095.371-.37 1.472-.688 1.472s-.508-.794-.625-1.138l-1.217-4.69c-.382-1.695-1.133-5.29-3.452-5.29c-2.028 0-3.028 3.505-3.457 5.824H3.614l-.381 1.588h2.012l.344-.2c-.625 2.874-1.033 3.398-1.276 3.657c-.201.212-.667.254-.879.25z"/></svg>

React

import type { SVGProps } from "react";

export function TokenSnc(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="M3.429 16.762L3 18.35c1.572 0 2.006-.1 2.584-.497c.582-.397 1.037-1.424 1.196-1.885L8.612 8.8c.09-.44.386-1.573.74-1.588c.356-.011.583.942.679 1.27l1.64 6.163c.371 1.238.938 3.71 3.018 3.71c2.086 0 2.891-3.42 3.304-5.293h2.266l.487-1.589h-1.959l-.424.265c.25-.921.922-3.356 1.15-3.95c.227-.592.846-.619 1.122-.55L21 5.65h-1.578c-1.329 0-2.117 1.927-2.377 2.837l-1.71 6.803c-.095.371-.37 1.472-.688 1.472s-.508-.794-.625-1.138l-1.217-4.69c-.382-1.695-1.133-5.29-3.452-5.29c-2.028 0-3.028 3.505-3.457 5.824H3.614l-.381 1.588h2.012l.344-.2c-.625 2.874-1.033 3.398-1.276 3.657c-.201.212-.667.254-.879.25z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.429 16.762L3 18.35c1.572 0 2.006-.1 2.584-.497c.582-.397 1.037-1.424 1.196-1.885L8.612 8.8c.09-.44.386-1.573.74-1.588c.356-.011.583.942.679 1.27l1.64 6.163c.371 1.238.938 3.71 3.018 3.71c2.086 0 2.891-3.42 3.304-5.293h2.266l.487-1.589h-1.959l-.424.265c.25-.921.922-3.356 1.15-3.95c.227-.592.846-.619 1.122-.55L21 5.65h-1.578c-1.329 0-2.117 1.927-2.377 2.837l-1.71 6.803c-.095.371-.37 1.472-.688 1.472s-.508-.794-.625-1.138l-1.217-4.69c-.382-1.695-1.133-5.29-3.452-5.29c-2.028 0-3.028 3.505-3.457 5.824H3.614l-.381 1.588h2.012l.344-.2c-.625 2.874-1.033 3.398-1.276 3.657c-.201.212-.667.254-.879.25z"/></svg>
</template>

CSS

.icon-snc {
  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%22M3.429%2016.762L3%2018.35c1.572%200%202.006-.1%202.584-.497c.582-.397%201.037-1.424%201.196-1.885L8.612%208.8c.09-.44.386-1.573.74-1.588c.356-.011.583.942.679%201.27l1.64%206.163c.371%201.238.938%203.71%203.018%203.71c2.086%200%202.891-3.42%203.304-5.293h2.266l.487-1.589h-1.959l-.424.265c.25-.921.922-3.356%201.15-3.95c.227-.592.846-.619%201.122-.55L21%205.65h-1.578c-1.329%200-2.117%201.927-2.377%202.837l-1.71%206.803c-.095.371-.37%201.472-.688%201.472s-.508-.794-.625-1.138l-1.217-4.69c-.382-1.695-1.133-5.29-3.452-5.29c-2.028%200-3.028%203.505-3.457%205.824H3.614l-.381%201.588h2.012l.344-.2c-.625%202.874-1.033%203.398-1.276%203.657c-.201.212-.667.254-.879.25z%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%22M3.429%2016.762L3%2018.35c1.572%200%202.006-.1%202.584-.497c.582-.397%201.037-1.424%201.196-1.885L8.612%208.8c.09-.44.386-1.573.74-1.588c.356-.011.583.942.679%201.27l1.64%206.163c.371%201.238.938%203.71%203.018%203.71c2.086%200%202.891-3.42%203.304-5.293h2.266l.487-1.589h-1.959l-.424.265c.25-.921.922-3.356%201.15-3.95c.227-.592.846-.619%201.122-.55L21%205.65h-1.578c-1.329%200-2.117%201.927-2.377%202.837l-1.71%206.803c-.095.371-.37%201.472-.688%201.472s-.508-.794-.625-1.138l-1.217-4.69c-.382-1.695-1.133-5.29-3.452-5.29c-2.028%200-3.028%203.505-3.457%205.824H3.614l-.381%201.588h2.012l.344-.2c-.625%202.874-1.033%203.398-1.276%203.657c-.201.212-.667.254-.879.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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