sdt logo
sdt from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- sdt
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the sdt logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.437 6.469V3l-.633.08C6.397 3.635 3 7.423 3 12s3.397 8.366 7.804 8.92l.633.08v-1.118a7 7 0 0 1-.915-.142l-.21-.041v.008C6.786 18.96 4.126 15.799 4.126 12s2.66-6.96 6.188-7.707V5.65c-1.319.54-2.25 1.819-2.25 3.317s.931 2.776 2.25 3.316c.44.136.687.198 1.124.276v-1.095l-.41-.114c-1.066-.296-1.84-1.255-1.84-2.383s.774-2.087 1.84-2.383zm1.126 11.062V21l.633-.08C17.602 20.366 21 16.577 21 12s-3.397-8.366-7.804-8.92L12.563 3v1.118c.323.023.593.077.915.141l.21.042v-.007C17.214 5.04 19.874 8.2 19.874 12s-2.66 6.96-6.188 7.707V18.35c1.319-.54 2.25-1.819 2.25-3.317s-.931-2.776-2.25-3.316a8 8 0 0 0-1.124-.276v1.095l.41.114c1.066.296 1.84 1.255 1.84 2.383s-.774 2.087-1.84 2.383z"/></svg>
React
import type { SVGProps } from "react";
export function TokenSdt(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="M11.437 6.469V3l-.633.08C6.397 3.635 3 7.423 3 12s3.397 8.366 7.804 8.92l.633.08v-1.118a7 7 0 0 1-.915-.142l-.21-.041v.008C6.786 18.96 4.126 15.799 4.126 12s2.66-6.96 6.188-7.707V5.65c-1.319.54-2.25 1.819-2.25 3.317s.931 2.776 2.25 3.316c.44.136.687.198 1.124.276v-1.095l-.41-.114c-1.066-.296-1.84-1.255-1.84-2.383s.774-2.087 1.84-2.383zm1.126 11.062V21l.633-.08C17.602 20.366 21 16.577 21 12s-3.397-8.366-7.804-8.92L12.563 3v1.118c.323.023.593.077.915.141l.21.042v-.007C17.214 5.04 19.874 8.2 19.874 12s-2.66 6.96-6.188 7.707V18.35c1.319-.54 2.25-1.819 2.25-3.317s-.931-2.776-2.25-3.316a8 8 0 0 0-1.124-.276v1.095l.41.114c1.066.296 1.84 1.255 1.84 2.383s-.774 2.087-1.84 2.383z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.437 6.469V3l-.633.08C6.397 3.635 3 7.423 3 12s3.397 8.366 7.804 8.92l.633.08v-1.118a7 7 0 0 1-.915-.142l-.21-.041v.008C6.786 18.96 4.126 15.799 4.126 12s2.66-6.96 6.188-7.707V5.65c-1.319.54-2.25 1.819-2.25 3.317s.931 2.776 2.25 3.316c.44.136.687.198 1.124.276v-1.095l-.41-.114c-1.066-.296-1.84-1.255-1.84-2.383s.774-2.087 1.84-2.383zm1.126 11.062V21l.633-.08C17.602 20.366 21 16.577 21 12s-3.397-8.366-7.804-8.92L12.563 3v1.118c.323.023.593.077.915.141l.21.042v-.007C17.214 5.04 19.874 8.2 19.874 12s-2.66 6.96-6.188 7.707V18.35c1.319-.54 2.25-1.819 2.25-3.317s-.931-2.776-2.25-3.316a8 8 0 0 0-1.124-.276v1.095l.41.114c1.066.296 1.84 1.255 1.84 2.383s-.774 2.087-1.84 2.383z"/></svg> </template>
CSS
.icon-sdt {
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%22M11.437%206.469V3l-.633.08C6.397%203.635%203%207.423%203%2012s3.397%208.366%207.804%208.92l.633.08v-1.118a7%207%200%200%201-.915-.142l-.21-.041v.008C6.786%2018.96%204.126%2015.799%204.126%2012s2.66-6.96%206.188-7.707V5.65c-1.319.54-2.25%201.819-2.25%203.317s.931%202.776%202.25%203.316c.44.136.687.198%201.124.276v-1.095l-.41-.114c-1.066-.296-1.84-1.255-1.84-2.383s.774-2.087%201.84-2.383zm1.126%2011.062V21l.633-.08C17.602%2020.366%2021%2016.577%2021%2012s-3.397-8.366-7.804-8.92L12.563%203v1.118c.323.023.593.077.915.141l.21.042v-.007C17.214%205.04%2019.874%208.2%2019.874%2012s-2.66%206.96-6.188%207.707V18.35c1.319-.54%202.25-1.819%202.25-3.317s-.931-2.776-2.25-3.316a8%208%200%200%200-1.124-.276v1.095l.41.114c1.066.296%201.84%201.255%201.84%202.383s-.774%202.087-1.84%202.383z%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%22M11.437%206.469V3l-.633.08C6.397%203.635%203%207.423%203%2012s3.397%208.366%207.804%208.92l.633.08v-1.118a7%207%200%200%201-.915-.142l-.21-.041v.008C6.786%2018.96%204.126%2015.799%204.126%2012s2.66-6.96%206.188-7.707V5.65c-1.319.54-2.25%201.819-2.25%203.317s.931%202.776%202.25%203.316c.44.136.687.198%201.124.276v-1.095l-.41-.114c-1.066-.296-1.84-1.255-1.84-2.383s.774-2.087%201.84-2.383zm1.126%2011.062V21l.633-.08C17.602%2020.366%2021%2016.577%2021%2012s-3.397-8.366-7.804-8.92L12.563%203v1.118c.323.023.593.077.915.141l.21.042v-.007C17.214%205.04%2019.874%208.2%2019.874%2012s-2.66%206.96-6.188%207.707V18.35c1.319-.54%202.25-1.819%202.25-3.317s-.931-2.776-2.25-3.316a8%208%200%200%200-1.124-.276v1.095l.41.114c1.066.296%201.84%201.255%201.84%202.383s-.774%202.087-1.84%202.383z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/sdt.svg?color=%231a73e8&size=48