pzp logo
pzp from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- pzp
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the pzp logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 18.5h1v1.945c0 .305-.225.555-.5.555s-.5-.25-.5-.555zm-2-1h1v1.945c0 .305-.225.555-.5.555s-.5-.25-.5-.555zm3-12h-1V3.555c0-.305.225-.555.5-.555s.5.25.5.555zm2.001.5h-1V4.055c0-.305.225-.555.5-.555s.5.25.5.555z"/><path fill="currentColor" d="M7 5v1.525C7 7.745 8.015 8.5 9.27 8.5h2.125c.455 0 .9.14 1.065.21a328 328 0 0 0-3.9 4.115c-.365.42-1.56 1.7-1.56 3.32A2.22 2.22 0 0 0 8.915 18.5h8.086v-1.525C17 15.755 15.984 15 14.73 15h-1.98c-.45 0-1.056-.14-1.246-.21c1.015-1.06 3.275-3.53 3.725-3.975c.57-.55 1.776-1.59 1.776-3.53c0-1.55-1.18-2.17-1.776-2.285z"/><path fill="currentColor" d="m12.53 8.95l-1.415 2.45c-.26.446-.615.93-.615 1.35c0 1 .695 1.566 1 1.75c.585-.824.805-1.154 1.375-1.994a3.28 3.28 0 0 0 .625-2.175c0-1.496-1.385-2.286-2-2.33H9.055A2.25 2.25 0 0 1 7 6.524C7 7.745 8.015 8.5 9.27 8.5h2.23c.385 0 .75.25 1.03.45"/></svg>
React
import type { SVGProps } from "react";
export function TokenPzp(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.5 18.5h1v1.945c0 .305-.225.555-.5.555s-.5-.25-.5-.555zm-2-1h1v1.945c0 .305-.225.555-.5.555s-.5-.25-.5-.555zm3-12h-1V3.555c0-.305.225-.555.5-.555s.5.25.5.555zm2.001.5h-1V4.055c0-.305.225-.555.5-.555s.5.25.5.555z"/><path fill="currentColor" d="M7 5v1.525C7 7.745 8.015 8.5 9.27 8.5h2.125c.455 0 .9.14 1.065.21a328 328 0 0 0-3.9 4.115c-.365.42-1.56 1.7-1.56 3.32A2.22 2.22 0 0 0 8.915 18.5h8.086v-1.525C17 15.755 15.984 15 14.73 15h-1.98c-.45 0-1.056-.14-1.246-.21c1.015-1.06 3.275-3.53 3.725-3.975c.57-.55 1.776-1.59 1.776-3.53c0-1.55-1.18-2.17-1.776-2.285z"/><path fill="currentColor" d="m12.53 8.95l-1.415 2.45c-.26.446-.615.93-.615 1.35c0 1 .695 1.566 1 1.75c.585-.824.805-1.154 1.375-1.994a3.28 3.28 0 0 0 .625-2.175c0-1.496-1.385-2.286-2-2.33H9.055A2.25 2.25 0 0 1 7 6.524C7 7.745 8.015 8.5 9.27 8.5h2.23c.385 0 .75.25 1.03.45"/></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.5 18.5h1v1.945c0 .305-.225.555-.5.555s-.5-.25-.5-.555zm-2-1h1v1.945c0 .305-.225.555-.5.555s-.5-.25-.5-.555zm3-12h-1V3.555c0-.305.225-.555.5-.555s.5.25.5.555zm2.001.5h-1V4.055c0-.305.225-.555.5-.555s.5.25.5.555z"/><path fill="currentColor" d="M7 5v1.525C7 7.745 8.015 8.5 9.27 8.5h2.125c.455 0 .9.14 1.065.21a328 328 0 0 0-3.9 4.115c-.365.42-1.56 1.7-1.56 3.32A2.22 2.22 0 0 0 8.915 18.5h8.086v-1.525C17 15.755 15.984 15 14.73 15h-1.98c-.45 0-1.056-.14-1.246-.21c1.015-1.06 3.275-3.53 3.725-3.975c.57-.55 1.776-1.59 1.776-3.53c0-1.55-1.18-2.17-1.776-2.285z"/><path fill="currentColor" d="m12.53 8.95l-1.415 2.45c-.26.446-.615.93-.615 1.35c0 1 .695 1.566 1 1.75c.585-.824.805-1.154 1.375-1.994a3.28 3.28 0 0 0 .625-2.175c0-1.496-1.385-2.286-2-2.33H9.055A2.25 2.25 0 0 1 7 6.524C7 7.745 8.015 8.5 9.27 8.5h2.23c.385 0 .75.25 1.03.45"/></svg> </template>
CSS
.icon-pzp {
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.5%2018.5h1v1.945c0%20.305-.225.555-.5.555s-.5-.25-.5-.555zm-2-1h1v1.945c0%20.305-.225.555-.5.555s-.5-.25-.5-.555zm3-12h-1V3.555c0-.305.225-.555.5-.555s.5.25.5.555zm2.001.5h-1V4.055c0-.305.225-.555.5-.555s.5.25.5.555z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%205v1.525C7%207.745%208.015%208.5%209.27%208.5h2.125c.455%200%20.9.14%201.065.21a328%20328%200%200%200-3.9%204.115c-.365.42-1.56%201.7-1.56%203.32A2.22%202.22%200%200%200%208.915%2018.5h8.086v-1.525C17%2015.755%2015.984%2015%2014.73%2015h-1.98c-.45%200-1.056-.14-1.246-.21c1.015-1.06%203.275-3.53%203.725-3.975c.57-.55%201.776-1.59%201.776-3.53c0-1.55-1.18-2.17-1.776-2.285z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.53%208.95l-1.415%202.45c-.26.446-.615.93-.615%201.35c0%201%20.695%201.566%201%201.75c.585-.824.805-1.154%201.375-1.994a3.28%203.28%200%200%200%20.625-2.175c0-1.496-1.385-2.286-2-2.33H9.055A2.25%202.25%200%200%201%207%206.524C7%207.745%208.015%208.5%209.27%208.5h2.23c.385%200%20.75.25%201.03.45%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.5%2018.5h1v1.945c0%20.305-.225.555-.5.555s-.5-.25-.5-.555zm-2-1h1v1.945c0%20.305-.225.555-.5.555s-.5-.25-.5-.555zm3-12h-1V3.555c0-.305.225-.555.5-.555s.5.25.5.555zm2.001.5h-1V4.055c0-.305.225-.555.5-.555s.5.25.5.555z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%205v1.525C7%207.745%208.015%208.5%209.27%208.5h2.125c.455%200%20.9.14%201.065.21a328%20328%200%200%200-3.9%204.115c-.365.42-1.56%201.7-1.56%203.32A2.22%202.22%200%200%200%208.915%2018.5h8.086v-1.525C17%2015.755%2015.984%2015%2014.73%2015h-1.98c-.45%200-1.056-.14-1.246-.21c1.015-1.06%203.275-3.53%203.725-3.975c.57-.55%201.776-1.59%201.776-3.53c0-1.55-1.18-2.17-1.776-2.285z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.53%208.95l-1.415%202.45c-.26.446-.615.93-.615%201.35c0%201%20.695%201.566%201%201.75c.585-.824.805-1.154%201.375-1.994a3.28%203.28%200%200%200%20.625-2.175c0-1.496-1.385-2.286-2-2.33H9.055A2.25%202.25%200%200%201%207%206.524C7%207.745%208.015%208.5%209.27%208.5h2.23c.385%200%20.75.25%201.03.45%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/pzp.svg?color=%231a73e8&size=48