rightwards pushing hand emoji
rightwards-pushing-hand from Fluent Emoji High Contrast by Microsoft Corporation · Default · People & Body · MIT Free for personal and commercial use.
- Name
- rightwards-pushing-hand
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- People & Body
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More people & body icons from Fluent Emoji High Contrast
anatomical-heartartistastronautbabybaby-angelbackhand-index-pointing-downbackhand-index-pointing-leftbackhand-index-pointing-upbiting-lipboneboybrainbreast-feedingbust-in-silhouettebusts-in-silhouettecall-me-handchildclapping-handsconstruction-workercookcrossed-fingersdetectiveearear-with-hearing-aid
Use the rightwards pushing hand emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><g clip-path="url(#SVGkRCCwb7V1)"><path fill="currentColor" d="M19.598 27.133c1.274-.347 2.668-1.148 3.864-2.103c1.252-1.001 2.497-2.339 3.245-3.866c.884-1.803 1.19-4.337 1.27-6.59a40.4 40.4 0 0 0-.29-6.37c-.151-1.14-.62-2.314-1.656-3.09a3.7 3.7 0 0 0-1.397-.649a4.03 4.03 0 0 0-1.359-1.83a3.9 3.9 0 0 0-1.325-.645A4.3 4.3 0 0 0 20.817.843A4.74 4.74 0 0 0 18.155 0c-1.749 0-2.778 1.087-3.268 1.911a5 5 0 0 0-.12.216q-.554.185-1.024.503a3.7 3.7 0 0 0-1.34 1.626a4.1 4.1 0 0 0-.292 2.09l.297 2.53a4.2 4.2 0 0 0-1.663 1.301c-.916 1.174-.833 2.473-.557 3.417c.12.416.299.83.488 1.214L0 16.476V18.5l11.69-1.826q.141.268.243.511a.6.6 0 0 1 .045.356a.44.44 0 0 1-.13.219c-1.199.835-1.68 2.17-1.723 3.377c-.043 1.242.35 2.536 1.086 3.657c.91 1.385 2.308 2.44 3.862 2.715c.427.09.864.126 1.294.126q-.2.069-.412.09h-.021l-.031.003L0 30v2.02l16.122-2.303l.018-.002c1.702-.158 2.821-1.366 3.458-2.582m-7.276-15.725c.2-.257.415-.44.63-.57c.836-.503 1.676-.196 1.676-.196v-.002c.69.243 1.316.74 1.859 1.364c.772.888 1.307 1.96 1.539 2.654a.5.5 0 1 0 .948-.316c-.268-.806-.864-1.996-1.733-2.994c-.7-.807-1.625-1.537-2.739-1.783l-.407-3.473s-.317-2.007 2.06-2.218c.479.011.81.221 1.07.577c.301.414.505 1.031.629 1.776c.198 1.185.174 2.524.155 3.547q-.008.4-.009.725a.5.5 0 1 0 1 0c0-.186.004-.408.009-.657c.019-1.021.046-2.492-.169-3.78c-.134-.802-.37-1.6-.807-2.2c-.347-.476-.817-.819-1.42-.94c.279-.463.753-.922 1.542-.922c1.009 0 2.239.674 2.43 1.867l.016-.003q.04.18.078.376c.119.644.196 1.395.244 2.187c.083 1.368.08 2.825.077 4.02V11a.5.5 0 0 0 1 0v-.545c.003-1.194.006-2.686-.08-4.089a19 19 0 0 0-.258-2.308l-.012-.062c.38.155.75.443 1.003.929c.194.374.318.866.323 1.505l.036-.007q.04.33.074.749a21.2 21.2 0 0 1-.082 4.266a.5.5 0 0 0 .992.123a22.2 22.2 0 0 0 .018-5.18q.098.015.194.04c.822.21 1.346.912 1.496 2.045c.417 3.142.579 9.019-.793 11.818c-.892 1.821-2.822 3.496-4.517 4.381a6.6 6.6 0 0 1-1.415.562q-.392.099-.822.192c-.886.186-1.86.311-2.704.126c-.917-.152-1.891-.815-2.57-1.85c-1.07-1.63-1.003-3.565.151-4.323l.02-.013l.011-.007c.906-.74 1.151-1.897.712-2.941l-.025-.06c-.207-.479-.479-.962-.747-1.438l-.241-.432c-.63-1.141-1.109-2.22-.442-3.073"/></g><defs><clipPath id="SVGkRCCwb7V1"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastRightwardsPushingHand(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"><g clipPath="url(#SVGkRCCwb7V1)"><path fill="currentColor" d="M19.598 27.133c1.274-.347 2.668-1.148 3.864-2.103c1.252-1.001 2.497-2.339 3.245-3.866c.884-1.803 1.19-4.337 1.27-6.59a40.4 40.4 0 0 0-.29-6.37c-.151-1.14-.62-2.314-1.656-3.09a3.7 3.7 0 0 0-1.397-.649a4.03 4.03 0 0 0-1.359-1.83a3.9 3.9 0 0 0-1.325-.645A4.3 4.3 0 0 0 20.817.843A4.74 4.74 0 0 0 18.155 0c-1.749 0-2.778 1.087-3.268 1.911a5 5 0 0 0-.12.216q-.554.185-1.024.503a3.7 3.7 0 0 0-1.34 1.626a4.1 4.1 0 0 0-.292 2.09l.297 2.53a4.2 4.2 0 0 0-1.663 1.301c-.916 1.174-.833 2.473-.557 3.417c.12.416.299.83.488 1.214L0 16.476V18.5l11.69-1.826q.141.268.243.511a.6.6 0 0 1 .045.356a.44.44 0 0 1-.13.219c-1.199.835-1.68 2.17-1.723 3.377c-.043 1.242.35 2.536 1.086 3.657c.91 1.385 2.308 2.44 3.862 2.715c.427.09.864.126 1.294.126q-.2.069-.412.09h-.021l-.031.003L0 30v2.02l16.122-2.303l.018-.002c1.702-.158 2.821-1.366 3.458-2.582m-7.276-15.725c.2-.257.415-.44.63-.57c.836-.503 1.676-.196 1.676-.196v-.002c.69.243 1.316.74 1.859 1.364c.772.888 1.307 1.96 1.539 2.654a.5.5 0 1 0 .948-.316c-.268-.806-.864-1.996-1.733-2.994c-.7-.807-1.625-1.537-2.739-1.783l-.407-3.473s-.317-2.007 2.06-2.218c.479.011.81.221 1.07.577c.301.414.505 1.031.629 1.776c.198 1.185.174 2.524.155 3.547q-.008.4-.009.725a.5.5 0 1 0 1 0c0-.186.004-.408.009-.657c.019-1.021.046-2.492-.169-3.78c-.134-.802-.37-1.6-.807-2.2c-.347-.476-.817-.819-1.42-.94c.279-.463.753-.922 1.542-.922c1.009 0 2.239.674 2.43 1.867l.016-.003q.04.18.078.376c.119.644.196 1.395.244 2.187c.083 1.368.08 2.825.077 4.02V11a.5.5 0 0 0 1 0v-.545c.003-1.194.006-2.686-.08-4.089a19 19 0 0 0-.258-2.308l-.012-.062c.38.155.75.443 1.003.929c.194.374.318.866.323 1.505l.036-.007q.04.33.074.749a21.2 21.2 0 0 1-.082 4.266a.5.5 0 0 0 .992.123a22.2 22.2 0 0 0 .018-5.18q.098.015.194.04c.822.21 1.346.912 1.496 2.045c.417 3.142.579 9.019-.793 11.818c-.892 1.821-2.822 3.496-4.517 4.381a6.6 6.6 0 0 1-1.415.562q-.392.099-.822.192c-.886.186-1.86.311-2.704.126c-.917-.152-1.891-.815-2.57-1.85c-1.07-1.63-1.003-3.565.151-4.323l.02-.013l.011-.007c.906-.74 1.151-1.897.712-2.941l-.025-.06c-.207-.479-.479-.962-.747-1.438l-.241-.432c-.63-1.141-1.109-2.22-.442-3.073"/></g><defs><clipPath id="SVGkRCCwb7V1"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><g clip-path="url(#SVGkRCCwb7V1)"><path fill="currentColor" d="M19.598 27.133c1.274-.347 2.668-1.148 3.864-2.103c1.252-1.001 2.497-2.339 3.245-3.866c.884-1.803 1.19-4.337 1.27-6.59a40.4 40.4 0 0 0-.29-6.37c-.151-1.14-.62-2.314-1.656-3.09a3.7 3.7 0 0 0-1.397-.649a4.03 4.03 0 0 0-1.359-1.83a3.9 3.9 0 0 0-1.325-.645A4.3 4.3 0 0 0 20.817.843A4.74 4.74 0 0 0 18.155 0c-1.749 0-2.778 1.087-3.268 1.911a5 5 0 0 0-.12.216q-.554.185-1.024.503a3.7 3.7 0 0 0-1.34 1.626a4.1 4.1 0 0 0-.292 2.09l.297 2.53a4.2 4.2 0 0 0-1.663 1.301c-.916 1.174-.833 2.473-.557 3.417c.12.416.299.83.488 1.214L0 16.476V18.5l11.69-1.826q.141.268.243.511a.6.6 0 0 1 .045.356a.44.44 0 0 1-.13.219c-1.199.835-1.68 2.17-1.723 3.377c-.043 1.242.35 2.536 1.086 3.657c.91 1.385 2.308 2.44 3.862 2.715c.427.09.864.126 1.294.126q-.2.069-.412.09h-.021l-.031.003L0 30v2.02l16.122-2.303l.018-.002c1.702-.158 2.821-1.366 3.458-2.582m-7.276-15.725c.2-.257.415-.44.63-.57c.836-.503 1.676-.196 1.676-.196v-.002c.69.243 1.316.74 1.859 1.364c.772.888 1.307 1.96 1.539 2.654a.5.5 0 1 0 .948-.316c-.268-.806-.864-1.996-1.733-2.994c-.7-.807-1.625-1.537-2.739-1.783l-.407-3.473s-.317-2.007 2.06-2.218c.479.011.81.221 1.07.577c.301.414.505 1.031.629 1.776c.198 1.185.174 2.524.155 3.547q-.008.4-.009.725a.5.5 0 1 0 1 0c0-.186.004-.408.009-.657c.019-1.021.046-2.492-.169-3.78c-.134-.802-.37-1.6-.807-2.2c-.347-.476-.817-.819-1.42-.94c.279-.463.753-.922 1.542-.922c1.009 0 2.239.674 2.43 1.867l.016-.003q.04.18.078.376c.119.644.196 1.395.244 2.187c.083 1.368.08 2.825.077 4.02V11a.5.5 0 0 0 1 0v-.545c.003-1.194.006-2.686-.08-4.089a19 19 0 0 0-.258-2.308l-.012-.062c.38.155.75.443 1.003.929c.194.374.318.866.323 1.505l.036-.007q.04.33.074.749a21.2 21.2 0 0 1-.082 4.266a.5.5 0 0 0 .992.123a22.2 22.2 0 0 0 .018-5.18q.098.015.194.04c.822.21 1.346.912 1.496 2.045c.417 3.142.579 9.019-.793 11.818c-.892 1.821-2.822 3.496-4.517 4.381a6.6 6.6 0 0 1-1.415.562q-.392.099-.822.192c-.886.186-1.86.311-2.704.126c-.917-.152-1.891-.815-2.57-1.85c-1.07-1.63-1.003-3.565.151-4.323l.02-.013l.011-.007c.906-.74 1.151-1.897.712-2.941l-.025-.06c-.207-.479-.479-.962-.747-1.438l-.241-.432c-.63-1.141-1.109-2.22-.442-3.073"/></g><defs><clipPath id="SVGkRCCwb7V1"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-rightwards-pushing-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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23SVGkRCCwb7V1)%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.598%2027.133c1.274-.347%202.668-1.148%203.864-2.103c1.252-1.001%202.497-2.339%203.245-3.866c.884-1.803%201.19-4.337%201.27-6.59a40.4%2040.4%200%200%200-.29-6.37c-.151-1.14-.62-2.314-1.656-3.09a3.7%203.7%200%200%200-1.397-.649a4.03%204.03%200%200%200-1.359-1.83a3.9%203.9%200%200%200-1.325-.645A4.3%204.3%200%200%200%2020.817.843A4.74%204.74%200%200%200%2018.155%200c-1.749%200-2.778%201.087-3.268%201.911a5%205%200%200%200-.12.216q-.554.185-1.024.503a3.7%203.7%200%200%200-1.34%201.626a4.1%204.1%200%200%200-.292%202.09l.297%202.53a4.2%204.2%200%200%200-1.663%201.301c-.916%201.174-.833%202.473-.557%203.417c.12.416.299.83.488%201.214L0%2016.476V18.5l11.69-1.826q.141.268.243.511a.6.6%200%200%201%20.045.356a.44.44%200%200%201-.13.219c-1.199.835-1.68%202.17-1.723%203.377c-.043%201.242.35%202.536%201.086%203.657c.91%201.385%202.308%202.44%203.862%202.715c.427.09.864.126%201.294.126q-.2.069-.412.09h-.021l-.031.003L0%2030v2.02l16.122-2.303l.018-.002c1.702-.158%202.821-1.366%203.458-2.582m-7.276-15.725c.2-.257.415-.44.63-.57c.836-.503%201.676-.196%201.676-.196v-.002c.69.243%201.316.74%201.859%201.364c.772.888%201.307%201.96%201.539%202.654a.5.5%200%201%200%20.948-.316c-.268-.806-.864-1.996-1.733-2.994c-.7-.807-1.625-1.537-2.739-1.783l-.407-3.473s-.317-2.007%202.06-2.218c.479.011.81.221%201.07.577c.301.414.505%201.031.629%201.776c.198%201.185.174%202.524.155%203.547q-.008.4-.009.725a.5.5%200%201%200%201%200c0-.186.004-.408.009-.657c.019-1.021.046-2.492-.169-3.78c-.134-.802-.37-1.6-.807-2.2c-.347-.476-.817-.819-1.42-.94c.279-.463.753-.922%201.542-.922c1.009%200%202.239.674%202.43%201.867l.016-.003q.04.18.078.376c.119.644.196%201.395.244%202.187c.083%201.368.08%202.825.077%204.02V11a.5.5%200%200%200%201%200v-.545c.003-1.194.006-2.686-.08-4.089a19%2019%200%200%200-.258-2.308l-.012-.062c.38.155.75.443%201.003.929c.194.374.318.866.323%201.505l.036-.007q.04.33.074.749a21.2%2021.2%200%200%201-.082%204.266a.5.5%200%200%200%20.992.123a22.2%2022.2%200%200%200%20.018-5.18q.098.015.194.04c.822.21%201.346.912%201.496%202.045c.417%203.142.579%209.019-.793%2011.818c-.892%201.821-2.822%203.496-4.517%204.381a6.6%206.6%200%200%201-1.415.562q-.392.099-.822.192c-.886.186-1.86.311-2.704.126c-.917-.152-1.891-.815-2.57-1.85c-1.07-1.63-1.003-3.565.151-4.323l.02-.013l.011-.007c.906-.74%201.151-1.897.712-2.941l-.025-.06c-.207-.479-.479-.962-.747-1.438l-.241-.432c-.63-1.141-1.109-2.22-.442-3.073%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGkRCCwb7V1%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h32v32H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%3Cg%20clip-path%3D%22url(%23SVGkRCCwb7V1)%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.598%2027.133c1.274-.347%202.668-1.148%203.864-2.103c1.252-1.001%202.497-2.339%203.245-3.866c.884-1.803%201.19-4.337%201.27-6.59a40.4%2040.4%200%200%200-.29-6.37c-.151-1.14-.62-2.314-1.656-3.09a3.7%203.7%200%200%200-1.397-.649a4.03%204.03%200%200%200-1.359-1.83a3.9%203.9%200%200%200-1.325-.645A4.3%204.3%200%200%200%2020.817.843A4.74%204.74%200%200%200%2018.155%200c-1.749%200-2.778%201.087-3.268%201.911a5%205%200%200%200-.12.216q-.554.185-1.024.503a3.7%203.7%200%200%200-1.34%201.626a4.1%204.1%200%200%200-.292%202.09l.297%202.53a4.2%204.2%200%200%200-1.663%201.301c-.916%201.174-.833%202.473-.557%203.417c.12.416.299.83.488%201.214L0%2016.476V18.5l11.69-1.826q.141.268.243.511a.6.6%200%200%201%20.045.356a.44.44%200%200%201-.13.219c-1.199.835-1.68%202.17-1.723%203.377c-.043%201.242.35%202.536%201.086%203.657c.91%201.385%202.308%202.44%203.862%202.715c.427.09.864.126%201.294.126q-.2.069-.412.09h-.021l-.031.003L0%2030v2.02l16.122-2.303l.018-.002c1.702-.158%202.821-1.366%203.458-2.582m-7.276-15.725c.2-.257.415-.44.63-.57c.836-.503%201.676-.196%201.676-.196v-.002c.69.243%201.316.74%201.859%201.364c.772.888%201.307%201.96%201.539%202.654a.5.5%200%201%200%20.948-.316c-.268-.806-.864-1.996-1.733-2.994c-.7-.807-1.625-1.537-2.739-1.783l-.407-3.473s-.317-2.007%202.06-2.218c.479.011.81.221%201.07.577c.301.414.505%201.031.629%201.776c.198%201.185.174%202.524.155%203.547q-.008.4-.009.725a.5.5%200%201%200%201%200c0-.186.004-.408.009-.657c.019-1.021.046-2.492-.169-3.78c-.134-.802-.37-1.6-.807-2.2c-.347-.476-.817-.819-1.42-.94c.279-.463.753-.922%201.542-.922c1.009%200%202.239.674%202.43%201.867l.016-.003q.04.18.078.376c.119.644.196%201.395.244%202.187c.083%201.368.08%202.825.077%204.02V11a.5.5%200%200%200%201%200v-.545c.003-1.194.006-2.686-.08-4.089a19%2019%200%200%200-.258-2.308l-.012-.062c.38.155.75.443%201.003.929c.194.374.318.866.323%201.505l.036-.007q.04.33.074.749a21.2%2021.2%200%200%201-.082%204.266a.5.5%200%200%200%20.992.123a22.2%2022.2%200%200%200%20.018-5.18q.098.015.194.04c.822.21%201.346.912%201.496%202.045c.417%203.142.579%209.019-.793%2011.818c-.892%201.821-2.822%203.496-4.517%204.381a6.6%206.6%200%200%201-1.415.562q-.392.099-.822.192c-.886.186-1.86.311-2.704.126c-.917-.152-1.891-.815-2.57-1.85c-1.07-1.63-1.003-3.565.151-4.323l.02-.013l.011-.007c.906-.74%201.151-1.897.712-2.941l-.025-.06c-.207-.479-.479-.962-.747-1.438l-.241-.432c-.63-1.141-1.109-2.22-.442-3.073%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGkRCCwb7V1%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h32v32H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/rightwards-pushing-hand.svg?color=%231a73e8&size=48