hand closed icon
hand-closed-sharp-two-tone from Keyline Icons by Keyline Icons · Sharp Two Tone · MIT Free for personal and commercial use.
- Name
- hand-closed-sharp-two-tone
- Set
- Keyline Icons
- Style
- Sharp Two Tone
- 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.8958 8.4634L9.8958 5.7317C9.8958 4.7753 10.6647 4 11.6131 4C12.5615 4 13.3303 4.7753 13.3303 5.7317L13.3303 8.4634M13.3303 8.4634L13.3303 6.6762C13.3303 5.7199 14.0991 4.9445 15.0475 4.9445C15.9959 4.9445 16.7648 5.7199 16.7648 6.6762L16.7648 9.093M7.1798 12.8668L6.6116 6.8501C6.5285 5.9704 7.1661 5.1883 8.0381 5.1004C8.8978 5.0137 9.6691 5.6342 9.7763 6.4988L9.8958 8.4634M16.7648 7.4633C16.9409 7.0193 17.5343 6.3348 18.6207 6.5925C19.052 6.6948 19.3651 7.0557 19.497 7.4823C20.277 10.005 20.5255 15.0056 17.3892 18.1682C15.1118 20.4648 6.7736 21.9464 4.2758 14.0752C4.0677 13.3405 3.7763 11.6194 4.2758 10.6118C4.9003 9.3524 6.1492 9.6673 6.7736 10.297"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsHandClosedSharpTwoTone(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.8958 8.4634L9.8958 5.7317C9.8958 4.7753 10.6647 4 11.6131 4C12.5615 4 13.3303 4.7753 13.3303 5.7317L13.3303 8.4634M13.3303 8.4634L13.3303 6.6762C13.3303 5.7199 14.0991 4.9445 15.0475 4.9445C15.9959 4.9445 16.7648 5.7199 16.7648 6.6762L16.7648 9.093M7.1798 12.8668L6.6116 6.8501C6.5285 5.9704 7.1661 5.1883 8.0381 5.1004C8.8978 5.0137 9.6691 5.6342 9.7763 6.4988L9.8958 8.4634M16.7648 7.4633C16.9409 7.0193 17.5343 6.3348 18.6207 6.5925C19.052 6.6948 19.3651 7.0557 19.497 7.4823C20.277 10.005 20.5255 15.0056 17.3892 18.1682C15.1118 20.4648 6.7736 21.9464 4.2758 14.0752C4.0677 13.3405 3.7763 11.6194 4.2758 10.6118C4.9003 9.3524 6.1492 9.6673 6.7736 10.297"/></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.8958 8.4634L9.8958 5.7317C9.8958 4.7753 10.6647 4 11.6131 4C12.5615 4 13.3303 4.7753 13.3303 5.7317L13.3303 8.4634M13.3303 8.4634L13.3303 6.6762C13.3303 5.7199 14.0991 4.9445 15.0475 4.9445C15.9959 4.9445 16.7648 5.7199 16.7648 6.6762L16.7648 9.093M7.1798 12.8668L6.6116 6.8501C6.5285 5.9704 7.1661 5.1883 8.0381 5.1004C8.8978 5.0137 9.6691 5.6342 9.7763 6.4988L9.8958 8.4634M16.7648 7.4633C16.9409 7.0193 17.5343 6.3348 18.6207 6.5925C19.052 6.6948 19.3651 7.0557 19.497 7.4823C20.277 10.005 20.5255 15.0056 17.3892 18.1682C15.1118 20.4648 6.7736 21.9464 4.2758 14.0752C4.0677 13.3405 3.7763 11.6194 4.2758 10.6118C4.9003 9.3524 6.1492 9.6673 6.7736 10.297"/></g></svg> </template>
CSS
.icon-hand-closed-sharp-two-tone {
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.8958%208.4634L9.8958%205.7317C9.8958%204.7753%2010.6647%204%2011.6131%204C12.5615%204%2013.3303%204.7753%2013.3303%205.7317L13.3303%208.4634M13.3303%208.4634L13.3303%206.6762C13.3303%205.7199%2014.0991%204.9445%2015.0475%204.9445C15.9959%204.9445%2016.7648%205.7199%2016.7648%206.6762L16.7648%209.093M7.1798%2012.8668L6.6116%206.8501C6.5285%205.9704%207.1661%205.1883%208.0381%205.1004C8.8978%205.0137%209.6691%205.6342%209.7763%206.4988L9.8958%208.4634M16.7648%207.4633C16.9409%207.0193%2017.5343%206.3348%2018.6207%206.5925C19.052%206.6948%2019.3651%207.0557%2019.497%207.4823C20.277%2010.005%2020.5255%2015.0056%2017.3892%2018.1682C15.1118%2020.4648%206.7736%2021.9464%204.2758%2014.0752C4.0677%2013.3405%203.7763%2011.6194%204.2758%2010.6118C4.9003%209.3524%206.1492%209.6673%206.7736%2010.297%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.8958%208.4634L9.8958%205.7317C9.8958%204.7753%2010.6647%204%2011.6131%204C12.5615%204%2013.3303%204.7753%2013.3303%205.7317L13.3303%208.4634M13.3303%208.4634L13.3303%206.6762C13.3303%205.7199%2014.0991%204.9445%2015.0475%204.9445C15.9959%204.9445%2016.7648%205.7199%2016.7648%206.6762L16.7648%209.093M7.1798%2012.8668L6.6116%206.8501C6.5285%205.9704%207.1661%205.1883%208.0381%205.1004C8.8978%205.0137%209.6691%205.6342%209.7763%206.4988L9.8958%208.4634M16.7648%207.4633C16.9409%207.0193%2017.5343%206.3348%2018.6207%206.5925C19.052%206.6948%2019.3651%207.0557%2019.497%207.4823C20.277%2010.005%2020.5255%2015.0056%2017.3892%2018.1682C15.1118%2020.4648%206.7736%2021.9464%204.2758%2014.0752C4.0677%2013.3405%203.7763%2011.6194%204.2758%2010.6118C4.9003%209.3524%206.1492%209.6673%206.7736%2010.297%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-two-tone.svg?color=%231a73e8&size=48