hand open icon
hand-open-sharp from Keyline Icons by Keyline Icons · Sharp · MIT Free for personal and commercial use.
- Name
- hand-open-sharp
- Set
- Keyline Icons
- Style
- Sharp
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
Related icons in Keyline Icons
Use the hand open icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M11.0991 8.384L10.6566 4.586C10.485 3.7192 9.6065 3.1464 8.6906 3.3042C7.771 3.4625 7.1611 4.2971 7.3283 5.1682L8.434 13.6532C8.469 13.9211 8.1257 14.0793 7.924 13.8883L5.4898 11.5822C4.9857 11.1046 4.1909 11.0423 3.6108 11.4349C2.987 11.8571 2.8147 12.6647 3.2165 13.2832L4.9181 15.9026C8.5408 22.1944 12.7674 22.1944 15.1826 21.9082C19.6629 21.1366 20.9836 16.7211 20.998 13.49C21.001 13.3014 21.0001 9.7027 20.9988 7.027C20.9984 6.2092 20.2972 5.5474 19.4323 5.5474C18.5672 5.5474 17.8658 6.2106 17.8658 7.0287L17.8658 7.7302M11.0991 8.384L11.3339 11.4658M11.0991 8.384L10.8717 3.6524C10.8311 2.8082 11.5 2.0831 12.3901 2.0066C13.3264 1.9261 14.1488 2.5916 14.2093 3.4789L14.3364 5.3415M18.0397 11.9361L17.8658 7.7302L17.7633 5.1763C17.7274 4.2835 16.9351 3.5861 15.9908 3.6162C15.0234 3.6471 14.2746 4.4281 14.3364 5.3415M14.3364 5.3415L14.7668 11.6511"/></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsHandOpenSharp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M11.0991 8.384L10.6566 4.586C10.485 3.7192 9.6065 3.1464 8.6906 3.3042C7.771 3.4625 7.1611 4.2971 7.3283 5.1682L8.434 13.6532C8.469 13.9211 8.1257 14.0793 7.924 13.8883L5.4898 11.5822C4.9857 11.1046 4.1909 11.0423 3.6108 11.4349C2.987 11.8571 2.8147 12.6647 3.2165 13.2832L4.9181 15.9026C8.5408 22.1944 12.7674 22.1944 15.1826 21.9082C19.6629 21.1366 20.9836 16.7211 20.998 13.49C21.001 13.3014 21.0001 9.7027 20.9988 7.027C20.9984 6.2092 20.2972 5.5474 19.4323 5.5474C18.5672 5.5474 17.8658 6.2106 17.8658 7.0287L17.8658 7.7302M11.0991 8.384L11.3339 11.4658M11.0991 8.384L10.8717 3.6524C10.8311 2.8082 11.5 2.0831 12.3901 2.0066C13.3264 1.9261 14.1488 2.5916 14.2093 3.4789L14.3364 5.3415M18.0397 11.9361L17.8658 7.7302L17.7633 5.1763C17.7274 4.2835 16.9351 3.5861 15.9908 3.6162C15.0234 3.6471 14.2746 4.4281 14.3364 5.3415M14.3364 5.3415L14.7668 11.6511"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M11.0991 8.384L10.6566 4.586C10.485 3.7192 9.6065 3.1464 8.6906 3.3042C7.771 3.4625 7.1611 4.2971 7.3283 5.1682L8.434 13.6532C8.469 13.9211 8.1257 14.0793 7.924 13.8883L5.4898 11.5822C4.9857 11.1046 4.1909 11.0423 3.6108 11.4349C2.987 11.8571 2.8147 12.6647 3.2165 13.2832L4.9181 15.9026C8.5408 22.1944 12.7674 22.1944 15.1826 21.9082C19.6629 21.1366 20.9836 16.7211 20.998 13.49C21.001 13.3014 21.0001 9.7027 20.9988 7.027C20.9984 6.2092 20.2972 5.5474 19.4323 5.5474C18.5672 5.5474 17.8658 6.2106 17.8658 7.0287L17.8658 7.7302M11.0991 8.384L11.3339 11.4658M11.0991 8.384L10.8717 3.6524C10.8311 2.8082 11.5 2.0831 12.3901 2.0066C13.3264 1.9261 14.1488 2.5916 14.2093 3.4789L14.3364 5.3415M18.0397 11.9361L17.8658 7.7302L17.7633 5.1763C17.7274 4.2835 16.9351 3.5861 15.9908 3.6162C15.0234 3.6471 14.2746 4.4281 14.3364 5.3415M14.3364 5.3415L14.7668 11.6511"/></svg> </template>
CSS
.icon-hand-open-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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M11.0991%208.384L10.6566%204.586C10.485%203.7192%209.6065%203.1464%208.6906%203.3042C7.771%203.4625%207.1611%204.2971%207.3283%205.1682L8.434%2013.6532C8.469%2013.9211%208.1257%2014.0793%207.924%2013.8883L5.4898%2011.5822C4.9857%2011.1046%204.1909%2011.0423%203.6108%2011.4349C2.987%2011.8571%202.8147%2012.6647%203.2165%2013.2832L4.9181%2015.9026C8.5408%2022.1944%2012.7674%2022.1944%2015.1826%2021.9082C19.6629%2021.1366%2020.9836%2016.7211%2020.998%2013.49C21.001%2013.3014%2021.0001%209.7027%2020.9988%207.027C20.9984%206.2092%2020.2972%205.5474%2019.4323%205.5474C18.5672%205.5474%2017.8658%206.2106%2017.8658%207.0287L17.8658%207.7302M11.0991%208.384L11.3339%2011.4658M11.0991%208.384L10.8717%203.6524C10.8311%202.8082%2011.5%202.0831%2012.3901%202.0066C13.3264%201.9261%2014.1488%202.5916%2014.2093%203.4789L14.3364%205.3415M18.0397%2011.9361L17.8658%207.7302L17.7633%205.1763C17.7274%204.2835%2016.9351%203.5861%2015.9908%203.6162C15.0234%203.6471%2014.2746%204.4281%2014.3364%205.3415M14.3364%205.3415L14.7668%2011.6511%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M11.0991%208.384L10.6566%204.586C10.485%203.7192%209.6065%203.1464%208.6906%203.3042C7.771%203.4625%207.1611%204.2971%207.3283%205.1682L8.434%2013.6532C8.469%2013.9211%208.1257%2014.0793%207.924%2013.8883L5.4898%2011.5822C4.9857%2011.1046%204.1909%2011.0423%203.6108%2011.4349C2.987%2011.8571%202.8147%2012.6647%203.2165%2013.2832L4.9181%2015.9026C8.5408%2022.1944%2012.7674%2022.1944%2015.1826%2021.9082C19.6629%2021.1366%2020.9836%2016.7211%2020.998%2013.49C21.001%2013.3014%2021.0001%209.7027%2020.9988%207.027C20.9984%206.2092%2020.2972%205.5474%2019.4323%205.5474C18.5672%205.5474%2017.8658%206.2106%2017.8658%207.0287L17.8658%207.7302M11.0991%208.384L11.3339%2011.4658M11.0991%208.384L10.8717%203.6524C10.8311%202.8082%2011.5%202.0831%2012.3901%202.0066C13.3264%201.9261%2014.1488%202.5916%2014.2093%203.4789L14.3364%205.3415M18.0397%2011.9361L17.8658%207.7302L17.7633%205.1763C17.7274%204.2835%2016.9351%203.5861%2015.9908%203.6162C15.0234%203.6471%2014.2746%204.4281%2014.3364%205.3415M14.3364%205.3415L14.7668%2011.6511%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/hand-open-sharp.svg?color=%231a73e8&size=48