cable from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
cable
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the cable icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M8 17.125V17c0-.465 0-.697-.03-.891a2.5 2.5 0 0 0-2.08-2.079C5.697 14 5.465 14 5 14s-.697 0-.891.03a2.5 2.5 0 0 0-2.079 2.08C2 16.303 2 16.535 2 17v.125c0 .349 0 .523.029.668a1.5 1.5 0 0 0 1.178 1.178c.145.029.32.029.668.029h2.25c.348 0 .523 0 .668-.029a1.5 1.5 0 0 0 1.178-1.178c.029-.145.029-.32.029-.668"/><path d="M5 14V6.5a3.5 3.5 0 1 1 7 0v11a3.5 3.5 0 1 0 7 0V10"/><path d="M20.125 5h-2.25c-.349 0-.523 0-.668.029a1.5 1.5 0 0 0-1.178 1.178c-.029.145-.029.32-.029.668V7c0 .465 0 .697.03.891a2.5 2.5 0 0 0 2.08 2.079c.194.031.426.031.891.031s.697 0 .891-.03A2.5 2.5 0 0 0 21.97 7.89C22 7.697 22 7.465 22 7v-.125c0-.348 0-.523-.029-.668a1.5 1.5 0 0 0-1.178-1.178C20.648 5 20.473 5 20.125 5M17 5V3m4 0v2M3 21v-2m4 0v2"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCable(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M8 17.125V17c0-.465 0-.697-.03-.891a2.5 2.5 0 0 0-2.08-2.079C5.697 14 5.465 14 5 14s-.697 0-.891.03a2.5 2.5 0 0 0-2.079 2.08C2 16.303 2 16.535 2 17v.125c0 .349 0 .523.029.668a1.5 1.5 0 0 0 1.178 1.178c.145.029.32.029.668.029h2.25c.348 0 .523 0 .668-.029a1.5 1.5 0 0 0 1.178-1.178c.029-.145.029-.32.029-.668"/><path d="M5 14V6.5a3.5 3.5 0 1 1 7 0v11a3.5 3.5 0 1 0 7 0V10"/><path d="M20.125 5h-2.25c-.349 0-.523 0-.668.029a1.5 1.5 0 0 0-1.178 1.178c-.029.145-.029.32-.029.668V7c0 .465 0 .697.03.891a2.5 2.5 0 0 0 2.08 2.079c.194.031.426.031.891.031s.697 0 .891-.03A2.5 2.5 0 0 0 21.97 7.89C22 7.697 22 7.465 22 7v-.125c0-.348 0-.523-.029-.668a1.5 1.5 0 0 0-1.178-1.178C20.648 5 20.473 5 20.125 5M17 5V3m4 0v2M3 21v-2m4 0v2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M8 17.125V17c0-.465 0-.697-.03-.891a2.5 2.5 0 0 0-2.08-2.079C5.697 14 5.465 14 5 14s-.697 0-.891.03a2.5 2.5 0 0 0-2.079 2.08C2 16.303 2 16.535 2 17v.125c0 .349 0 .523.029.668a1.5 1.5 0 0 0 1.178 1.178c.145.029.32.029.668.029h2.25c.348 0 .523 0 .668-.029a1.5 1.5 0 0 0 1.178-1.178c.029-.145.029-.32.029-.668"/><path d="M5 14V6.5a3.5 3.5 0 1 1 7 0v11a3.5 3.5 0 1 0 7 0V10"/><path d="M20.125 5h-2.25c-.349 0-.523 0-.668.029a1.5 1.5 0 0 0-1.178 1.178c-.029.145-.029.32-.029.668V7c0 .465 0 .697.03.891a2.5 2.5 0 0 0 2.08 2.079c.194.031.426.031.891.031s.697 0 .891-.03A2.5 2.5 0 0 0 21.97 7.89C22 7.697 22 7.465 22 7v-.125c0-.348 0-.523-.029-.668a1.5 1.5 0 0 0-1.178-1.178C20.648 5 20.473 5 20.125 5M17 5V3m4 0v2M3 21v-2m4 0v2"/></g></svg>
</template>

CSS

.icon-cable {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8%2017.125V17c0-.465%200-.697-.03-.891a2.5%202.5%200%200%200-2.08-2.079C5.697%2014%205.465%2014%205%2014s-.697%200-.891.03a2.5%202.5%200%200%200-2.079%202.08C2%2016.303%202%2016.535%202%2017v.125c0%20.349%200%20.523.029.668a1.5%201.5%200%200%200%201.178%201.178c.145.029.32.029.668.029h2.25c.348%200%20.523%200%20.668-.029a1.5%201.5%200%200%200%201.178-1.178c.029-.145.029-.32.029-.668%22%2F%3E%3Cpath%20d%3D%22M5%2014V6.5a3.5%203.5%200%201%201%207%200v11a3.5%203.5%200%201%200%207%200V10%22%2F%3E%3Cpath%20d%3D%22M20.125%205h-2.25c-.349%200-.523%200-.668.029a1.5%201.5%200%200%200-1.178%201.178c-.029.145-.029.32-.029.668V7c0%20.465%200%20.697.03.891a2.5%202.5%200%200%200%202.08%202.079c.194.031.426.031.891.031s.697%200%20.891-.03A2.5%202.5%200%200%200%2021.97%207.89C22%207.697%2022%207.465%2022%207v-.125c0-.348%200-.523-.029-.668a1.5%201.5%200%200%200-1.178-1.178C20.648%205%2020.473%205%2020.125%205M17%205V3m4%200v2M3%2021v-2m4%200v2%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8%2017.125V17c0-.465%200-.697-.03-.891a2.5%202.5%200%200%200-2.08-2.079C5.697%2014%205.465%2014%205%2014s-.697%200-.891.03a2.5%202.5%200%200%200-2.079%202.08C2%2016.303%202%2016.535%202%2017v.125c0%20.349%200%20.523.029.668a1.5%201.5%200%200%200%201.178%201.178c.145.029.32.029.668.029h2.25c.348%200%20.523%200%20.668-.029a1.5%201.5%200%200%200%201.178-1.178c.029-.145.029-.32.029-.668%22%2F%3E%3Cpath%20d%3D%22M5%2014V6.5a3.5%203.5%200%201%201%207%200v11a3.5%203.5%200%201%200%207%200V10%22%2F%3E%3Cpath%20d%3D%22M20.125%205h-2.25c-.349%200-.523%200-.668.029a1.5%201.5%200%200%200-1.178%201.178c-.029.145-.029.32-.029.668V7c0%20.465%200%20.697.03.891a2.5%202.5%200%200%200%202.08%202.079c.194.031.426.031.891.031s.697%200%20.891-.03A2.5%202.5%200%200%200%2021.97%207.89C22%207.697%2022%207.465%2022%207v-.125c0-.348%200-.523-.029-.668a1.5%201.5%200%200%200-1.178-1.178C20.648%205%2020.473%205%2020.125%205M17%205V3m4%200v2M3%2021v-2m4%200v2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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