hand-right-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
hand-right-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

7 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the hand right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 4.25a1 1 0 1 0-2 0v6.747a.5.5 0 1 1-1 0v-5a1 1 0 0 0-2 0v8.756c0 2.18 1.168 4.51 1.914 5.789C7.47 21.496 8.494 22 9.537 22h2.168a3.25 3.25 0 0 0 2.907-1.798l.133-.266a11.3 11.3 0 0 1 1.562-2.339l2.212-2.552l2.192-1.705a.75.75 0 0 0 .289-.59c0-.485-.26-.845-.592-1.06c-.296-.19-.65-.273-.962-.31c-.636-.075-1.41.002-2.089.134c-.513.1-.974.294-1.357.505v-7.77a1 1 0 1 0-2 0v6.25a.5.5 0 0 1-1 0V2.996a1 1 0 1 0-2 0V10.5a.5.5 0 0 1-1 0z"/></svg>

React

import type { SVGProps } from "react";

export function FluentHandRight24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 4.25a1 1 0 1 0-2 0v6.747a.5.5 0 1 1-1 0v-5a1 1 0 0 0-2 0v8.756c0 2.18 1.168 4.51 1.914 5.789C7.47 21.496 8.494 22 9.537 22h2.168a3.25 3.25 0 0 0 2.907-1.798l.133-.266a11.3 11.3 0 0 1 1.562-2.339l2.212-2.552l2.192-1.705a.75.75 0 0 0 .289-.59c0-.485-.26-.845-.592-1.06c-.296-.19-.65-.273-.962-.31c-.636-.075-1.41.002-2.089.134c-.513.1-.974.294-1.357.505v-7.77a1 1 0 1 0-2 0v6.25a.5.5 0 0 1-1 0V2.996a1 1 0 1 0-2 0V10.5a.5.5 0 0 1-1 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 4.25a1 1 0 1 0-2 0v6.747a.5.5 0 1 1-1 0v-5a1 1 0 0 0-2 0v8.756c0 2.18 1.168 4.51 1.914 5.789C7.47 21.496 8.494 22 9.537 22h2.168a3.25 3.25 0 0 0 2.907-1.798l.133-.266a11.3 11.3 0 0 1 1.562-2.339l2.212-2.552l2.192-1.705a.75.75 0 0 0 .289-.59c0-.485-.26-.845-.592-1.06c-.296-.19-.65-.273-.962-.31c-.636-.075-1.41.002-2.089.134c-.513.1-.974.294-1.357.505v-7.77a1 1 0 1 0-2 0v6.25a.5.5 0 0 1-1 0V2.996a1 1 0 1 0-2 0V10.5a.5.5 0 0 1-1 0z"/></svg>
</template>

CSS

.icon-hand-right-24-filled {
  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%20fill%3D%22currentColor%22%20d%3D%22M10%204.25a1%201%200%201%200-2%200v6.747a.5.5%200%201%201-1%200v-5a1%201%200%200%200-2%200v8.756c0%202.18%201.168%204.51%201.914%205.789C7.47%2021.496%208.494%2022%209.537%2022h2.168a3.25%203.25%200%200%200%202.907-1.798l.133-.266a11.3%2011.3%200%200%201%201.562-2.339l2.212-2.552l2.192-1.705a.75.75%200%200%200%20.289-.59c0-.485-.26-.845-.592-1.06c-.296-.19-.65-.273-.962-.31c-.636-.075-1.41.002-2.089.134c-.513.1-.974.294-1.357.505v-7.77a1%201%200%201%200-2%200v6.25a.5.5%200%200%201-1%200V2.996a1%201%200%201%200-2%200V10.5a.5.5%200%200%201-1%200z%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%20fill%3D%22currentColor%22%20d%3D%22M10%204.25a1%201%200%201%200-2%200v6.747a.5.5%200%201%201-1%200v-5a1%201%200%200%200-2%200v8.756c0%202.18%201.168%204.51%201.914%205.789C7.47%2021.496%208.494%2022%209.537%2022h2.168a3.25%203.25%200%200%200%202.907-1.798l.133-.266a11.3%2011.3%200%200%201%201.562-2.339l2.212-2.552l2.192-1.705a.75.75%200%200%200%20.289-.59c0-.485-.26-.845-.592-1.06c-.296-.19-.65-.273-.962-.31c-.636-.075-1.41.002-2.089.134c-.513.1-.974.294-1.357.505v-7.77a1%201%200%201%200-2%200v6.25a.5.5%200%200%201-1%200V2.996a1%201%200%201%200-2%200V10.5a.5.5%200%200%201-1%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/hand-right-24-filled.svg?color=%231a73e8&size=48