hand left icon
hand-left-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.
- Name
- hand-left-sharp
- Set
- IonIcons
- Style
- Sharp
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
Related icons in IonIcons
Use the hand left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M429.58 209.08c-15.06-6.62-32.38 1.31-38.5 17.62L356 312h-11.27V80c0-17.6-13.3-32-29.55-32c-16.26 0-29.55 14.4-29.55 32v151.75l-14.78.25V32c0-17.6-13.3-32-29.55-32s-29.55 14.4-29.55 32v199.75L197 232V64c0-17.6-13.3-32-29.55-32c-16.26 0-29.55 14.4-29.55 32v183.75l-14.8.25V128c0-17.6-13.3-32-29.55-32S64 110.4 64 128v216c0 75.8 37.13 168 169 168c40.8 0 79.42-7 100.66-21a121.4 121.4 0 0 0 33.72-33.31a138 138 0 0 0 16-31.78l62.45-175.14c6.17-16.31-1.19-35.06-16.25-41.69"/></svg>
React
import type { SVGProps } from "react";
export function IonHandLeftSharp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M429.58 209.08c-15.06-6.62-32.38 1.31-38.5 17.62L356 312h-11.27V80c0-17.6-13.3-32-29.55-32c-16.26 0-29.55 14.4-29.55 32v151.75l-14.78.25V32c0-17.6-13.3-32-29.55-32s-29.55 14.4-29.55 32v199.75L197 232V64c0-17.6-13.3-32-29.55-32c-16.26 0-29.55 14.4-29.55 32v183.75l-14.8.25V128c0-17.6-13.3-32-29.55-32S64 110.4 64 128v216c0 75.8 37.13 168 169 168c40.8 0 79.42-7 100.66-21a121.4 121.4 0 0 0 33.72-33.31a138 138 0 0 0 16-31.78l62.45-175.14c6.17-16.31-1.19-35.06-16.25-41.69"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M429.58 209.08c-15.06-6.62-32.38 1.31-38.5 17.62L356 312h-11.27V80c0-17.6-13.3-32-29.55-32c-16.26 0-29.55 14.4-29.55 32v151.75l-14.78.25V32c0-17.6-13.3-32-29.55-32s-29.55 14.4-29.55 32v199.75L197 232V64c0-17.6-13.3-32-29.55-32c-16.26 0-29.55 14.4-29.55 32v183.75l-14.8.25V128c0-17.6-13.3-32-29.55-32S64 110.4 64 128v216c0 75.8 37.13 168 169 168c40.8 0 79.42-7 100.66-21a121.4 121.4 0 0 0 33.72-33.31a138 138 0 0 0 16-31.78l62.45-175.14c6.17-16.31-1.19-35.06-16.25-41.69"/></svg> </template>
CSS
.icon-hand-left-sharp {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M429.58%20209.08c-15.06-6.62-32.38%201.31-38.5%2017.62L356%20312h-11.27V80c0-17.6-13.3-32-29.55-32c-16.26%200-29.55%2014.4-29.55%2032v151.75l-14.78.25V32c0-17.6-13.3-32-29.55-32s-29.55%2014.4-29.55%2032v199.75L197%20232V64c0-17.6-13.3-32-29.55-32c-16.26%200-29.55%2014.4-29.55%2032v183.75l-14.8.25V128c0-17.6-13.3-32-29.55-32S64%20110.4%2064%20128v216c0%2075.8%2037.13%20168%20169%20168c40.8%200%2079.42-7%20100.66-21a121.4%20121.4%200%200%200%2033.72-33.31a138%20138%200%200%200%2016-31.78l62.45-175.14c6.17-16.31-1.19-35.06-16.25-41.69%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M429.58%20209.08c-15.06-6.62-32.38%201.31-38.5%2017.62L356%20312h-11.27V80c0-17.6-13.3-32-29.55-32c-16.26%200-29.55%2014.4-29.55%2032v151.75l-14.78.25V32c0-17.6-13.3-32-29.55-32s-29.55%2014.4-29.55%2032v199.75L197%20232V64c0-17.6-13.3-32-29.55-32c-16.26%200-29.55%2014.4-29.55%2032v183.75l-14.8.25V128c0-17.6-13.3-32-29.55-32S64%20110.4%2064%20128v216c0%2075.8%2037.13%20168%20169%20168c40.8%200%2079.42-7%20100.66-21a121.4%20121.4%200%200%200%2033.72-33.31a138%20138%200%200%200%2016-31.78l62.45-175.14c6.17-16.31-1.19-35.06-16.25-41.69%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/hand-left-sharp.svg?color=%231a73e8&size=48