Material Design Card Travel Icon

Material Design Card Travel Icon refers to a travel card is a type of credit card specially designed with the needs of the traveler in mind. This Material Design Card Travel icon code is "card_travel". You can use this card travel icon as Material UI, Vuetify, and Angular Material (Mat Icon).

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

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

How to add Material Design Card Travel Icon ?

Material Icon card_travel 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">card_travel</span>
Icon Code -
card_travel


thumb_up

Card Travel

card_travel

Icon

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

Code

card_travel

Card Travel

card_travel

Icon

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

Code

card_travel

Card Travel

card_travel

Icon

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

Code

card_travel

Card Travel

card_travel

Icon

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

Code

card_travel

Card Travel

card_travel

Icon

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

Code

card_travel

2. Vuetify Icon Card Travel

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

thumb_up

<v-icon>card_travel</v-icon>

3. Material Ui Icon Card Travel - React

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

thumb_up

import CardTravelIcon from '@mui/icons-material/CardTravel'

3. Angular Material Icon Card Travel - mat-icon

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

thumb_up

<mat-icon>card_travel</mat-icon>

Tags

bill, card, cash, coin, commerce, cost, credit, currency, dollars, inance, membership, miles, money, online, pay, payment, travel, trip,Vuetify Card Travel Icon (Vue Js), Material Ui Card Travel Icon (React Js), Mat Icon Card Travel (Angular Material)

card_travel

card_travel

card_travel

card_travel


Material Icon Card Travel Icon | card_travel | HTML, CSS

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

Change Material Icon Icon Card Travel 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"> card_travel</span>
<span class="material-icons green-color">card_travel </span>
<span class="material-icons teal-color"> card_travel</span>
<span class="material-icons yellow-color">card_travel </span>
<span class="material-icons red-color">card_travel </span>

Output of the above example will be as below-

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



card_travel- Faq(s)?

⭐What is the Material Design Card Travel Icon code?

Icon Code is - card_travel.

⭐ What is Vuetify Card Travel Icon code?

Vuetify Card Travel Icon code is: card_travel

⭐What is Material UI Card Travel Icon (React) code?

import card_travelIcon from '@mui/icons-material/card_travel

⭐ What is Angular Material Card Travel Icon code?

Card Travel.

Advertisements



For More Icons?