pkf logo
pkf from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- pkf
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the pkf logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.64 7.894c0-1.285.35-2.17.53-2.448q-.96 1.082-1.738 2.3l-1.507.971l-1.898 4.51c.309.695.72 2.083-.113 2.083s-1.054-1.3-1.065-1.964c-.267 2.252 1.008 2.72 1.682 2.674l.658-1.378L9.48 8.928l3.698 1.774l3.209 2.484v3.112l-1.09 1.964l-1.723 1.445c4.762-1.126 4.762-4.772 4.762-5.27c0-.397-.123-.932-.185-1.148c.015.905-.576 1.831-.874 2.18l-.288-.385c.128-.165.38-.756.38-1.8c0-1.296-.956-2.278-1.872-3.42c-.73-.915-.833-1.656-.792-1.913c-.195.468-.344 1.64-.396 2.16h-1.028c-.293 0-1.64-.602-1.64-2.212z"/><path fill="currentColor" d="m8.683 8.648l3.482-3.194C10.91 7.26 11.13 8.68 11.398 9.162l-.277-.082c.195.504.961 1.039 1.944 1.039c.977 0 .915-.473 1.003-1.137a1.5 1.5 0 0 1 .637-1.008c-.231 1.888.72 3.065 1.23 3.42h-.54c1.985 1.389 1.902 3.034 1.609 3.688a2.35 2.35 0 0 0 1.152-1.728c.052 1.753-.607 2.828-.941 3.152v-.648c-.545 2.469-2.67 3.585-3.662 3.832c-1.44-1.22-1.62-2.505-1.62-2.71s-.02-1.61 1.543-1.61c1.255 0 1.913 1.368 2.088 2.052c.19-.227.514-.875.268-1.677c-.242-.807-1.281-1.039-1.77-1.054l-.205-.89c.496.246.942.585 1.311.998c.35-1.646-1.29-2.5-2.834-3.189A7.7 7.7 0 0 1 9.66 9.378c.118 1.918 1.06 2.808 1.517 3.009c-1.682.663-3.224 4.155-3.785 5.821c-1.903-1.347-1.815-3.8-1.533-4.854c-.226 1.692.587 2.16.957 2.16c.293 0 .447-.093.489-.14l-.078.196c.746-.411.55-1.306.078-1.877a2.06 2.06 0 0 1-.479-1.183c0-1.836 1.235-3.343 1.857-3.862"/><path fill="currentColor" d="M18.08 13.733a2.3 2.3 0 0 1-1.07 1.348a.7.7 0 0 0 .05-.15l-.076.16l.89-.257zm-3.374-5.75v-.01a1.5 1.5 0 0 0-.664 1.213c-.051.468-.087.813-.632.906c.257.102.617.102.781-.412l.443.216c-.206-.35-.474-1.214.051-1.892zm-2.649-2.369l.108-.16l-3.482 3.189c-.617.524-1.851 2.031-1.851 3.867c0 .134.036.401.17.7c0-.484.072-1.183.375-1.816q.44-.942 1.029-1.8l-.057 1.018a22 22 0 0 1 3.708-4.998"/><path fill="currentColor" d="m13.554 3l-.33 1.11c-.287.94-.465 1.91-.529 2.891c0 .54.113.916.242 1.142a.7.7 0 0 0 .175.206a.2.2 0 0 0 .051.03h.016c.02 0 .061-.005.123-.061c.051-.052.087-.119.108-.155c.355-1.213 1.224-1.748 1.707-1.861l.515-.119l.056.525c.18 1.563.983 2.402 1.893 3.353l.257.268a7.3 7.3 0 0 1 1.373 1.866c.365.767.566 1.682.489 2.865a5.82 5.82 0 0 1-2.844 4.783A8.2 8.2 0 0 1 12.777 21c-.977 0-3.07-.103-4.926-.987a6.24 6.24 0 0 1-2.495-2.032a6.3 6.3 0 0 1-1.07-3.703c0-2.51 1.43-4.824 3.138-6.66c1.707-1.851 3.754-3.291 5.127-4.057zm.298 5.323c-.072.175-.308.53-.668.53c-.463 0-.957-.654-.957-1.852c.078-1.028.262-2.045.55-3.034l-.58.35c-2.798 1.717-7.448 5.616-7.448 9.961c0 5.822 6.11 6.249 8.023 6.249s6.161-1.07 6.455-5.503c.154-2.402-.91-3.518-1.99-4.644c-.824-.854-1.646-1.713-1.945-3.153c-.03-.149-.051-.308-.072-.462a1.3 1.3 0 0 0-.447.205c-.46.326-.79.806-.926 1.353z"/></svg>
React
import type { SVGProps } from "react";
export function TokenPkf(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.64 7.894c0-1.285.35-2.17.53-2.448q-.96 1.082-1.738 2.3l-1.507.971l-1.898 4.51c.309.695.72 2.083-.113 2.083s-1.054-1.3-1.065-1.964c-.267 2.252 1.008 2.72 1.682 2.674l.658-1.378L9.48 8.928l3.698 1.774l3.209 2.484v3.112l-1.09 1.964l-1.723 1.445c4.762-1.126 4.762-4.772 4.762-5.27c0-.397-.123-.932-.185-1.148c.015.905-.576 1.831-.874 2.18l-.288-.385c.128-.165.38-.756.38-1.8c0-1.296-.956-2.278-1.872-3.42c-.73-.915-.833-1.656-.792-1.913c-.195.468-.344 1.64-.396 2.16h-1.028c-.293 0-1.64-.602-1.64-2.212z"/><path fill="currentColor" d="m8.683 8.648l3.482-3.194C10.91 7.26 11.13 8.68 11.398 9.162l-.277-.082c.195.504.961 1.039 1.944 1.039c.977 0 .915-.473 1.003-1.137a1.5 1.5 0 0 1 .637-1.008c-.231 1.888.72 3.065 1.23 3.42h-.54c1.985 1.389 1.902 3.034 1.609 3.688a2.35 2.35 0 0 0 1.152-1.728c.052 1.753-.607 2.828-.941 3.152v-.648c-.545 2.469-2.67 3.585-3.662 3.832c-1.44-1.22-1.62-2.505-1.62-2.71s-.02-1.61 1.543-1.61c1.255 0 1.913 1.368 2.088 2.052c.19-.227.514-.875.268-1.677c-.242-.807-1.281-1.039-1.77-1.054l-.205-.89c.496.246.942.585 1.311.998c.35-1.646-1.29-2.5-2.834-3.189A7.7 7.7 0 0 1 9.66 9.378c.118 1.918 1.06 2.808 1.517 3.009c-1.682.663-3.224 4.155-3.785 5.821c-1.903-1.347-1.815-3.8-1.533-4.854c-.226 1.692.587 2.16.957 2.16c.293 0 .447-.093.489-.14l-.078.196c.746-.411.55-1.306.078-1.877a2.06 2.06 0 0 1-.479-1.183c0-1.836 1.235-3.343 1.857-3.862"/><path fill="currentColor" d="M18.08 13.733a2.3 2.3 0 0 1-1.07 1.348a.7.7 0 0 0 .05-.15l-.076.16l.89-.257zm-3.374-5.75v-.01a1.5 1.5 0 0 0-.664 1.213c-.051.468-.087.813-.632.906c.257.102.617.102.781-.412l.443.216c-.206-.35-.474-1.214.051-1.892zm-2.649-2.369l.108-.16l-3.482 3.189c-.617.524-1.851 2.031-1.851 3.867c0 .134.036.401.17.7c0-.484.072-1.183.375-1.816q.44-.942 1.029-1.8l-.057 1.018a22 22 0 0 1 3.708-4.998"/><path fill="currentColor" d="m13.554 3l-.33 1.11c-.287.94-.465 1.91-.529 2.891c0 .54.113.916.242 1.142a.7.7 0 0 0 .175.206a.2.2 0 0 0 .051.03h.016c.02 0 .061-.005.123-.061c.051-.052.087-.119.108-.155c.355-1.213 1.224-1.748 1.707-1.861l.515-.119l.056.525c.18 1.563.983 2.402 1.893 3.353l.257.268a7.3 7.3 0 0 1 1.373 1.866c.365.767.566 1.682.489 2.865a5.82 5.82 0 0 1-2.844 4.783A8.2 8.2 0 0 1 12.777 21c-.977 0-3.07-.103-4.926-.987a6.24 6.24 0 0 1-2.495-2.032a6.3 6.3 0 0 1-1.07-3.703c0-2.51 1.43-4.824 3.138-6.66c1.707-1.851 3.754-3.291 5.127-4.057zm.298 5.323c-.072.175-.308.53-.668.53c-.463 0-.957-.654-.957-1.852c.078-1.028.262-2.045.55-3.034l-.58.35c-2.798 1.717-7.448 5.616-7.448 9.961c0 5.822 6.11 6.249 8.023 6.249s6.161-1.07 6.455-5.503c.154-2.402-.91-3.518-1.99-4.644c-.824-.854-1.646-1.713-1.945-3.153c-.03-.149-.051-.308-.072-.462a1.3 1.3 0 0 0-.447.205c-.46.326-.79.806-.926 1.353z"/></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.64 7.894c0-1.285.35-2.17.53-2.448q-.96 1.082-1.738 2.3l-1.507.971l-1.898 4.51c.309.695.72 2.083-.113 2.083s-1.054-1.3-1.065-1.964c-.267 2.252 1.008 2.72 1.682 2.674l.658-1.378L9.48 8.928l3.698 1.774l3.209 2.484v3.112l-1.09 1.964l-1.723 1.445c4.762-1.126 4.762-4.772 4.762-5.27c0-.397-.123-.932-.185-1.148c.015.905-.576 1.831-.874 2.18l-.288-.385c.128-.165.38-.756.38-1.8c0-1.296-.956-2.278-1.872-3.42c-.73-.915-.833-1.656-.792-1.913c-.195.468-.344 1.64-.396 2.16h-1.028c-.293 0-1.64-.602-1.64-2.212z"/><path fill="currentColor" d="m8.683 8.648l3.482-3.194C10.91 7.26 11.13 8.68 11.398 9.162l-.277-.082c.195.504.961 1.039 1.944 1.039c.977 0 .915-.473 1.003-1.137a1.5 1.5 0 0 1 .637-1.008c-.231 1.888.72 3.065 1.23 3.42h-.54c1.985 1.389 1.902 3.034 1.609 3.688a2.35 2.35 0 0 0 1.152-1.728c.052 1.753-.607 2.828-.941 3.152v-.648c-.545 2.469-2.67 3.585-3.662 3.832c-1.44-1.22-1.62-2.505-1.62-2.71s-.02-1.61 1.543-1.61c1.255 0 1.913 1.368 2.088 2.052c.19-.227.514-.875.268-1.677c-.242-.807-1.281-1.039-1.77-1.054l-.205-.89c.496.246.942.585 1.311.998c.35-1.646-1.29-2.5-2.834-3.189A7.7 7.7 0 0 1 9.66 9.378c.118 1.918 1.06 2.808 1.517 3.009c-1.682.663-3.224 4.155-3.785 5.821c-1.903-1.347-1.815-3.8-1.533-4.854c-.226 1.692.587 2.16.957 2.16c.293 0 .447-.093.489-.14l-.078.196c.746-.411.55-1.306.078-1.877a2.06 2.06 0 0 1-.479-1.183c0-1.836 1.235-3.343 1.857-3.862"/><path fill="currentColor" d="M18.08 13.733a2.3 2.3 0 0 1-1.07 1.348a.7.7 0 0 0 .05-.15l-.076.16l.89-.257zm-3.374-5.75v-.01a1.5 1.5 0 0 0-.664 1.213c-.051.468-.087.813-.632.906c.257.102.617.102.781-.412l.443.216c-.206-.35-.474-1.214.051-1.892zm-2.649-2.369l.108-.16l-3.482 3.189c-.617.524-1.851 2.031-1.851 3.867c0 .134.036.401.17.7c0-.484.072-1.183.375-1.816q.44-.942 1.029-1.8l-.057 1.018a22 22 0 0 1 3.708-4.998"/><path fill="currentColor" d="m13.554 3l-.33 1.11c-.287.94-.465 1.91-.529 2.891c0 .54.113.916.242 1.142a.7.7 0 0 0 .175.206a.2.2 0 0 0 .051.03h.016c.02 0 .061-.005.123-.061c.051-.052.087-.119.108-.155c.355-1.213 1.224-1.748 1.707-1.861l.515-.119l.056.525c.18 1.563.983 2.402 1.893 3.353l.257.268a7.3 7.3 0 0 1 1.373 1.866c.365.767.566 1.682.489 2.865a5.82 5.82 0 0 1-2.844 4.783A8.2 8.2 0 0 1 12.777 21c-.977 0-3.07-.103-4.926-.987a6.24 6.24 0 0 1-2.495-2.032a6.3 6.3 0 0 1-1.07-3.703c0-2.51 1.43-4.824 3.138-6.66c1.707-1.851 3.754-3.291 5.127-4.057zm.298 5.323c-.072.175-.308.53-.668.53c-.463 0-.957-.654-.957-1.852c.078-1.028.262-2.045.55-3.034l-.58.35c-2.798 1.717-7.448 5.616-7.448 9.961c0 5.822 6.11 6.249 8.023 6.249s6.161-1.07 6.455-5.503c.154-2.402-.91-3.518-1.99-4.644c-.824-.854-1.646-1.713-1.945-3.153c-.03-.149-.051-.308-.072-.462a1.3 1.3 0 0 0-.447.205c-.46.326-.79.806-.926 1.353z"/></svg> </template>
CSS
.icon-pkf {
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.64%207.894c0-1.285.35-2.17.53-2.448q-.96%201.082-1.738%202.3l-1.507.971l-1.898%204.51c.309.695.72%202.083-.113%202.083s-1.054-1.3-1.065-1.964c-.267%202.252%201.008%202.72%201.682%202.674l.658-1.378L9.48%208.928l3.698%201.774l3.209%202.484v3.112l-1.09%201.964l-1.723%201.445c4.762-1.126%204.762-4.772%204.762-5.27c0-.397-.123-.932-.185-1.148c.015.905-.576%201.831-.874%202.18l-.288-.385c.128-.165.38-.756.38-1.8c0-1.296-.956-2.278-1.872-3.42c-.73-.915-.833-1.656-.792-1.913c-.195.468-.344%201.64-.396%202.16h-1.028c-.293%200-1.64-.602-1.64-2.212z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.683%208.648l3.482-3.194C10.91%207.26%2011.13%208.68%2011.398%209.162l-.277-.082c.195.504.961%201.039%201.944%201.039c.977%200%20.915-.473%201.003-1.137a1.5%201.5%200%200%201%20.637-1.008c-.231%201.888.72%203.065%201.23%203.42h-.54c1.985%201.389%201.902%203.034%201.609%203.688a2.35%202.35%200%200%200%201.152-1.728c.052%201.753-.607%202.828-.941%203.152v-.648c-.545%202.469-2.67%203.585-3.662%203.832c-1.44-1.22-1.62-2.505-1.62-2.71s-.02-1.61%201.543-1.61c1.255%200%201.913%201.368%202.088%202.052c.19-.227.514-.875.268-1.677c-.242-.807-1.281-1.039-1.77-1.054l-.205-.89c.496.246.942.585%201.311.998c.35-1.646-1.29-2.5-2.834-3.189A7.7%207.7%200%200%201%209.66%209.378c.118%201.918%201.06%202.808%201.517%203.009c-1.682.663-3.224%204.155-3.785%205.821c-1.903-1.347-1.815-3.8-1.533-4.854c-.226%201.692.587%202.16.957%202.16c.293%200%20.447-.093.489-.14l-.078.196c.746-.411.55-1.306.078-1.877a2.06%202.06%200%200%201-.479-1.183c0-1.836%201.235-3.343%201.857-3.862%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.08%2013.733a2.3%202.3%200%200%201-1.07%201.348a.7.7%200%200%200%20.05-.15l-.076.16l.89-.257zm-3.374-5.75v-.01a1.5%201.5%200%200%200-.664%201.213c-.051.468-.087.813-.632.906c.257.102.617.102.781-.412l.443.216c-.206-.35-.474-1.214.051-1.892zm-2.649-2.369l.108-.16l-3.482%203.189c-.617.524-1.851%202.031-1.851%203.867c0%20.134.036.401.17.7c0-.484.072-1.183.375-1.816q.44-.942%201.029-1.8l-.057%201.018a22%2022%200%200%201%203.708-4.998%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.554%203l-.33%201.11c-.287.94-.465%201.91-.529%202.891c0%20.54.113.916.242%201.142a.7.7%200%200%200%20.175.206a.2.2%200%200%200%20.051.03h.016c.02%200%20.061-.005.123-.061c.051-.052.087-.119.108-.155c.355-1.213%201.224-1.748%201.707-1.861l.515-.119l.056.525c.18%201.563.983%202.402%201.893%203.353l.257.268a7.3%207.3%200%200%201%201.373%201.866c.365.767.566%201.682.489%202.865a5.82%205.82%200%200%201-2.844%204.783A8.2%208.2%200%200%201%2012.777%2021c-.977%200-3.07-.103-4.926-.987a6.24%206.24%200%200%201-2.495-2.032a6.3%206.3%200%200%201-1.07-3.703c0-2.51%201.43-4.824%203.138-6.66c1.707-1.851%203.754-3.291%205.127-4.057zm.298%205.323c-.072.175-.308.53-.668.53c-.463%200-.957-.654-.957-1.852c.078-1.028.262-2.045.55-3.034l-.58.35c-2.798%201.717-7.448%205.616-7.448%209.961c0%205.822%206.11%206.249%208.023%206.249s6.161-1.07%206.455-5.503c.154-2.402-.91-3.518-1.99-4.644c-.824-.854-1.646-1.713-1.945-3.153c-.03-.149-.051-.308-.072-.462a1.3%201.3%200%200%200-.447.205c-.46.326-.79.806-.926%201.353z%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.64%207.894c0-1.285.35-2.17.53-2.448q-.96%201.082-1.738%202.3l-1.507.971l-1.898%204.51c.309.695.72%202.083-.113%202.083s-1.054-1.3-1.065-1.964c-.267%202.252%201.008%202.72%201.682%202.674l.658-1.378L9.48%208.928l3.698%201.774l3.209%202.484v3.112l-1.09%201.964l-1.723%201.445c4.762-1.126%204.762-4.772%204.762-5.27c0-.397-.123-.932-.185-1.148c.015.905-.576%201.831-.874%202.18l-.288-.385c.128-.165.38-.756.38-1.8c0-1.296-.956-2.278-1.872-3.42c-.73-.915-.833-1.656-.792-1.913c-.195.468-.344%201.64-.396%202.16h-1.028c-.293%200-1.64-.602-1.64-2.212z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.683%208.648l3.482-3.194C10.91%207.26%2011.13%208.68%2011.398%209.162l-.277-.082c.195.504.961%201.039%201.944%201.039c.977%200%20.915-.473%201.003-1.137a1.5%201.5%200%200%201%20.637-1.008c-.231%201.888.72%203.065%201.23%203.42h-.54c1.985%201.389%201.902%203.034%201.609%203.688a2.35%202.35%200%200%200%201.152-1.728c.052%201.753-.607%202.828-.941%203.152v-.648c-.545%202.469-2.67%203.585-3.662%203.832c-1.44-1.22-1.62-2.505-1.62-2.71s-.02-1.61%201.543-1.61c1.255%200%201.913%201.368%202.088%202.052c.19-.227.514-.875.268-1.677c-.242-.807-1.281-1.039-1.77-1.054l-.205-.89c.496.246.942.585%201.311.998c.35-1.646-1.29-2.5-2.834-3.189A7.7%207.7%200%200%201%209.66%209.378c.118%201.918%201.06%202.808%201.517%203.009c-1.682.663-3.224%204.155-3.785%205.821c-1.903-1.347-1.815-3.8-1.533-4.854c-.226%201.692.587%202.16.957%202.16c.293%200%20.447-.093.489-.14l-.078.196c.746-.411.55-1.306.078-1.877a2.06%202.06%200%200%201-.479-1.183c0-1.836%201.235-3.343%201.857-3.862%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.08%2013.733a2.3%202.3%200%200%201-1.07%201.348a.7.7%200%200%200%20.05-.15l-.076.16l.89-.257zm-3.374-5.75v-.01a1.5%201.5%200%200%200-.664%201.213c-.051.468-.087.813-.632.906c.257.102.617.102.781-.412l.443.216c-.206-.35-.474-1.214.051-1.892zm-2.649-2.369l.108-.16l-3.482%203.189c-.617.524-1.851%202.031-1.851%203.867c0%20.134.036.401.17.7c0-.484.072-1.183.375-1.816q.44-.942%201.029-1.8l-.057%201.018a22%2022%200%200%201%203.708-4.998%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.554%203l-.33%201.11c-.287.94-.465%201.91-.529%202.891c0%20.54.113.916.242%201.142a.7.7%200%200%200%20.175.206a.2.2%200%200%200%20.051.03h.016c.02%200%20.061-.005.123-.061c.051-.052.087-.119.108-.155c.355-1.213%201.224-1.748%201.707-1.861l.515-.119l.056.525c.18%201.563.983%202.402%201.893%203.353l.257.268a7.3%207.3%200%200%201%201.373%201.866c.365.767.566%201.682.489%202.865a5.82%205.82%200%200%201-2.844%204.783A8.2%208.2%200%200%201%2012.777%2021c-.977%200-3.07-.103-4.926-.987a6.24%206.24%200%200%201-2.495-2.032a6.3%206.3%200%200%201-1.07-3.703c0-2.51%201.43-4.824%203.138-6.66c1.707-1.851%203.754-3.291%205.127-4.057zm.298%205.323c-.072.175-.308.53-.668.53c-.463%200-.957-.654-.957-1.852c.078-1.028.262-2.045.55-3.034l-.58.35c-2.798%201.717-7.448%205.616-7.448%209.961c0%205.822%206.11%206.249%208.023%206.249s6.161-1.07%206.455-5.503c.154-2.402-.91-3.518-1.99-4.644c-.824-.854-1.646-1.713-1.945-3.153c-.03-.149-.051-.308-.072-.462a1.3%201.3%200%200%200-.447.205c-.46.326-.79.806-.926%201.353z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/pkf.svg?color=%231a73e8&size=48