ok-hand-2 from Streamline Emojis by Streamline · Default · Smiley People · CC-BY-4.0 Attribution required.

Name
ok-hand-2
Set
Streamline Emojis
Style
Default
Category
Smiley People
Viewbox
48×48
License
CC BY 4.0

More smiley people icons from Streamline Emojis

Use the ok hand 2 emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#ffcebf" d="M27.16 5.78a2.84 2.84 0 0 0-4.05 4a26.36 26.36 0 0 1 6.33 10.44a11 11 0 0 0-6.06-3a12.15 12.15 0 0 0-9.63 2.47a2.85 2.85 0 0 0 .93 4.81a3.16 3.16 0 0 0 3.12-.5a6.3 6.3 0 0 1 5-.88a5.25 5.25 0 1 1-2.25 10.26a6 6 0 0 1-4.61-5a3.08 3.08 0 0 0-2.44-2.91A2.73 2.73 0 0 0 10 28c0 7.11 5.87 15.53 15 14.25c7.62-1.08 10.2-3.25 11.23-12.87c.61-7.18-2.38-16.72-9.07-23.6"/><path fill="#ffdcd1" d="M23.44 9.17a2.83 2.83 0 0 1 3.87.14a33.1 33.1 0 0 1 9 18.86c.2-7-2.82-15.89-9.14-22.39A2.84 2.84 0 0 0 23 9.65a3 3 0 0 1 .44-.48"/><path fill="#45413c" d="M12.5 45.5a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0" opacity=".15"/><path fill="#ffcebf" d="M23.4 17.21a11 11 0 0 1 6 3a26.3 26.3 0 0 0-5.3-9.33a2.17 2.17 0 0 0-3.36.11a2.16 2.16 0 0 0 .11 2.73a22.7 22.7 0 0 1 2.55 3.49"/><path fill="#ffb59e" d="M20.57 11.32a2.19 2.19 0 0 1 2.18.69a26.2 26.2 0 0 1 4.13 6.34a11.2 11.2 0 0 1 2.56 1.86a26.3 26.3 0 0 0-5.3-9.33a2.17 2.17 0 0 0-3.36.11a3 3 0 0 0-.21.33"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M23.4 17.21a11 11 0 0 1 6 3a26.3 26.3 0 0 0-5.3-9.33a2.17 2.17 0 0 0-3.36.11h0a2.16 2.16 0 0 0 .11 2.73a22.7 22.7 0 0 1 2.55 3.49"/><path fill="#ffdcd1" d="M23.38 20.77c2.33.34 7.28 2.37 8.91 3.95a11.19 11.19 0 0 0-8.91-7.51a12.15 12.15 0 0 0-9.63 2.47a2.87 2.87 0 0 0-.35 3.89c2.33-2.35 6.29-3.34 9.98-2.8"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M29.44 20.21a11.15 11.15 0 0 1 3.43 8"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M27.16 5.78a2.84 2.84 0 0 0-4.05 4a26.36 26.36 0 0 1 6.33 10.44a11 11 0 0 0-6.06-3a12.15 12.15 0 0 0-9.63 2.47a2.85 2.85 0 0 0 .93 4.81a3.16 3.16 0 0 0 3.12-.5a6.3 6.3 0 0 1 5-.88a5.25 5.25 0 1 1-2.25 10.26a6 6 0 0 1-4.61-5a3.08 3.08 0 0 0-2.44-2.91A2.73 2.73 0 0 0 10 28v0c0 7.11 5.87 15.53 15 14.25c7.62-1.08 10.2-3.25 11.23-12.87c.61-7.18-2.38-16.72-9.07-23.6"/></svg>

React

import type { SVGProps } from "react";

export function StreamlineEmojisOkHand2(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#ffcebf" d="M27.16 5.78a2.84 2.84 0 0 0-4.05 4a26.36 26.36 0 0 1 6.33 10.44a11 11 0 0 0-6.06-3a12.15 12.15 0 0 0-9.63 2.47a2.85 2.85 0 0 0 .93 4.81a3.16 3.16 0 0 0 3.12-.5a6.3 6.3 0 0 1 5-.88a5.25 5.25 0 1 1-2.25 10.26a6 6 0 0 1-4.61-5a3.08 3.08 0 0 0-2.44-2.91A2.73 2.73 0 0 0 10 28c0 7.11 5.87 15.53 15 14.25c7.62-1.08 10.2-3.25 11.23-12.87c.61-7.18-2.38-16.72-9.07-23.6"/><path fill="#ffdcd1" d="M23.44 9.17a2.83 2.83 0 0 1 3.87.14a33.1 33.1 0 0 1 9 18.86c.2-7-2.82-15.89-9.14-22.39A2.84 2.84 0 0 0 23 9.65a3 3 0 0 1 .44-.48"/><path fill="#45413c" d="M12.5 45.5a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0" opacity=".15"/><path fill="#ffcebf" d="M23.4 17.21a11 11 0 0 1 6 3a26.3 26.3 0 0 0-5.3-9.33a2.17 2.17 0 0 0-3.36.11a2.16 2.16 0 0 0 .11 2.73a22.7 22.7 0 0 1 2.55 3.49"/><path fill="#ffb59e" d="M20.57 11.32a2.19 2.19 0 0 1 2.18.69a26.2 26.2 0 0 1 4.13 6.34a11.2 11.2 0 0 1 2.56 1.86a26.3 26.3 0 0 0-5.3-9.33a2.17 2.17 0 0 0-3.36.11a3 3 0 0 0-.21.33"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M23.4 17.21a11 11 0 0 1 6 3a26.3 26.3 0 0 0-5.3-9.33a2.17 2.17 0 0 0-3.36.11h0a2.16 2.16 0 0 0 .11 2.73a22.7 22.7 0 0 1 2.55 3.49"/><path fill="#ffdcd1" d="M23.38 20.77c2.33.34 7.28 2.37 8.91 3.95a11.19 11.19 0 0 0-8.91-7.51a12.15 12.15 0 0 0-9.63 2.47a2.87 2.87 0 0 0-.35 3.89c2.33-2.35 6.29-3.34 9.98-2.8"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M29.44 20.21a11.15 11.15 0 0 1 3.43 8"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M27.16 5.78a2.84 2.84 0 0 0-4.05 4a26.36 26.36 0 0 1 6.33 10.44a11 11 0 0 0-6.06-3a12.15 12.15 0 0 0-9.63 2.47a2.85 2.85 0 0 0 .93 4.81a3.16 3.16 0 0 0 3.12-.5a6.3 6.3 0 0 1 5-.88a5.25 5.25 0 1 1-2.25 10.26a6 6 0 0 1-4.61-5a3.08 3.08 0 0 0-2.44-2.91A2.73 2.73 0 0 0 10 28v0c0 7.11 5.87 15.53 15 14.25c7.62-1.08 10.2-3.25 11.23-12.87c.61-7.18-2.38-16.72-9.07-23.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#ffcebf" d="M27.16 5.78a2.84 2.84 0 0 0-4.05 4a26.36 26.36 0 0 1 6.33 10.44a11 11 0 0 0-6.06-3a12.15 12.15 0 0 0-9.63 2.47a2.85 2.85 0 0 0 .93 4.81a3.16 3.16 0 0 0 3.12-.5a6.3 6.3 0 0 1 5-.88a5.25 5.25 0 1 1-2.25 10.26a6 6 0 0 1-4.61-5a3.08 3.08 0 0 0-2.44-2.91A2.73 2.73 0 0 0 10 28c0 7.11 5.87 15.53 15 14.25c7.62-1.08 10.2-3.25 11.23-12.87c.61-7.18-2.38-16.72-9.07-23.6"/><path fill="#ffdcd1" d="M23.44 9.17a2.83 2.83 0 0 1 3.87.14a33.1 33.1 0 0 1 9 18.86c.2-7-2.82-15.89-9.14-22.39A2.84 2.84 0 0 0 23 9.65a3 3 0 0 1 .44-.48"/><path fill="#45413c" d="M12.5 45.5a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0" opacity=".15"/><path fill="#ffcebf" d="M23.4 17.21a11 11 0 0 1 6 3a26.3 26.3 0 0 0-5.3-9.33a2.17 2.17 0 0 0-3.36.11a2.16 2.16 0 0 0 .11 2.73a22.7 22.7 0 0 1 2.55 3.49"/><path fill="#ffb59e" d="M20.57 11.32a2.19 2.19 0 0 1 2.18.69a26.2 26.2 0 0 1 4.13 6.34a11.2 11.2 0 0 1 2.56 1.86a26.3 26.3 0 0 0-5.3-9.33a2.17 2.17 0 0 0-3.36.11a3 3 0 0 0-.21.33"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M23.4 17.21a11 11 0 0 1 6 3a26.3 26.3 0 0 0-5.3-9.33a2.17 2.17 0 0 0-3.36.11h0a2.16 2.16 0 0 0 .11 2.73a22.7 22.7 0 0 1 2.55 3.49"/><path fill="#ffdcd1" d="M23.38 20.77c2.33.34 7.28 2.37 8.91 3.95a11.19 11.19 0 0 0-8.91-7.51a12.15 12.15 0 0 0-9.63 2.47a2.87 2.87 0 0 0-.35 3.89c2.33-2.35 6.29-3.34 9.98-2.8"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M29.44 20.21a11.15 11.15 0 0 1 3.43 8"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M27.16 5.78a2.84 2.84 0 0 0-4.05 4a26.36 26.36 0 0 1 6.33 10.44a11 11 0 0 0-6.06-3a12.15 12.15 0 0 0-9.63 2.47a2.85 2.85 0 0 0 .93 4.81a3.16 3.16 0 0 0 3.12-.5a6.3 6.3 0 0 1 5-.88a5.25 5.25 0 1 1-2.25 10.26a6 6 0 0 1-4.61-5a3.08 3.08 0 0 0-2.44-2.91A2.73 2.73 0 0 0 10 28v0c0 7.11 5.87 15.53 15 14.25c7.62-1.08 10.2-3.25 11.23-12.87c.61-7.18-2.38-16.72-9.07-23.6"/></svg>
</template>

CSS

.icon-ok-hand-2 {
  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%3Cpath%20fill%3D%22%23ffcebf%22%20d%3D%22M27.16%205.78a2.84%202.84%200%200%200-4.05%204a26.36%2026.36%200%200%201%206.33%2010.44a11%2011%200%200%200-6.06-3a12.15%2012.15%200%200%200-9.63%202.47a2.85%202.85%200%200%200%20.93%204.81a3.16%203.16%200%200%200%203.12-.5a6.3%206.3%200%200%201%205-.88a5.25%205.25%200%201%201-2.25%2010.26a6%206%200%200%201-4.61-5a3.08%203.08%200%200%200-2.44-2.91A2.73%202.73%200%200%200%2010%2028c0%207.11%205.87%2015.53%2015%2014.25c7.62-1.08%2010.2-3.25%2011.23-12.87c.61-7.18-2.38-16.72-9.07-23.6%22%2F%3E%3Cpath%20fill%3D%22%23ffdcd1%22%20d%3D%22M23.44%209.17a2.83%202.83%200%200%201%203.87.14a33.1%2033.1%200%200%201%209%2018.86c.2-7-2.82-15.89-9.14-22.39A2.84%202.84%200%200%200%2023%209.65a3%203%200%200%201%20.44-.48%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M12.5%2045.5a11.5%201.5%200%201%200%2023%200a11.5%201.5%200%201%200-23%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ffcebf%22%20d%3D%22M23.4%2017.21a11%2011%200%200%201%206%203a26.3%2026.3%200%200%200-5.3-9.33a2.17%202.17%200%200%200-3.36.11a2.16%202.16%200%200%200%20.11%202.73a22.7%2022.7%200%200%201%202.55%203.49%22%2F%3E%3Cpath%20fill%3D%22%23ffb59e%22%20d%3D%22M20.57%2011.32a2.19%202.19%200%200%201%202.18.69a26.2%2026.2%200%200%201%204.13%206.34a11.2%2011.2%200%200%201%202.56%201.86a26.3%2026.3%200%200%200-5.3-9.33a2.17%202.17%200%200%200-3.36.11a3%203%200%200%200-.21.33%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M23.4%2017.21a11%2011%200%200%201%206%203a26.3%2026.3%200%200%200-5.3-9.33a2.17%202.17%200%200%200-3.36.11h0a2.16%202.16%200%200%200%20.11%202.73a22.7%2022.7%200%200%201%202.55%203.49%22%2F%3E%3Cpath%20fill%3D%22%23ffdcd1%22%20d%3D%22M23.38%2020.77c2.33.34%207.28%202.37%208.91%203.95a11.19%2011.19%200%200%200-8.91-7.51a12.15%2012.15%200%200%200-9.63%202.47a2.87%202.87%200%200%200-.35%203.89c2.33-2.35%206.29-3.34%209.98-2.8%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29.44%2020.21a11.15%2011.15%200%200%201%203.43%208%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M27.16%205.78a2.84%202.84%200%200%200-4.05%204a26.36%2026.36%200%200%201%206.33%2010.44a11%2011%200%200%200-6.06-3a12.15%2012.15%200%200%200-9.63%202.47a2.85%202.85%200%200%200%20.93%204.81a3.16%203.16%200%200%200%203.12-.5a6.3%206.3%200%200%201%205-.88a5.25%205.25%200%201%201-2.25%2010.26a6%206%200%200%201-4.61-5a3.08%203.08%200%200%200-2.44-2.91A2.73%202.73%200%200%200%2010%2028v0c0%207.11%205.87%2015.53%2015%2014.25c7.62-1.08%2010.2-3.25%2011.23-12.87c.61-7.18-2.38-16.72-9.07-23.6%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%2048%2048%22%3E%3Cpath%20fill%3D%22%23ffcebf%22%20d%3D%22M27.16%205.78a2.84%202.84%200%200%200-4.05%204a26.36%2026.36%200%200%201%206.33%2010.44a11%2011%200%200%200-6.06-3a12.15%2012.15%200%200%200-9.63%202.47a2.85%202.85%200%200%200%20.93%204.81a3.16%203.16%200%200%200%203.12-.5a6.3%206.3%200%200%201%205-.88a5.25%205.25%200%201%201-2.25%2010.26a6%206%200%200%201-4.61-5a3.08%203.08%200%200%200-2.44-2.91A2.73%202.73%200%200%200%2010%2028c0%207.11%205.87%2015.53%2015%2014.25c7.62-1.08%2010.2-3.25%2011.23-12.87c.61-7.18-2.38-16.72-9.07-23.6%22%2F%3E%3Cpath%20fill%3D%22%23ffdcd1%22%20d%3D%22M23.44%209.17a2.83%202.83%200%200%201%203.87.14a33.1%2033.1%200%200%201%209%2018.86c.2-7-2.82-15.89-9.14-22.39A2.84%202.84%200%200%200%2023%209.65a3%203%200%200%201%20.44-.48%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M12.5%2045.5a11.5%201.5%200%201%200%2023%200a11.5%201.5%200%201%200-23%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ffcebf%22%20d%3D%22M23.4%2017.21a11%2011%200%200%201%206%203a26.3%2026.3%200%200%200-5.3-9.33a2.17%202.17%200%200%200-3.36.11a2.16%202.16%200%200%200%20.11%202.73a22.7%2022.7%200%200%201%202.55%203.49%22%2F%3E%3Cpath%20fill%3D%22%23ffb59e%22%20d%3D%22M20.57%2011.32a2.19%202.19%200%200%201%202.18.69a26.2%2026.2%200%200%201%204.13%206.34a11.2%2011.2%200%200%201%202.56%201.86a26.3%2026.3%200%200%200-5.3-9.33a2.17%202.17%200%200%200-3.36.11a3%203%200%200%200-.21.33%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M23.4%2017.21a11%2011%200%200%201%206%203a26.3%2026.3%200%200%200-5.3-9.33a2.17%202.17%200%200%200-3.36.11h0a2.16%202.16%200%200%200%20.11%202.73a22.7%2022.7%200%200%201%202.55%203.49%22%2F%3E%3Cpath%20fill%3D%22%23ffdcd1%22%20d%3D%22M23.38%2020.77c2.33.34%207.28%202.37%208.91%203.95a11.19%2011.19%200%200%200-8.91-7.51a12.15%2012.15%200%200%200-9.63%202.47a2.87%202.87%200%200%200-.35%203.89c2.33-2.35%206.29-3.34%209.98-2.8%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M29.44%2020.21a11.15%2011.15%200%200%201%203.43%208%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M27.16%205.78a2.84%202.84%200%200%200-4.05%204a26.36%2026.36%200%200%201%206.33%2010.44a11%2011%200%200%200-6.06-3a12.15%2012.15%200%200%200-9.63%202.47a2.85%202.85%200%200%200%20.93%204.81a3.16%203.16%200%200%200%203.12-.5a6.3%206.3%200%200%201%205-.88a5.25%205.25%200%201%201-2.25%2010.26a6%206%200%200%201-4.61-5a3.08%203.08%200%200%200-2.44-2.91A2.73%202.73%200%200%200%2010%2028v0c0%207.11%205.87%2015.53%2015%2014.25c7.62-1.08%2010.2-3.25%2011.23-12.87c.61-7.18-2.38-16.72-9.07-23.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/ok-hand-2.svg?color=%231a73e8&size=48