Material Design Swipe Icon

Material Design Swipe Icon refers to hit or kill someone/something by moving your hand in a curve. This Material Design Swipe icon code is "swipe". You can use this swipe icon as Vuetify, Material UI, and Angular Material (Mat Icon).

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

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

How to add Material Design Swipe Icon ?

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


thumb_up

Swipe

swipe

Icon

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

Code

swipe

Swipe

swipe

Icon

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

Code

swipe

Swipe

swipe

Icon

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

Code

swipe

Swipe

swipe

Icon

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

Code

swipe

Swipe

swipe

Icon

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

Code

swipe

2. Vuetify Icon Swipe

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

thumb_up

<v-icon>swipe</v-icon>

3. Material Ui Icon Swipe - React

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

thumb_up

import SwipeIcon from '@mui/icons-material/Swipe'

3. Angular Material Icon Swipe - mat-icon

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

thumb_up

<mat-icon>swipe</mat-icon>

Tags

arrow, arrows, fingers, gesture, hand, hands, swipe, touch,Vuetify Swipe Icon (Vue Js), Material Ui Swipe Icon (React Js), Mat Icon Swipe (Angular Material)

swipe

swipe

swipe

swipe


Material Icon Swipe Icon | swipe | HTML, CSS

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

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

Output of the above example will be as below-

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

swipe- Faq(s)?

⭐What is the Material Design Swipe Icon code?

Icon Code is - swipe.

⭐ What is Vuetify Swipe Icon code?

Vuetify Swipe Icon code is: swipe

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

import swipeIcon from '@mui/icons-material/swipe

⭐ What is Angular Material Swipe Icon code?

Swipe.

Advertisements



For More Icons?