Material Design Cable Icon

Material Design Cable Icon refers to a thick wire, or a group of wires inside a rubber or plastic casing, used to carry electrical or electronic signals. This Material Design Cable icon code is "cable". You can use this cable icon as Material UI, Vuetify, and Angular Material (Mat Icon).

Cable Icon is given below. You can use this icon on the same way in your project. First make sure you have added Material Icon library. If this library is added just add the HTML css class cable to any element to add the icon. Material Design Cable Icon can be resized as per your need. You can manage size of icon(cable) by using font-size css style.

You can get steps to add HTML icon Cable in Web, Vuetify, Material UI, Material Design and Angular Material framwork.

How to add Material Design Cable Icon ?

Material Icon cable Icon can be added to any web page simply as below.

1. Web

You can integrate Icon in web pages by just adding following below syntax & icon code.

thumb_up

Icon -
<span class="material-icons">cable</span>
Icon Code -
cable


thumb_up

Cable

cable

Icon

<span class='material-icons-outlined'>cable</span>

Code

cable

Cable

cable

Icon

<span class='material-icons'>cable</span>

Code

cable

Cable

cable

Icon

<span class='material-icons-round'>cable</span>

Code

cable

Cable

cable

Icon

<span class='material-icons-sharp'>cable</span>

Code

cable

Cable

cable

Icon

<span class='material-icons-two-tone'>cable</span>

Code

cable

2. Vuetify Icon Cable

You can add icon in vuetify(VueJS) material design framework just as below-

thumb_up

<v-icon>cable</v-icon>

3. Material Ui Icon Cable - React

You can add icon in MaterialUi react framework just as below-

thumb_up

import CableIcon from '@mui/icons-material/Cable'

3. Angular Material Icon Cable - mat-icon

You can add mat icon Angular Material in Angular Material framework by just adding below code-

thumb_up

<mat-icon>cable</mat-icon>

Tags

cable, connect, connection, device, electronics, usb, wire,Vuetify Cable Icon (Vue Js), Material Ui Cable Icon (React Js), Mat Icon Cable (Angular Material)

cable

cable

cable

cable


Material Icon Cable Icon | cable | HTML, CSS

Adding Material Icon icon HTML Cable(cable) in web project is very simple. You need to add the icon class along with material-icons, it is basically main class and mandatory for icons so do not forget to add this class. You can customize Material Icon Cable Icon Cable as per your requirement, suppose that you need to chnage the color of Cable icon or change the size of size. It is pretty simple to change color of icon Cable just add style="color:red" it will make font color red. On the same way you can change size of Cable icon by just adding style="font-size:50px;". Smililarly you can add border color, shadow and other font styles to Cable. Hope this icon fullfilled your need. Thanks for visiting us.

Change Material Icon Icon Cable Color

Sometimes we need icons in different color, as we suggested by adding css style we can change color. Here we have created one example to change color of icons with css classes.


    <style>
.blue-color {
color:blue;
}
.green-color {
color:green;
}
.teal-color {
color:teal;
}
.yellow-color {
color:yellow;
}
.red-color {
color:red;
}
</style>
<span class="material-icons blue-color"> cable</span>
<span class="material-icons green-color">cable </span>
<span class="material-icons teal-color"> cable</span>
<span class="material-icons yellow-color">cable </span>
<span class="material-icons red-color">cable </span>

Output of the above example will be as below-

cable cable cable cable cable
Note- Make Sure You have included the below Material Design file in header-

        <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
    

Advertisements



Related Icons

cable- Faq(s)?

⭐What is the Material Design Cable Icon code?

Icon Code is - cable.

⭐ What is Vuetify Cable Icon code?

Vuetify Cable Icon code is: cable

⭐What is Material UI Cable Icon (React) code?

import cableIcon from '@mui/icons-material/cable

⭐ What is Angular Material Cable Icon code?

Cable.

Advertisements



For More Icons?