chz logo
chz from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- chz
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the chz logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.73 3.499h13.684l-6.925 16.5l-.78-.845L4.74 4.13zm8.22 7.83c.149.085.149.175.149.35h.005c-.076.33-.022.678.15.97c.155.085.155.175.08.35l-2.065 5.57l-2.445-5.745a.44.44 0 0 1 0-.44c.1-.155.15-.34.15-.53c0-.09.02-.18.06-.255a.45.45 0 0 1 .17-.185l1.685-1.405a.3.3 0 0 1 .19-.07q.107.004.19.07c.273.226.569.453.864.68c.278.213.557.427.816.64M6.583 5.564l4.89 3.67l-1.905 1.61a.68.68 0 0 1-.415.09c-.428-.078-.55-.358-.681-.662l-.064-.143l-1.745-4.025c-.038-.086-.058-.152-.078-.216a2 2 0 0 0-.087-.234zm5.633 3.013a.4.4 0 0 1-.218-.068l-5.23-3.835a.6.6 0 0 0-.26-.175h10.98v.08c0 .06-.036.082-.084.111a.5.5 0 0 0-.09.069a96 96 0 0 1-3.064 2.37c-.603.453-1.21.91-1.817 1.38a.4.4 0 0 1-.217.068m2.637 2.087l-1.985-1.43l4.545-3.49h.085a.3.3 0 0 1-.043.136c-.021.044-.042.087-.042.129c-.264.659-.53 1.336-.795 2.015c-.313.798-.626 1.599-.94 2.375c0 .09-.08.265-.165.265s-.17.01-.252.02c-.156.02-.3.039-.408-.02" clip-rule="evenodd"/><path fill="currentColor" d="M8.64 13.014c.622 0 1.126-.517 1.126-1.155s-.504-1.155-1.125-1.155c-.622 0-1.125.517-1.125 1.155s.503 1.155 1.125 1.155m6.869 0c.62 0 1.124-.517 1.124-1.155s-.503-1.155-1.125-1.155c-.621 0-1.125.517-1.125 1.155s.504 1.155 1.125 1.155M5.25 5.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m13.5 0a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M12.25 21a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>
React
import type { SVGProps } from "react";
export function TokenChz(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" fillRule="evenodd" d="M5.73 3.499h13.684l-6.925 16.5l-.78-.845L4.74 4.13zm8.22 7.83c.149.085.149.175.149.35h.005c-.076.33-.022.678.15.97c.155.085.155.175.08.35l-2.065 5.57l-2.445-5.745a.44.44 0 0 1 0-.44c.1-.155.15-.34.15-.53c0-.09.02-.18.06-.255a.45.45 0 0 1 .17-.185l1.685-1.405a.3.3 0 0 1 .19-.07q.107.004.19.07c.273.226.569.453.864.68c.278.213.557.427.816.64M6.583 5.564l4.89 3.67l-1.905 1.61a.68.68 0 0 1-.415.09c-.428-.078-.55-.358-.681-.662l-.064-.143l-1.745-4.025c-.038-.086-.058-.152-.078-.216a2 2 0 0 0-.087-.234zm5.633 3.013a.4.4 0 0 1-.218-.068l-5.23-3.835a.6.6 0 0 0-.26-.175h10.98v.08c0 .06-.036.082-.084.111a.5.5 0 0 0-.09.069a96 96 0 0 1-3.064 2.37c-.603.453-1.21.91-1.817 1.38a.4.4 0 0 1-.217.068m2.637 2.087l-1.985-1.43l4.545-3.49h.085a.3.3 0 0 1-.043.136c-.021.044-.042.087-.042.129c-.264.659-.53 1.336-.795 2.015c-.313.798-.626 1.599-.94 2.375c0 .09-.08.265-.165.265s-.17.01-.252.02c-.156.02-.3.039-.408-.02" clipRule="evenodd"/><path fill="currentColor" d="M8.64 13.014c.622 0 1.126-.517 1.126-1.155s-.504-1.155-1.125-1.155c-.622 0-1.125.517-1.125 1.155s.503 1.155 1.125 1.155m6.869 0c.62 0 1.124-.517 1.124-1.155s-.503-1.155-1.125-1.155c-.621 0-1.125.517-1.125 1.155s.504 1.155 1.125 1.155M5.25 5.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m13.5 0a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M12.25 21a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.73 3.499h13.684l-6.925 16.5l-.78-.845L4.74 4.13zm8.22 7.83c.149.085.149.175.149.35h.005c-.076.33-.022.678.15.97c.155.085.155.175.08.35l-2.065 5.57l-2.445-5.745a.44.44 0 0 1 0-.44c.1-.155.15-.34.15-.53c0-.09.02-.18.06-.255a.45.45 0 0 1 .17-.185l1.685-1.405a.3.3 0 0 1 .19-.07q.107.004.19.07c.273.226.569.453.864.68c.278.213.557.427.816.64M6.583 5.564l4.89 3.67l-1.905 1.61a.68.68 0 0 1-.415.09c-.428-.078-.55-.358-.681-.662l-.064-.143l-1.745-4.025c-.038-.086-.058-.152-.078-.216a2 2 0 0 0-.087-.234zm5.633 3.013a.4.4 0 0 1-.218-.068l-5.23-3.835a.6.6 0 0 0-.26-.175h10.98v.08c0 .06-.036.082-.084.111a.5.5 0 0 0-.09.069a96 96 0 0 1-3.064 2.37c-.603.453-1.21.91-1.817 1.38a.4.4 0 0 1-.217.068m2.637 2.087l-1.985-1.43l4.545-3.49h.085a.3.3 0 0 1-.043.136c-.021.044-.042.087-.042.129c-.264.659-.53 1.336-.795 2.015c-.313.798-.626 1.599-.94 2.375c0 .09-.08.265-.165.265s-.17.01-.252.02c-.156.02-.3.039-.408-.02" clip-rule="evenodd"/><path fill="currentColor" d="M8.64 13.014c.622 0 1.126-.517 1.126-1.155s-.504-1.155-1.125-1.155c-.622 0-1.125.517-1.125 1.155s.503 1.155 1.125 1.155m6.869 0c.62 0 1.124-.517 1.124-1.155s-.503-1.155-1.125-1.155c-.621 0-1.125.517-1.125 1.155s.504 1.155 1.125 1.155M5.25 5.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m13.5 0a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M12.25 21a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg> </template>
CSS
.icon-chz {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.73%203.499h13.684l-6.925%2016.5l-.78-.845L4.74%204.13zm8.22%207.83c.149.085.149.175.149.35h.005c-.076.33-.022.678.15.97c.155.085.155.175.08.35l-2.065%205.57l-2.445-5.745a.44.44%200%200%201%200-.44c.1-.155.15-.34.15-.53c0-.09.02-.18.06-.255a.45.45%200%200%201%20.17-.185l1.685-1.405a.3.3%200%200%201%20.19-.07q.107.004.19.07c.273.226.569.453.864.68c.278.213.557.427.816.64M6.583%205.564l4.89%203.67l-1.905%201.61a.68.68%200%200%201-.415.09c-.428-.078-.55-.358-.681-.662l-.064-.143l-1.745-4.025c-.038-.086-.058-.152-.078-.216a2%202%200%200%200-.087-.234zm5.633%203.013a.4.4%200%200%201-.218-.068l-5.23-3.835a.6.6%200%200%200-.26-.175h10.98v.08c0%20.06-.036.082-.084.111a.5.5%200%200%200-.09.069a96%2096%200%200%201-3.064%202.37c-.603.453-1.21.91-1.817%201.38a.4.4%200%200%201-.217.068m2.637%202.087l-1.985-1.43l4.545-3.49h.085a.3.3%200%200%201-.043.136c-.021.044-.042.087-.042.129c-.264.659-.53%201.336-.795%202.015c-.313.798-.626%201.599-.94%202.375c0%20.09-.08.265-.165.265s-.17.01-.252.02c-.156.02-.3.039-.408-.02%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.64%2013.014c.622%200%201.126-.517%201.126-1.155s-.504-1.155-1.125-1.155c-.622%200-1.125.517-1.125%201.155s.503%201.155%201.125%201.155m6.869%200c.62%200%201.124-.517%201.124-1.155s-.503-1.155-1.125-1.155c-.621%200-1.125.517-1.125%201.155s.504%201.155%201.125%201.155M5.25%205.5a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m13.5%200a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5M12.25%2021a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5%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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.73%203.499h13.684l-6.925%2016.5l-.78-.845L4.74%204.13zm8.22%207.83c.149.085.149.175.149.35h.005c-.076.33-.022.678.15.97c.155.085.155.175.08.35l-2.065%205.57l-2.445-5.745a.44.44%200%200%201%200-.44c.1-.155.15-.34.15-.53c0-.09.02-.18.06-.255a.45.45%200%200%201%20.17-.185l1.685-1.405a.3.3%200%200%201%20.19-.07q.107.004.19.07c.273.226.569.453.864.68c.278.213.557.427.816.64M6.583%205.564l4.89%203.67l-1.905%201.61a.68.68%200%200%201-.415.09c-.428-.078-.55-.358-.681-.662l-.064-.143l-1.745-4.025c-.038-.086-.058-.152-.078-.216a2%202%200%200%200-.087-.234zm5.633%203.013a.4.4%200%200%201-.218-.068l-5.23-3.835a.6.6%200%200%200-.26-.175h10.98v.08c0%20.06-.036.082-.084.111a.5.5%200%200%200-.09.069a96%2096%200%200%201-3.064%202.37c-.603.453-1.21.91-1.817%201.38a.4.4%200%200%201-.217.068m2.637%202.087l-1.985-1.43l4.545-3.49h.085a.3.3%200%200%201-.043.136c-.021.044-.042.087-.042.129c-.264.659-.53%201.336-.795%202.015c-.313.798-.626%201.599-.94%202.375c0%20.09-.08.265-.165.265s-.17.01-.252.02c-.156.02-.3.039-.408-.02%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.64%2013.014c.622%200%201.126-.517%201.126-1.155s-.504-1.155-1.125-1.155c-.622%200-1.125.517-1.125%201.155s.503%201.155%201.125%201.155m6.869%200c.62%200%201.124-.517%201.124-1.155s-.503-1.155-1.125-1.155c-.621%200-1.125.517-1.125%201.155s.504%201.155%201.125%201.155M5.25%205.5a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m13.5%200a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5M12.25%2021a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/chz.svg?color=%231a73e8&size=48