Material Design Photo Icon

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

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

How to add Material Design Photo Icon ?

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

Photo

photo

1. Web

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

thumb_up

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


thumb_up

Photo

photo

Icon

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

Code

photo

Photo

photo

Icon

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

Code

photo

Photo

photo

Icon

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

Code

photo

Photo

photo

Icon

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

Code

photo

Photo

photo

Icon

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

Code

photo

2. Vuetify Icon Photo

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

thumb_up

<v-icon>photo</v-icon>

3. Material Ui Icon Photo - React

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

thumb_up

import PhotoIcon from '@mui/icons-material/Photo'

3. Angular Material Icon Photo - mat-icon

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

thumb_up

<mat-icon>photo</mat-icon>

Tags

image, mountain, mountains, photo, photography, picture

photo

photo

photo

photo


Material Icon Photo Icon | photo | HTML, CSS

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

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

Output of the above example will be as below-

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



photo- Faq(s)?

⭐What is the Material Design Photo Icon code?

Icon Code is - photo.

⭐ What is Vuetify Photo Icon code?

Vuetify Photo Icon code is: photo

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

import photoIcon from '@mui/icons-material/photo

⭐ What is Angular Material Photo Icon code?

Photo.

Advertisements



For More Icons?