hand right icon
hand-right from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- hand-right
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
Related icons in Material Design Icons
hand-back-lefthand-back-left-offhand-back-righthand-back-right-offhand-claphand-clap-offhand-coinhand-cyclehand-extendedhand-front-lefthand-front-righthand-hearthand-lefthand-okayhand-peacehand-peace-varianthand-pointing-downhand-pointing-lefthand-pointing-righthand-pointing-uphand-sawhand-washhand-waterhand-wave
Use the hand right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M21 6.58v12.09A3.33 3.33 0 0 1 17.67 22h-6.09c-.9 0-1.75-.36-2.37-1l-6.54-6.64s1.05-1.03 1.08-1.04a.985.985 0 0 1 1.16-.11c.03.01 3.59 2.05 3.59 2.05V5.33a1.25 1.25 0 0 1 1.25-1.25A1.25 1.25 0 0 1 11 5.33v5.84h.83V3.25A1.25 1.25 0 0 1 13.08 2c.7 0 1.25.56 1.25 1.25v7.92h.84V4.08c0-.69.55-1.25 1.25-1.25a1.25 1.25 0 0 1 1.25 1.25v7.09h.83V6.58a1.25 1.25 0 0 1 1.25-1.25A1.25 1.25 0 0 1 21 6.58z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function MdiHandRight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M21 6.58v12.09A3.33 3.33 0 0 1 17.67 22h-6.09c-.9 0-1.75-.36-2.37-1l-6.54-6.64s1.05-1.03 1.08-1.04a.985.985 0 0 1 1.16-.11c.03.01 3.59 2.05 3.59 2.05V5.33a1.25 1.25 0 0 1 1.25-1.25A1.25 1.25 0 0 1 11 5.33v5.84h.83V3.25A1.25 1.25 0 0 1 13.08 2c.7 0 1.25.56 1.25 1.25v7.92h.84V4.08c0-.69.55-1.25 1.25-1.25a1.25 1.25 0 0 1 1.25 1.25v7.09h.83V6.58a1.25 1.25 0 0 1 1.25-1.25A1.25 1.25 0 0 1 21 6.58z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M21 6.58v12.09A3.33 3.33 0 0 1 17.67 22h-6.09c-.9 0-1.75-.36-2.37-1l-6.54-6.64s1.05-1.03 1.08-1.04a.985.985 0 0 1 1.16-.11c.03.01 3.59 2.05 3.59 2.05V5.33a1.25 1.25 0 0 1 1.25-1.25A1.25 1.25 0 0 1 11 5.33v5.84h.83V3.25A1.25 1.25 0 0 1 13.08 2c.7 0 1.25.56 1.25 1.25v7.92h.84V4.08c0-.69.55-1.25 1.25-1.25a1.25 1.25 0 0 1 1.25 1.25v7.09h.83V6.58a1.25 1.25 0 0 1 1.25-1.25A1.25 1.25 0 0 1 21 6.58z" fill="currentColor"/></svg> </template>
CSS
.icon-hand-right {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M21%206.58v12.09A3.33%203.33%200%200%201%2017.67%2022h-6.09c-.9%200-1.75-.36-2.37-1l-6.54-6.64s1.05-1.03%201.08-1.04a.985.985%200%200%201%201.16-.11c.03.01%203.59%202.05%203.59%202.05V5.33a1.25%201.25%200%200%201%201.25-1.25A1.25%201.25%200%200%201%2011%205.33v5.84h.83V3.25A1.25%201.25%200%200%201%2013.08%202c.7%200%201.25.56%201.25%201.25v7.92h.84V4.08c0-.69.55-1.25%201.25-1.25a1.25%201.25%200%200%201%201.25%201.25v7.09h.83V6.58a1.25%201.25%200%200%201%201.25-1.25A1.25%201.25%200%200%201%2021%206.58z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M21%206.58v12.09A3.33%203.33%200%200%201%2017.67%2022h-6.09c-.9%200-1.75-.36-2.37-1l-6.54-6.64s1.05-1.03%201.08-1.04a.985.985%200%200%201%201.16-.11c.03.01%203.59%202.05%203.59%202.05V5.33a1.25%201.25%200%200%201%201.25-1.25A1.25%201.25%200%200%201%2011%205.33v5.84h.83V3.25A1.25%201.25%200%200%201%2013.08%202c.7%200%201.25.56%201.25%201.25v7.92h.84V4.08c0-.69.55-1.25%201.25-1.25a1.25%201.25%200%200%201%201.25%201.25v7.09h.83V6.58a1.25%201.25%200%200%201%201.25-1.25A1.25%201.25%200%200%201%2021%206.58z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/hand-right.svg?color=%231a73e8&size=48