hand-open-two-tone from Keyline Icons by Keyline Icons · Two Tone · MIT Free for personal and commercial use.

Name
hand-open-two-tone
Set
Keyline Icons
Style
Two Tone
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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M12.3047 1.0103C13.5344 0.9046 14.7038 1.6395 15.0829 2.7896C15.3586 2.6878 15.6537 2.6265 15.9588 2.6167C17.238 2.5759 18.4058 3.4179 18.6941 4.6519C18.9298 4.5831 19.1787 4.5465 19.4323 4.5464C20.7947 4.5466 21.9977 5.6036 21.9986 7.026C21.9999 9.6905 22.0008 13.3023 21.9977 13.5056C21.9885 15.2327 21.633 17.3182 20.6384 19.1071C19.6237 20.932 17.9367 22.4482 15.3525 22.8934C15.3353 22.8963 15.317 22.8991 15.2997 22.9012C14.021 23.0526 12.161 23.1415 10.1202 22.2957C8.0776 21.4489 5.9715 19.7153 4.0794 16.447L2.3783 13.8278C1.6697 12.7364 1.9925 11.3228 3.0512 10.606C4.0147 9.9543 5.3291 10.0522 6.178 10.856L7.1858 11.8102L6.3372 5.2974L6.3381 5.2965C6.0953 3.8522 7.1182 2.5598 8.5207 2.3179C9.0695 2.2234 9.6215 2.3011 10.1075 2.5142C10.5006 1.6791 11.3406 1.0933 12.3047 1.0103Z" stroke="none"/><path 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.2579 10.4687M11.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.3415M17.9984 10.937L17.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.6988 10.6534"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsHandOpenTwoTone(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M12.3047 1.0103C13.5344 0.9046 14.7038 1.6395 15.0829 2.7896C15.3586 2.6878 15.6537 2.6265 15.9588 2.6167C17.238 2.5759 18.4058 3.4179 18.6941 4.6519C18.9298 4.5831 19.1787 4.5465 19.4323 4.5464C20.7947 4.5466 21.9977 5.6036 21.9986 7.026C21.9999 9.6905 22.0008 13.3023 21.9977 13.5056C21.9885 15.2327 21.633 17.3182 20.6384 19.1071C19.6237 20.932 17.9367 22.4482 15.3525 22.8934C15.3353 22.8963 15.317 22.8991 15.2997 22.9012C14.021 23.0526 12.161 23.1415 10.1202 22.2957C8.0776 21.4489 5.9715 19.7153 4.0794 16.447L2.3783 13.8278C1.6697 12.7364 1.9925 11.3228 3.0512 10.606C4.0147 9.9543 5.3291 10.0522 6.178 10.856L7.1858 11.8102L6.3372 5.2974L6.3381 5.2965C6.0953 3.8522 7.1182 2.5598 8.5207 2.3179C9.0695 2.2234 9.6215 2.3011 10.1075 2.5142C10.5006 1.6791 11.3406 1.0933 12.3047 1.0103Z" stroke="none"/><path 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.2579 10.4687M11.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.3415M17.9984 10.937L17.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.6988 10.6534"/></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-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M12.3047 1.0103C13.5344 0.9046 14.7038 1.6395 15.0829 2.7896C15.3586 2.6878 15.6537 2.6265 15.9588 2.6167C17.238 2.5759 18.4058 3.4179 18.6941 4.6519C18.9298 4.5831 19.1787 4.5465 19.4323 4.5464C20.7947 4.5466 21.9977 5.6036 21.9986 7.026C21.9999 9.6905 22.0008 13.3023 21.9977 13.5056C21.9885 15.2327 21.633 17.3182 20.6384 19.1071C19.6237 20.932 17.9367 22.4482 15.3525 22.8934C15.3353 22.8963 15.317 22.8991 15.2997 22.9012C14.021 23.0526 12.161 23.1415 10.1202 22.2957C8.0776 21.4489 5.9715 19.7153 4.0794 16.447L2.3783 13.8278C1.6697 12.7364 1.9925 11.3228 3.0512 10.606C4.0147 9.9543 5.3291 10.0522 6.178 10.856L7.1858 11.8102L6.3372 5.2974L6.3381 5.2965C6.0953 3.8522 7.1182 2.5598 8.5207 2.3179C9.0695 2.2234 9.6215 2.3011 10.1075 2.5142C10.5006 1.6791 11.3406 1.0933 12.3047 1.0103Z" stroke="none"/><path 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.2579 10.4687M11.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.3415M17.9984 10.937L17.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.6988 10.6534"/></g></svg>
</template>

CSS

.icon-hand-open-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-linecap%3D%22round%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%22M12.3047%201.0103C13.5344%200.9046%2014.7038%201.6395%2015.0829%202.7896C15.3586%202.6878%2015.6537%202.6265%2015.9588%202.6167C17.238%202.5759%2018.4058%203.4179%2018.6941%204.6519C18.9298%204.5831%2019.1787%204.5465%2019.4323%204.5464C20.7947%204.5466%2021.9977%205.6036%2021.9986%207.026C21.9999%209.6905%2022.0008%2013.3023%2021.9977%2013.5056C21.9885%2015.2327%2021.633%2017.3182%2020.6384%2019.1071C19.6237%2020.932%2017.9367%2022.4482%2015.3525%2022.8934C15.3353%2022.8963%2015.317%2022.8991%2015.2997%2022.9012C14.021%2023.0526%2012.161%2023.1415%2010.1202%2022.2957C8.0776%2021.4489%205.9715%2019.7153%204.0794%2016.447L2.3783%2013.8278C1.6697%2012.7364%201.9925%2011.3228%203.0512%2010.606C4.0147%209.9543%205.3291%2010.0522%206.178%2010.856L7.1858%2011.8102L6.3372%205.2974L6.3381%205.2965C6.0953%203.8522%207.1182%202.5598%208.5207%202.3179C9.0695%202.2234%209.6215%202.3011%2010.1075%202.5142C10.5006%201.6791%2011.3406%201.0933%2012.3047%201.0103Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%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.2579%2010.4687M11.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.3415M17.9984%2010.937L17.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.6988%2010.6534%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-linecap%3D%22round%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%22M12.3047%201.0103C13.5344%200.9046%2014.7038%201.6395%2015.0829%202.7896C15.3586%202.6878%2015.6537%202.6265%2015.9588%202.6167C17.238%202.5759%2018.4058%203.4179%2018.6941%204.6519C18.9298%204.5831%2019.1787%204.5465%2019.4323%204.5464C20.7947%204.5466%2021.9977%205.6036%2021.9986%207.026C21.9999%209.6905%2022.0008%2013.3023%2021.9977%2013.5056C21.9885%2015.2327%2021.633%2017.3182%2020.6384%2019.1071C19.6237%2020.932%2017.9367%2022.4482%2015.3525%2022.8934C15.3353%2022.8963%2015.317%2022.8991%2015.2997%2022.9012C14.021%2023.0526%2012.161%2023.1415%2010.1202%2022.2957C8.0776%2021.4489%205.9715%2019.7153%204.0794%2016.447L2.3783%2013.8278C1.6697%2012.7364%201.9925%2011.3228%203.0512%2010.606C4.0147%209.9543%205.3291%2010.0522%206.178%2010.856L7.1858%2011.8102L6.3372%205.2974L6.3381%205.2965C6.0953%203.8522%207.1182%202.5598%208.5207%202.3179C9.0695%202.2234%209.6215%202.3011%2010.1075%202.5142C10.5006%201.6791%2011.3406%201.0933%2012.3047%201.0103Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%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.2579%2010.4687M11.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.3415M17.9984%2010.937L17.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.6988%2010.6534%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-open-two-tone.svg?color=%231a73e8&size=48