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

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

The same logo in other sets

Use the pica 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="M10.714 3H3v18h7.714v-6.454c.964.43 2.057.668 3.214.668c3.91 0 7.072-2.732 7.072-6.107S17.837 3 13.929 3c-1.158 0-2.25.238-3.215.669zm3.214 11.572a7.2 7.2 0 0 1-3.214-.733V4.376a7.3 7.3 0 0 1 3.214-.733c3.55 0 6.43 2.443 6.43 5.464s-2.88 5.465-6.43 5.465M7.5 9.107c0 1.787 1.01 3.375 2.572 4.372V4.736C8.509 5.732 7.5 7.32 7.5 9.107m-.643 0c0-2.14 1.28-4.03 3.215-5.117v-.347h-6.43v16.714h6.43v-6.133c-1.936-1.092-3.215-2.976-3.215-5.117M21 15.214V21c-1.774 0-3.214-1.292-3.214-2.893s1.44-2.893 3.214-2.893" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TokenPica(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="M10.714 3H3v18h7.714v-6.454c.964.43 2.057.668 3.214.668c3.91 0 7.072-2.732 7.072-6.107S17.837 3 13.929 3c-1.158 0-2.25.238-3.215.669zm3.214 11.572a7.2 7.2 0 0 1-3.214-.733V4.376a7.3 7.3 0 0 1 3.214-.733c3.55 0 6.43 2.443 6.43 5.464s-2.88 5.465-6.43 5.465M7.5 9.107c0 1.787 1.01 3.375 2.572 4.372V4.736C8.509 5.732 7.5 7.32 7.5 9.107m-.643 0c0-2.14 1.28-4.03 3.215-5.117v-.347h-6.43v16.714h6.43v-6.133c-1.936-1.092-3.215-2.976-3.215-5.117M21 15.214V21c-1.774 0-3.214-1.292-3.214-2.893s1.44-2.893 3.214-2.893" 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="M10.714 3H3v18h7.714v-6.454c.964.43 2.057.668 3.214.668c3.91 0 7.072-2.732 7.072-6.107S17.837 3 13.929 3c-1.158 0-2.25.238-3.215.669zm3.214 11.572a7.2 7.2 0 0 1-3.214-.733V4.376a7.3 7.3 0 0 1 3.214-.733c3.55 0 6.43 2.443 6.43 5.464s-2.88 5.465-6.43 5.465M7.5 9.107c0 1.787 1.01 3.375 2.572 4.372V4.736C8.509 5.732 7.5 7.32 7.5 9.107m-.643 0c0-2.14 1.28-4.03 3.215-5.117v-.347h-6.43v16.714h6.43v-6.133c-1.936-1.092-3.215-2.976-3.215-5.117M21 15.214V21c-1.774 0-3.214-1.292-3.214-2.893s1.44-2.893 3.214-2.893" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-pica {
  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%22M10.714%203H3v18h7.714v-6.454c.964.43%202.057.668%203.214.668c3.91%200%207.072-2.732%207.072-6.107S17.837%203%2013.929%203c-1.158%200-2.25.238-3.215.669zm3.214%2011.572a7.2%207.2%200%200%201-3.214-.733V4.376a7.3%207.3%200%200%201%203.214-.733c3.55%200%206.43%202.443%206.43%205.464s-2.88%205.465-6.43%205.465M7.5%209.107c0%201.787%201.01%203.375%202.572%204.372V4.736C8.509%205.732%207.5%207.32%207.5%209.107m-.643%200c0-2.14%201.28-4.03%203.215-5.117v-.347h-6.43v16.714h6.43v-6.133c-1.936-1.092-3.215-2.976-3.215-5.117M21%2015.214V21c-1.774%200-3.214-1.292-3.214-2.893s1.44-2.893%203.214-2.893%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%22M10.714%203H3v18h7.714v-6.454c.964.43%202.057.668%203.214.668c3.91%200%207.072-2.732%207.072-6.107S17.837%203%2013.929%203c-1.158%200-2.25.238-3.215.669zm3.214%2011.572a7.2%207.2%200%200%201-3.214-.733V4.376a7.3%207.3%200%200%201%203.214-.733c3.55%200%206.43%202.443%206.43%205.464s-2.88%205.465-6.43%205.465M7.5%209.107c0%201.787%201.01%203.375%202.572%204.372V4.736C8.509%205.732%207.5%207.32%207.5%209.107m-.643%200c0-2.14%201.28-4.03%203.215-5.117v-.347h-6.43v16.714h6.43v-6.133c-1.936-1.092-3.215-2.976-3.215-5.117M21%2015.214V21c-1.774%200-3.214-1.292-3.214-2.893s1.44-2.893%203.214-2.893%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/pica.svg?color=%231a73e8&size=48