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

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

The same logo in other sets

Use the pnt 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="M12.003 3c.494 0 .825.129 1.329.643c.63.644 1.79.882 2.638.824c.678-.046 1.1.199 1.38.453c.2.182.519.708.655 1.43c.135.724.935 1.455 1.318 1.73c.39.2 1.112.795 1.112 1.641c.012.16.003.696-.359 1.511c-.156.352-.15 1.223 0 1.884c.142.353.359.98.359 1.319c0 .423-.151.91-.81 1.313c-.66.404-1.508 1.173-1.734 2.095s-.358 1.153-.66 1.384c-.3.23-.62.346-1.695.365c-1.073.02-1.826.461-2.467 1c-.513.43-1.113.486-1.576.325a7 7 0 0 1-.851-.572c-.265-.197-.502-.373-.687-.449l-.143-.06c-.29-.13-.55-.244-1.51-.244c-.889 0-1.393-.323-1.703-.558c-.182-.138-.414-.543-.535-1.204c-.12-.662-1.01-1.772-1.661-2.104c-.504-.257-.84-1.02-.84-1.41s.084-.902.388-1.494c.146-.285.16-1.58-.163-2.21c-.36-.703-.15-1.42 0-1.723c.172-.346.624-.648 1.014-.909q.142-.094.266-.18c.37-.263.803-.88.975-1.45c.067-.345.28-1.122.601-1.46c.4-.423 1.136-.423 2.055-.423c.735 0 1.704-.618 2.138-.96q.05-.035.111-.082c.225-.167.57-.425 1.055-.425m-.496 3.068a1.1 1.1 0 0 0-.394.319L9.66 8.249a1.1 1.1 0 0 1-.503.366l-2.22.807a1.124 1.124 0 0 0-.549 1.687l1.323 1.957c.118.176.184.38.191.592l.081 2.362a1.124 1.124 0 0 0 1.436 1.042l2.27-.653c.204-.059.42-.059.622 0l2.27.653a1.13 1.13 0 0 0 1.305-.553a1.1 1.1 0 0 0 .131-.49l.081-2.36c.007-.212.074-.417.192-.593l1.322-1.957a1.126 1.126 0 0 0-.547-1.687l-2.221-.807a1.13 1.13 0 0 1-.504-.365l-1.453-1.863a1.12 1.12 0 0 0-1.38-.32" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TokenPnt(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="M12.003 3c.494 0 .825.129 1.329.643c.63.644 1.79.882 2.638.824c.678-.046 1.1.199 1.38.453c.2.182.519.708.655 1.43c.135.724.935 1.455 1.318 1.73c.39.2 1.112.795 1.112 1.641c.012.16.003.696-.359 1.511c-.156.352-.15 1.223 0 1.884c.142.353.359.98.359 1.319c0 .423-.151.91-.81 1.313c-.66.404-1.508 1.173-1.734 2.095s-.358 1.153-.66 1.384c-.3.23-.62.346-1.695.365c-1.073.02-1.826.461-2.467 1c-.513.43-1.113.486-1.576.325a7 7 0 0 1-.851-.572c-.265-.197-.502-.373-.687-.449l-.143-.06c-.29-.13-.55-.244-1.51-.244c-.889 0-1.393-.323-1.703-.558c-.182-.138-.414-.543-.535-1.204c-.12-.662-1.01-1.772-1.661-2.104c-.504-.257-.84-1.02-.84-1.41s.084-.902.388-1.494c.146-.285.16-1.58-.163-2.21c-.36-.703-.15-1.42 0-1.723c.172-.346.624-.648 1.014-.909q.142-.094.266-.18c.37-.263.803-.88.975-1.45c.067-.345.28-1.122.601-1.46c.4-.423 1.136-.423 2.055-.423c.735 0 1.704-.618 2.138-.96q.05-.035.111-.082c.225-.167.57-.425 1.055-.425m-.496 3.068a1.1 1.1 0 0 0-.394.319L9.66 8.249a1.1 1.1 0 0 1-.503.366l-2.22.807a1.124 1.124 0 0 0-.549 1.687l1.323 1.957c.118.176.184.38.191.592l.081 2.362a1.124 1.124 0 0 0 1.436 1.042l2.27-.653c.204-.059.42-.059.622 0l2.27.653a1.13 1.13 0 0 0 1.305-.553a1.1 1.1 0 0 0 .131-.49l.081-2.36c.007-.212.074-.417.192-.593l1.322-1.957a1.126 1.126 0 0 0-.547-1.687l-2.221-.807a1.13 1.13 0 0 1-.504-.365l-1.453-1.863a1.12 1.12 0 0 0-1.38-.32" 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="M12.003 3c.494 0 .825.129 1.329.643c.63.644 1.79.882 2.638.824c.678-.046 1.1.199 1.38.453c.2.182.519.708.655 1.43c.135.724.935 1.455 1.318 1.73c.39.2 1.112.795 1.112 1.641c.012.16.003.696-.359 1.511c-.156.352-.15 1.223 0 1.884c.142.353.359.98.359 1.319c0 .423-.151.91-.81 1.313c-.66.404-1.508 1.173-1.734 2.095s-.358 1.153-.66 1.384c-.3.23-.62.346-1.695.365c-1.073.02-1.826.461-2.467 1c-.513.43-1.113.486-1.576.325a7 7 0 0 1-.851-.572c-.265-.197-.502-.373-.687-.449l-.143-.06c-.29-.13-.55-.244-1.51-.244c-.889 0-1.393-.323-1.703-.558c-.182-.138-.414-.543-.535-1.204c-.12-.662-1.01-1.772-1.661-2.104c-.504-.257-.84-1.02-.84-1.41s.084-.902.388-1.494c.146-.285.16-1.58-.163-2.21c-.36-.703-.15-1.42 0-1.723c.172-.346.624-.648 1.014-.909q.142-.094.266-.18c.37-.263.803-.88.975-1.45c.067-.345.28-1.122.601-1.46c.4-.423 1.136-.423 2.055-.423c.735 0 1.704-.618 2.138-.96q.05-.035.111-.082c.225-.167.57-.425 1.055-.425m-.496 3.068a1.1 1.1 0 0 0-.394.319L9.66 8.249a1.1 1.1 0 0 1-.503.366l-2.22.807a1.124 1.124 0 0 0-.549 1.687l1.323 1.957c.118.176.184.38.191.592l.081 2.362a1.124 1.124 0 0 0 1.436 1.042l2.27-.653c.204-.059.42-.059.622 0l2.27.653a1.13 1.13 0 0 0 1.305-.553a1.1 1.1 0 0 0 .131-.49l.081-2.36c.007-.212.074-.417.192-.593l1.322-1.957a1.126 1.126 0 0 0-.547-1.687l-2.221-.807a1.13 1.13 0 0 1-.504-.365l-1.453-1.863a1.12 1.12 0 0 0-1.38-.32" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-pnt {
  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%22M12.003%203c.494%200%20.825.129%201.329.643c.63.644%201.79.882%202.638.824c.678-.046%201.1.199%201.38.453c.2.182.519.708.655%201.43c.135.724.935%201.455%201.318%201.73c.39.2%201.112.795%201.112%201.641c.012.16.003.696-.359%201.511c-.156.352-.15%201.223%200%201.884c.142.353.359.98.359%201.319c0%20.423-.151.91-.81%201.313c-.66.404-1.508%201.173-1.734%202.095s-.358%201.153-.66%201.384c-.3.23-.62.346-1.695.365c-1.073.02-1.826.461-2.467%201c-.513.43-1.113.486-1.576.325a7%207%200%200%201-.851-.572c-.265-.197-.502-.373-.687-.449l-.143-.06c-.29-.13-.55-.244-1.51-.244c-.889%200-1.393-.323-1.703-.558c-.182-.138-.414-.543-.535-1.204c-.12-.662-1.01-1.772-1.661-2.104c-.504-.257-.84-1.02-.84-1.41s.084-.902.388-1.494c.146-.285.16-1.58-.163-2.21c-.36-.703-.15-1.42%200-1.723c.172-.346.624-.648%201.014-.909q.142-.094.266-.18c.37-.263.803-.88.975-1.45c.067-.345.28-1.122.601-1.46c.4-.423%201.136-.423%202.055-.423c.735%200%201.704-.618%202.138-.96q.05-.035.111-.082c.225-.167.57-.425%201.055-.425m-.496%203.068a1.1%201.1%200%200%200-.394.319L9.66%208.249a1.1%201.1%200%200%201-.503.366l-2.22.807a1.124%201.124%200%200%200-.549%201.687l1.323%201.957c.118.176.184.38.191.592l.081%202.362a1.124%201.124%200%200%200%201.436%201.042l2.27-.653c.204-.059.42-.059.622%200l2.27.653a1.13%201.13%200%200%200%201.305-.553a1.1%201.1%200%200%200%20.131-.49l.081-2.36c.007-.212.074-.417.192-.593l1.322-1.957a1.126%201.126%200%200%200-.547-1.687l-2.221-.807a1.13%201.13%200%200%201-.504-.365l-1.453-1.863a1.12%201.12%200%200%200-1.38-.32%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%22M12.003%203c.494%200%20.825.129%201.329.643c.63.644%201.79.882%202.638.824c.678-.046%201.1.199%201.38.453c.2.182.519.708.655%201.43c.135.724.935%201.455%201.318%201.73c.39.2%201.112.795%201.112%201.641c.012.16.003.696-.359%201.511c-.156.352-.15%201.223%200%201.884c.142.353.359.98.359%201.319c0%20.423-.151.91-.81%201.313c-.66.404-1.508%201.173-1.734%202.095s-.358%201.153-.66%201.384c-.3.23-.62.346-1.695.365c-1.073.02-1.826.461-2.467%201c-.513.43-1.113.486-1.576.325a7%207%200%200%201-.851-.572c-.265-.197-.502-.373-.687-.449l-.143-.06c-.29-.13-.55-.244-1.51-.244c-.889%200-1.393-.323-1.703-.558c-.182-.138-.414-.543-.535-1.204c-.12-.662-1.01-1.772-1.661-2.104c-.504-.257-.84-1.02-.84-1.41s.084-.902.388-1.494c.146-.285.16-1.58-.163-2.21c-.36-.703-.15-1.42%200-1.723c.172-.346.624-.648%201.014-.909q.142-.094.266-.18c.37-.263.803-.88.975-1.45c.067-.345.28-1.122.601-1.46c.4-.423%201.136-.423%202.055-.423c.735%200%201.704-.618%202.138-.96q.05-.035.111-.082c.225-.167.57-.425%201.055-.425m-.496%203.068a1.1%201.1%200%200%200-.394.319L9.66%208.249a1.1%201.1%200%200%201-.503.366l-2.22.807a1.124%201.124%200%200%200-.549%201.687l1.323%201.957c.118.176.184.38.191.592l.081%202.362a1.124%201.124%200%200%200%201.436%201.042l2.27-.653c.204-.059.42-.059.622%200l2.27.653a1.13%201.13%200%200%200%201.305-.553a1.1%201.1%200%200%200%20.131-.49l.081-2.36c.007-.212.074-.417.192-.593l1.322-1.957a1.126%201.126%200%200%200-.547-1.687l-2.221-.807a1.13%201.13%200%200%201-.504-.365l-1.453-1.863a1.12%201.12%200%200%200-1.38-.32%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/pnt.svg?color=%231a73e8&size=48