leftwards pushing hand medium emoji
leftwards-pushing-hand-medium from Fluent Emoji Flat by Microsoft Corporation · Default · People & Body · MIT Free for personal and commercial use.
- Name
- leftwards-pushing-hand-medium
- 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
anatomical-heartartistartist-darkartist-lightartist-mediumartist-medium-darkartist-medium-lightastronautastronaut-darkastronaut-lightastronaut-mediumastronaut-medium-darkastronaut-medium-lightbabybaby-angelbaby-angel-darkbaby-angel-lightbaby-angel-mediumbaby-angel-medium-darkbaby-angel-medium-lightbaby-darkbaby-lightbaby-mediumbaby-medium-dark
Use the leftwards pushing hand medium 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="M32 19.5L16 17v.55c-1.228.709-2.242 2.722-2.47 5.17c-.293 3.16.833 5.848 2.515 6.004l.052.004L32 31z"/><path fill="#c68d7b" d="M16.547 26.545c-1.116.245-2.462-.053-3.526-.318c-1.872-.464-4.775-2.581-5.932-4.943c-1.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.563C11.606 3.674 12.836 3 13.845 3c1.59 0 1.905 1.867 1.905 1.867c2.48.165 2.155 2.225 2.155 2.225l-.533 4.55s1.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.02c1.155.758 1.223 2.694.152 4.324c-.679 1.034-1.653 1.697-2.57 1.85"/><path fill="#a9715f" d="M15.75 4.867s-.08-.475-.363-.945c-.603.121-1.073.464-1.42.94c-.437.6-.674 1.398-.807 2.2c-.215 1.288-.188 2.759-.169 3.78c.005.249.009.471.009.657a.5.5 0 0 0 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-.577zm1.622 6.773l.126-1.075c-1.114.246-2.038.976-2.74 1.783c-.868.998-1.464 2.188-1.732 2.994a.5.5 0 0 0 .948.316c.232-.695.767-1.766 1.54-2.654c.542-.623 1.168-1.12 1.858-1.364M10.35 4.996a2.06 2.06 0 0 1 1.05-.132q-.042.179-.079.376a19 19 0 0 0-.244 2.187c-.083 1.368-.08 2.825-.077 4.02V12a.5.5 0 0 1-1 0v-.545c-.003-1.194-.006-2.686.08-4.089c.049-.813.128-1.609.258-2.308zM8.988 7.422a2.8 2.8 0 0 0-1.002-.041q-.037.319-.069.71a22 22 0 0 0 .087 4.47a.5.5 0 0 0 .992-.123a21.2 21.2 0 0 1-.008-5.016"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatLeftwardsPushingHandMedium(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="M32 19.5L16 17v.55c-1.228.709-2.242 2.722-2.47 5.17c-.293 3.16.833 5.848 2.515 6.004l.052.004L32 31z"/><path fill="#c68d7b" d="M16.547 26.545c-1.116.245-2.462-.053-3.526-.318c-1.872-.464-4.775-2.581-5.932-4.943c-1.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.563C11.606 3.674 12.836 3 13.845 3c1.59 0 1.905 1.867 1.905 1.867c2.48.165 2.155 2.225 2.155 2.225l-.533 4.55s1.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.02c1.155.758 1.223 2.694.152 4.324c-.679 1.034-1.653 1.697-2.57 1.85"/><path fill="#a9715f" d="M15.75 4.867s-.08-.475-.363-.945c-.603.121-1.073.464-1.42.94c-.437.6-.674 1.398-.807 2.2c-.215 1.288-.188 2.759-.169 3.78c.005.249.009.471.009.657a.5.5 0 0 0 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-.577zm1.622 6.773l.126-1.075c-1.114.246-2.038.976-2.74 1.783c-.868.998-1.464 2.188-1.732 2.994a.5.5 0 0 0 .948.316c.232-.695.767-1.766 1.54-2.654c.542-.623 1.168-1.12 1.858-1.364M10.35 4.996a2.06 2.06 0 0 1 1.05-.132q-.042.179-.079.376a19 19 0 0 0-.244 2.187c-.083 1.368-.08 2.825-.077 4.02V12a.5.5 0 0 1-1 0v-.545c-.003-1.194-.006-2.686.08-4.089c.049-.813.128-1.609.258-2.308zM8.988 7.422a2.8 2.8 0 0 0-1.002-.041q-.037.319-.069.71a22 22 0 0 0 .087 4.47a.5.5 0 0 0 .992-.123a21.2 21.2 0 0 1-.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="M32 19.5L16 17v.55c-1.228.709-2.242 2.722-2.47 5.17c-.293 3.16.833 5.848 2.515 6.004l.052.004L32 31z"/><path fill="#c68d7b" d="M16.547 26.545c-1.116.245-2.462-.053-3.526-.318c-1.872-.464-4.775-2.581-5.932-4.943c-1.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.563C11.606 3.674 12.836 3 13.845 3c1.59 0 1.905 1.867 1.905 1.867c2.48.165 2.155 2.225 2.155 2.225l-.533 4.55s1.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.02c1.155.758 1.223 2.694.152 4.324c-.679 1.034-1.653 1.697-2.57 1.85"/><path fill="#a9715f" d="M15.75 4.867s-.08-.475-.363-.945c-.603.121-1.073.464-1.42.94c-.437.6-.674 1.398-.807 2.2c-.215 1.288-.188 2.759-.169 3.78c.005.249.009.471.009.657a.5.5 0 0 0 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-.577zm1.622 6.773l.126-1.075c-1.114.246-2.038.976-2.74 1.783c-.868.998-1.464 2.188-1.732 2.994a.5.5 0 0 0 .948.316c.232-.695.767-1.766 1.54-2.654c.542-.623 1.168-1.12 1.858-1.364M10.35 4.996a2.06 2.06 0 0 1 1.05-.132q-.042.179-.079.376a19 19 0 0 0-.244 2.187c-.083 1.368-.08 2.825-.077 4.02V12a.5.5 0 0 1-1 0v-.545c-.003-1.194-.006-2.686.08-4.089c.049-.813.128-1.609.258-2.308zM8.988 7.422a2.8 2.8 0 0 0-1.002-.041q-.037.319-.069.71a22 22 0 0 0 .087 4.47a.5.5 0 0 0 .992-.123a21.2 21.2 0 0 1-.008-5.016"/></g></svg> </template>
CSS
.icon-leftwards-pushing-hand-medium {
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%22M32%2019.5L16%2017v.55c-1.228.709-2.242%202.722-2.47%205.17c-.293%203.16.833%205.848%202.515%206.004l.052.004L32%2031z%22%2F%3E%3Cpath%20fill%3D%22%23c68d7b%22%20d%3D%22M16.547%2026.545c-1.116.245-2.462-.053-3.526-.318c-1.872-.464-4.775-2.581-5.932-4.943c-1.372-2.8-1.21-8.676-.793-11.818c.215-1.624%201.198-2.364%202.728-2.036c.018-2.302%201.58-2.691%202.39-2.563C11.606%203.674%2012.836%203%2013.845%203c1.59%200%201.905%201.867%201.905%201.867c2.48.165%202.155%202.225%202.155%202.225l-.533%204.55s1.329-.486%202.306.766c.75.96.05%202.206-.683%203.505c-.28.496-.563%201-.772%201.498c-.439%201.044-.194%202.2.712%202.941l.03.02c1.155.758%201.223%202.694.152%204.324c-.679%201.034-1.653%201.697-2.57%201.85%22%2F%3E%3Cpath%20fill%3D%22%23a9715f%22%20d%3D%22M15.75%204.867s-.08-.475-.363-.945c-.603.121-1.073.464-1.42.94c-.437.6-.674%201.398-.807%202.2c-.215%201.288-.188%202.759-.169%203.78c.005.249.009.471.009.657a.5.5%200%200%200%201%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%201.069-.577zm1.622%206.773l.126-1.075c-1.114.246-2.038.976-2.74%201.783c-.868.998-1.464%202.188-1.732%202.994a.5.5%200%200%200%20.948.316c.232-.695.767-1.766%201.54-2.654c.542-.623%201.168-1.12%201.858-1.364M10.35%204.996a2.06%202.06%200%200%201%201.05-.132q-.042.179-.079.376a19%2019%200%200%200-.244%202.187c-.083%201.368-.08%202.825-.077%204.02V12a.5.5%200%200%201-1%200v-.545c-.003-1.194-.006-2.686.08-4.089c.049-.813.128-1.609.258-2.308zM8.988%207.422a2.8%202.8%200%200%200-1.002-.041q-.037.319-.069.71a22%2022%200%200%200%20.087%204.47a.5.5%200%200%200%20.992-.123a21.2%2021.2%200%200%201-.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%22M32%2019.5L16%2017v.55c-1.228.709-2.242%202.722-2.47%205.17c-.293%203.16.833%205.848%202.515%206.004l.052.004L32%2031z%22%2F%3E%3Cpath%20fill%3D%22%23c68d7b%22%20d%3D%22M16.547%2026.545c-1.116.245-2.462-.053-3.526-.318c-1.872-.464-4.775-2.581-5.932-4.943c-1.372-2.8-1.21-8.676-.793-11.818c.215-1.624%201.198-2.364%202.728-2.036c.018-2.302%201.58-2.691%202.39-2.563C11.606%203.674%2012.836%203%2013.845%203c1.59%200%201.905%201.867%201.905%201.867c2.48.165%202.155%202.225%202.155%202.225l-.533%204.55s1.329-.486%202.306.766c.75.96.05%202.206-.683%203.505c-.28.496-.563%201-.772%201.498c-.439%201.044-.194%202.2.712%202.941l.03.02c1.155.758%201.223%202.694.152%204.324c-.679%201.034-1.653%201.697-2.57%201.85%22%2F%3E%3Cpath%20fill%3D%22%23a9715f%22%20d%3D%22M15.75%204.867s-.08-.475-.363-.945c-.603.121-1.073.464-1.42.94c-.437.6-.674%201.398-.807%202.2c-.215%201.288-.188%202.759-.169%203.78c.005.249.009.471.009.657a.5.5%200%200%200%201%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%201.069-.577zm1.622%206.773l.126-1.075c-1.114.246-2.038.976-2.74%201.783c-.868.998-1.464%202.188-1.732%202.994a.5.5%200%200%200%20.948.316c.232-.695.767-1.766%201.54-2.654c.542-.623%201.168-1.12%201.858-1.364M10.35%204.996a2.06%202.06%200%200%201%201.05-.132q-.042.179-.079.376a19%2019%200%200%200-.244%202.187c-.083%201.368-.08%202.825-.077%204.02V12a.5.5%200%200%201-1%200v-.545c-.003-1.194-.006-2.686.08-4.089c.049-.813.128-1.609.258-2.308zM8.988%207.422a2.8%202.8%200%200%200-1.002-.041q-.037.319-.069.71a22%2022%200%200%200%20.087%204.47a.5.5%200%200%200%20.992-.123a21.2%2021.2%200%200%201-.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/leftwards-pushing-hand-medium.svg?color=%231a73e8&size=48