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

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

The same logo in other sets

Use the s logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.16 14.426l.002-.002l-.004.002zm-.002 0c-3.779 1.134-6.904 2.788-8.861 4.725l-.087.087c.52.492 1.092.932 1.708 1.306l.133-.162a25.1 25.1 0 0 1 7.107-5.956m.437-1.68H2.12a9.9 9.9 0 0 0 2.082 5.384l.054-.054c1.212-1.195 2.79-2.28 4.692-3.226c1.668-.83 3.582-1.542 5.647-2.104m-4.783-8.31a23.24 23.24 0 0 0 12.306 6.436C21.556 5.882 17.304 2 12.138 2a10.1 10.1 0 0 0-3.853.762c.482.58.997 1.145 1.527 1.674m-4.515.412c1.957 1.94 5.084 3.592 8.863 4.728a25.2 25.2 0 0 1-5.407-4.082A25 25 0 0 1 7.05 3.618l-.132-.162C6.3 3.83 5.729 4.269 5.21 4.76zm4.515 14.716a24 24 0 0 0-1.527 1.674a10.1 10.1 0 0 0 3.852.762c5.167 0 9.419-3.882 9.983-8.875a23.25 23.25 0 0 0-12.306 6.437zM8.945 9.147v.002c-1.9-.946-3.477-2.033-4.689-3.225l-.054-.054a9.9 9.9 0 0 0-2.082 5.384h12.472c-2.063-.562-3.976-1.275-5.647-2.107"/></svg>

React

import type { SVGProps } from "react";

export function TokenS(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="m14.16 14.426l.002-.002l-.004.002zm-.002 0c-3.779 1.134-6.904 2.788-8.861 4.725l-.087.087c.52.492 1.092.932 1.708 1.306l.133-.162a25.1 25.1 0 0 1 7.107-5.956m.437-1.68H2.12a9.9 9.9 0 0 0 2.082 5.384l.054-.054c1.212-1.195 2.79-2.28 4.692-3.226c1.668-.83 3.582-1.542 5.647-2.104m-4.783-8.31a23.24 23.24 0 0 0 12.306 6.436C21.556 5.882 17.304 2 12.138 2a10.1 10.1 0 0 0-3.853.762c.482.58.997 1.145 1.527 1.674m-4.515.412c1.957 1.94 5.084 3.592 8.863 4.728a25.2 25.2 0 0 1-5.407-4.082A25 25 0 0 1 7.05 3.618l-.132-.162C6.3 3.83 5.729 4.269 5.21 4.76zm4.515 14.716a24 24 0 0 0-1.527 1.674a10.1 10.1 0 0 0 3.852.762c5.167 0 9.419-3.882 9.983-8.875a23.25 23.25 0 0 0-12.306 6.437zM8.945 9.147v.002c-1.9-.946-3.477-2.033-4.689-3.225l-.054-.054a9.9 9.9 0 0 0-2.082 5.384h12.472c-2.063-.562-3.976-1.275-5.647-2.107"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.16 14.426l.002-.002l-.004.002zm-.002 0c-3.779 1.134-6.904 2.788-8.861 4.725l-.087.087c.52.492 1.092.932 1.708 1.306l.133-.162a25.1 25.1 0 0 1 7.107-5.956m.437-1.68H2.12a9.9 9.9 0 0 0 2.082 5.384l.054-.054c1.212-1.195 2.79-2.28 4.692-3.226c1.668-.83 3.582-1.542 5.647-2.104m-4.783-8.31a23.24 23.24 0 0 0 12.306 6.436C21.556 5.882 17.304 2 12.138 2a10.1 10.1 0 0 0-3.853.762c.482.58.997 1.145 1.527 1.674m-4.515.412c1.957 1.94 5.084 3.592 8.863 4.728a25.2 25.2 0 0 1-5.407-4.082A25 25 0 0 1 7.05 3.618l-.132-.162C6.3 3.83 5.729 4.269 5.21 4.76zm4.515 14.716a24 24 0 0 0-1.527 1.674a10.1 10.1 0 0 0 3.852.762c5.167 0 9.419-3.882 9.983-8.875a23.25 23.25 0 0 0-12.306 6.437zM8.945 9.147v.002c-1.9-.946-3.477-2.033-4.689-3.225l-.054-.054a9.9 9.9 0 0 0-2.082 5.384h12.472c-2.063-.562-3.976-1.275-5.647-2.107"/></svg>
</template>

CSS

.icon-s {
  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%22m14.16%2014.426l.002-.002l-.004.002zm-.002%200c-3.779%201.134-6.904%202.788-8.861%204.725l-.087.087c.52.492%201.092.932%201.708%201.306l.133-.162a25.1%2025.1%200%200%201%207.107-5.956m.437-1.68H2.12a9.9%209.9%200%200%200%202.082%205.384l.054-.054c1.212-1.195%202.79-2.28%204.692-3.226c1.668-.83%203.582-1.542%205.647-2.104m-4.783-8.31a23.24%2023.24%200%200%200%2012.306%206.436C21.556%205.882%2017.304%202%2012.138%202a10.1%2010.1%200%200%200-3.853.762c.482.58.997%201.145%201.527%201.674m-4.515.412c1.957%201.94%205.084%203.592%208.863%204.728a25.2%2025.2%200%200%201-5.407-4.082A25%2025%200%200%201%207.05%203.618l-.132-.162C6.3%203.83%205.729%204.269%205.21%204.76zm4.515%2014.716a24%2024%200%200%200-1.527%201.674a10.1%2010.1%200%200%200%203.852.762c5.167%200%209.419-3.882%209.983-8.875a23.25%2023.25%200%200%200-12.306%206.437zM8.945%209.147v.002c-1.9-.946-3.477-2.033-4.689-3.225l-.054-.054a9.9%209.9%200%200%200-2.082%205.384h12.472c-2.063-.562-3.976-1.275-5.647-2.107%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%22m14.16%2014.426l.002-.002l-.004.002zm-.002%200c-3.779%201.134-6.904%202.788-8.861%204.725l-.087.087c.52.492%201.092.932%201.708%201.306l.133-.162a25.1%2025.1%200%200%201%207.107-5.956m.437-1.68H2.12a9.9%209.9%200%200%200%202.082%205.384l.054-.054c1.212-1.195%202.79-2.28%204.692-3.226c1.668-.83%203.582-1.542%205.647-2.104m-4.783-8.31a23.24%2023.24%200%200%200%2012.306%206.436C21.556%205.882%2017.304%202%2012.138%202a10.1%2010.1%200%200%200-3.853.762c.482.58.997%201.145%201.527%201.674m-4.515.412c1.957%201.94%205.084%203.592%208.863%204.728a25.2%2025.2%200%200%201-5.407-4.082A25%2025%200%200%201%207.05%203.618l-.132-.162C6.3%203.83%205.729%204.269%205.21%204.76zm4.515%2014.716a24%2024%200%200%200-1.527%201.674a10.1%2010.1%200%200%200%203.852.762c5.167%200%209.419-3.882%209.983-8.875a23.25%2023.25%200%200%200-12.306%206.437zM8.945%209.147v.002c-1.9-.946-3.477-2.033-4.689-3.225l-.054-.054a9.9%209.9%200%200%200-2.082%205.384h12.472c-2.063-.562-3.976-1.275-5.647-2.107%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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