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

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

The same logo in other sets

Use the sc logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14.813 14.813V12A2.813 2.813 0 1 0 12 14.813zM12 6.937a5.063 5.063 0 1 0 0 10.125h4.5a.56.56 0 0 0 .563-.562V12A5.06 5.06 0 0 0 12 6.938" clip-rule="evenodd"/><path fill="currentColor" d="M12 3.563a8.438 8.438 0 1 0 0 16.875a8.438 8.438 0 0 0 0-16.875M3 12a9 9 0 0 1 9-9a9 9 0 0 1 9 9a9 9 0 0 1-9 9a9 9 0 0 1-9-9"/><path fill="currentColor" d="M6.094 7.5a1.406 1.406 0 1 0 0-2.813a1.406 1.406 0 0 0 0 2.813"/></svg>

React

import type { SVGProps } from "react";

export function TokenSc(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" fillRule="evenodd" d="M14.813 14.813V12A2.813 2.813 0 1 0 12 14.813zM12 6.937a5.063 5.063 0 1 0 0 10.125h4.5a.56.56 0 0 0 .563-.562V12A5.06 5.06 0 0 0 12 6.938" clipRule="evenodd"/><path fill="currentColor" d="M12 3.563a8.438 8.438 0 1 0 0 16.875a8.438 8.438 0 0 0 0-16.875M3 12a9 9 0 0 1 9-9a9 9 0 0 1 9 9a9 9 0 0 1-9 9a9 9 0 0 1-9-9"/><path fill="currentColor" d="M6.094 7.5a1.406 1.406 0 1 0 0-2.813a1.406 1.406 0 0 0 0 2.813"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14.813 14.813V12A2.813 2.813 0 1 0 12 14.813zM12 6.937a5.063 5.063 0 1 0 0 10.125h4.5a.56.56 0 0 0 .563-.562V12A5.06 5.06 0 0 0 12 6.938" clip-rule="evenodd"/><path fill="currentColor" d="M12 3.563a8.438 8.438 0 1 0 0 16.875a8.438 8.438 0 0 0 0-16.875M3 12a9 9 0 0 1 9-9a9 9 0 0 1 9 9a9 9 0 0 1-9 9a9 9 0 0 1-9-9"/><path fill="currentColor" d="M6.094 7.5a1.406 1.406 0 1 0 0-2.813a1.406 1.406 0 0 0 0 2.813"/></svg>
</template>

CSS

.icon-sc {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M14.813%2014.813V12A2.813%202.813%200%201%200%2012%2014.813zM12%206.937a5.063%205.063%200%201%200%200%2010.125h4.5a.56.56%200%200%200%20.563-.562V12A5.06%205.06%200%200%200%2012%206.938%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%203.563a8.438%208.438%200%201%200%200%2016.875a8.438%208.438%200%200%200%200-16.875M3%2012a9%209%200%200%201%209-9a9%209%200%200%201%209%209a9%209%200%200%201-9%209a9%209%200%200%201-9-9%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.094%207.5a1.406%201.406%200%201%200%200-2.813a1.406%201.406%200%200%200%200%202.813%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%20fill-rule%3D%22evenodd%22%20d%3D%22M14.813%2014.813V12A2.813%202.813%200%201%200%2012%2014.813zM12%206.937a5.063%205.063%200%201%200%200%2010.125h4.5a.56.56%200%200%200%20.563-.562V12A5.06%205.06%200%200%200%2012%206.938%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%203.563a8.438%208.438%200%201%200%200%2016.875a8.438%208.438%200%200%200%200-16.875M3%2012a9%209%200%200%201%209-9a9%209%200%200%201%209%209a9%209%200%200%201-9%209a9%209%200%200%201-9-9%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.094%207.5a1.406%201.406%200%201%200%200-2.813a1.406%201.406%200%200%200%200%202.813%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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