backhand index pointing left emoji
backhand-index-pointing-left from Fluent Emoji High Contrast by Microsoft Corporation · Default · People & Body · MIT Free for personal and commercial use.
- Name
- backhand-index-pointing-left
- 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
Use the backhand index pointing left emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.609 30.984a4.156 4.156 0 0 1-4.047-3.593A5.3 5.3 0 0 1 8.82 25.7a3.42 3.42 0 0 1-1.3-2.637a4.6 4.6 0 0 1 .364-1.886a3.35 3.35 0 0 1-1.192-2.612c-.005-.441.063-.88.2-1.3H5.031A3.86 3.86 0 0 1 .99 13.72a3.786 3.786 0 0 1 4.041-3.689h8.407c-.149-.237-.28-.448-.361-.585c-.717-1.213-1.916-3.243.14-5.175a3.72 3.72 0 0 1 5.009.01q.53.573.944 1.235a12.44 12.44 0 0 0 5.521 5a10.64 10.64 0 0 1 6.3 9.522c-.001 10.946-12.882 10.946-18.382 10.946m-1.834-4.797c-.166.379-.24.792-.213 1.206a2.23 2.23 0 0 0 2.047 1.593c8.508 0 16.381-1.085 16.381-8.954a8.56 8.56 0 0 0-5.056-7.667a14.37 14.37 0 0 1-6.414-5.72a9 9 0 0 0-.683-.926a1.72 1.72 0 0 0-2.251.01c-.7.657-.752 1.067.212 2.7c.246.416.968 1.535 1.219 1.923v.001l.087.134a1 1 0 0 1-.838 1.544H5.031A1.815 1.815 0 0 0 2.99 13.72a1.9 1.9 0 0 0 .476.947c.593.157 1.41.27 2.472.27h8.375a.5.5 0 0 1 .322.883c-.34.286-1 .573-1.906.814c-.847.226-1.96.425-3.34.538l-.056.024a1.42 1.42 0 0 0-.645 1.368a1.4 1.4 0 0 0 .643 1.217H12.5a1 1 0 0 1 0 2H9.813a2.04 2.04 0 0 0-.298 1.282a1.72 1.72 0 0 0 .61 1.125h3.642a1 1 0 1 1 0 2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastBackhandIndexPointingLeft(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.609 30.984a4.156 4.156 0 0 1-4.047-3.593A5.3 5.3 0 0 1 8.82 25.7a3.42 3.42 0 0 1-1.3-2.637a4.6 4.6 0 0 1 .364-1.886a3.35 3.35 0 0 1-1.192-2.612c-.005-.441.063-.88.2-1.3H5.031A3.86 3.86 0 0 1 .99 13.72a3.786 3.786 0 0 1 4.041-3.689h8.407c-.149-.237-.28-.448-.361-.585c-.717-1.213-1.916-3.243.14-5.175a3.72 3.72 0 0 1 5.009.01q.53.573.944 1.235a12.44 12.44 0 0 0 5.521 5a10.64 10.64 0 0 1 6.3 9.522c-.001 10.946-12.882 10.946-18.382 10.946m-1.834-4.797c-.166.379-.24.792-.213 1.206a2.23 2.23 0 0 0 2.047 1.593c8.508 0 16.381-1.085 16.381-8.954a8.56 8.56 0 0 0-5.056-7.667a14.37 14.37 0 0 1-6.414-5.72a9 9 0 0 0-.683-.926a1.72 1.72 0 0 0-2.251.01c-.7.657-.752 1.067.212 2.7c.246.416.968 1.535 1.219 1.923v.001l.087.134a1 1 0 0 1-.838 1.544H5.031A1.815 1.815 0 0 0 2.99 13.72a1.9 1.9 0 0 0 .476.947c.593.157 1.41.27 2.472.27h8.375a.5.5 0 0 1 .322.883c-.34.286-1 .573-1.906.814c-.847.226-1.96.425-3.34.538l-.056.024a1.42 1.42 0 0 0-.645 1.368a1.4 1.4 0 0 0 .643 1.217H12.5a1 1 0 0 1 0 2H9.813a2.04 2.04 0 0 0-.298 1.282a1.72 1.72 0 0 0 .61 1.125h3.642a1 1 0 1 1 0 2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.609 30.984a4.156 4.156 0 0 1-4.047-3.593A5.3 5.3 0 0 1 8.82 25.7a3.42 3.42 0 0 1-1.3-2.637a4.6 4.6 0 0 1 .364-1.886a3.35 3.35 0 0 1-1.192-2.612c-.005-.441.063-.88.2-1.3H5.031A3.86 3.86 0 0 1 .99 13.72a3.786 3.786 0 0 1 4.041-3.689h8.407c-.149-.237-.28-.448-.361-.585c-.717-1.213-1.916-3.243.14-5.175a3.72 3.72 0 0 1 5.009.01q.53.573.944 1.235a12.44 12.44 0 0 0 5.521 5a10.64 10.64 0 0 1 6.3 9.522c-.001 10.946-12.882 10.946-18.382 10.946m-1.834-4.797c-.166.379-.24.792-.213 1.206a2.23 2.23 0 0 0 2.047 1.593c8.508 0 16.381-1.085 16.381-8.954a8.56 8.56 0 0 0-5.056-7.667a14.37 14.37 0 0 1-6.414-5.72a9 9 0 0 0-.683-.926a1.72 1.72 0 0 0-2.251.01c-.7.657-.752 1.067.212 2.7c.246.416.968 1.535 1.219 1.923v.001l.087.134a1 1 0 0 1-.838 1.544H5.031A1.815 1.815 0 0 0 2.99 13.72a1.9 1.9 0 0 0 .476.947c.593.157 1.41.27 2.472.27h8.375a.5.5 0 0 1 .322.883c-.34.286-1 .573-1.906.814c-.847.226-1.96.425-3.34.538l-.056.024a1.42 1.42 0 0 0-.645 1.368a1.4 1.4 0 0 0 .643 1.217H12.5a1 1 0 0 1 0 2H9.813a2.04 2.04 0 0 0-.298 1.282a1.72 1.72 0 0 0 .61 1.125h3.642a1 1 0 1 1 0 2z"/></svg> </template>
CSS
.icon-backhand-index-pointing-left {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.609%2030.984a4.156%204.156%200%200%201-4.047-3.593A5.3%205.3%200%200%201%208.82%2025.7a3.42%203.42%200%200%201-1.3-2.637a4.6%204.6%200%200%201%20.364-1.886a3.35%203.35%200%200%201-1.192-2.612c-.005-.441.063-.88.2-1.3H5.031A3.86%203.86%200%200%201%20.99%2013.72a3.786%203.786%200%200%201%204.041-3.689h8.407c-.149-.237-.28-.448-.361-.585c-.717-1.213-1.916-3.243.14-5.175a3.72%203.72%200%200%201%205.009.01q.53.573.944%201.235a12.44%2012.44%200%200%200%205.521%205a10.64%2010.64%200%200%201%206.3%209.522c-.001%2010.946-12.882%2010.946-18.382%2010.946m-1.834-4.797c-.166.379-.24.792-.213%201.206a2.23%202.23%200%200%200%202.047%201.593c8.508%200%2016.381-1.085%2016.381-8.954a8.56%208.56%200%200%200-5.056-7.667a14.37%2014.37%200%200%201-6.414-5.72a9%209%200%200%200-.683-.926a1.72%201.72%200%200%200-2.251.01c-.7.657-.752%201.067.212%202.7c.246.416.968%201.535%201.219%201.923v.001l.087.134a1%201%200%200%201-.838%201.544H5.031A1.815%201.815%200%200%200%202.99%2013.72a1.9%201.9%200%200%200%20.476.947c.593.157%201.41.27%202.472.27h8.375a.5.5%200%200%201%20.322.883c-.34.286-1%20.573-1.906.814c-.847.226-1.96.425-3.34.538l-.056.024a1.42%201.42%200%200%200-.645%201.368a1.4%201.4%200%200%200%20.643%201.217H12.5a1%201%200%200%201%200%202H9.813a2.04%202.04%200%200%200-.298%201.282a1.72%201.72%200%200%200%20.61%201.125h3.642a1%201%200%201%201%200%202z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.609%2030.984a4.156%204.156%200%200%201-4.047-3.593A5.3%205.3%200%200%201%208.82%2025.7a3.42%203.42%200%200%201-1.3-2.637a4.6%204.6%200%200%201%20.364-1.886a3.35%203.35%200%200%201-1.192-2.612c-.005-.441.063-.88.2-1.3H5.031A3.86%203.86%200%200%201%20.99%2013.72a3.786%203.786%200%200%201%204.041-3.689h8.407c-.149-.237-.28-.448-.361-.585c-.717-1.213-1.916-3.243.14-5.175a3.72%203.72%200%200%201%205.009.01q.53.573.944%201.235a12.44%2012.44%200%200%200%205.521%205a10.64%2010.64%200%200%201%206.3%209.522c-.001%2010.946-12.882%2010.946-18.382%2010.946m-1.834-4.797c-.166.379-.24.792-.213%201.206a2.23%202.23%200%200%200%202.047%201.593c8.508%200%2016.381-1.085%2016.381-8.954a8.56%208.56%200%200%200-5.056-7.667a14.37%2014.37%200%200%201-6.414-5.72a9%209%200%200%200-.683-.926a1.72%201.72%200%200%200-2.251.01c-.7.657-.752%201.067.212%202.7c.246.416.968%201.535%201.219%201.923v.001l.087.134a1%201%200%200%201-.838%201.544H5.031A1.815%201.815%200%200%200%202.99%2013.72a1.9%201.9%200%200%200%20.476.947c.593.157%201.41.27%202.472.27h8.375a.5.5%200%200%201%20.322.883c-.34.286-1%20.573-1.906.814c-.847.226-1.96.425-3.34.538l-.056.024a1.42%201.42%200%200%200-.645%201.368a1.4%201.4%200%200%200%20.643%201.217H12.5a1%201%200%200%201%200%202H9.813a2.04%202.04%200%200%200-.298%201.282a1.72%201.72%200%200%200%20.61%201.125h3.642a1%201%200%201%201%200%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/backhand-index-pointing-left.svg?color=%231a73e8&size=48