JSXIcons.com

Brands icon

ClickHouse JSX Icon

Copy the ClickHouse icon as an optimized JSX SVG component for React, Next.js, dashboards, landing pages and Tailwind interfaces.

Browse all icons
ComponentClickhouseLogo
FileclickhouseLogo.jsx
CategoryBrands

Copy-ready code

ClickHouse React JSX component

// Source: https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/clickhouse.svg
// Asset license: Simple Icons CC0 1.0 Universal. Brand names and marks remain trademarks of their respective owners.
export const ClickhouseLogo = ({ width = "40px", height = "40px", color = "#FFCC01", ...props }) => (
  <svg {...props} width={width} height={height} viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill={color}>
    <path d="M21.333 10H24v4h-2.667ZM16 1.335h2.667v21.33H16Zm-5.333 0h2.666v21.33h-2.666ZM0 22.665V1.335h2.667v21.33zm5.333-21.33H8v21.33H5.333Z"/>
  </svg>
)

How to use the ClickHouse icon

import { ClickhouseLogo } from "@/assets/icons/clickhouseLogo"

export default function Example() {
  return <ClickhouseLogo width="32px" height="32px" />
}

Built for the web

Use it in your stack

This copy-ready component works in React and Next.js projects, and the SVG can be adapted for any interface.

ReactNext.jsJSXSVGBrands icons

Looking for a similar mark? Browse the related icons below or explore the full brands collection.

Related JSX icons

FAQ

Is the ClickHouse JSX icon free?

Yes. You can copy the JSX component and use it in React and Next.js projects.

Can I customize it?

Yes. Edit the SVG attributes or pass className, width, height and color props depending on the component.