Material Design Art Track Icon

Art Track 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 art_track to any element to add the icon. Material Design Art Track Icon can be resized as per your need. You can manage size of icon(art_track) by using font-size css style.

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

How to add Material Design Art Track Icon ?

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

Art Track

art_track

1. Web

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

thumb_up

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


thumb_up

Art Track

art_track

Icon

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

Code

art_track

Art Track

art_track

Icon

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

Code

art_track

Art Track

art_track

Icon

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

Code

art_track

Art Track

art_track

Icon

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

Code

art_track

Art Track

art_track

Icon

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

Code

art_track

2. Vuetify Icon Art Track

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

thumb_up

<v-icon>art_track</v-icon>

3. Material Ui Icon Art Track - React

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

thumb_up

import ArtTrackIcon from '@mui/icons-material/ArtTrack'

3. Angular Material Icon Art Track - mat-icon

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

thumb_up

<mat-icon>art_track</mat-icon>

Tags

album, art, artist, audio, image, music, photo, photography, picture, sound, track, tracks

art_track

art_track

art_track

art_track


Material Icon Art Track Icon | art_track | HTML, CSS

Adding Material Icon icon HTML Art Track(art_track) 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 Art Track Icon Art Track as per your requirement, suppose that you need to chnage the color of Art Track icon or change the size of size. It is pretty simple to change color of icon Art Track just add style="color:red" it will make font color red. On the same way you can change size of Art Track icon by just adding style="font-size:50px;". Smililarly you can add border color, shadow and other font styles to Art Track. Hope this icon fullfilled your need. Thanks for visiting us.

Change Material Icon Icon Art Track 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"> art_track</span>
<span class="material-icons green-color">art_track </span>
<span class="material-icons teal-color"> art_track</span>
<span class="material-icons yellow-color">art_track </span>
<span class="material-icons red-color">art_track </span>

Output of the above example will be as below-

art_track art_track art_track art_track art_track
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



art_track- Faq(s)?

⭐What is the Material Design Art Track Icon code?

Icon Code is - art_track.

⭐ What is Vuetify Art Track Icon code?

Vuetify Art Track Icon code is: art_track

⭐What is Material UI Art Track Icon (React) code?

import art_trackIcon from '@mui/icons-material/art_track

⭐ What is Angular Material Art Track Icon code?

Art Track.

Advertisements



For More Icons?