hand left icon
hand-left from IconPark by ByteDance · Color · Hands · Apache-2.0 Free for personal and commercial use.
- Name
- hand-left
- Set
- IconPark
- Style
- Color
- Category
- Hands
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More hands icons from IconPark
Use the hand left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M44 41V19H38V41H44Z"/><path d="M38 19.0002C30.8948 12.4304 26.7757 8.66359 25.6428 7.69983C23.9433 6.25419 22.0226 6.86123 22.0226 10.479C22.0226 14.0968 27.2864 16.2443 27.2864 19.0002C27.2898 19.0166 20.529 19.0177 7.00404 19.0035C5.3467 19.0017 4.00175 20.3438 4 22.0012C4 22.0022 4 22.0033 4 22.0043C4 23.6635 5.34501 25.0085 7.00417 25.0085H14.0165C15.2234 32.9771 15.8893 37.3101 16.0144 38.0075C16.2019 39.0536 17.199 41.0002 20.068 41.0002C21.9807 41.0002 27.9581 41.0002 38 41.0002V19.0002Z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkHandLeft(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M44 41V19H38V41H44Z"/><path d="M38 19.0002C30.8948 12.4304 26.7757 8.66359 25.6428 7.69983C23.9433 6.25419 22.0226 6.86123 22.0226 10.479C22.0226 14.0968 27.2864 16.2443 27.2864 19.0002C27.2898 19.0166 20.529 19.0177 7.00404 19.0035C5.3467 19.0017 4.00175 20.3438 4 22.0012C4 22.0022 4 22.0033 4 22.0043C4 23.6635 5.34501 25.0085 7.00417 25.0085H14.0165C15.2234 32.9771 15.8893 37.3101 16.0144 38.0075C16.2019 39.0536 17.199 41.0002 20.068 41.0002C21.9807 41.0002 27.9581 41.0002 38 41.0002V19.0002Z" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M44 41V19H38V41H44Z"/><path d="M38 19.0002C30.8948 12.4304 26.7757 8.66359 25.6428 7.69983C23.9433 6.25419 22.0226 6.86123 22.0226 10.479C22.0226 14.0968 27.2864 16.2443 27.2864 19.0002C27.2898 19.0166 20.529 19.0177 7.00404 19.0035C5.3467 19.0017 4.00175 20.3438 4 22.0012C4 22.0022 4 22.0033 4 22.0043C4 23.6635 5.34501 25.0085 7.00417 25.0085H14.0165C15.2234 32.9771 15.8893 37.3101 16.0144 38.0075C16.2019 39.0536 17.199 41.0002 20.068 41.0002C21.9807 41.0002 27.9581 41.0002 38 41.0002V19.0002Z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-hand-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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M44%2041V19H38V41H44Z%22%2F%3E%3Cpath%20d%3D%22M38%2019.0002C30.8948%2012.4304%2026.7757%208.66359%2025.6428%207.69983C23.9433%206.25419%2022.0226%206.86123%2022.0226%2010.479C22.0226%2014.0968%2027.2864%2016.2443%2027.2864%2019.0002C27.2898%2019.0166%2020.529%2019.0177%207.00404%2019.0035C5.3467%2019.0017%204.00175%2020.3438%204%2022.0012C4%2022.0022%204%2022.0033%204%2022.0043C4%2023.6635%205.34501%2025.0085%207.00417%2025.0085H14.0165C15.2234%2032.9771%2015.8893%2037.3101%2016.0144%2038.0075C16.2019%2039.0536%2017.199%2041.0002%2020.068%2041.0002C21.9807%2041.0002%2027.9581%2041.0002%2038%2041.0002V19.0002Z%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M44%2041V19H38V41H44Z%22%2F%3E%3Cpath%20d%3D%22M38%2019.0002C30.8948%2012.4304%2026.7757%208.66359%2025.6428%207.69983C23.9433%206.25419%2022.0226%206.86123%2022.0226%2010.479C22.0226%2014.0968%2027.2864%2016.2443%2027.2864%2019.0002C27.2898%2019.0166%2020.529%2019.0177%207.00404%2019.0035C5.3467%2019.0017%204.00175%2020.3438%204%2022.0012C4%2022.0022%204%2022.0033%204%2022.0043C4%2023.6635%205.34501%2025.0085%207.00417%2025.0085H14.0165C15.2234%2032.9771%2015.8893%2037.3101%2016.0144%2038.0075C16.2019%2039.0536%2017.199%2041.0002%2020.068%2041.0002C21.9807%2041.0002%2027.9581%2041.0002%2038%2041.0002V19.0002Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/hand-left.svg?color=%231a73e8&size=48