zcn logo
zcn from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- zcn
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
Use the zcn logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.323 4.501a6.5 6.5 0 0 0-2.41-1.884A7.2 7.2 0 0 0 12 2a7.15 7.15 0 0 0-2.914.618A6.5 6.5 0 0 0 6.676 4.5a9.3 9.3 0 0 0-1.593 3.123a14.9 14.9 0 0 0-.58 4.395c-.027 1.48.168 2.955.58 4.383a9.3 9.3 0 0 0 1.595 3.118a6.5 6.5 0 0 0 2.41 1.872a7.26 7.26 0 0 0 5.824 0a6.5 6.5 0 0 0 2.41-1.872a9.3 9.3 0 0 0 1.596-3.118c.41-1.428.606-2.903.58-4.383a14.9 14.9 0 0 0-.58-4.395A9.3 9.3 0 0 0 17.323 4.5M11.99 20.75c-1.602.006-3.147-.58-4.19-1.809l8.963-13.154c1.114 1.842 1.527 4.091 1.487 6.221c.073 3.861-1.619 8.761-6.251 8.741zm-6.24-8.741c-.064-3.483 1.081-7.727 4.932-8.625a5.74 5.74 0 0 1 3.682.365c.65.305 1.244.601 1.71 1.125l-8.94 13.13c-1.049-1.82-1.422-3.918-1.384-5.995"/></svg>
React
import type { SVGProps } from "react";
export function TokenZcn(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="M17.323 4.501a6.5 6.5 0 0 0-2.41-1.884A7.2 7.2 0 0 0 12 2a7.15 7.15 0 0 0-2.914.618A6.5 6.5 0 0 0 6.676 4.5a9.3 9.3 0 0 0-1.593 3.123a14.9 14.9 0 0 0-.58 4.395c-.027 1.48.168 2.955.58 4.383a9.3 9.3 0 0 0 1.595 3.118a6.5 6.5 0 0 0 2.41 1.872a7.26 7.26 0 0 0 5.824 0a6.5 6.5 0 0 0 2.41-1.872a9.3 9.3 0 0 0 1.596-3.118c.41-1.428.606-2.903.58-4.383a14.9 14.9 0 0 0-.58-4.395A9.3 9.3 0 0 0 17.323 4.5M11.99 20.75c-1.602.006-3.147-.58-4.19-1.809l8.963-13.154c1.114 1.842 1.527 4.091 1.487 6.221c.073 3.861-1.619 8.761-6.251 8.741zm-6.24-8.741c-.064-3.483 1.081-7.727 4.932-8.625a5.74 5.74 0 0 1 3.682.365c.65.305 1.244.601 1.71 1.125l-8.94 13.13c-1.049-1.82-1.422-3.918-1.384-5.995"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.323 4.501a6.5 6.5 0 0 0-2.41-1.884A7.2 7.2 0 0 0 12 2a7.15 7.15 0 0 0-2.914.618A6.5 6.5 0 0 0 6.676 4.5a9.3 9.3 0 0 0-1.593 3.123a14.9 14.9 0 0 0-.58 4.395c-.027 1.48.168 2.955.58 4.383a9.3 9.3 0 0 0 1.595 3.118a6.5 6.5 0 0 0 2.41 1.872a7.26 7.26 0 0 0 5.824 0a6.5 6.5 0 0 0 2.41-1.872a9.3 9.3 0 0 0 1.596-3.118c.41-1.428.606-2.903.58-4.383a14.9 14.9 0 0 0-.58-4.395A9.3 9.3 0 0 0 17.323 4.5M11.99 20.75c-1.602.006-3.147-.58-4.19-1.809l8.963-13.154c1.114 1.842 1.527 4.091 1.487 6.221c.073 3.861-1.619 8.761-6.251 8.741zm-6.24-8.741c-.064-3.483 1.081-7.727 4.932-8.625a5.74 5.74 0 0 1 3.682.365c.65.305 1.244.601 1.71 1.125l-8.94 13.13c-1.049-1.82-1.422-3.918-1.384-5.995"/></svg> </template>
CSS
.icon-zcn {
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%22M17.323%204.501a6.5%206.5%200%200%200-2.41-1.884A7.2%207.2%200%200%200%2012%202a7.15%207.15%200%200%200-2.914.618A6.5%206.5%200%200%200%206.676%204.5a9.3%209.3%200%200%200-1.593%203.123a14.9%2014.9%200%200%200-.58%204.395c-.027%201.48.168%202.955.58%204.383a9.3%209.3%200%200%200%201.595%203.118a6.5%206.5%200%200%200%202.41%201.872a7.26%207.26%200%200%200%205.824%200a6.5%206.5%200%200%200%202.41-1.872a9.3%209.3%200%200%200%201.596-3.118c.41-1.428.606-2.903.58-4.383a14.9%2014.9%200%200%200-.58-4.395A9.3%209.3%200%200%200%2017.323%204.5M11.99%2020.75c-1.602.006-3.147-.58-4.19-1.809l8.963-13.154c1.114%201.842%201.527%204.091%201.487%206.221c.073%203.861-1.619%208.761-6.251%208.741zm-6.24-8.741c-.064-3.483%201.081-7.727%204.932-8.625a5.74%205.74%200%200%201%203.682.365c.65.305%201.244.601%201.71%201.125l-8.94%2013.13c-1.049-1.82-1.422-3.918-1.384-5.995%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%22M17.323%204.501a6.5%206.5%200%200%200-2.41-1.884A7.2%207.2%200%200%200%2012%202a7.15%207.15%200%200%200-2.914.618A6.5%206.5%200%200%200%206.676%204.5a9.3%209.3%200%200%200-1.593%203.123a14.9%2014.9%200%200%200-.58%204.395c-.027%201.48.168%202.955.58%204.383a9.3%209.3%200%200%200%201.595%203.118a6.5%206.5%200%200%200%202.41%201.872a7.26%207.26%200%200%200%205.824%200a6.5%206.5%200%200%200%202.41-1.872a9.3%209.3%200%200%200%201.596-3.118c.41-1.428.606-2.903.58-4.383a14.9%2014.9%200%200%200-.58-4.395A9.3%209.3%200%200%200%2017.323%204.5M11.99%2020.75c-1.602.006-3.147-.58-4.19-1.809l8.963-13.154c1.114%201.842%201.527%204.091%201.487%206.221c.073%203.861-1.619%208.761-6.251%208.741zm-6.24-8.741c-.064-3.483%201.081-7.727%204.932-8.625a5.74%205.74%200%200%201%203.682.365c.65.305%201.244.601%201.71%201.125l-8.94%2013.13c-1.049-1.82-1.422-3.918-1.384-5.995%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/zcn.svg?color=%231a73e8&size=48