cable-sharp from Material Symbols Light by Google · Sharp · Android · Apache-2.0 Free for personal and commercial use.

Name
cable-sharp
Set
Material Symbols Light
Style
Sharp
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
cable-outline-sharp

2 other variants in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

Use the cable icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 18.885v-4h2V7q0-1.458 1.021-2.479T9 3.5t2.479 1.021T12.5 7v10q0 1.056.722 1.778T15 19.5t1.778-.722T17.5 17V9.116h-2v-4h1V3.5h3v1.616h1v4h-2V17q0 1.458-1.021 2.479T15 20.5t-2.479-1.021T11.5 17V7q0-1.056-.722-1.778T9 4.5t-1.778.722T6.5 7v7.885h2v4h-1V20.5h-3v-1.616z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCableSharp(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="M3.5 18.885v-4h2V7q0-1.458 1.021-2.479T9 3.5t2.479 1.021T12.5 7v10q0 1.056.722 1.778T15 19.5t1.778-.722T17.5 17V9.116h-2v-4h1V3.5h3v1.616h1v4h-2V17q0 1.458-1.021 2.479T15 20.5t-2.479-1.021T11.5 17V7q0-1.056-.722-1.778T9 4.5t-1.778.722T6.5 7v7.885h2v4h-1V20.5h-3v-1.616z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 18.885v-4h2V7q0-1.458 1.021-2.479T9 3.5t2.479 1.021T12.5 7v10q0 1.056.722 1.778T15 19.5t1.778-.722T17.5 17V9.116h-2v-4h1V3.5h3v1.616h1v4h-2V17q0 1.458-1.021 2.479T15 20.5t-2.479-1.021T11.5 17V7q0-1.056-.722-1.778T9 4.5t-1.778.722T6.5 7v7.885h2v4h-1V20.5h-3v-1.616z"/></svg>
</template>

CSS

.icon-cable-sharp {
  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%22M3.5%2018.885v-4h2V7q0-1.458%201.021-2.479T9%203.5t2.479%201.021T12.5%207v10q0%201.056.722%201.778T15%2019.5t1.778-.722T17.5%2017V9.116h-2v-4h1V3.5h3v1.616h1v4h-2V17q0%201.458-1.021%202.479T15%2020.5t-2.479-1.021T11.5%2017V7q0-1.056-.722-1.778T9%204.5t-1.778.722T6.5%207v7.885h2v4h-1V20.5h-3v-1.616z%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%22M3.5%2018.885v-4h2V7q0-1.458%201.021-2.479T9%203.5t2.479%201.021T12.5%207v10q0%201.056.722%201.778T15%2019.5t1.778-.722T17.5%2017V9.116h-2v-4h1V3.5h3v1.616h1v4h-2V17q0%201.458-1.021%202.479T15%2020.5t-2.479-1.021T11.5%2017V7q0-1.056-.722-1.778T9%204.5t-1.778.722T6.5%207v7.885h2v4h-1V20.5h-3v-1.616z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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