peaq logo
peaq from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- peaq
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the peaq logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.808 8h-.154c-2.159 0-3.446 1.415-4.324 2.643c-.336.474-.649.971-.945 1.45c-.564.913-1.1 1.767-1.732 2.387a3.4 3.4 0 0 1-2.42 1.005a2.8 2.8 0 0 1-1.96-.9a3.02 3.02 0 0 1-.803-2.07a3.1 3.1 0 0 1 .848-2.117a2.8 2.8 0 0 1 2.034-.872h.006c.313 0 .677.065 1.036.182a.23.23 0 0 1 .148.152a.26.26 0 0 1-.034.222L6.64 12.854a.27.27 0 0 0-.017.275c.045.087.13.14.228.14h1.06c.142 0 .278-.07.358-.193l1.925-2.877a1 1 0 0 0 .154-.38a1.2 1.2 0 0 0 0-.41a1.1 1.1 0 0 0-.16-.374a1.1 1.1 0 0 0-.29-.28q-.119-.07-.245-.141a4.74 4.74 0 0 0-2.313-.608a4.24 4.24 0 0 0-3.064 1.316A4.6 4.6 0 0 0 3 12.509c0 1.193.427 2.28 1.213 3.123A4.2 4.2 0 0 0 7.187 17c1.219 0 2.295-.433 3.286-1.328c.883-.795 1.561-1.836 2.13-2.742c.44-.708.855-1.374 1.31-1.924q.239-.29.468-.509c.69-.66 1.413-.97 2.279-.97h.108c.746.023 1.44.338 1.96.9c.444.48.728 1.117.79 1.784q.018.148.018.298a3 3 0 0 1-.849 2.105a2.8 2.8 0 0 1-2.033.871h-.006c-.399 0-.78-.099-1.037-.18a.23.23 0 0 1-.148-.153a.27.27 0 0 1 .035-.228l1.862-2.743a.27.27 0 0 0 .017-.275a.24.24 0 0 0-.228-.14h-1.06a.44.44 0 0 0-.358.193l-1.925 2.848a1 1 0 0 0-.154.38a1.2 1.2 0 0 0 0 .41c.028.134.085.263.16.374c.073.11.182.21.296.28c.08.047.153.094.233.14c.707.399 1.51.609 2.313.609a4.24 4.24 0 0 0 3.07-1.316A4.53 4.53 0 0 0 21 12.514c0-1.198-.439-2.315-1.219-3.146A4.2 4.2 0 0 0 16.808 8"/></svg>
React
import type { SVGProps } from "react";
export function TokenPeaq(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="M16.808 8h-.154c-2.159 0-3.446 1.415-4.324 2.643c-.336.474-.649.971-.945 1.45c-.564.913-1.1 1.767-1.732 2.387a3.4 3.4 0 0 1-2.42 1.005a2.8 2.8 0 0 1-1.96-.9a3.02 3.02 0 0 1-.803-2.07a3.1 3.1 0 0 1 .848-2.117a2.8 2.8 0 0 1 2.034-.872h.006c.313 0 .677.065 1.036.182a.23.23 0 0 1 .148.152a.26.26 0 0 1-.034.222L6.64 12.854a.27.27 0 0 0-.017.275c.045.087.13.14.228.14h1.06c.142 0 .278-.07.358-.193l1.925-2.877a1 1 0 0 0 .154-.38a1.2 1.2 0 0 0 0-.41a1.1 1.1 0 0 0-.16-.374a1.1 1.1 0 0 0-.29-.28q-.119-.07-.245-.141a4.74 4.74 0 0 0-2.313-.608a4.24 4.24 0 0 0-3.064 1.316A4.6 4.6 0 0 0 3 12.509c0 1.193.427 2.28 1.213 3.123A4.2 4.2 0 0 0 7.187 17c1.219 0 2.295-.433 3.286-1.328c.883-.795 1.561-1.836 2.13-2.742c.44-.708.855-1.374 1.31-1.924q.239-.29.468-.509c.69-.66 1.413-.97 2.279-.97h.108c.746.023 1.44.338 1.96.9c.444.48.728 1.117.79 1.784q.018.148.018.298a3 3 0 0 1-.849 2.105a2.8 2.8 0 0 1-2.033.871h-.006c-.399 0-.78-.099-1.037-.18a.23.23 0 0 1-.148-.153a.27.27 0 0 1 .035-.228l1.862-2.743a.27.27 0 0 0 .017-.275a.24.24 0 0 0-.228-.14h-1.06a.44.44 0 0 0-.358.193l-1.925 2.848a1 1 0 0 0-.154.38a1.2 1.2 0 0 0 0 .41c.028.134.085.263.16.374c.073.11.182.21.296.28c.08.047.153.094.233.14c.707.399 1.51.609 2.313.609a4.24 4.24 0 0 0 3.07-1.316A4.53 4.53 0 0 0 21 12.514c0-1.198-.439-2.315-1.219-3.146A4.2 4.2 0 0 0 16.808 8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.808 8h-.154c-2.159 0-3.446 1.415-4.324 2.643c-.336.474-.649.971-.945 1.45c-.564.913-1.1 1.767-1.732 2.387a3.4 3.4 0 0 1-2.42 1.005a2.8 2.8 0 0 1-1.96-.9a3.02 3.02 0 0 1-.803-2.07a3.1 3.1 0 0 1 .848-2.117a2.8 2.8 0 0 1 2.034-.872h.006c.313 0 .677.065 1.036.182a.23.23 0 0 1 .148.152a.26.26 0 0 1-.034.222L6.64 12.854a.27.27 0 0 0-.017.275c.045.087.13.14.228.14h1.06c.142 0 .278-.07.358-.193l1.925-2.877a1 1 0 0 0 .154-.38a1.2 1.2 0 0 0 0-.41a1.1 1.1 0 0 0-.16-.374a1.1 1.1 0 0 0-.29-.28q-.119-.07-.245-.141a4.74 4.74 0 0 0-2.313-.608a4.24 4.24 0 0 0-3.064 1.316A4.6 4.6 0 0 0 3 12.509c0 1.193.427 2.28 1.213 3.123A4.2 4.2 0 0 0 7.187 17c1.219 0 2.295-.433 3.286-1.328c.883-.795 1.561-1.836 2.13-2.742c.44-.708.855-1.374 1.31-1.924q.239-.29.468-.509c.69-.66 1.413-.97 2.279-.97h.108c.746.023 1.44.338 1.96.9c.444.48.728 1.117.79 1.784q.018.148.018.298a3 3 0 0 1-.849 2.105a2.8 2.8 0 0 1-2.033.871h-.006c-.399 0-.78-.099-1.037-.18a.23.23 0 0 1-.148-.153a.27.27 0 0 1 .035-.228l1.862-2.743a.27.27 0 0 0 .017-.275a.24.24 0 0 0-.228-.14h-1.06a.44.44 0 0 0-.358.193l-1.925 2.848a1 1 0 0 0-.154.38a1.2 1.2 0 0 0 0 .41c.028.134.085.263.16.374c.073.11.182.21.296.28c.08.047.153.094.233.14c.707.399 1.51.609 2.313.609a4.24 4.24 0 0 0 3.07-1.316A4.53 4.53 0 0 0 21 12.514c0-1.198-.439-2.315-1.219-3.146A4.2 4.2 0 0 0 16.808 8"/></svg> </template>
CSS
.icon-peaq {
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%22M16.808%208h-.154c-2.159%200-3.446%201.415-4.324%202.643c-.336.474-.649.971-.945%201.45c-.564.913-1.1%201.767-1.732%202.387a3.4%203.4%200%200%201-2.42%201.005a2.8%202.8%200%200%201-1.96-.9a3.02%203.02%200%200%201-.803-2.07a3.1%203.1%200%200%201%20.848-2.117a2.8%202.8%200%200%201%202.034-.872h.006c.313%200%20.677.065%201.036.182a.23.23%200%200%201%20.148.152a.26.26%200%200%201-.034.222L6.64%2012.854a.27.27%200%200%200-.017.275c.045.087.13.14.228.14h1.06c.142%200%20.278-.07.358-.193l1.925-2.877a1%201%200%200%200%20.154-.38a1.2%201.2%200%200%200%200-.41a1.1%201.1%200%200%200-.16-.374a1.1%201.1%200%200%200-.29-.28q-.119-.07-.245-.141a4.74%204.74%200%200%200-2.313-.608a4.24%204.24%200%200%200-3.064%201.316A4.6%204.6%200%200%200%203%2012.509c0%201.193.427%202.28%201.213%203.123A4.2%204.2%200%200%200%207.187%2017c1.219%200%202.295-.433%203.286-1.328c.883-.795%201.561-1.836%202.13-2.742c.44-.708.855-1.374%201.31-1.924q.239-.29.468-.509c.69-.66%201.413-.97%202.279-.97h.108c.746.023%201.44.338%201.96.9c.444.48.728%201.117.79%201.784q.018.148.018.298a3%203%200%200%201-.849%202.105a2.8%202.8%200%200%201-2.033.871h-.006c-.399%200-.78-.099-1.037-.18a.23.23%200%200%201-.148-.153a.27.27%200%200%201%20.035-.228l1.862-2.743a.27.27%200%200%200%20.017-.275a.24.24%200%200%200-.228-.14h-1.06a.44.44%200%200%200-.358.193l-1.925%202.848a1%201%200%200%200-.154.38a1.2%201.2%200%200%200%200%20.41c.028.134.085.263.16.374c.073.11.182.21.296.28c.08.047.153.094.233.14c.707.399%201.51.609%202.313.609a4.24%204.24%200%200%200%203.07-1.316A4.53%204.53%200%200%200%2021%2012.514c0-1.198-.439-2.315-1.219-3.146A4.2%204.2%200%200%200%2016.808%208%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%22M16.808%208h-.154c-2.159%200-3.446%201.415-4.324%202.643c-.336.474-.649.971-.945%201.45c-.564.913-1.1%201.767-1.732%202.387a3.4%203.4%200%200%201-2.42%201.005a2.8%202.8%200%200%201-1.96-.9a3.02%203.02%200%200%201-.803-2.07a3.1%203.1%200%200%201%20.848-2.117a2.8%202.8%200%200%201%202.034-.872h.006c.313%200%20.677.065%201.036.182a.23.23%200%200%201%20.148.152a.26.26%200%200%201-.034.222L6.64%2012.854a.27.27%200%200%200-.017.275c.045.087.13.14.228.14h1.06c.142%200%20.278-.07.358-.193l1.925-2.877a1%201%200%200%200%20.154-.38a1.2%201.2%200%200%200%200-.41a1.1%201.1%200%200%200-.16-.374a1.1%201.1%200%200%200-.29-.28q-.119-.07-.245-.141a4.74%204.74%200%200%200-2.313-.608a4.24%204.24%200%200%200-3.064%201.316A4.6%204.6%200%200%200%203%2012.509c0%201.193.427%202.28%201.213%203.123A4.2%204.2%200%200%200%207.187%2017c1.219%200%202.295-.433%203.286-1.328c.883-.795%201.561-1.836%202.13-2.742c.44-.708.855-1.374%201.31-1.924q.239-.29.468-.509c.69-.66%201.413-.97%202.279-.97h.108c.746.023%201.44.338%201.96.9c.444.48.728%201.117.79%201.784q.018.148.018.298a3%203%200%200%201-.849%202.105a2.8%202.8%200%200%201-2.033.871h-.006c-.399%200-.78-.099-1.037-.18a.23.23%200%200%201-.148-.153a.27.27%200%200%201%20.035-.228l1.862-2.743a.27.27%200%200%200%20.017-.275a.24.24%200%200%200-.228-.14h-1.06a.44.44%200%200%200-.358.193l-1.925%202.848a1%201%200%200%200-.154.38a1.2%201.2%200%200%200%200%20.41c.028.134.085.263.16.374c.073.11.182.21.296.28c.08.047.153.094.233.14c.707.399%201.51.609%202.313.609a4.24%204.24%200%200%200%203.07-1.316A4.53%204.53%200%200%200%2021%2012.514c0-1.198-.439-2.315-1.219-3.146A4.2%204.2%200%200%200%2016.808%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/peaq.svg?color=%231a73e8&size=48