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

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

The same logo in other sets

Use the swftc logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.78 6.6a2.42 2.42 0 0 1 1.922.936c-.756.135-.9.828-.9 1.296v6.089c0 1.54-1.273 2.38-2.578 2.475a2.1 2.1 0 0 1-1.922-.99c.68-.315.9-.81.9-1.224v-6.35c0-1.296 1.328-2.214 2.579-2.232"/><path fill="currentColor" d="M8.154 8.701c.351 0 .725.18.869.27c-.954-.166-1.985.342-2.034 1.544c-.05 1.206.837 1.696 1.593 1.746a1.37 1.37 0 0 0 1.165-.54c.144 3.015-2.24 3.614-3.267 3.672c-1.03.059-3.618-.864-3.474-3.537c.117-2.142 1.35-2.912 1.894-3.033c-.495.625-.607.837-.72 1.62c-.09.62.135 1.305.243 1.53c-.054-.522-.099-.77 0-1.184c.45-1.818 1.657-2.295 2.206-2.309a2.52 2.52 0 0 0-.81 1.648a2.26 2.26 0 0 0 .661 1.728a2.7 2.7 0 0 1-.315-1.341C6.445 8.786 7.709 8.7 8.155 8.7m7.696 0c-.351 0-.725.18-.869.27c.954-.166 1.99.342 2.035 1.544c.049 1.206-.838 1.696-1.59 1.746a1.37 1.37 0 0 1-1.17-.54c-.143 3.015 2.242 3.614 3.273 3.672c1.026.059 3.613-.864 3.465-3.537c-.113-2.142-1.35-2.912-1.89-3.033c.495.625.607.837.72 1.62c.09.62-.135 1.305-.243 1.53c.054-.522.099-.77 0-1.184c-.45-1.818-1.656-2.295-2.206-2.309a2.52 2.52 0 0 1 .81 1.648a2.26 2.26 0 0 1-.656 1.728c.301-.612.333-1.148.31-1.341c-.28-1.728-1.544-1.814-1.99-1.814"/></svg>

React

import type { SVGProps } from "react";

export function TokenSwftc(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.78 6.6a2.42 2.42 0 0 1 1.922.936c-.756.135-.9.828-.9 1.296v6.089c0 1.54-1.273 2.38-2.578 2.475a2.1 2.1 0 0 1-1.922-.99c.68-.315.9-.81.9-1.224v-6.35c0-1.296 1.328-2.214 2.579-2.232"/><path fill="currentColor" d="M8.154 8.701c.351 0 .725.18.869.27c-.954-.166-1.985.342-2.034 1.544c-.05 1.206.837 1.696 1.593 1.746a1.37 1.37 0 0 0 1.165-.54c.144 3.015-2.24 3.614-3.267 3.672c-1.03.059-3.618-.864-3.474-3.537c.117-2.142 1.35-2.912 1.894-3.033c-.495.625-.607.837-.72 1.62c-.09.62.135 1.305.243 1.53c-.054-.522-.099-.77 0-1.184c.45-1.818 1.657-2.295 2.206-2.309a2.52 2.52 0 0 0-.81 1.648a2.26 2.26 0 0 0 .661 1.728a2.7 2.7 0 0 1-.315-1.341C6.445 8.786 7.709 8.7 8.155 8.7m7.696 0c-.351 0-.725.18-.869.27c.954-.166 1.99.342 2.035 1.544c.049 1.206-.838 1.696-1.59 1.746a1.37 1.37 0 0 1-1.17-.54c-.143 3.015 2.242 3.614 3.273 3.672c1.026.059 3.613-.864 3.465-3.537c-.113-2.142-1.35-2.912-1.89-3.033c.495.625.607.837.72 1.62c.09.62-.135 1.305-.243 1.53c.054-.522.099-.77 0-1.184c-.45-1.818-1.656-2.295-2.206-2.309a2.52 2.52 0 0 1 .81 1.648a2.26 2.26 0 0 1-.656 1.728c.301-.612.333-1.148.31-1.341c-.28-1.728-1.544-1.814-1.99-1.814"/></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.78 6.6a2.42 2.42 0 0 1 1.922.936c-.756.135-.9.828-.9 1.296v6.089c0 1.54-1.273 2.38-2.578 2.475a2.1 2.1 0 0 1-1.922-.99c.68-.315.9-.81.9-1.224v-6.35c0-1.296 1.328-2.214 2.579-2.232"/><path fill="currentColor" d="M8.154 8.701c.351 0 .725.18.869.27c-.954-.166-1.985.342-2.034 1.544c-.05 1.206.837 1.696 1.593 1.746a1.37 1.37 0 0 0 1.165-.54c.144 3.015-2.24 3.614-3.267 3.672c-1.03.059-3.618-.864-3.474-3.537c.117-2.142 1.35-2.912 1.894-3.033c-.495.625-.607.837-.72 1.62c-.09.62.135 1.305.243 1.53c-.054-.522-.099-.77 0-1.184c.45-1.818 1.657-2.295 2.206-2.309a2.52 2.52 0 0 0-.81 1.648a2.26 2.26 0 0 0 .661 1.728a2.7 2.7 0 0 1-.315-1.341C6.445 8.786 7.709 8.7 8.155 8.7m7.696 0c-.351 0-.725.18-.869.27c.954-.166 1.99.342 2.035 1.544c.049 1.206-.838 1.696-1.59 1.746a1.37 1.37 0 0 1-1.17-.54c-.143 3.015 2.242 3.614 3.273 3.672c1.026.059 3.613-.864 3.465-3.537c-.113-2.142-1.35-2.912-1.89-3.033c.495.625.607.837.72 1.62c.09.62-.135 1.305-.243 1.53c.054-.522.099-.77 0-1.184c-.45-1.818-1.656-2.295-2.206-2.309a2.52 2.52 0 0 1 .81 1.648a2.26 2.26 0 0 1-.656 1.728c.301-.612.333-1.148.31-1.341c-.28-1.728-1.544-1.814-1.99-1.814"/></svg>
</template>

CSS

.icon-swftc {
  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.78%206.6a2.42%202.42%200%200%201%201.922.936c-.756.135-.9.828-.9%201.296v6.089c0%201.54-1.273%202.38-2.578%202.475a2.1%202.1%200%200%201-1.922-.99c.68-.315.9-.81.9-1.224v-6.35c0-1.296%201.328-2.214%202.579-2.232%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.154%208.701c.351%200%20.725.18.869.27c-.954-.166-1.985.342-2.034%201.544c-.05%201.206.837%201.696%201.593%201.746a1.37%201.37%200%200%200%201.165-.54c.144%203.015-2.24%203.614-3.267%203.672c-1.03.059-3.618-.864-3.474-3.537c.117-2.142%201.35-2.912%201.894-3.033c-.495.625-.607.837-.72%201.62c-.09.62.135%201.305.243%201.53c-.054-.522-.099-.77%200-1.184c.45-1.818%201.657-2.295%202.206-2.309a2.52%202.52%200%200%200-.81%201.648a2.26%202.26%200%200%200%20.661%201.728a2.7%202.7%200%200%201-.315-1.341C6.445%208.786%207.709%208.7%208.155%208.7m7.696%200c-.351%200-.725.18-.869.27c.954-.166%201.99.342%202.035%201.544c.049%201.206-.838%201.696-1.59%201.746a1.37%201.37%200%200%201-1.17-.54c-.143%203.015%202.242%203.614%203.273%203.672c1.026.059%203.613-.864%203.465-3.537c-.113-2.142-1.35-2.912-1.89-3.033c.495.625.607.837.72%201.62c.09.62-.135%201.305-.243%201.53c.054-.522.099-.77%200-1.184c-.45-1.818-1.656-2.295-2.206-2.309a2.52%202.52%200%200%201%20.81%201.648a2.26%202.26%200%200%201-.656%201.728c.301-.612.333-1.148.31-1.341c-.28-1.728-1.544-1.814-1.99-1.814%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.78%206.6a2.42%202.42%200%200%201%201.922.936c-.756.135-.9.828-.9%201.296v6.089c0%201.54-1.273%202.38-2.578%202.475a2.1%202.1%200%200%201-1.922-.99c.68-.315.9-.81.9-1.224v-6.35c0-1.296%201.328-2.214%202.579-2.232%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.154%208.701c.351%200%20.725.18.869.27c-.954-.166-1.985.342-2.034%201.544c-.05%201.206.837%201.696%201.593%201.746a1.37%201.37%200%200%200%201.165-.54c.144%203.015-2.24%203.614-3.267%203.672c-1.03.059-3.618-.864-3.474-3.537c.117-2.142%201.35-2.912%201.894-3.033c-.495.625-.607.837-.72%201.62c-.09.62.135%201.305.243%201.53c-.054-.522-.099-.77%200-1.184c.45-1.818%201.657-2.295%202.206-2.309a2.52%202.52%200%200%200-.81%201.648a2.26%202.26%200%200%200%20.661%201.728a2.7%202.7%200%200%201-.315-1.341C6.445%208.786%207.709%208.7%208.155%208.7m7.696%200c-.351%200-.725.18-.869.27c.954-.166%201.99.342%202.035%201.544c.049%201.206-.838%201.696-1.59%201.746a1.37%201.37%200%200%201-1.17-.54c-.143%203.015%202.242%203.614%203.273%203.672c1.026.059%203.613-.864%203.465-3.537c-.113-2.142-1.35-2.912-1.89-3.033c.495.625.607.837.72%201.62c.09.62-.135%201.305-.243%201.53c.054-.522.099-.77%200-1.184c-.45-1.818-1.656-2.295-2.206-2.309a2.52%202.52%200%200%201%20.81%201.648a2.26%202.26%200%200%201-.656%201.728c.301-.612.333-1.148.31-1.341c-.28-1.728-1.544-1.814-1.99-1.814%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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