cpanel from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
cpanel
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
License
CC0 1.0

The same logo in other sets

Use the cpanel logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.515 14.21a2.61 2.61 0 0 0-2.55-2.06h-1.85a.73.73 0 0 0-.715.545L3.655 19.2l1.235-.005a.74.74 0 0 0 .71-.535l1.29-4.785h.99a.934.934 0 1 1 0 1.87h-.515c-.35 0-.625.23-.715.54l-.32 1.19h1.6c1.86 0 2.915-1.81 2.585-3.265m-7.825 1.4h.93c.345 0 .62-.22.715-.545l.31-1.18h-2c-1.145 0-2.195.705-2.56 2.055A2.597 2.597 0 0 0 2.6 19.2h.62l.355-1.305a.328.328 0 0 0-.32-.415H2.69c-1.235 0-1.245-1.87 0-1.87m12.375-1.74H11.17l-.175.67c-.12.48.225.925.71.925h2.875c.2 0 .12.215.105.265l-.43 1.59c-.02.07-.045.265-.275.265h-1.745c-.265 0-.265-.395 0-.395h1.08c.34 0 .615-.23.71-.54l.175-.66h-2.42c-1.96 0-2.18 3.19-.035 3.19l2.875.01c.56 0 1.03-.36 1.17-.89l.7-2.59c.24-.96-.485-1.84-1.425-1.84m16.59-1.72h-.945c-.245 0-.46.16-.52.395L28.41 19.2c1.035 0 1.99-.69 2.245-1.725l1.325-4.91a.326.326 0 0 0-.325-.415M19.84 13.885v.005h-2.415l-1.31 4.9c-.06.22.11.415.32.415h.945c.24 0 .46-.15.52-.39l.86-3.2h.99c.625 0 1.07.59.905 1.17l-.53 2a.323.323 0 0 0 .32.415h.955c.23 0 .455-.145.515-.39l.44-1.655c.45-1.655-.795-3.27-2.515-3.27m4.915 3.73c-.18 0-.3-.17-.255-.335l.4-1.5c.045-.195.185-.3.39-.3h1.645c.13 0 .23.12.195.255l-.035.13q-.045.15-.195.15h-1.08c-.35 0-.63.23-.71.54l-.175.65h2.67c.525 0 1.015-.33 1.16-.88l.16-.6a1.46 1.46 0 0 0-1.415-1.84h-2.365c-.895 0-1.69.6-1.93 1.48l-.54 2A1.456 1.456 0 0 0 24.09 19.2h3.335a.74.74 0 0 0 .71-.535l.285-1.05z"/></svg>

React

import type { SVGProps } from "react";

export function CibCpanel(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.515 14.21a2.61 2.61 0 0 0-2.55-2.06h-1.85a.73.73 0 0 0-.715.545L3.655 19.2l1.235-.005a.74.74 0 0 0 .71-.535l1.29-4.785h.99a.934.934 0 1 1 0 1.87h-.515c-.35 0-.625.23-.715.54l-.32 1.19h1.6c1.86 0 2.915-1.81 2.585-3.265m-7.825 1.4h.93c.345 0 .62-.22.715-.545l.31-1.18h-2c-1.145 0-2.195.705-2.56 2.055A2.597 2.597 0 0 0 2.6 19.2h.62l.355-1.305a.328.328 0 0 0-.32-.415H2.69c-1.235 0-1.245-1.87 0-1.87m12.375-1.74H11.17l-.175.67c-.12.48.225.925.71.925h2.875c.2 0 .12.215.105.265l-.43 1.59c-.02.07-.045.265-.275.265h-1.745c-.265 0-.265-.395 0-.395h1.08c.34 0 .615-.23.71-.54l.175-.66h-2.42c-1.96 0-2.18 3.19-.035 3.19l2.875.01c.56 0 1.03-.36 1.17-.89l.7-2.59c.24-.96-.485-1.84-1.425-1.84m16.59-1.72h-.945c-.245 0-.46.16-.52.395L28.41 19.2c1.035 0 1.99-.69 2.245-1.725l1.325-4.91a.326.326 0 0 0-.325-.415M19.84 13.885v.005h-2.415l-1.31 4.9c-.06.22.11.415.32.415h.945c.24 0 .46-.15.52-.39l.86-3.2h.99c.625 0 1.07.59.905 1.17l-.53 2a.323.323 0 0 0 .32.415h.955c.23 0 .455-.145.515-.39l.44-1.655c.45-1.655-.795-3.27-2.515-3.27m4.915 3.73c-.18 0-.3-.17-.255-.335l.4-1.5c.045-.195.185-.3.39-.3h1.645c.13 0 .23.12.195.255l-.035.13q-.045.15-.195.15h-1.08c-.35 0-.63.23-.71.54l-.175.65h2.67c.525 0 1.015-.33 1.16-.88l.16-.6a1.46 1.46 0 0 0-1.415-1.84h-2.365c-.895 0-1.69.6-1.93 1.48l-.54 2A1.456 1.456 0 0 0 24.09 19.2h3.335a.74.74 0 0 0 .71-.535l.285-1.05z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.515 14.21a2.61 2.61 0 0 0-2.55-2.06h-1.85a.73.73 0 0 0-.715.545L3.655 19.2l1.235-.005a.74.74 0 0 0 .71-.535l1.29-4.785h.99a.934.934 0 1 1 0 1.87h-.515c-.35 0-.625.23-.715.54l-.32 1.19h1.6c1.86 0 2.915-1.81 2.585-3.265m-7.825 1.4h.93c.345 0 .62-.22.715-.545l.31-1.18h-2c-1.145 0-2.195.705-2.56 2.055A2.597 2.597 0 0 0 2.6 19.2h.62l.355-1.305a.328.328 0 0 0-.32-.415H2.69c-1.235 0-1.245-1.87 0-1.87m12.375-1.74H11.17l-.175.67c-.12.48.225.925.71.925h2.875c.2 0 .12.215.105.265l-.43 1.59c-.02.07-.045.265-.275.265h-1.745c-.265 0-.265-.395 0-.395h1.08c.34 0 .615-.23.71-.54l.175-.66h-2.42c-1.96 0-2.18 3.19-.035 3.19l2.875.01c.56 0 1.03-.36 1.17-.89l.7-2.59c.24-.96-.485-1.84-1.425-1.84m16.59-1.72h-.945c-.245 0-.46.16-.52.395L28.41 19.2c1.035 0 1.99-.69 2.245-1.725l1.325-4.91a.326.326 0 0 0-.325-.415M19.84 13.885v.005h-2.415l-1.31 4.9c-.06.22.11.415.32.415h.945c.24 0 .46-.15.52-.39l.86-3.2h.99c.625 0 1.07.59.905 1.17l-.53 2a.323.323 0 0 0 .32.415h.955c.23 0 .455-.145.515-.39l.44-1.655c.45-1.655-.795-3.27-2.515-3.27m4.915 3.73c-.18 0-.3-.17-.255-.335l.4-1.5c.045-.195.185-.3.39-.3h1.645c.13 0 .23.12.195.255l-.035.13q-.045.15-.195.15h-1.08c-.35 0-.63.23-.71.54l-.175.65h2.67c.525 0 1.015-.33 1.16-.88l.16-.6a1.46 1.46 0 0 0-1.415-1.84h-2.365c-.895 0-1.69.6-1.93 1.48l-.54 2A1.456 1.456 0 0 0 24.09 19.2h3.335a.74.74 0 0 0 .71-.535l.285-1.05z"/></svg>
</template>

CSS

.icon-cpanel {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.515%2014.21a2.61%202.61%200%200%200-2.55-2.06h-1.85a.73.73%200%200%200-.715.545L3.655%2019.2l1.235-.005a.74.74%200%200%200%20.71-.535l1.29-4.785h.99a.934.934%200%201%201%200%201.87h-.515c-.35%200-.625.23-.715.54l-.32%201.19h1.6c1.86%200%202.915-1.81%202.585-3.265m-7.825%201.4h.93c.345%200%20.62-.22.715-.545l.31-1.18h-2c-1.145%200-2.195.705-2.56%202.055A2.597%202.597%200%200%200%202.6%2019.2h.62l.355-1.305a.328.328%200%200%200-.32-.415H2.69c-1.235%200-1.245-1.87%200-1.87m12.375-1.74H11.17l-.175.67c-.12.48.225.925.71.925h2.875c.2%200%20.12.215.105.265l-.43%201.59c-.02.07-.045.265-.275.265h-1.745c-.265%200-.265-.395%200-.395h1.08c.34%200%20.615-.23.71-.54l.175-.66h-2.42c-1.96%200-2.18%203.19-.035%203.19l2.875.01c.56%200%201.03-.36%201.17-.89l.7-2.59c.24-.96-.485-1.84-1.425-1.84m16.59-1.72h-.945c-.245%200-.46.16-.52.395L28.41%2019.2c1.035%200%201.99-.69%202.245-1.725l1.325-4.91a.326.326%200%200%200-.325-.415M19.84%2013.885v.005h-2.415l-1.31%204.9c-.06.22.11.415.32.415h.945c.24%200%20.46-.15.52-.39l.86-3.2h.99c.625%200%201.07.59.905%201.17l-.53%202a.323.323%200%200%200%20.32.415h.955c.23%200%20.455-.145.515-.39l.44-1.655c.45-1.655-.795-3.27-2.515-3.27m4.915%203.73c-.18%200-.3-.17-.255-.335l.4-1.5c.045-.195.185-.3.39-.3h1.645c.13%200%20.23.12.195.255l-.035.13q-.045.15-.195.15h-1.08c-.35%200-.63.23-.71.54l-.175.65h2.67c.525%200%201.015-.33%201.16-.88l.16-.6a1.46%201.46%200%200%200-1.415-1.84h-2.365c-.895%200-1.69.6-1.93%201.48l-.54%202A1.456%201.456%200%200%200%2024.09%2019.2h3.335a.74.74%200%200%200%20.71-.535l.285-1.05z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.515%2014.21a2.61%202.61%200%200%200-2.55-2.06h-1.85a.73.73%200%200%200-.715.545L3.655%2019.2l1.235-.005a.74.74%200%200%200%20.71-.535l1.29-4.785h.99a.934.934%200%201%201%200%201.87h-.515c-.35%200-.625.23-.715.54l-.32%201.19h1.6c1.86%200%202.915-1.81%202.585-3.265m-7.825%201.4h.93c.345%200%20.62-.22.715-.545l.31-1.18h-2c-1.145%200-2.195.705-2.56%202.055A2.597%202.597%200%200%200%202.6%2019.2h.62l.355-1.305a.328.328%200%200%200-.32-.415H2.69c-1.235%200-1.245-1.87%200-1.87m12.375-1.74H11.17l-.175.67c-.12.48.225.925.71.925h2.875c.2%200%20.12.215.105.265l-.43%201.59c-.02.07-.045.265-.275.265h-1.745c-.265%200-.265-.395%200-.395h1.08c.34%200%20.615-.23.71-.54l.175-.66h-2.42c-1.96%200-2.18%203.19-.035%203.19l2.875.01c.56%200%201.03-.36%201.17-.89l.7-2.59c.24-.96-.485-1.84-1.425-1.84m16.59-1.72h-.945c-.245%200-.46.16-.52.395L28.41%2019.2c1.035%200%201.99-.69%202.245-1.725l1.325-4.91a.326.326%200%200%200-.325-.415M19.84%2013.885v.005h-2.415l-1.31%204.9c-.06.22.11.415.32.415h.945c.24%200%20.46-.15.52-.39l.86-3.2h.99c.625%200%201.07.59.905%201.17l-.53%202a.323.323%200%200%200%20.32.415h.955c.23%200%20.455-.145.515-.39l.44-1.655c.45-1.655-.795-3.27-2.515-3.27m4.915%203.73c-.18%200-.3-.17-.255-.335l.4-1.5c.045-.195.185-.3.39-.3h1.645c.13%200%20.23.12.195.255l-.035.13q-.045.15-.195.15h-1.08c-.35%200-.63.23-.71.54l-.175.65h2.67c.525%200%201.015-.33%201.16-.88l.16-.6a1.46%201.46%200%200%200-1.415-1.84h-2.365c-.895%200-1.69.6-1.93%201.48l-.54%202A1.456%201.456%200%200%200%2024.09%2019.2h3.335a.74.74%200%200%200%20.71-.535l.285-1.05z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/cpanel.svg?color=%231a73e8&size=48