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

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

The same logo in other sets

Use the scp 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="M15.938 10.313c0 2.306-1.632 3.937-3.938 3.937H8.062v-3.937c0-2.307 1.632-3.938 3.938-3.938s3.938 1.631 3.938 3.938m3.374 0A7.313 7.313 0 0 1 12 17.625H8.062V21H4.688V10.313a7.313 7.313 0 1 1 14.625 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TokenScp(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="M15.938 10.313c0 2.306-1.632 3.937-3.938 3.937H8.062v-3.937c0-2.307 1.632-3.938 3.938-3.938s3.938 1.631 3.938 3.938m3.374 0A7.313 7.313 0 0 1 12 17.625H8.062V21H4.688V10.313a7.313 7.313 0 1 1 14.625 0" clipRule="evenodd"/></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="M15.938 10.313c0 2.306-1.632 3.937-3.938 3.937H8.062v-3.937c0-2.307 1.632-3.938 3.938-3.938s3.938 1.631 3.938 3.938m3.374 0A7.313 7.313 0 0 1 12 17.625H8.062V21H4.688V10.313a7.313 7.313 0 1 1 14.625 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-scp {
  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%22M15.938%2010.313c0%202.306-1.632%203.937-3.938%203.937H8.062v-3.937c0-2.307%201.632-3.938%203.938-3.938s3.938%201.631%203.938%203.938m3.374%200A7.313%207.313%200%200%201%2012%2017.625H8.062V21H4.688V10.313a7.313%207.313%200%201%201%2014.625%200%22%20clip-rule%3D%22evenodd%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%22M15.938%2010.313c0%202.306-1.632%203.937-3.938%203.937H8.062v-3.937c0-2.307%201.632-3.938%203.938-3.938s3.938%201.631%203.938%203.938m3.374%200A7.313%207.313%200%200%201%2012%2017.625H8.062V21H4.688V10.313a7.313%207.313%200%201%201%2014.625%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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