cable-data from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
cable-data
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Use the cable data icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.05 3.5a3.52 3.52 0 0 0 0 4.97l8.49 8.48c.58.59.58 1.55 0 2.12c-.59.59-1.54.59-2.13 0l-4.24-4.24l1.06-1.06l-3.53-3.54l-.36.36l-1.41-1.42a1.02 1.02 0 0 0-1.43 0l-1.4 1.42c-.39.41-.39 1.02 0 1.41l1.4 1.41l-.34.36L6.7 17.3l1.06-1.06L12 20.5a3.53 3.53 0 0 0 4.95 0c1.37-1.38 1.37-3.6 0-4.96L8.46 7.05c-.58-.59-.58-1.55 0-2.12c.59-.59 1.54-.59 2.13 0l4.24 4.24l-1.06 1.06l3.53 3.54l.36-.36l1.41 1.42c.39.39 1.03.39 1.43 0l1.4-1.42c.39-.41.39-1.02 0-1.41l-1.4-1.41l.34-.36L17.3 6.7l-1.06 1.06L12 3.5a3.53 3.53 0 0 0-4.95 0m-4.24 7.79l1.41-1.41l1.42 1.41l-1.42 1.42m14.14 0l1.42-1.42l1.41 1.42l-1.41 1.41Z"/></svg>

React

import type { SVGProps } from "react";

export function MdiCableData(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="M7.05 3.5a3.52 3.52 0 0 0 0 4.97l8.49 8.48c.58.59.58 1.55 0 2.12c-.59.59-1.54.59-2.13 0l-4.24-4.24l1.06-1.06l-3.53-3.54l-.36.36l-1.41-1.42a1.02 1.02 0 0 0-1.43 0l-1.4 1.42c-.39.41-.39 1.02 0 1.41l1.4 1.41l-.34.36L6.7 17.3l1.06-1.06L12 20.5a3.53 3.53 0 0 0 4.95 0c1.37-1.38 1.37-3.6 0-4.96L8.46 7.05c-.58-.59-.58-1.55 0-2.12c.59-.59 1.54-.59 2.13 0l4.24 4.24l-1.06 1.06l3.53 3.54l.36-.36l1.41 1.42c.39.39 1.03.39 1.43 0l1.4-1.42c.39-.41.39-1.02 0-1.41l-1.4-1.41l.34-.36L17.3 6.7l-1.06 1.06L12 3.5a3.53 3.53 0 0 0-4.95 0m-4.24 7.79l1.41-1.41l1.42 1.41l-1.42 1.42m14.14 0l1.42-1.42l1.41 1.42l-1.41 1.41Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.05 3.5a3.52 3.52 0 0 0 0 4.97l8.49 8.48c.58.59.58 1.55 0 2.12c-.59.59-1.54.59-2.13 0l-4.24-4.24l1.06-1.06l-3.53-3.54l-.36.36l-1.41-1.42a1.02 1.02 0 0 0-1.43 0l-1.4 1.42c-.39.41-.39 1.02 0 1.41l1.4 1.41l-.34.36L6.7 17.3l1.06-1.06L12 20.5a3.53 3.53 0 0 0 4.95 0c1.37-1.38 1.37-3.6 0-4.96L8.46 7.05c-.58-.59-.58-1.55 0-2.12c.59-.59 1.54-.59 2.13 0l4.24 4.24l-1.06 1.06l3.53 3.54l.36-.36l1.41 1.42c.39.39 1.03.39 1.43 0l1.4-1.42c.39-.41.39-1.02 0-1.41l-1.4-1.41l.34-.36L17.3 6.7l-1.06 1.06L12 3.5a3.53 3.53 0 0 0-4.95 0m-4.24 7.79l1.41-1.41l1.42 1.41l-1.42 1.42m14.14 0l1.42-1.42l1.41 1.42l-1.41 1.41Z"/></svg>
</template>

CSS

.icon-cable-data {
  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%22M7.05%203.5a3.52%203.52%200%200%200%200%204.97l8.49%208.48c.58.59.58%201.55%200%202.12c-.59.59-1.54.59-2.13%200l-4.24-4.24l1.06-1.06l-3.53-3.54l-.36.36l-1.41-1.42a1.02%201.02%200%200%200-1.43%200l-1.4%201.42c-.39.41-.39%201.02%200%201.41l1.4%201.41l-.34.36L6.7%2017.3l1.06-1.06L12%2020.5a3.53%203.53%200%200%200%204.95%200c1.37-1.38%201.37-3.6%200-4.96L8.46%207.05c-.58-.59-.58-1.55%200-2.12c.59-.59%201.54-.59%202.13%200l4.24%204.24l-1.06%201.06l3.53%203.54l.36-.36l1.41%201.42c.39.39%201.03.39%201.43%200l1.4-1.42c.39-.41.39-1.02%200-1.41l-1.4-1.41l.34-.36L17.3%206.7l-1.06%201.06L12%203.5a3.53%203.53%200%200%200-4.95%200m-4.24%207.79l1.41-1.41l1.42%201.41l-1.42%201.42m14.14%200l1.42-1.42l1.41%201.42l-1.41%201.41Z%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%22M7.05%203.5a3.52%203.52%200%200%200%200%204.97l8.49%208.48c.58.59.58%201.55%200%202.12c-.59.59-1.54.59-2.13%200l-4.24-4.24l1.06-1.06l-3.53-3.54l-.36.36l-1.41-1.42a1.02%201.02%200%200%200-1.43%200l-1.4%201.42c-.39.41-.39%201.02%200%201.41l1.4%201.41l-.34.36L6.7%2017.3l1.06-1.06L12%2020.5a3.53%203.53%200%200%200%204.95%200c1.37-1.38%201.37-3.6%200-4.96L8.46%207.05c-.58-.59-.58-1.55%200-2.12c.59-.59%201.54-.59%202.13%200l4.24%204.24l-1.06%201.06l3.53%203.54l.36-.36l1.41%201.42c.39.39%201.03.39%201.43%200l1.4-1.42c.39-.41.39-1.02%200-1.41l-1.4-1.41l.34-.36L17.3%206.7l-1.06%201.06L12%203.5a3.53%203.53%200%200%200-4.95%200m-4.24%207.79l1.41-1.41l1.42%201.41l-1.42%201.42m14.14%200l1.42-1.42l1.41%201.42l-1.41%201.41Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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