hand left icon
hand-left-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- hand-left-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the hand left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.002 4v6.251a.75.75 0 0 1-1.5 0V5.226a.493.493 0 0 0-.498-.478a.527.527 0 0 0-.504.504v7.499a.75.75 0 0 1-1.295.515v-.001l-.004-.003l-.022-.022l-.102-.096a4 4 0 0 0-.401-.32c-.352-.25-.81-.496-1.303-.582c-.537-.095-1.047-.037-1.385.138a.82.82 0 0 0-.446.528l1.659 1.247a1 1 0 0 1 .08.068l2.174 2.173a12.3 12.3 0 0 1 2.303 3.193c.28.559.85.911 1.475.911h2.728c.571 0 1.068-.272 1.325-.713C17.022 18.527 18 16.5 18 14.754V7.002a.5.5 0 0 0-.501-.5a.5.5 0 0 0-.503.5v3.5a.75.75 0 0 1-1.5 0v-5.25A.495.495 0 0 0 15 4.748c-.287 0-.5.226-.5.504v5a.75.75 0 0 1-1.5 0V3.998c0-.272-.212-.5-.499-.5a.49.49 0 0 0-.5.5m-1.989-.751c.212 0 .413.034.6.093zm.6.093A1.98 1.98 0 0 1 12.503 2c.915 0 1.622.586 1.885 1.341q.286-.091.612-.092c1.108 0 1.896.855 1.987 1.817q.243-.063.512-.064c1.17 0 2.001.96 2.001 2v7.752c0 2.18-1.171 4.51-1.918 5.79c-.557.952-1.58 1.456-2.621 1.456h-2.728a3.15 3.15 0 0 1-2.817-1.74a10.8 10.8 0 0 0-2.02-2.803l-2.14-2.137L3.3 13.85a.75.75 0 0 1-.299-.6c0-1.06.531-1.806 1.3-2.203c.715-.37 1.582-.414 2.332-.283c.519.091.983.284 1.368.495V5.252c0-1.06.888-2.01 2.013-2.003"/></svg>
React
import type { SVGProps } from "react";
export function FluentHandLeft24Regular(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="M12.002 4v6.251a.75.75 0 0 1-1.5 0V5.226a.493.493 0 0 0-.498-.478a.527.527 0 0 0-.504.504v7.499a.75.75 0 0 1-1.295.515v-.001l-.004-.003l-.022-.022l-.102-.096a4 4 0 0 0-.401-.32c-.352-.25-.81-.496-1.303-.582c-.537-.095-1.047-.037-1.385.138a.82.82 0 0 0-.446.528l1.659 1.247a1 1 0 0 1 .08.068l2.174 2.173a12.3 12.3 0 0 1 2.303 3.193c.28.559.85.911 1.475.911h2.728c.571 0 1.068-.272 1.325-.713C17.022 18.527 18 16.5 18 14.754V7.002a.5.5 0 0 0-.501-.5a.5.5 0 0 0-.503.5v3.5a.75.75 0 0 1-1.5 0v-5.25A.495.495 0 0 0 15 4.748c-.287 0-.5.226-.5.504v5a.75.75 0 0 1-1.5 0V3.998c0-.272-.212-.5-.499-.5a.49.49 0 0 0-.5.5m-1.989-.751c.212 0 .413.034.6.093zm.6.093A1.98 1.98 0 0 1 12.503 2c.915 0 1.622.586 1.885 1.341q.286-.091.612-.092c1.108 0 1.896.855 1.987 1.817q.243-.063.512-.064c1.17 0 2.001.96 2.001 2v7.752c0 2.18-1.171 4.51-1.918 5.79c-.557.952-1.58 1.456-2.621 1.456h-2.728a3.15 3.15 0 0 1-2.817-1.74a10.8 10.8 0 0 0-2.02-2.803l-2.14-2.137L3.3 13.85a.75.75 0 0 1-.299-.6c0-1.06.531-1.806 1.3-2.203c.715-.37 1.582-.414 2.332-.283c.519.091.983.284 1.368.495V5.252c0-1.06.888-2.01 2.013-2.003"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.002 4v6.251a.75.75 0 0 1-1.5 0V5.226a.493.493 0 0 0-.498-.478a.527.527 0 0 0-.504.504v7.499a.75.75 0 0 1-1.295.515v-.001l-.004-.003l-.022-.022l-.102-.096a4 4 0 0 0-.401-.32c-.352-.25-.81-.496-1.303-.582c-.537-.095-1.047-.037-1.385.138a.82.82 0 0 0-.446.528l1.659 1.247a1 1 0 0 1 .08.068l2.174 2.173a12.3 12.3 0 0 1 2.303 3.193c.28.559.85.911 1.475.911h2.728c.571 0 1.068-.272 1.325-.713C17.022 18.527 18 16.5 18 14.754V7.002a.5.5 0 0 0-.501-.5a.5.5 0 0 0-.503.5v3.5a.75.75 0 0 1-1.5 0v-5.25A.495.495 0 0 0 15 4.748c-.287 0-.5.226-.5.504v5a.75.75 0 0 1-1.5 0V3.998c0-.272-.212-.5-.499-.5a.49.49 0 0 0-.5.5m-1.989-.751c.212 0 .413.034.6.093zm.6.093A1.98 1.98 0 0 1 12.503 2c.915 0 1.622.586 1.885 1.341q.286-.091.612-.092c1.108 0 1.896.855 1.987 1.817q.243-.063.512-.064c1.17 0 2.001.96 2.001 2v7.752c0 2.18-1.171 4.51-1.918 5.79c-.557.952-1.58 1.456-2.621 1.456h-2.728a3.15 3.15 0 0 1-2.817-1.74a10.8 10.8 0 0 0-2.02-2.803l-2.14-2.137L3.3 13.85a.75.75 0 0 1-.299-.6c0-1.06.531-1.806 1.3-2.203c.715-.37 1.582-.414 2.332-.283c.519.091.983.284 1.368.495V5.252c0-1.06.888-2.01 2.013-2.003"/></svg> </template>
CSS
.icon-hand-left-24-regular {
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%22M12.002%204v6.251a.75.75%200%200%201-1.5%200V5.226a.493.493%200%200%200-.498-.478a.527.527%200%200%200-.504.504v7.499a.75.75%200%200%201-1.295.515v-.001l-.004-.003l-.022-.022l-.102-.096a4%204%200%200%200-.401-.32c-.352-.25-.81-.496-1.303-.582c-.537-.095-1.047-.037-1.385.138a.82.82%200%200%200-.446.528l1.659%201.247a1%201%200%200%201%20.08.068l2.174%202.173a12.3%2012.3%200%200%201%202.303%203.193c.28.559.85.911%201.475.911h2.728c.571%200%201.068-.272%201.325-.713C17.022%2018.527%2018%2016.5%2018%2014.754V7.002a.5.5%200%200%200-.501-.5a.5.5%200%200%200-.503.5v3.5a.75.75%200%200%201-1.5%200v-5.25A.495.495%200%200%200%2015%204.748c-.287%200-.5.226-.5.504v5a.75.75%200%200%201-1.5%200V3.998c0-.272-.212-.5-.499-.5a.49.49%200%200%200-.5.5m-1.989-.751c.212%200%20.413.034.6.093zm.6.093A1.98%201.98%200%200%201%2012.503%202c.915%200%201.622.586%201.885%201.341q.286-.091.612-.092c1.108%200%201.896.855%201.987%201.817q.243-.063.512-.064c1.17%200%202.001.96%202.001%202v7.752c0%202.18-1.171%204.51-1.918%205.79c-.557.952-1.58%201.456-2.621%201.456h-2.728a3.15%203.15%200%200%201-2.817-1.74a10.8%2010.8%200%200%200-2.02-2.803l-2.14-2.137L3.3%2013.85a.75.75%200%200%201-.299-.6c0-1.06.531-1.806%201.3-2.203c.715-.37%201.582-.414%202.332-.283c.519.091.983.284%201.368.495V5.252c0-1.06.888-2.01%202.013-2.003%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%22M12.002%204v6.251a.75.75%200%200%201-1.5%200V5.226a.493.493%200%200%200-.498-.478a.527.527%200%200%200-.504.504v7.499a.75.75%200%200%201-1.295.515v-.001l-.004-.003l-.022-.022l-.102-.096a4%204%200%200%200-.401-.32c-.352-.25-.81-.496-1.303-.582c-.537-.095-1.047-.037-1.385.138a.82.82%200%200%200-.446.528l1.659%201.247a1%201%200%200%201%20.08.068l2.174%202.173a12.3%2012.3%200%200%201%202.303%203.193c.28.559.85.911%201.475.911h2.728c.571%200%201.068-.272%201.325-.713C17.022%2018.527%2018%2016.5%2018%2014.754V7.002a.5.5%200%200%200-.501-.5a.5.5%200%200%200-.503.5v3.5a.75.75%200%200%201-1.5%200v-5.25A.495.495%200%200%200%2015%204.748c-.287%200-.5.226-.5.504v5a.75.75%200%200%201-1.5%200V3.998c0-.272-.212-.5-.499-.5a.49.49%200%200%200-.5.5m-1.989-.751c.212%200%20.413.034.6.093zm.6.093A1.98%201.98%200%200%201%2012.503%202c.915%200%201.622.586%201.885%201.341q.286-.091.612-.092c1.108%200%201.896.855%201.987%201.817q.243-.063.512-.064c1.17%200%202.001.96%202.001%202v7.752c0%202.18-1.171%204.51-1.918%205.79c-.557.952-1.58%201.456-2.621%201.456h-2.728a3.15%203.15%200%200%201-2.817-1.74a10.8%2010.8%200%200%200-2.02-2.803l-2.14-2.137L3.3%2013.85a.75.75%200%200%201-.299-.6c0-1.06.531-1.806%201.3-2.203c.715-.37%201.582-.414%202.332-.283c.519.091.983.284%201.368.495V5.252c0-1.06.888-2.01%202.013-2.003%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/hand-left-24-regular.svg?color=%231a73e8&size=48