round front hand icon

round-front-hand from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
round-front-hand
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the round front hand icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 14.5c0 .28-.22.5-.5.5c-1.51 0-2.77 1.12-2.97 2.58c-.03.24-.25.42-.49.42c-.3 0-.54-.27-.5-.57a4.03 4.03 0 0 1 3.46-3.4V3.25a1.25 1.25 0 0 0-2.5 0v7.25c0 .28-.22.5-.5.5s-.5-.22-.5-.5V1.25a1.25 1.25 0 0 0-2.5 0v9.25c0 .28-.22.5-.5.5s-.5-.22-.5-.5V2.75a1.25 1.25 0 0 0-2.5 0v8.75c0 .28-.22.5-.5.5s-.5-.22-.5-.5V5.75a1.25 1.25 0 0 0-2.5 0v10c0 4.56 3.69 8.25 8.25 8.25S21 20.31 21 15.75v-6.5a1.25 1.25 0 0 0-2.5 0z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundFrontHand(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="M18.5 14.5c0 .28-.22.5-.5.5c-1.51 0-2.77 1.12-2.97 2.58c-.03.24-.25.42-.49.42c-.3 0-.54-.27-.5-.57a4.03 4.03 0 0 1 3.46-3.4V3.25a1.25 1.25 0 0 0-2.5 0v7.25c0 .28-.22.5-.5.5s-.5-.22-.5-.5V1.25a1.25 1.25 0 0 0-2.5 0v9.25c0 .28-.22.5-.5.5s-.5-.22-.5-.5V2.75a1.25 1.25 0 0 0-2.5 0v8.75c0 .28-.22.5-.5.5s-.5-.22-.5-.5V5.75a1.25 1.25 0 0 0-2.5 0v10c0 4.56 3.69 8.25 8.25 8.25S21 20.31 21 15.75v-6.5a1.25 1.25 0 0 0-2.5 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="M18.5 14.5c0 .28-.22.5-.5.5c-1.51 0-2.77 1.12-2.97 2.58c-.03.24-.25.42-.49.42c-.3 0-.54-.27-.5-.57a4.03 4.03 0 0 1 3.46-3.4V3.25a1.25 1.25 0 0 0-2.5 0v7.25c0 .28-.22.5-.5.5s-.5-.22-.5-.5V1.25a1.25 1.25 0 0 0-2.5 0v9.25c0 .28-.22.5-.5.5s-.5-.22-.5-.5V2.75a1.25 1.25 0 0 0-2.5 0v8.75c0 .28-.22.5-.5.5s-.5-.22-.5-.5V5.75a1.25 1.25 0 0 0-2.5 0v10c0 4.56 3.69 8.25 8.25 8.25S21 20.31 21 15.75v-6.5a1.25 1.25 0 0 0-2.5 0z"/></svg>
</template>

CSS

.icon-round-front-hand {
  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%22M18.5%2014.5c0%20.28-.22.5-.5.5c-1.51%200-2.77%201.12-2.97%202.58c-.03.24-.25.42-.49.42c-.3%200-.54-.27-.5-.57a4.03%204.03%200%200%201%203.46-3.4V3.25a1.25%201.25%200%200%200-2.5%200v7.25c0%20.28-.22.5-.5.5s-.5-.22-.5-.5V1.25a1.25%201.25%200%200%200-2.5%200v9.25c0%20.28-.22.5-.5.5s-.5-.22-.5-.5V2.75a1.25%201.25%200%200%200-2.5%200v8.75c0%20.28-.22.5-.5.5s-.5-.22-.5-.5V5.75a1.25%201.25%200%200%200-2.5%200v10c0%204.56%203.69%208.25%208.25%208.25S21%2020.31%2021%2015.75v-6.5a1.25%201.25%200%200%200-2.5%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%22M18.5%2014.5c0%20.28-.22.5-.5.5c-1.51%200-2.77%201.12-2.97%202.58c-.03.24-.25.42-.49.42c-.3%200-.54-.27-.5-.57a4.03%204.03%200%200%201%203.46-3.4V3.25a1.25%201.25%200%200%200-2.5%200v7.25c0%20.28-.22.5-.5.5s-.5-.22-.5-.5V1.25a1.25%201.25%200%200%200-2.5%200v9.25c0%20.28-.22.5-.5.5s-.5-.22-.5-.5V2.75a1.25%201.25%200%200%200-2.5%200v8.75c0%20.28-.22.5-.5.5s-.5-.22-.5-.5V5.75a1.25%201.25%200%200%200-2.5%200v10c0%204.56%203.69%208.25%208.25%208.25S21%2020.31%2021%2015.75v-6.5a1.25%201.25%200%200%200-2.5%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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