pts logo
pts from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- pts
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the pts logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.1 3.739A6.84 6.84 0 0 0 7.32 6.24c-.409.612-.66 1.398-2.16 6.731a112 112 0 0 1-1.95 6.498c-.139.252-.234.57-.204.702c.042.222.168.24 1.5.222c1.847-.018 2.25-.096 2.67-.522c.545-.558.743-1.08 1.547-4.11c1.116-4.218 1.818-6.42 2.202-6.93c.714-.971 2.076-1.031 3.744-1.031c1.404 0 1.44-.162.504 3.12c-.414 1.44-1.734 2.363-3.612 2.52c-.48.035-.948.12-1.032.191c-.21.174-.198 1.297.018 1.728c.606 1.182 2.1 1.41 3.336 1.44c2.112.06 3.678-.978 4.746-3.24c.732-1.542.948-2.322 1.38-4.913c.216-1.284.564-2.88.78-3.54c.096-.288.162-.6.204-.87c.054-.342-.222-.636-.57-.636h-4.158s-4.59-.006-5.172.138z"/></svg>
React
import type { SVGProps } from "react";
export function TokenPts(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" d="M11.1 3.739A6.84 6.84 0 0 0 7.32 6.24c-.409.612-.66 1.398-2.16 6.731a112 112 0 0 1-1.95 6.498c-.139.252-.234.57-.204.702c.042.222.168.24 1.5.222c1.847-.018 2.25-.096 2.67-.522c.545-.558.743-1.08 1.547-4.11c1.116-4.218 1.818-6.42 2.202-6.93c.714-.971 2.076-1.031 3.744-1.031c1.404 0 1.44-.162.504 3.12c-.414 1.44-1.734 2.363-3.612 2.52c-.48.035-.948.12-1.032.191c-.21.174-.198 1.297.018 1.728c.606 1.182 2.1 1.41 3.336 1.44c2.112.06 3.678-.978 4.746-3.24c.732-1.542.948-2.322 1.38-4.913c.216-1.284.564-2.88.78-3.54c.096-.288.162-.6.204-.87c.054-.342-.222-.636-.57-.636h-4.158s-4.59-.006-5.172.138z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.1 3.739A6.84 6.84 0 0 0 7.32 6.24c-.409.612-.66 1.398-2.16 6.731a112 112 0 0 1-1.95 6.498c-.139.252-.234.57-.204.702c.042.222.168.24 1.5.222c1.847-.018 2.25-.096 2.67-.522c.545-.558.743-1.08 1.547-4.11c1.116-4.218 1.818-6.42 2.202-6.93c.714-.971 2.076-1.031 3.744-1.031c1.404 0 1.44-.162.504 3.12c-.414 1.44-1.734 2.363-3.612 2.52c-.48.035-.948.12-1.032.191c-.21.174-.198 1.297.018 1.728c.606 1.182 2.1 1.41 3.336 1.44c2.112.06 3.678-.978 4.746-3.24c.732-1.542.948-2.322 1.38-4.913c.216-1.284.564-2.88.78-3.54c.096-.288.162-.6.204-.87c.054-.342-.222-.636-.57-.636h-4.158s-4.59-.006-5.172.138z"/></svg> </template>
CSS
.icon-pts {
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%20d%3D%22M11.1%203.739A6.84%206.84%200%200%200%207.32%206.24c-.409.612-.66%201.398-2.16%206.731a112%20112%200%200%201-1.95%206.498c-.139.252-.234.57-.204.702c.042.222.168.24%201.5.222c1.847-.018%202.25-.096%202.67-.522c.545-.558.743-1.08%201.547-4.11c1.116-4.218%201.818-6.42%202.202-6.93c.714-.971%202.076-1.031%203.744-1.031c1.404%200%201.44-.162.504%203.12c-.414%201.44-1.734%202.363-3.612%202.52c-.48.035-.948.12-1.032.191c-.21.174-.198%201.297.018%201.728c.606%201.182%202.1%201.41%203.336%201.44c2.112.06%203.678-.978%204.746-3.24c.732-1.542.948-2.322%201.38-4.913c.216-1.284.564-2.88.78-3.54c.096-.288.162-.6.204-.87c.054-.342-.222-.636-.57-.636h-4.158s-4.59-.006-5.172.138z%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%20d%3D%22M11.1%203.739A6.84%206.84%200%200%200%207.32%206.24c-.409.612-.66%201.398-2.16%206.731a112%20112%200%200%201-1.95%206.498c-.139.252-.234.57-.204.702c.042.222.168.24%201.5.222c1.847-.018%202.25-.096%202.67-.522c.545-.558.743-1.08%201.547-4.11c1.116-4.218%201.818-6.42%202.202-6.93c.714-.971%202.076-1.031%203.744-1.031c1.404%200%201.44-.162.504%203.12c-.414%201.44-1.734%202.363-3.612%202.52c-.48.035-.948.12-1.032.191c-.21.174-.198%201.297.018%201.728c.606%201.182%202.1%201.41%203.336%201.44c2.112.06%203.678-.978%204.746-3.24c.732-1.542.948-2.322%201.38-4.913c.216-1.284.564-2.88.78-3.54c.096-.288.162-.6.204-.87c.054-.342-.222-.636-.57-.636h-4.158s-4.59-.006-5.172.138z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/pts.svg?color=%231a73e8&size=48