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

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

The same logo in other sets

Use the pika 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.456 4.19c-1.309.397-2.274 1.755-2.274 4.62c0 2.737.61 4.03 1.773 4.974c.1.082.225.127.354.125c.306 0 .6-.202.6-.545V5.967C10.91 4.91 11.58 3 13.925 3c2.93 0 5.166 2.755 5.166 5.81c0 2.917-1.527 6.015-5.53 6.866c-.355.071-.47.371-.47.72v3.584c0 .562-.365 1.02-1.091 1.02c-.578 0-1.09-.458-1.09-1.02v-3.59c0-.348-.317-.643-.66-.73c-2.074-.546-5.34-2.454-5.34-6.85c0-4.42 3.354-5.674 5.426-5.805a.545.545 0 0 1 .573.557c0 .273-.202.513-.453.627m2.635 8.917V5.771c0-.955.955-1.522 1.61-.824c.872.928 1.663 2.373 1.663 4.397c0 2.449-1.168 3.812-2.226 4.461c-.496.306-1.047-.109-1.047-.698" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TokenPika(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.456 4.19c-1.309.397-2.274 1.755-2.274 4.62c0 2.737.61 4.03 1.773 4.974c.1.082.225.127.354.125c.306 0 .6-.202.6-.545V5.967C10.91 4.91 11.58 3 13.925 3c2.93 0 5.166 2.755 5.166 5.81c0 2.917-1.527 6.015-5.53 6.866c-.355.071-.47.371-.47.72v3.584c0 .562-.365 1.02-1.091 1.02c-.578 0-1.09-.458-1.09-1.02v-3.59c0-.348-.317-.643-.66-.73c-2.074-.546-5.34-2.454-5.34-6.85c0-4.42 3.354-5.674 5.426-5.805a.545.545 0 0 1 .573.557c0 .273-.202.513-.453.627m2.635 8.917V5.771c0-.955.955-1.522 1.61-.824c.872.928 1.663 2.373 1.663 4.397c0 2.449-1.168 3.812-2.226 4.461c-.496.306-1.047-.109-1.047-.698" 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.456 4.19c-1.309.397-2.274 1.755-2.274 4.62c0 2.737.61 4.03 1.773 4.974c.1.082.225.127.354.125c.306 0 .6-.202.6-.545V5.967C10.91 4.91 11.58 3 13.925 3c2.93 0 5.166 2.755 5.166 5.81c0 2.917-1.527 6.015-5.53 6.866c-.355.071-.47.371-.47.72v3.584c0 .562-.365 1.02-1.091 1.02c-.578 0-1.09-.458-1.09-1.02v-3.59c0-.348-.317-.643-.66-.73c-2.074-.546-5.34-2.454-5.34-6.85c0-4.42 3.354-5.674 5.426-5.805a.545.545 0 0 1 .573.557c0 .273-.202.513-.453.627m2.635 8.917V5.771c0-.955.955-1.522 1.61-.824c.872.928 1.663 2.373 1.663 4.397c0 2.449-1.168 3.812-2.226 4.461c-.496.306-1.047-.109-1.047-.698" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-pika {
  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.456%204.19c-1.309.397-2.274%201.755-2.274%204.62c0%202.737.61%204.03%201.773%204.974c.1.082.225.127.354.125c.306%200%20.6-.202.6-.545V5.967C10.91%204.91%2011.58%203%2013.925%203c2.93%200%205.166%202.755%205.166%205.81c0%202.917-1.527%206.015-5.53%206.866c-.355.071-.47.371-.47.72v3.584c0%20.562-.365%201.02-1.091%201.02c-.578%200-1.09-.458-1.09-1.02v-3.59c0-.348-.317-.643-.66-.73c-2.074-.546-5.34-2.454-5.34-6.85c0-4.42%203.354-5.674%205.426-5.805a.545.545%200%200%201%20.573.557c0%20.273-.202.513-.453.627m2.635%208.917V5.771c0-.955.955-1.522%201.61-.824c.872.928%201.663%202.373%201.663%204.397c0%202.449-1.168%203.812-2.226%204.461c-.496.306-1.047-.109-1.047-.698%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.456%204.19c-1.309.397-2.274%201.755-2.274%204.62c0%202.737.61%204.03%201.773%204.974c.1.082.225.127.354.125c.306%200%20.6-.202.6-.545V5.967C10.91%204.91%2011.58%203%2013.925%203c2.93%200%205.166%202.755%205.166%205.81c0%202.917-1.527%206.015-5.53%206.866c-.355.071-.47.371-.47.72v3.584c0%20.562-.365%201.02-1.091%201.02c-.578%200-1.09-.458-1.09-1.02v-3.59c0-.348-.317-.643-.66-.73c-2.074-.546-5.34-2.454-5.34-6.85c0-4.42%203.354-5.674%205.426-5.805a.545.545%200%200%201%20.573.557c0%20.273-.202.513-.453.627m2.635%208.917V5.771c0-.955.955-1.522%201.61-.824c.872.928%201.663%202.373%201.663%204.397c0%202.449-1.168%203.812-2.226%204.461c-.496.306-1.047-.109-1.047-.698%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/pika.svg?color=%231a73e8&size=48