Material Design Attractions Icon

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

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

How to add Material Design Attractions Icon ?

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

Attractions

attractions

1. Web

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

thumb_up

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


thumb_up

Attractions

attractions

Icon

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

Code

attractions

Attractions

attractions

Icon

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

Code

attractions

Attractions

attractions

Icon

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

Code

attractions

Attractions

attractions

Icon

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

Code

attractions

Attractions

attractions

Icon

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

Code

attractions

2. Vuetify Icon Attractions

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

thumb_up

<v-icon>attractions</v-icon>

3. Material Ui Icon Attractions - React

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

thumb_up

import AttractionsIcon from '@mui/icons-material/Attractions'

3. Angular Material Icon Attractions - mat-icon

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

thumb_up

<mat-icon>attractions</mat-icon>

Tags

amusement, attractions, entertainment, ferris, fun, maps, park, places, wheel

attractions

attractions

attractions

attractions


Material Icon Attractions Icon | attractions | HTML, CSS

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

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

Output of the above example will be as below-

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

attractions- Faq(s)?

⭐What is the Material Design Attractions Icon code?

Icon Code is - attractions.

⭐ What is Vuetify Attractions Icon code?

Vuetify Attractions Icon code is: attractions

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

import attractionsIcon from '@mui/icons-material/attractions

⭐ What is Angular Material Attractions Icon code?

Attractions.

Advertisements



For More Icons?