clh logo
clh from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- clh
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the clh logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.35 20.691a9.23 9.23 0 0 1-5.992-2.833a8.52 8.52 0 0 1-2.357-6.004a8.55 8.55 0 0 1 2.56-5.922c1.609-1.59 4.082-2.537 6.387-2.642a.326.326 0 0 1 .342.325V6.46a.32.32 0 0 1-.092.215a.35.35 0 0 1-.227.099c-1.062.058-2.38.348-3.24.952A5.24 5.24 0 0 0 6.484 12c0 2.938 2.613 5.25 5.516 5.226c2.775-.023 5.342-2.114 5.516-4.918c0-.081.04-.157.099-.215a.34.34 0 0 1 .232-.093h2.81a.35.35 0 0 1 .317.205q.026.06.026.126a8.55 8.55 0 0 1-.842 3.368a8.7 8.7 0 0 1-2.137 2.775a9.1 9.1 0 0 1-3.1 1.76a9.6 9.6 0 0 1-3.571.458"/><path fill="currentColor" d="M13.766 3.29a.314.314 0 0 0-.314.314V6.46a.314.314 0 0 0 .314.314h3.75v3.75a.31.31 0 0 0 .198.29a.3.3 0 0 0 .116.024h2.857a.32.32 0 0 0 .313-.313V3.29z"/></svg>
React
import type { SVGProps } from "react";
export function TokenClh(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.35 20.691a9.23 9.23 0 0 1-5.992-2.833a8.52 8.52 0 0 1-2.357-6.004a8.55 8.55 0 0 1 2.56-5.922c1.609-1.59 4.082-2.537 6.387-2.642a.326.326 0 0 1 .342.325V6.46a.32.32 0 0 1-.092.215a.35.35 0 0 1-.227.099c-1.062.058-2.38.348-3.24.952A5.24 5.24 0 0 0 6.484 12c0 2.938 2.613 5.25 5.516 5.226c2.775-.023 5.342-2.114 5.516-4.918c0-.081.04-.157.099-.215a.34.34 0 0 1 .232-.093h2.81a.35.35 0 0 1 .317.205q.026.06.026.126a8.55 8.55 0 0 1-.842 3.368a8.7 8.7 0 0 1-2.137 2.775a9.1 9.1 0 0 1-3.1 1.76a9.6 9.6 0 0 1-3.571.458"/><path fill="currentColor" d="M13.766 3.29a.314.314 0 0 0-.314.314V6.46a.314.314 0 0 0 .314.314h3.75v3.75a.31.31 0 0 0 .198.29a.3.3 0 0 0 .116.024h2.857a.32.32 0 0 0 .313-.313V3.29z"/></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.35 20.691a9.23 9.23 0 0 1-5.992-2.833a8.52 8.52 0 0 1-2.357-6.004a8.55 8.55 0 0 1 2.56-5.922c1.609-1.59 4.082-2.537 6.387-2.642a.326.326 0 0 1 .342.325V6.46a.32.32 0 0 1-.092.215a.35.35 0 0 1-.227.099c-1.062.058-2.38.348-3.24.952A5.24 5.24 0 0 0 6.484 12c0 2.938 2.613 5.25 5.516 5.226c2.775-.023 5.342-2.114 5.516-4.918c0-.081.04-.157.099-.215a.34.34 0 0 1 .232-.093h2.81a.35.35 0 0 1 .317.205q.026.06.026.126a8.55 8.55 0 0 1-.842 3.368a8.7 8.7 0 0 1-2.137 2.775a9.1 9.1 0 0 1-3.1 1.76a9.6 9.6 0 0 1-3.571.458"/><path fill="currentColor" d="M13.766 3.29a.314.314 0 0 0-.314.314V6.46a.314.314 0 0 0 .314.314h3.75v3.75a.31.31 0 0 0 .198.29a.3.3 0 0 0 .116.024h2.857a.32.32 0 0 0 .313-.313V3.29z"/></svg> </template>
CSS
.icon-clh {
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.35%2020.691a9.23%209.23%200%200%201-5.992-2.833a8.52%208.52%200%200%201-2.357-6.004a8.55%208.55%200%200%201%202.56-5.922c1.609-1.59%204.082-2.537%206.387-2.642a.326.326%200%200%201%20.342.325V6.46a.32.32%200%200%201-.092.215a.35.35%200%200%201-.227.099c-1.062.058-2.38.348-3.24.952A5.24%205.24%200%200%200%206.484%2012c0%202.938%202.613%205.25%205.516%205.226c2.775-.023%205.342-2.114%205.516-4.918c0-.081.04-.157.099-.215a.34.34%200%200%201%20.232-.093h2.81a.35.35%200%200%201%20.317.205q.026.06.026.126a8.55%208.55%200%200%201-.842%203.368a8.7%208.7%200%200%201-2.137%202.775a9.1%209.1%200%200%201-3.1%201.76a9.6%209.6%200%200%201-3.571.458%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.766%203.29a.314.314%200%200%200-.314.314V6.46a.314.314%200%200%200%20.314.314h3.75v3.75a.31.31%200%200%200%20.198.29a.3.3%200%200%200%20.116.024h2.857a.32.32%200%200%200%20.313-.313V3.29z%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.35%2020.691a9.23%209.23%200%200%201-5.992-2.833a8.52%208.52%200%200%201-2.357-6.004a8.55%208.55%200%200%201%202.56-5.922c1.609-1.59%204.082-2.537%206.387-2.642a.326.326%200%200%201%20.342.325V6.46a.32.32%200%200%201-.092.215a.35.35%200%200%201-.227.099c-1.062.058-2.38.348-3.24.952A5.24%205.24%200%200%200%206.484%2012c0%202.938%202.613%205.25%205.516%205.226c2.775-.023%205.342-2.114%205.516-4.918c0-.081.04-.157.099-.215a.34.34%200%200%201%20.232-.093h2.81a.35.35%200%200%201%20.317.205q.026.06.026.126a8.55%208.55%200%200%201-.842%203.368a8.7%208.7%200%200%201-2.137%202.775a9.1%209.1%200%200%201-3.1%201.76a9.6%209.6%200%200%201-3.571.458%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.766%203.29a.314.314%200%200%200-.314.314V6.46a.314.314%200%200%200%20.314.314h3.75v3.75a.31.31%200%200%200%20.198.29a.3.3%200%200%200%20.116.024h2.857a.32.32%200%200%200%20.313-.313V3.29z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/clh.svg?color=%231a73e8&size=48