cpanel icon
cpanel from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- cpanel
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the cpanel icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.12 12c-.36 0-.63.22-.72.54L3.66 19l1.23-.01a.73.73 0 0 0 .71-.53l1.29-4.75h.99c.42 0 .81.28.92.74a.938.938 0 0 1-.92 1.12h-.51c-.35 0-.63.23-.72.53l-.32 1.18h1.6c1.86 0 2.92-1.79 2.59-3.24A2.6 2.6 0 0 0 7.97 12zm24.6 0a.53.53 0 0 0-.52.39L28.42 19c1.03 0 1.99-.69 2.24-1.72l1.33-4.87c.06-.21-.1-.41-.33-.41zm-19.368 2l-.163.623a.686.686 0 0 0 .672.87h2.713c.19 0 .113.198.104.245l-.407 1.494c-.019.066-.046.247-.263.247H12.36c-.255 0-.255-.37 0-.37h1.022a.71.71 0 0 0 .672-.51l.16-.615h-2.287c-1.852 0-2.06 2.996-.028 2.996l2.711.01c.53 0 .976-.34 1.108-.842l.662-2.427A1.378 1.378 0 0 0 15.037 14zm-8.848.01c-1.087 0-2.082.66-2.422 1.928C-.334 17.526.877 19 2.455 19h.586l.34-1.229a.308.308 0 0 0-.303-.388H2.54c-1.163 0-1.172-1.758 0-1.758h.88a.7.7 0 0 0 .68-.51l.294-1.105zm17.277 0v.008h-2.277l-1.238 4.593a.306.306 0 0 0 .3.389h.89a.5.5 0 0 0 .491-.367l.813-2.996h.935c.595 0 1.023.547.862 1.095l-.502 1.872a.306.306 0 0 0 .302.396h.907a.495.495 0 0 0 .482-.37l.416-1.55c.425-1.559-.747-3.07-2.38-3.07zm5.158.002a1.9 1.9 0 0 0-1.824 1.388l-.51 1.871c-.236.832.397 1.731 1.342 1.731h3.147a.7.7 0 0 0 .672-.512l.273-.982H24.57a.243.243 0 0 1-.236-.313l.379-1.408c.038-.18.17-.283.367-.283h1.55c.124 0 .218.114.19.246l-.039.123c-.029.094-.084.133-.18.133h-1.02a.68.68 0 0 0-.67.51l-.17.613h2.523c.5 0 .963-.312 1.095-.832l.153-.559a1.367 1.367 0 0 0-1.332-1.726z"/></svg>
React
import type { SVGProps } from "react";
export function LaCpanel(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="M6.12 12c-.36 0-.63.22-.72.54L3.66 19l1.23-.01a.73.73 0 0 0 .71-.53l1.29-4.75h.99c.42 0 .81.28.92.74a.938.938 0 0 1-.92 1.12h-.51c-.35 0-.63.23-.72.53l-.32 1.18h1.6c1.86 0 2.92-1.79 2.59-3.24A2.6 2.6 0 0 0 7.97 12zm24.6 0a.53.53 0 0 0-.52.39L28.42 19c1.03 0 1.99-.69 2.24-1.72l1.33-4.87c.06-.21-.1-.41-.33-.41zm-19.368 2l-.163.623a.686.686 0 0 0 .672.87h2.713c.19 0 .113.198.104.245l-.407 1.494c-.019.066-.046.247-.263.247H12.36c-.255 0-.255-.37 0-.37h1.022a.71.71 0 0 0 .672-.51l.16-.615h-2.287c-1.852 0-2.06 2.996-.028 2.996l2.711.01c.53 0 .976-.34 1.108-.842l.662-2.427A1.378 1.378 0 0 0 15.037 14zm-8.848.01c-1.087 0-2.082.66-2.422 1.928C-.334 17.526.877 19 2.455 19h.586l.34-1.229a.308.308 0 0 0-.303-.388H2.54c-1.163 0-1.172-1.758 0-1.758h.88a.7.7 0 0 0 .68-.51l.294-1.105zm17.277 0v.008h-2.277l-1.238 4.593a.306.306 0 0 0 .3.389h.89a.5.5 0 0 0 .491-.367l.813-2.996h.935c.595 0 1.023.547.862 1.095l-.502 1.872a.306.306 0 0 0 .302.396h.907a.495.495 0 0 0 .482-.37l.416-1.55c.425-1.559-.747-3.07-2.38-3.07zm5.158.002a1.9 1.9 0 0 0-1.824 1.388l-.51 1.871c-.236.832.397 1.731 1.342 1.731h3.147a.7.7 0 0 0 .672-.512l.273-.982H24.57a.243.243 0 0 1-.236-.313l.379-1.408c.038-.18.17-.283.367-.283h1.55c.124 0 .218.114.19.246l-.039.123c-.029.094-.084.133-.18.133h-1.02a.68.68 0 0 0-.67.51l-.17.613h2.523c.5 0 .963-.312 1.095-.832l.153-.559a1.367 1.367 0 0 0-1.332-1.726z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.12 12c-.36 0-.63.22-.72.54L3.66 19l1.23-.01a.73.73 0 0 0 .71-.53l1.29-4.75h.99c.42 0 .81.28.92.74a.938.938 0 0 1-.92 1.12h-.51c-.35 0-.63.23-.72.53l-.32 1.18h1.6c1.86 0 2.92-1.79 2.59-3.24A2.6 2.6 0 0 0 7.97 12zm24.6 0a.53.53 0 0 0-.52.39L28.42 19c1.03 0 1.99-.69 2.24-1.72l1.33-4.87c.06-.21-.1-.41-.33-.41zm-19.368 2l-.163.623a.686.686 0 0 0 .672.87h2.713c.19 0 .113.198.104.245l-.407 1.494c-.019.066-.046.247-.263.247H12.36c-.255 0-.255-.37 0-.37h1.022a.71.71 0 0 0 .672-.51l.16-.615h-2.287c-1.852 0-2.06 2.996-.028 2.996l2.711.01c.53 0 .976-.34 1.108-.842l.662-2.427A1.378 1.378 0 0 0 15.037 14zm-8.848.01c-1.087 0-2.082.66-2.422 1.928C-.334 17.526.877 19 2.455 19h.586l.34-1.229a.308.308 0 0 0-.303-.388H2.54c-1.163 0-1.172-1.758 0-1.758h.88a.7.7 0 0 0 .68-.51l.294-1.105zm17.277 0v.008h-2.277l-1.238 4.593a.306.306 0 0 0 .3.389h.89a.5.5 0 0 0 .491-.367l.813-2.996h.935c.595 0 1.023.547.862 1.095l-.502 1.872a.306.306 0 0 0 .302.396h.907a.495.495 0 0 0 .482-.37l.416-1.55c.425-1.559-.747-3.07-2.38-3.07zm5.158.002a1.9 1.9 0 0 0-1.824 1.388l-.51 1.871c-.236.832.397 1.731 1.342 1.731h3.147a.7.7 0 0 0 .672-.512l.273-.982H24.57a.243.243 0 0 1-.236-.313l.379-1.408c.038-.18.17-.283.367-.283h1.55c.124 0 .218.114.19.246l-.039.123c-.029.094-.084.133-.18.133h-1.02a.68.68 0 0 0-.67.51l-.17.613h2.523c.5 0 .963-.312 1.095-.832l.153-.559a1.367 1.367 0 0 0-1.332-1.726z"/></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%22M6.12%2012c-.36%200-.63.22-.72.54L3.66%2019l1.23-.01a.73.73%200%200%200%20.71-.53l1.29-4.75h.99c.42%200%20.81.28.92.74a.938.938%200%200%201-.92%201.12h-.51c-.35%200-.63.23-.72.53l-.32%201.18h1.6c1.86%200%202.92-1.79%202.59-3.24A2.6%202.6%200%200%200%207.97%2012zm24.6%200a.53.53%200%200%200-.52.39L28.42%2019c1.03%200%201.99-.69%202.24-1.72l1.33-4.87c.06-.21-.1-.41-.33-.41zm-19.368%202l-.163.623a.686.686%200%200%200%20.672.87h2.713c.19%200%20.113.198.104.245l-.407%201.494c-.019.066-.046.247-.263.247H12.36c-.255%200-.255-.37%200-.37h1.022a.71.71%200%200%200%20.672-.51l.16-.615h-2.287c-1.852%200-2.06%202.996-.028%202.996l2.711.01c.53%200%20.976-.34%201.108-.842l.662-2.427A1.378%201.378%200%200%200%2015.037%2014zm-8.848.01c-1.087%200-2.082.66-2.422%201.928C-.334%2017.526.877%2019%202.455%2019h.586l.34-1.229a.308.308%200%200%200-.303-.388H2.54c-1.163%200-1.172-1.758%200-1.758h.88a.7.7%200%200%200%20.68-.51l.294-1.105zm17.277%200v.008h-2.277l-1.238%204.593a.306.306%200%200%200%20.3.389h.89a.5.5%200%200%200%20.491-.367l.813-2.996h.935c.595%200%201.023.547.862%201.095l-.502%201.872a.306.306%200%200%200%20.302.396h.907a.495.495%200%200%200%20.482-.37l.416-1.55c.425-1.559-.747-3.07-2.38-3.07zm5.158.002a1.9%201.9%200%200%200-1.824%201.388l-.51%201.871c-.236.832.397%201.731%201.342%201.731h3.147a.7.7%200%200%200%20.672-.512l.273-.982H24.57a.243.243%200%200%201-.236-.313l.379-1.408c.038-.18.17-.283.367-.283h1.55c.124%200%20.218.114.19.246l-.039.123c-.029.094-.084.133-.18.133h-1.02a.68.68%200%200%200-.67.51l-.17.613h2.523c.5%200%20.963-.312%201.095-.832l.153-.559a1.367%201.367%200%200%200-1.332-1.726z%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%22M6.12%2012c-.36%200-.63.22-.72.54L3.66%2019l1.23-.01a.73.73%200%200%200%20.71-.53l1.29-4.75h.99c.42%200%20.81.28.92.74a.938.938%200%200%201-.92%201.12h-.51c-.35%200-.63.23-.72.53l-.32%201.18h1.6c1.86%200%202.92-1.79%202.59-3.24A2.6%202.6%200%200%200%207.97%2012zm24.6%200a.53.53%200%200%200-.52.39L28.42%2019c1.03%200%201.99-.69%202.24-1.72l1.33-4.87c.06-.21-.1-.41-.33-.41zm-19.368%202l-.163.623a.686.686%200%200%200%20.672.87h2.713c.19%200%20.113.198.104.245l-.407%201.494c-.019.066-.046.247-.263.247H12.36c-.255%200-.255-.37%200-.37h1.022a.71.71%200%200%200%20.672-.51l.16-.615h-2.287c-1.852%200-2.06%202.996-.028%202.996l2.711.01c.53%200%20.976-.34%201.108-.842l.662-2.427A1.378%201.378%200%200%200%2015.037%2014zm-8.848.01c-1.087%200-2.082.66-2.422%201.928C-.334%2017.526.877%2019%202.455%2019h.586l.34-1.229a.308.308%200%200%200-.303-.388H2.54c-1.163%200-1.172-1.758%200-1.758h.88a.7.7%200%200%200%20.68-.51l.294-1.105zm17.277%200v.008h-2.277l-1.238%204.593a.306.306%200%200%200%20.3.389h.89a.5.5%200%200%200%20.491-.367l.813-2.996h.935c.595%200%201.023.547.862%201.095l-.502%201.872a.306.306%200%200%200%20.302.396h.907a.495.495%200%200%200%20.482-.37l.416-1.55c.425-1.559-.747-3.07-2.38-3.07zm5.158.002a1.9%201.9%200%200%200-1.824%201.388l-.51%201.871c-.236.832.397%201.731%201.342%201.731h3.147a.7.7%200%200%200%20.672-.512l.273-.982H24.57a.243.243%200%200%201-.236-.313l.379-1.408c.038-.18.17-.283.367-.283h1.55c.124%200%20.218.114.19.246l-.039.123c-.029.094-.084.133-.18.133h-1.02a.68.68%200%200%200-.67.51l-.17.613h2.523c.5%200%20.963-.312%201.095-.832l.153-.559a1.367%201.367%200%200%200-1.332-1.726z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/cpanel.svg?color=%231a73e8&size=48