hand point right icon

hand-point-right from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
hand-point-right
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Related icons in Framework7 Icons

Use the hand point right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M3.344 30.895c0 9.914 6.656 16.546 17.625 16.546h5.109c5.414 0 8.555-2.554 8.625-6.914c1.711-.539 2.766-1.945 2.766-3.914c0-.656-.141-1.336-.352-2.039c1.875-.61 3.047-2.156 3.047-4.195c0-.54-.07-1.102-.258-1.664h7.805c2.976 0 4.945-1.969 4.945-4.735c0-2.789-1.969-4.757-4.945-4.757H28.164c-.117 0-.211-.07-.211-.188c0-.094.07-.164.164-.187l3.75-1.57c2.438-1.032 3.375-3.141 2.555-5.344c-.914-2.461-3.305-3.375-6.235-2.344l-11.601 4.125c-8.79 3.117-13.242 8.906-13.242 17.18m3.234.117c0-6.563 3.023-11.578 11.016-14.438l11.578-4.148c1.218-.446 2.11-.117 2.484.82c.328.89-.187 1.711-1.195 2.156l-7.125 3.188c-1.172.515-1.547 1.242-1.547 2.062c0 .985.773 1.688 1.851 1.688h24.282c1.008 0 1.71.68 1.71 1.64c0 .961-.702 1.618-1.71 1.618H30.578c-.82 0-1.43.703-1.43 1.523c0 .797.61 1.453 1.43 1.453h6.234c.211.399.329.938.329 1.406c0 1.172-.774 1.875-1.993 1.875h-5.46c-.868 0-1.43.704-1.43 1.5c0 .774.562 1.477 1.43 1.477h4.43c.21.398.327.938.327 1.383c0 1.195-.773 1.875-1.992 1.875h-3.656c-.867 0-1.453.726-1.453 1.523c0 .774.586 1.453 1.453 1.453h2.695c0 2.086-2.156 3.282-5.883 3.282h-4.265c-9.422 0-14.766-5.063-14.766-13.336"/></svg>

React

import type { SVGProps } from "react";

export function F7HandPointRight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M3.344 30.895c0 9.914 6.656 16.546 17.625 16.546h5.109c5.414 0 8.555-2.554 8.625-6.914c1.711-.539 2.766-1.945 2.766-3.914c0-.656-.141-1.336-.352-2.039c1.875-.61 3.047-2.156 3.047-4.195c0-.54-.07-1.102-.258-1.664h7.805c2.976 0 4.945-1.969 4.945-4.735c0-2.789-1.969-4.757-4.945-4.757H28.164c-.117 0-.211-.07-.211-.188c0-.094.07-.164.164-.187l3.75-1.57c2.438-1.032 3.375-3.141 2.555-5.344c-.914-2.461-3.305-3.375-6.235-2.344l-11.601 4.125c-8.79 3.117-13.242 8.906-13.242 17.18m3.234.117c0-6.563 3.023-11.578 11.016-14.438l11.578-4.148c1.218-.446 2.11-.117 2.484.82c.328.89-.187 1.711-1.195 2.156l-7.125 3.188c-1.172.515-1.547 1.242-1.547 2.062c0 .985.773 1.688 1.851 1.688h24.282c1.008 0 1.71.68 1.71 1.64c0 .961-.702 1.618-1.71 1.618H30.578c-.82 0-1.43.703-1.43 1.523c0 .797.61 1.453 1.43 1.453h6.234c.211.399.329.938.329 1.406c0 1.172-.774 1.875-1.993 1.875h-5.46c-.868 0-1.43.704-1.43 1.5c0 .774.562 1.477 1.43 1.477h4.43c.21.398.327.938.327 1.383c0 1.195-.773 1.875-1.992 1.875h-3.656c-.867 0-1.453.726-1.453 1.523c0 .774.586 1.453 1.453 1.453h2.695c0 2.086-2.156 3.282-5.883 3.282h-4.265c-9.422 0-14.766-5.063-14.766-13.336"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M3.344 30.895c0 9.914 6.656 16.546 17.625 16.546h5.109c5.414 0 8.555-2.554 8.625-6.914c1.711-.539 2.766-1.945 2.766-3.914c0-.656-.141-1.336-.352-2.039c1.875-.61 3.047-2.156 3.047-4.195c0-.54-.07-1.102-.258-1.664h7.805c2.976 0 4.945-1.969 4.945-4.735c0-2.789-1.969-4.757-4.945-4.757H28.164c-.117 0-.211-.07-.211-.188c0-.094.07-.164.164-.187l3.75-1.57c2.438-1.032 3.375-3.141 2.555-5.344c-.914-2.461-3.305-3.375-6.235-2.344l-11.601 4.125c-8.79 3.117-13.242 8.906-13.242 17.18m3.234.117c0-6.563 3.023-11.578 11.016-14.438l11.578-4.148c1.218-.446 2.11-.117 2.484.82c.328.89-.187 1.711-1.195 2.156l-7.125 3.188c-1.172.515-1.547 1.242-1.547 2.062c0 .985.773 1.688 1.851 1.688h24.282c1.008 0 1.71.68 1.71 1.64c0 .961-.702 1.618-1.71 1.618H30.578c-.82 0-1.43.703-1.43 1.523c0 .797.61 1.453 1.43 1.453h6.234c.211.399.329.938.329 1.406c0 1.172-.774 1.875-1.993 1.875h-5.46c-.868 0-1.43.704-1.43 1.5c0 .774.562 1.477 1.43 1.477h4.43c.21.398.327.938.327 1.383c0 1.195-.773 1.875-1.992 1.875h-3.656c-.867 0-1.453.726-1.453 1.523c0 .774.586 1.453 1.453 1.453h2.695c0 2.086-2.156 3.282-5.883 3.282h-4.265c-9.422 0-14.766-5.063-14.766-13.336"/></svg>
</template>

CSS

.icon-hand-point-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.344%2030.895c0%209.914%206.656%2016.546%2017.625%2016.546h5.109c5.414%200%208.555-2.554%208.625-6.914c1.711-.539%202.766-1.945%202.766-3.914c0-.656-.141-1.336-.352-2.039c1.875-.61%203.047-2.156%203.047-4.195c0-.54-.07-1.102-.258-1.664h7.805c2.976%200%204.945-1.969%204.945-4.735c0-2.789-1.969-4.757-4.945-4.757H28.164c-.117%200-.211-.07-.211-.188c0-.094.07-.164.164-.187l3.75-1.57c2.438-1.032%203.375-3.141%202.555-5.344c-.914-2.461-3.305-3.375-6.235-2.344l-11.601%204.125c-8.79%203.117-13.242%208.906-13.242%2017.18m3.234.117c0-6.563%203.023-11.578%2011.016-14.438l11.578-4.148c1.218-.446%202.11-.117%202.484.82c.328.89-.187%201.711-1.195%202.156l-7.125%203.188c-1.172.515-1.547%201.242-1.547%202.062c0%20.985.773%201.688%201.851%201.688h24.282c1.008%200%201.71.68%201.71%201.64c0%20.961-.702%201.618-1.71%201.618H30.578c-.82%200-1.43.703-1.43%201.523c0%20.797.61%201.453%201.43%201.453h6.234c.211.399.329.938.329%201.406c0%201.172-.774%201.875-1.993%201.875h-5.46c-.868%200-1.43.704-1.43%201.5c0%20.774.562%201.477%201.43%201.477h4.43c.21.398.327.938.327%201.383c0%201.195-.773%201.875-1.992%201.875h-3.656c-.867%200-1.453.726-1.453%201.523c0%20.774.586%201.453%201.453%201.453h2.695c0%202.086-2.156%203.282-5.883%203.282h-4.265c-9.422%200-14.766-5.063-14.766-13.336%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.344%2030.895c0%209.914%206.656%2016.546%2017.625%2016.546h5.109c5.414%200%208.555-2.554%208.625-6.914c1.711-.539%202.766-1.945%202.766-3.914c0-.656-.141-1.336-.352-2.039c1.875-.61%203.047-2.156%203.047-4.195c0-.54-.07-1.102-.258-1.664h7.805c2.976%200%204.945-1.969%204.945-4.735c0-2.789-1.969-4.757-4.945-4.757H28.164c-.117%200-.211-.07-.211-.188c0-.094.07-.164.164-.187l3.75-1.57c2.438-1.032%203.375-3.141%202.555-5.344c-.914-2.461-3.305-3.375-6.235-2.344l-11.601%204.125c-8.79%203.117-13.242%208.906-13.242%2017.18m3.234.117c0-6.563%203.023-11.578%2011.016-14.438l11.578-4.148c1.218-.446%202.11-.117%202.484.82c.328.89-.187%201.711-1.195%202.156l-7.125%203.188c-1.172.515-1.547%201.242-1.547%202.062c0%20.985.773%201.688%201.851%201.688h24.282c1.008%200%201.71.68%201.71%201.64c0%20.961-.702%201.618-1.71%201.618H30.578c-.82%200-1.43.703-1.43%201.523c0%20.797.61%201.453%201.43%201.453h6.234c.211.399.329.938.329%201.406c0%201.172-.774%201.875-1.993%201.875h-5.46c-.868%200-1.43.704-1.43%201.5c0%20.774.562%201.477%201.43%201.477h4.43c.21.398.327.938.327%201.383c0%201.195-.773%201.875-1.992%201.875h-3.656c-.867%200-1.453.726-1.453%201.523c0%20.774.586%201.453%201.453%201.453h2.695c0%202.086-2.156%203.282-5.883%203.282h-4.265c-9.422%200-14.766-5.063-14.766-13.336%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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