hand left icon
hand-left-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- hand-left-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M7.5 1.75a.75.75 0 0 1 1.5 0V6.5a.5.5 0 0 0 1 0V2.75a.75.75 0 0 1 1.5 0V7.5a.5.5 0 1 0 1 0V4.75a.75.75 0 0 1 1.5-.002V9.5c0 .813-.344 1.71-.743 2.492a16 16 0 0 1-1.283 2.059c-.45.622-1.171.949-1.91.949H7.736c-.952 0-1.797-.54-2.255-1.34a36 36 0 0 0-2.233-3.38a41 41 0 0 0-1.112-1.435l-.016-.02l-.003-.004h-.001a.5.5 0 0 1 .03-.675c.351-.35.766-.493 1.187-.482c.4.01.778.159 1.096.336c.202.111.394.243.57.379V2.75a.75.75 0 0 1 1.5 0V6.5a.5.5 0 0 0 1.001 0z"/></svg>
React
import type { SVGProps } from "react";
export function FluentHandLeft16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.5 1.75a.75.75 0 0 1 1.5 0V6.5a.5.5 0 0 0 1 0V2.75a.75.75 0 0 1 1.5 0V7.5a.5.5 0 1 0 1 0V4.75a.75.75 0 0 1 1.5-.002V9.5c0 .813-.344 1.71-.743 2.492a16 16 0 0 1-1.283 2.059c-.45.622-1.171.949-1.91.949H7.736c-.952 0-1.797-.54-2.255-1.34a36 36 0 0 0-2.233-3.38a41 41 0 0 0-1.112-1.435l-.016-.02l-.003-.004h-.001a.5.5 0 0 1 .03-.675c.351-.35.766-.493 1.187-.482c.4.01.778.159 1.096.336c.202.111.394.243.57.379V2.75a.75.75 0 0 1 1.5 0V6.5a.5.5 0 0 0 1.001 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.5 1.75a.75.75 0 0 1 1.5 0V6.5a.5.5 0 0 0 1 0V2.75a.75.75 0 0 1 1.5 0V7.5a.5.5 0 1 0 1 0V4.75a.75.75 0 0 1 1.5-.002V9.5c0 .813-.344 1.71-.743 2.492a16 16 0 0 1-1.283 2.059c-.45.622-1.171.949-1.91.949H7.736c-.952 0-1.797-.54-2.255-1.34a36 36 0 0 0-2.233-3.38a41 41 0 0 0-1.112-1.435l-.016-.02l-.003-.004h-.001a.5.5 0 0 1 .03-.675c.351-.35.766-.493 1.187-.482c.4.01.778.159 1.096.336c.202.111.394.243.57.379V2.75a.75.75 0 0 1 1.5 0V6.5a.5.5 0 0 0 1.001 0z"/></svg> </template>
CSS
.icon-hand-left-16-filled {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%201.75a.75.75%200%200%201%201.5%200V6.5a.5.5%200%200%200%201%200V2.75a.75.75%200%200%201%201.5%200V7.5a.5.5%200%201%200%201%200V4.75a.75.75%200%200%201%201.5-.002V9.5c0%20.813-.344%201.71-.743%202.492a16%2016%200%200%201-1.283%202.059c-.45.622-1.171.949-1.91.949H7.736c-.952%200-1.797-.54-2.255-1.34a36%2036%200%200%200-2.233-3.38a41%2041%200%200%200-1.112-1.435l-.016-.02l-.003-.004h-.001a.5.5%200%200%201%20.03-.675c.351-.35.766-.493%201.187-.482c.4.01.778.159%201.096.336c.202.111.394.243.57.379V2.75a.75.75%200%200%201%201.5%200V6.5a.5.5%200%200%200%201.001%200z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%201.75a.75.75%200%200%201%201.5%200V6.5a.5.5%200%200%200%201%200V2.75a.75.75%200%200%201%201.5%200V7.5a.5.5%200%201%200%201%200V4.75a.75.75%200%200%201%201.5-.002V9.5c0%20.813-.344%201.71-.743%202.492a16%2016%200%200%201-1.283%202.059c-.45.622-1.171.949-1.91.949H7.736c-.952%200-1.797-.54-2.255-1.34a36%2036%200%200%200-2.233-3.38a41%2041%200%200%200-1.112-1.435l-.016-.02l-.003-.004h-.001a.5.5%200%200%201%20.03-.675c.351-.35.766-.493%201.187-.482c.4.01.778.159%201.096.336c.202.111.394.243.57.379V2.75a.75.75%200%200%201%201.5%200V6.5a.5.5%200%200%200%201.001%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/hand-left-16-filled.svg?color=%231a73e8&size=48