hand closed icon
hand-closed-sharp-duotone from Keyline Icons by Keyline Icons · Sharp Duotone · MIT Free for personal and commercial use.
- Name
- hand-closed-sharp-duotone
- Set
- Keyline Icons
- Style
- Sharp Duotone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
Related icons in Keyline Icons
Use the hand closed icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M11.6137 3.0002C12.5592 3.0003 13.3863 3.4845 13.8724 4.215C14.2277 4.0432 14.626 3.9445 15.0482 3.9445C16.1771 3.9446 17.1381 4.6344 17.5501 5.6104C17.9398 5.5156 18.3775 5.5068 18.8518 5.6192C19.7103 5.8229 20.2437 6.5122 20.4524 7.1865C20.8816 8.5749 21.1542 10.5968 20.9045 12.7029C20.6542 14.8144 19.8685 17.088 18.0999 18.8716C17.3755 19.602 16.2586 20.1939 15.016 20.5629C13.7571 20.9367 12.2844 21.1085 10.7944 20.9271C7.7549 20.5569 4.699 18.7141 3.3228 14.3776C3.3197 14.3677 3.3168 14.3573 3.314 14.3474C3.1922 13.9175 3.0532 13.2309 3.0122 12.5018C2.9729 11.8016 3.0139 10.9075 3.3804 10.1679C3.8505 9.2198 4.6532 8.7463 5.5249 8.746C5.6133 8.746 5.7013 8.7514 5.7876 8.7607L5.6167 6.9444C5.4827 5.5252 6.5116 4.2498 7.938 4.1056C8.4163 4.0574 8.8758 4.1455 9.2817 4.3341C9.7547 3.5379 10.618 3.0003 11.6137 3.0002Z" stroke="none"/><path d="M9.8959 6.4988L9.8959 8.4634M13.3303 6.6762L13.3303 8.4634M16.7648 7.4633L16.7648 9.0931M6.937 10.297L7.1798 12.8668"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsHandClosedSharpDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M11.6137 3.0002C12.5592 3.0003 13.3863 3.4845 13.8724 4.215C14.2277 4.0432 14.626 3.9445 15.0482 3.9445C16.1771 3.9446 17.1381 4.6344 17.5501 5.6104C17.9398 5.5156 18.3775 5.5068 18.8518 5.6192C19.7103 5.8229 20.2437 6.5122 20.4524 7.1865C20.8816 8.5749 21.1542 10.5968 20.9045 12.7029C20.6542 14.8144 19.8685 17.088 18.0999 18.8716C17.3755 19.602 16.2586 20.1939 15.016 20.5629C13.7571 20.9367 12.2844 21.1085 10.7944 20.9271C7.7549 20.5569 4.699 18.7141 3.3228 14.3776C3.3197 14.3677 3.3168 14.3573 3.314 14.3474C3.1922 13.9175 3.0532 13.2309 3.0122 12.5018C2.9729 11.8016 3.0139 10.9075 3.3804 10.1679C3.8505 9.2198 4.6532 8.7463 5.5249 8.746C5.6133 8.746 5.7013 8.7514 5.7876 8.7607L5.6167 6.9444C5.4827 5.5252 6.5116 4.2498 7.938 4.1056C8.4163 4.0574 8.8758 4.1455 9.2817 4.3341C9.7547 3.5379 10.618 3.0003 11.6137 3.0002Z" stroke="none"/><path d="M9.8959 6.4988L9.8959 8.4634M13.3303 6.6762L13.3303 8.4634M16.7648 7.4633L16.7648 9.0931M6.937 10.297L7.1798 12.8668"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M11.6137 3.0002C12.5592 3.0003 13.3863 3.4845 13.8724 4.215C14.2277 4.0432 14.626 3.9445 15.0482 3.9445C16.1771 3.9446 17.1381 4.6344 17.5501 5.6104C17.9398 5.5156 18.3775 5.5068 18.8518 5.6192C19.7103 5.8229 20.2437 6.5122 20.4524 7.1865C20.8816 8.5749 21.1542 10.5968 20.9045 12.7029C20.6542 14.8144 19.8685 17.088 18.0999 18.8716C17.3755 19.602 16.2586 20.1939 15.016 20.5629C13.7571 20.9367 12.2844 21.1085 10.7944 20.9271C7.7549 20.5569 4.699 18.7141 3.3228 14.3776C3.3197 14.3677 3.3168 14.3573 3.314 14.3474C3.1922 13.9175 3.0532 13.2309 3.0122 12.5018C2.9729 11.8016 3.0139 10.9075 3.3804 10.1679C3.8505 9.2198 4.6532 8.7463 5.5249 8.746C5.6133 8.746 5.7013 8.7514 5.7876 8.7607L5.6167 6.9444C5.4827 5.5252 6.5116 4.2498 7.938 4.1056C8.4163 4.0574 8.8758 4.1455 9.2817 4.3341C9.7547 3.5379 10.618 3.0003 11.6137 3.0002Z" stroke="none"/><path d="M9.8959 6.4988L9.8959 8.4634M13.3303 6.6762L13.3303 8.4634M16.7648 7.4633L16.7648 9.0931M6.937 10.297L7.1798 12.8668"/></g></svg> </template>
CSS
.icon-hand-closed-sharp-duotone {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M11.6137%203.0002C12.5592%203.0003%2013.3863%203.4845%2013.8724%204.215C14.2277%204.0432%2014.626%203.9445%2015.0482%203.9445C16.1771%203.9446%2017.1381%204.6344%2017.5501%205.6104C17.9398%205.5156%2018.3775%205.5068%2018.8518%205.6192C19.7103%205.8229%2020.2437%206.5122%2020.4524%207.1865C20.8816%208.5749%2021.1542%2010.5968%2020.9045%2012.7029C20.6542%2014.8144%2019.8685%2017.088%2018.0999%2018.8716C17.3755%2019.602%2016.2586%2020.1939%2015.016%2020.5629C13.7571%2020.9367%2012.2844%2021.1085%2010.7944%2020.9271C7.7549%2020.5569%204.699%2018.7141%203.3228%2014.3776C3.3197%2014.3677%203.3168%2014.3573%203.314%2014.3474C3.1922%2013.9175%203.0532%2013.2309%203.0122%2012.5018C2.9729%2011.8016%203.0139%2010.9075%203.3804%2010.1679C3.8505%209.2198%204.6532%208.7463%205.5249%208.746C5.6133%208.746%205.7013%208.7514%205.7876%208.7607L5.6167%206.9444C5.4827%205.5252%206.5116%204.2498%207.938%204.1056C8.4163%204.0574%208.8758%204.1455%209.2817%204.3341C9.7547%203.5379%2010.618%203.0003%2011.6137%203.0002Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M9.8959%206.4988L9.8959%208.4634M13.3303%206.6762L13.3303%208.4634M16.7648%207.4633L16.7648%209.0931M6.937%2010.297L7.1798%2012.8668%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M11.6137%203.0002C12.5592%203.0003%2013.3863%203.4845%2013.8724%204.215C14.2277%204.0432%2014.626%203.9445%2015.0482%203.9445C16.1771%203.9446%2017.1381%204.6344%2017.5501%205.6104C17.9398%205.5156%2018.3775%205.5068%2018.8518%205.6192C19.7103%205.8229%2020.2437%206.5122%2020.4524%207.1865C20.8816%208.5749%2021.1542%2010.5968%2020.9045%2012.7029C20.6542%2014.8144%2019.8685%2017.088%2018.0999%2018.8716C17.3755%2019.602%2016.2586%2020.1939%2015.016%2020.5629C13.7571%2020.9367%2012.2844%2021.1085%2010.7944%2020.9271C7.7549%2020.5569%204.699%2018.7141%203.3228%2014.3776C3.3197%2014.3677%203.3168%2014.3573%203.314%2014.3474C3.1922%2013.9175%203.0532%2013.2309%203.0122%2012.5018C2.9729%2011.8016%203.0139%2010.9075%203.3804%2010.1679C3.8505%209.2198%204.6532%208.7463%205.5249%208.746C5.6133%208.746%205.7013%208.7514%205.7876%208.7607L5.6167%206.9444C5.4827%205.5252%206.5116%204.2498%207.938%204.1056C8.4163%204.0574%208.8758%204.1455%209.2817%204.3341C9.7547%203.5379%2010.618%203.0003%2011.6137%203.0002Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M9.8959%206.4988L9.8959%208.4634M13.3303%206.6762L13.3303%208.4634M16.7648%207.4633L16.7648%209.0931M6.937%2010.297L7.1798%2012.8668%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/hand-closed-sharp-duotone.svg?color=%231a73e8&size=48