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

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

The same logo in other sets

Use the sn logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.293 20.988c-.917 0-1.829-.017-2.745 0c-.473.017-.8-.259-1.041-.822c-.833-1.923-1.682-3.836-2.52-5.754c-.349-.805-.169-1.283.506-1.288c1.204-.012 2.408.011 3.606 0c.49 0 .821.315 1.069.9c.601 1.406 1.839 4.18 1.839 4.18s.146.354.27.54c.084.129.478.37.85.106c.36-.259.32-.562.112-1.035c-.653-1.49-1.322-2.976-1.958-4.483c-.112-.276-.236-.619-.045-.923c.141-.23.372-.41.552-.41c1.18 0 2.368.016 3.555 0c.472-.006.81.242 1.046.804c.405.94.804 1.868 1.226 2.784c.214.462.169.827-.09 1.204c-.85 1.227-1.67 2.487-2.548 3.674a1.3 1.3 0 0 1-.9.5c-.922.062-1.856.023-2.784.023m-.614-17.972c.9 0 1.794.017 2.688-.011c.507-.011.867.242 1.131.86c.833 1.924 1.688 3.831 2.52 5.75c.338.77.163 1.254-.484 1.26c-1.203.01-2.401 0-3.6 0c-.787 0-1.125-.923-1.125-.923l-1.89-4.236s-.146-.36-.236-.506a.603.603 0 0 0-.799-.113c-.382.265-.298.703-.112 1.12c.585 1.327 1.226 2.65 1.8 3.994c.18.444.551.905.236 1.412c-.186.303-.563.382-.985.376a84 84 0 0 0-3.144 0c-.49.012-.844-.236-1.091-.832A84 84 0 0 0 5.39 8.45c-.22-.484-.18-.86.1-1.26c.828-1.187 1.62-2.419 2.476-3.572a1.47 1.47 0 0 1 .973-.574c.911-.079 1.828-.028 2.74-.028"/></svg>

React

import type { SVGProps } from "react";

export function TokenSn(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="M12.293 20.988c-.917 0-1.829-.017-2.745 0c-.473.017-.8-.259-1.041-.822c-.833-1.923-1.682-3.836-2.52-5.754c-.349-.805-.169-1.283.506-1.288c1.204-.012 2.408.011 3.606 0c.49 0 .821.315 1.069.9c.601 1.406 1.839 4.18 1.839 4.18s.146.354.27.54c.084.129.478.37.85.106c.36-.259.32-.562.112-1.035c-.653-1.49-1.322-2.976-1.958-4.483c-.112-.276-.236-.619-.045-.923c.141-.23.372-.41.552-.41c1.18 0 2.368.016 3.555 0c.472-.006.81.242 1.046.804c.405.94.804 1.868 1.226 2.784c.214.462.169.827-.09 1.204c-.85 1.227-1.67 2.487-2.548 3.674a1.3 1.3 0 0 1-.9.5c-.922.062-1.856.023-2.784.023m-.614-17.972c.9 0 1.794.017 2.688-.011c.507-.011.867.242 1.131.86c.833 1.924 1.688 3.831 2.52 5.75c.338.77.163 1.254-.484 1.26c-1.203.01-2.401 0-3.6 0c-.787 0-1.125-.923-1.125-.923l-1.89-4.236s-.146-.36-.236-.506a.603.603 0 0 0-.799-.113c-.382.265-.298.703-.112 1.12c.585 1.327 1.226 2.65 1.8 3.994c.18.444.551.905.236 1.412c-.186.303-.563.382-.985.376a84 84 0 0 0-3.144 0c-.49.012-.844-.236-1.091-.832A84 84 0 0 0 5.39 8.45c-.22-.484-.18-.86.1-1.26c.828-1.187 1.62-2.419 2.476-3.572a1.47 1.47 0 0 1 .973-.574c.911-.079 1.828-.028 2.74-.028"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.293 20.988c-.917 0-1.829-.017-2.745 0c-.473.017-.8-.259-1.041-.822c-.833-1.923-1.682-3.836-2.52-5.754c-.349-.805-.169-1.283.506-1.288c1.204-.012 2.408.011 3.606 0c.49 0 .821.315 1.069.9c.601 1.406 1.839 4.18 1.839 4.18s.146.354.27.54c.084.129.478.37.85.106c.36-.259.32-.562.112-1.035c-.653-1.49-1.322-2.976-1.958-4.483c-.112-.276-.236-.619-.045-.923c.141-.23.372-.41.552-.41c1.18 0 2.368.016 3.555 0c.472-.006.81.242 1.046.804c.405.94.804 1.868 1.226 2.784c.214.462.169.827-.09 1.204c-.85 1.227-1.67 2.487-2.548 3.674a1.3 1.3 0 0 1-.9.5c-.922.062-1.856.023-2.784.023m-.614-17.972c.9 0 1.794.017 2.688-.011c.507-.011.867.242 1.131.86c.833 1.924 1.688 3.831 2.52 5.75c.338.77.163 1.254-.484 1.26c-1.203.01-2.401 0-3.6 0c-.787 0-1.125-.923-1.125-.923l-1.89-4.236s-.146-.36-.236-.506a.603.603 0 0 0-.799-.113c-.382.265-.298.703-.112 1.12c.585 1.327 1.226 2.65 1.8 3.994c.18.444.551.905.236 1.412c-.186.303-.563.382-.985.376a84 84 0 0 0-3.144 0c-.49.012-.844-.236-1.091-.832A84 84 0 0 0 5.39 8.45c-.22-.484-.18-.86.1-1.26c.828-1.187 1.62-2.419 2.476-3.572a1.47 1.47 0 0 1 .973-.574c.911-.079 1.828-.028 2.74-.028"/></svg>
</template>

CSS

.icon-sn {
  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%22M12.293%2020.988c-.917%200-1.829-.017-2.745%200c-.473.017-.8-.259-1.041-.822c-.833-1.923-1.682-3.836-2.52-5.754c-.349-.805-.169-1.283.506-1.288c1.204-.012%202.408.011%203.606%200c.49%200%20.821.315%201.069.9c.601%201.406%201.839%204.18%201.839%204.18s.146.354.27.54c.084.129.478.37.85.106c.36-.259.32-.562.112-1.035c-.653-1.49-1.322-2.976-1.958-4.483c-.112-.276-.236-.619-.045-.923c.141-.23.372-.41.552-.41c1.18%200%202.368.016%203.555%200c.472-.006.81.242%201.046.804c.405.94.804%201.868%201.226%202.784c.214.462.169.827-.09%201.204c-.85%201.227-1.67%202.487-2.548%203.674a1.3%201.3%200%200%201-.9.5c-.922.062-1.856.023-2.784.023m-.614-17.972c.9%200%201.794.017%202.688-.011c.507-.011.867.242%201.131.86c.833%201.924%201.688%203.831%202.52%205.75c.338.77.163%201.254-.484%201.26c-1.203.01-2.401%200-3.6%200c-.787%200-1.125-.923-1.125-.923l-1.89-4.236s-.146-.36-.236-.506a.603.603%200%200%200-.799-.113c-.382.265-.298.703-.112%201.12c.585%201.327%201.226%202.65%201.8%203.994c.18.444.551.905.236%201.412c-.186.303-.563.382-.985.376a84%2084%200%200%200-3.144%200c-.49.012-.844-.236-1.091-.832A84%2084%200%200%200%205.39%208.45c-.22-.484-.18-.86.1-1.26c.828-1.187%201.62-2.419%202.476-3.572a1.47%201.47%200%200%201%20.973-.574c.911-.079%201.828-.028%202.74-.028%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%22M12.293%2020.988c-.917%200-1.829-.017-2.745%200c-.473.017-.8-.259-1.041-.822c-.833-1.923-1.682-3.836-2.52-5.754c-.349-.805-.169-1.283.506-1.288c1.204-.012%202.408.011%203.606%200c.49%200%20.821.315%201.069.9c.601%201.406%201.839%204.18%201.839%204.18s.146.354.27.54c.084.129.478.37.85.106c.36-.259.32-.562.112-1.035c-.653-1.49-1.322-2.976-1.958-4.483c-.112-.276-.236-.619-.045-.923c.141-.23.372-.41.552-.41c1.18%200%202.368.016%203.555%200c.472-.006.81.242%201.046.804c.405.94.804%201.868%201.226%202.784c.214.462.169.827-.09%201.204c-.85%201.227-1.67%202.487-2.548%203.674a1.3%201.3%200%200%201-.9.5c-.922.062-1.856.023-2.784.023m-.614-17.972c.9%200%201.794.017%202.688-.011c.507-.011.867.242%201.131.86c.833%201.924%201.688%203.831%202.52%205.75c.338.77.163%201.254-.484%201.26c-1.203.01-2.401%200-3.6%200c-.787%200-1.125-.923-1.125-.923l-1.89-4.236s-.146-.36-.236-.506a.603.603%200%200%200-.799-.113c-.382.265-.298.703-.112%201.12c.585%201.327%201.226%202.65%201.8%203.994c.18.444.551.905.236%201.412c-.186.303-.563.382-.985.376a84%2084%200%200%200-3.144%200c-.49.012-.844-.236-1.091-.832A84%2084%200%200%200%205.39%208.45c-.22-.484-.18-.86.1-1.26c.828-1.187%201.62-2.419%202.476-3.572a1.47%201.47%200%200%201%20.973-.574c.911-.079%201.828-.028%202.74-.028%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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