pec from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.

Name
pec
Set
Web3 Icons Branded
Style
Branded
Viewbox
24×24
License
MIT

1 other variant in Web3 Icons Branded

The same logo in other sets

Use the pec logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGEoDrfQFe)" d="M12.69 18.131C12.286 19.816 10.805 21 9.103 21C6.837 21 5 19.128 5 16.82v-.3c0-1.697 1.284-2.815 2.968-3.073l6.087-.985z"/><path fill="url(#SVG3aEHNceO)" d="M19 8.088c0 2.06-1.47 3.813-3.465 4.136l-7.567 1.223C6.284 13.705 5 14.823 5 16.52V7.09l.002-.032L5 7.181v1.936S6.426 5.3 13.091 3h1.273a4.6 4.6 0 0 1 3.278 1.384A4.77 4.77 0 0 1 19 7.725z"/><path fill="#81a1ee" fill-rule="evenodd" d="M13.092 3C6.426 5.299 5 9.117 5 9.117V7.18C5 4.872 6.836 3 9.102 3z" clip-rule="evenodd"/><defs><linearGradient id="SVGEoDrfQFe" x1="12" x2="7.45" y1="21" y2="11.698" gradientUnits="userSpaceOnUse"><stop stop-color="#81a1ee"/><stop offset=".6" stop-color="#6f90e5"/><stop offset=".81" stop-color="#4568d0"/><stop offset="1" stop-color="#1a3fba"/></linearGradient><linearGradient id="SVG3aEHNceO" x1="16.511" x2="8.939" y1="12" y2="6.199" gradientUnits="userSpaceOnUse"><stop stop-color="#a4bdfa"/><stop offset=".5" stop-color="#afc5fb"/><stop offset="1" stop-color="#cfddff"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedPec(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGEoDrfQFe)" d="M12.69 18.131C12.286 19.816 10.805 21 9.103 21C6.837 21 5 19.128 5 16.82v-.3c0-1.697 1.284-2.815 2.968-3.073l6.087-.985z"/><path fill="url(#SVG3aEHNceO)" d="M19 8.088c0 2.06-1.47 3.813-3.465 4.136l-7.567 1.223C6.284 13.705 5 14.823 5 16.52V7.09l.002-.032L5 7.181v1.936S6.426 5.3 13.091 3h1.273a4.6 4.6 0 0 1 3.278 1.384A4.77 4.77 0 0 1 19 7.725z"/><path fill="#81a1ee" fillRule="evenodd" d="M13.092 3C6.426 5.299 5 9.117 5 9.117V7.18C5 4.872 6.836 3 9.102 3z" clipRule="evenodd"/><defs><linearGradient id="SVGEoDrfQFe" x1="12" x2="7.45" y1="21" y2="11.698" gradientUnits="userSpaceOnUse"><stop stopColor="#81a1ee"/><stop offset=".6" stopColor="#6f90e5"/><stop offset=".81" stopColor="#4568d0"/><stop offset="1" stopColor="#1a3fba"/></linearGradient><linearGradient id="SVG3aEHNceO" x1="16.511" x2="8.939" y1="12" y2="6.199" gradientUnits="userSpaceOnUse"><stop stopColor="#a4bdfa"/><stop offset=".5" stopColor="#afc5fb"/><stop offset="1" stopColor="#cfddff"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGEoDrfQFe)" d="M12.69 18.131C12.286 19.816 10.805 21 9.103 21C6.837 21 5 19.128 5 16.82v-.3c0-1.697 1.284-2.815 2.968-3.073l6.087-.985z"/><path fill="url(#SVG3aEHNceO)" d="M19 8.088c0 2.06-1.47 3.813-3.465 4.136l-7.567 1.223C6.284 13.705 5 14.823 5 16.52V7.09l.002-.032L5 7.181v1.936S6.426 5.3 13.091 3h1.273a4.6 4.6 0 0 1 3.278 1.384A4.77 4.77 0 0 1 19 7.725z"/><path fill="#81a1ee" fill-rule="evenodd" d="M13.092 3C6.426 5.299 5 9.117 5 9.117V7.18C5 4.872 6.836 3 9.102 3z" clip-rule="evenodd"/><defs><linearGradient id="SVGEoDrfQFe" x1="12" x2="7.45" y1="21" y2="11.698" gradientUnits="userSpaceOnUse"><stop stop-color="#81a1ee"/><stop offset=".6" stop-color="#6f90e5"/><stop offset=".81" stop-color="#4568d0"/><stop offset="1" stop-color="#1a3fba"/></linearGradient><linearGradient id="SVG3aEHNceO" x1="16.511" x2="8.939" y1="12" y2="6.199" gradientUnits="userSpaceOnUse"><stop stop-color="#a4bdfa"/><stop offset=".5" stop-color="#afc5fb"/><stop offset="1" stop-color="#cfddff"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-pec {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGEoDrfQFe)%22%20d%3D%22M12.69%2018.131C12.286%2019.816%2010.805%2021%209.103%2021C6.837%2021%205%2019.128%205%2016.82v-.3c0-1.697%201.284-2.815%202.968-3.073l6.087-.985z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG3aEHNceO)%22%20d%3D%22M19%208.088c0%202.06-1.47%203.813-3.465%204.136l-7.567%201.223C6.284%2013.705%205%2014.823%205%2016.52V7.09l.002-.032L5%207.181v1.936S6.426%205.3%2013.091%203h1.273a4.6%204.6%200%200%201%203.278%201.384A4.77%204.77%200%200%201%2019%207.725z%22%2F%3E%3Cpath%20fill%3D%22%2381a1ee%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.092%203C6.426%205.299%205%209.117%205%209.117V7.18C5%204.872%206.836%203%209.102%203z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGEoDrfQFe%22%20x1%3D%2212%22%20x2%3D%227.45%22%20y1%3D%2221%22%20y2%3D%2211.698%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2381a1ee%22%2F%3E%3Cstop%20offset%3D%22.6%22%20stop-color%3D%22%236f90e5%22%2F%3E%3Cstop%20offset%3D%22.81%22%20stop-color%3D%22%234568d0%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%231a3fba%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG3aEHNceO%22%20x1%3D%2216.511%22%20x2%3D%228.939%22%20y1%3D%2212%22%20y2%3D%226.199%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23a4bdfa%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%23afc5fb%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23cfddff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGEoDrfQFe)%22%20d%3D%22M12.69%2018.131C12.286%2019.816%2010.805%2021%209.103%2021C6.837%2021%205%2019.128%205%2016.82v-.3c0-1.697%201.284-2.815%202.968-3.073l6.087-.985z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG3aEHNceO)%22%20d%3D%22M19%208.088c0%202.06-1.47%203.813-3.465%204.136l-7.567%201.223C6.284%2013.705%205%2014.823%205%2016.52V7.09l.002-.032L5%207.181v1.936S6.426%205.3%2013.091%203h1.273a4.6%204.6%200%200%201%203.278%201.384A4.77%204.77%200%200%201%2019%207.725z%22%2F%3E%3Cpath%20fill%3D%22%2381a1ee%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.092%203C6.426%205.299%205%209.117%205%209.117V7.18C5%204.872%206.836%203%209.102%203z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGEoDrfQFe%22%20x1%3D%2212%22%20x2%3D%227.45%22%20y1%3D%2221%22%20y2%3D%2211.698%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2381a1ee%22%2F%3E%3Cstop%20offset%3D%22.6%22%20stop-color%3D%22%236f90e5%22%2F%3E%3Cstop%20offset%3D%22.81%22%20stop-color%3D%22%234568d0%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%231a3fba%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG3aEHNceO%22%20x1%3D%2216.511%22%20x2%3D%228.939%22%20y1%3D%2212%22%20y2%3D%226.199%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23a4bdfa%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%23afc5fb%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23cfddff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token-branded/pec.svg?color=%231a73e8&size=48