rightwards pushing hand light emoji

rightwards-pushing-hand-light from Fluent Emoji Flat by Microsoft Corporation · Default · People & Body · MIT Free for personal and commercial use.

Name
rightwards-pushing-hand-light
Set
Fluent Emoji Flat
Style
Default
Category
People & Body
Viewbox
32×32
License
MIT

The same emoji in other sets

More people & body icons from Fluent Emoji Flat

Use the rightwards pushing hand light emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#803bff" d="M0 19.5L16 17v.55c1.228.709 2.241 2.722 2.47 5.17c.293 3.16-.833 5.848-2.515 6.004l-.052.004L0 31z"/><path fill="#ffd7c2" d="M15.453 26.545c1.116.245 2.462-.053 3.526-.318c1.872-.464 4.775-2.581 5.932-4.943c1.372-2.8 1.21-8.676.793-11.818c-.215-1.624-1.198-2.364-2.728-2.036c-.018-2.302-1.58-2.691-2.39-2.563C20.394 3.674 19.164 3 18.155 3c-1.59 0-1.905 1.867-1.905 1.867c-2.48.165-2.155 2.225-2.155 2.225l.533 4.55s-1.329-.486-2.306.766c-.75.96-.05 2.206.683 3.505c.28.496.563 1 .772 1.498c.439 1.044.194 2.2-.712 2.941l-.03.02c-1.155.758-1.223 2.694-.152 4.324c.679 1.034 1.653 1.697 2.57 1.85"/><path fill="#f1b99b" d="M16.25 4.867s.08-.475.363-.945c.603.121 1.073.464 1.42.94c.437.6.673 1.398.807 2.2c.215 1.288.188 2.759.169 3.78a35 35 0 0 0-.009.657a.5.5 0 0 1-1 0q.001-.324.01-.725c.018-1.023.042-2.362-.156-3.547c-.124-.745-.328-1.362-.63-1.776c-.259-.356-.59-.566-1.069-.577zm-1.622 6.773l-.126-1.075c1.114.246 2.038.976 2.74 1.783c.868.998 1.464 2.188 1.732 2.994a.5.5 0 0 1-.948.316c-.232-.695-.767-1.766-1.54-2.654c-.542-.623-1.168-1.12-1.858-1.364m7.022-6.644a2.06 2.06 0 0 0-1.05-.132q.042.179.078.376c.12.644.197 1.395.245 2.187c.083 1.368.08 2.825.077 4.02V12a.5.5 0 0 0 1 0v-.545c.003-1.194.006-2.686-.08-4.089a19 19 0 0 0-.258-2.308zm1.362 2.426a2.8 2.8 0 0 1 1.002-.041q.037.319.069.71c.092 1.143.13 2.724-.087 4.47a.5.5 0 0 1-.992-.123a21.2 21.2 0 0 0 .008-5.016"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatRightwardsPushingHandLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#803bff" d="M0 19.5L16 17v.55c1.228.709 2.241 2.722 2.47 5.17c.293 3.16-.833 5.848-2.515 6.004l-.052.004L0 31z"/><path fill="#ffd7c2" d="M15.453 26.545c1.116.245 2.462-.053 3.526-.318c1.872-.464 4.775-2.581 5.932-4.943c1.372-2.8 1.21-8.676.793-11.818c-.215-1.624-1.198-2.364-2.728-2.036c-.018-2.302-1.58-2.691-2.39-2.563C20.394 3.674 19.164 3 18.155 3c-1.59 0-1.905 1.867-1.905 1.867c-2.48.165-2.155 2.225-2.155 2.225l.533 4.55s-1.329-.486-2.306.766c-.75.96-.05 2.206.683 3.505c.28.496.563 1 .772 1.498c.439 1.044.194 2.2-.712 2.941l-.03.02c-1.155.758-1.223 2.694-.152 4.324c.679 1.034 1.653 1.697 2.57 1.85"/><path fill="#f1b99b" d="M16.25 4.867s.08-.475.363-.945c.603.121 1.073.464 1.42.94c.437.6.673 1.398.807 2.2c.215 1.288.188 2.759.169 3.78a35 35 0 0 0-.009.657a.5.5 0 0 1-1 0q.001-.324.01-.725c.018-1.023.042-2.362-.156-3.547c-.124-.745-.328-1.362-.63-1.776c-.259-.356-.59-.566-1.069-.577zm-1.622 6.773l-.126-1.075c1.114.246 2.038.976 2.74 1.783c.868.998 1.464 2.188 1.732 2.994a.5.5 0 0 1-.948.316c-.232-.695-.767-1.766-1.54-2.654c-.542-.623-1.168-1.12-1.858-1.364m7.022-6.644a2.06 2.06 0 0 0-1.05-.132q.042.179.078.376c.12.644.197 1.395.245 2.187c.083 1.368.08 2.825.077 4.02V12a.5.5 0 0 0 1 0v-.545c.003-1.194.006-2.686-.08-4.089a19 19 0 0 0-.258-2.308zm1.362 2.426a2.8 2.8 0 0 1 1.002-.041q.037.319.069.71c.092 1.143.13 2.724-.087 4.47a.5.5 0 0 1-.992-.123a21.2 21.2 0 0 0 .008-5.016"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#803bff" d="M0 19.5L16 17v.55c1.228.709 2.241 2.722 2.47 5.17c.293 3.16-.833 5.848-2.515 6.004l-.052.004L0 31z"/><path fill="#ffd7c2" d="M15.453 26.545c1.116.245 2.462-.053 3.526-.318c1.872-.464 4.775-2.581 5.932-4.943c1.372-2.8 1.21-8.676.793-11.818c-.215-1.624-1.198-2.364-2.728-2.036c-.018-2.302-1.58-2.691-2.39-2.563C20.394 3.674 19.164 3 18.155 3c-1.59 0-1.905 1.867-1.905 1.867c-2.48.165-2.155 2.225-2.155 2.225l.533 4.55s-1.329-.486-2.306.766c-.75.96-.05 2.206.683 3.505c.28.496.563 1 .772 1.498c.439 1.044.194 2.2-.712 2.941l-.03.02c-1.155.758-1.223 2.694-.152 4.324c.679 1.034 1.653 1.697 2.57 1.85"/><path fill="#f1b99b" d="M16.25 4.867s.08-.475.363-.945c.603.121 1.073.464 1.42.94c.437.6.673 1.398.807 2.2c.215 1.288.188 2.759.169 3.78a35 35 0 0 0-.009.657a.5.5 0 0 1-1 0q.001-.324.01-.725c.018-1.023.042-2.362-.156-3.547c-.124-.745-.328-1.362-.63-1.776c-.259-.356-.59-.566-1.069-.577zm-1.622 6.773l-.126-1.075c1.114.246 2.038.976 2.74 1.783c.868.998 1.464 2.188 1.732 2.994a.5.5 0 0 1-.948.316c-.232-.695-.767-1.766-1.54-2.654c-.542-.623-1.168-1.12-1.858-1.364m7.022-6.644a2.06 2.06 0 0 0-1.05-.132q.042.179.078.376c.12.644.197 1.395.245 2.187c.083 1.368.08 2.825.077 4.02V12a.5.5 0 0 0 1 0v-.545c.003-1.194.006-2.686-.08-4.089a19 19 0 0 0-.258-2.308zm1.362 2.426a2.8 2.8 0 0 1 1.002-.041q.037.319.069.71c.092 1.143.13 2.724-.087 4.47a.5.5 0 0 1-.992-.123a21.2 21.2 0 0 0 .008-5.016"/></g></svg>
</template>

CSS

.icon-rightwards-pushing-hand-light {
  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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23803bff%22%20d%3D%22M0%2019.5L16%2017v.55c1.228.709%202.241%202.722%202.47%205.17c.293%203.16-.833%205.848-2.515%206.004l-.052.004L0%2031z%22%2F%3E%3Cpath%20fill%3D%22%23ffd7c2%22%20d%3D%22M15.453%2026.545c1.116.245%202.462-.053%203.526-.318c1.872-.464%204.775-2.581%205.932-4.943c1.372-2.8%201.21-8.676.793-11.818c-.215-1.624-1.198-2.364-2.728-2.036c-.018-2.302-1.58-2.691-2.39-2.563C20.394%203.674%2019.164%203%2018.155%203c-1.59%200-1.905%201.867-1.905%201.867c-2.48.165-2.155%202.225-2.155%202.225l.533%204.55s-1.329-.486-2.306.766c-.75.96-.05%202.206.683%203.505c.28.496.563%201%20.772%201.498c.439%201.044.194%202.2-.712%202.941l-.03.02c-1.155.758-1.223%202.694-.152%204.324c.679%201.034%201.653%201.697%202.57%201.85%22%2F%3E%3Cpath%20fill%3D%22%23f1b99b%22%20d%3D%22M16.25%204.867s.08-.475.363-.945c.603.121%201.073.464%201.42.94c.437.6.673%201.398.807%202.2c.215%201.288.188%202.759.169%203.78a35%2035%200%200%200-.009.657a.5.5%200%200%201-1%200q.001-.324.01-.725c.018-1.023.042-2.362-.156-3.547c-.124-.745-.328-1.362-.63-1.776c-.259-.356-.59-.566-1.069-.577zm-1.622%206.773l-.126-1.075c1.114.246%202.038.976%202.74%201.783c.868.998%201.464%202.188%201.732%202.994a.5.5%200%200%201-.948.316c-.232-.695-.767-1.766-1.54-2.654c-.542-.623-1.168-1.12-1.858-1.364m7.022-6.644a2.06%202.06%200%200%200-1.05-.132q.042.179.078.376c.12.644.197%201.395.245%202.187c.083%201.368.08%202.825.077%204.02V12a.5.5%200%200%200%201%200v-.545c.003-1.194.006-2.686-.08-4.089a19%2019%200%200%200-.258-2.308zm1.362%202.426a2.8%202.8%200%200%201%201.002-.041q.037.319.069.71c.092%201.143.13%202.724-.087%204.47a.5.5%200%200%201-.992-.123a21.2%2021.2%200%200%200%20.008-5.016%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23803bff%22%20d%3D%22M0%2019.5L16%2017v.55c1.228.709%202.241%202.722%202.47%205.17c.293%203.16-.833%205.848-2.515%206.004l-.052.004L0%2031z%22%2F%3E%3Cpath%20fill%3D%22%23ffd7c2%22%20d%3D%22M15.453%2026.545c1.116.245%202.462-.053%203.526-.318c1.872-.464%204.775-2.581%205.932-4.943c1.372-2.8%201.21-8.676.793-11.818c-.215-1.624-1.198-2.364-2.728-2.036c-.018-2.302-1.58-2.691-2.39-2.563C20.394%203.674%2019.164%203%2018.155%203c-1.59%200-1.905%201.867-1.905%201.867c-2.48.165-2.155%202.225-2.155%202.225l.533%204.55s-1.329-.486-2.306.766c-.75.96-.05%202.206.683%203.505c.28.496.563%201%20.772%201.498c.439%201.044.194%202.2-.712%202.941l-.03.02c-1.155.758-1.223%202.694-.152%204.324c.679%201.034%201.653%201.697%202.57%201.85%22%2F%3E%3Cpath%20fill%3D%22%23f1b99b%22%20d%3D%22M16.25%204.867s.08-.475.363-.945c.603.121%201.073.464%201.42.94c.437.6.673%201.398.807%202.2c.215%201.288.188%202.759.169%203.78a35%2035%200%200%200-.009.657a.5.5%200%200%201-1%200q.001-.324.01-.725c.018-1.023.042-2.362-.156-3.547c-.124-.745-.328-1.362-.63-1.776c-.259-.356-.59-.566-1.069-.577zm-1.622%206.773l-.126-1.075c1.114.246%202.038.976%202.74%201.783c.868.998%201.464%202.188%201.732%202.994a.5.5%200%200%201-.948.316c-.232-.695-.767-1.766-1.54-2.654c-.542-.623-1.168-1.12-1.858-1.364m7.022-6.644a2.06%202.06%200%200%200-1.05-.132q.042.179.078.376c.12.644.197%201.395.245%202.187c.083%201.368.08%202.825.077%204.02V12a.5.5%200%200%200%201%200v-.545c.003-1.194.006-2.686-.08-4.089a19%2019%200%200%200-.258-2.308zm1.362%202.426a2.8%202.8%200%200%201%201.002-.041q.037.319.069.71c.092%201.143.13%202.724-.087%204.47a.5.5%200%200%201-.992-.123a21.2%2021.2%200%200%200%20.008-5.016%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/rightwards-pushing-hand-light.svg?color=%231a73e8&size=48