three finger operation emoji

three-finger-operation from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

Name
three-finger-operation
Set
OpenMoji
Style
Default
Category
Extras Openmoji
Viewbox
72×72
License
CC BY-SA 4.0

More extras openmoji icons from OpenMoji

Use the three finger operation emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="27.339" cy="18.233" r="6.37" fill="#fff"/><circle cx="35.03" cy="15.171" r="6.37" fill="#fff"/><circle cx="41.88" cy="18.883" r="6.37" fill="#fff"/><path fill="#fcea2b" d="M30.615 20.738a3.531 3.531 0 1 0-7-.095l-.257 18.998l.022 4.325l.006-4.999c.284-1.93-.88-3.724-2.81-4.008a3.53 3.53 0 0 0-4.02 3.913l-.176 5l.053 10.084c.425 8.31 7.752 13.63 16.06 13.205a19.62 19.62 0 0 0 12.728-5.657c2.918-3.09 10.085-11.535 10.085-11.535c1.463-2.158.329-5.494-.8-4.673l-9.876 4.651l-.039-5.4l.039 5.4l-.039-5.4l.04-21.85a3.531 3.531 0 1 0-7-.095l-.094 7l-.186 10.636l.367-22.192a3.531 3.531 0 1 0-7-.095l-.206 24.016"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M23.4 24.976A7.735 7.735 0 1 1 33.854 14"/><path d="M27.357 16.564q-.091-.586-.092-1.197a7.735 7.735 0 1 1 14.785 3.187"/><path d="M35.899 14a7.735 7.735 0 1 1 9.225 12.031"/><path d="M30.615 20.738a3.531 3.531 0 1 0-7-.095l-.257 18.998l.005.951l-.006-1.625c.284-1.93-.851-3.724-2.78-4.008a3.53 3.53 0 0 0-4.008 2.98c-.046.309-.05 1.75-.013 2.061l-.176 3.871l.053 10.085c.425 8.31 7.752 13.63 16.06 13.205a19.62 19.62 0 0 0 12.728-5.657c2.918-3.09 10.085-11.535 10.085-11.535c1.463-2.158.329-5.494-.8-4.673l-9.876 4.651l-.039-5.4l.039 5.4l-.039-5.4l.04-21.85a3.531 3.531 0 1 0-7-.095l-.094 7l-.186 10.636l.367-22.192a3.531 3.531 0 1 0-7-.095l-.175 20.454"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiThreeFingerOperation(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="27.339" cy="18.233" r="6.37" fill="#fff"/><circle cx="35.03" cy="15.171" r="6.37" fill="#fff"/><circle cx="41.88" cy="18.883" r="6.37" fill="#fff"/><path fill="#fcea2b" d="M30.615 20.738a3.531 3.531 0 1 0-7-.095l-.257 18.998l.022 4.325l.006-4.999c.284-1.93-.88-3.724-2.81-4.008a3.53 3.53 0 0 0-4.02 3.913l-.176 5l.053 10.084c.425 8.31 7.752 13.63 16.06 13.205a19.62 19.62 0 0 0 12.728-5.657c2.918-3.09 10.085-11.535 10.085-11.535c1.463-2.158.329-5.494-.8-4.673l-9.876 4.651l-.039-5.4l.039 5.4l-.039-5.4l.04-21.85a3.531 3.531 0 1 0-7-.095l-.094 7l-.186 10.636l.367-22.192a3.531 3.531 0 1 0-7-.095l-.206 24.016"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M23.4 24.976A7.735 7.735 0 1 1 33.854 14"/><path d="M27.357 16.564q-.091-.586-.092-1.197a7.735 7.735 0 1 1 14.785 3.187"/><path d="M35.899 14a7.735 7.735 0 1 1 9.225 12.031"/><path d="M30.615 20.738a3.531 3.531 0 1 0-7-.095l-.257 18.998l.005.951l-.006-1.625c.284-1.93-.851-3.724-2.78-4.008a3.53 3.53 0 0 0-4.008 2.98c-.046.309-.05 1.75-.013 2.061l-.176 3.871l.053 10.085c.425 8.31 7.752 13.63 16.06 13.205a19.62 19.62 0 0 0 12.728-5.657c2.918-3.09 10.085-11.535 10.085-11.535c1.463-2.158.329-5.494-.8-4.673l-9.876 4.651l-.039-5.4l.039 5.4l-.039-5.4l.04-21.85a3.531 3.531 0 1 0-7-.095l-.094 7l-.186 10.636l.367-22.192a3.531 3.531 0 1 0-7-.095l-.175 20.454"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="27.339" cy="18.233" r="6.37" fill="#fff"/><circle cx="35.03" cy="15.171" r="6.37" fill="#fff"/><circle cx="41.88" cy="18.883" r="6.37" fill="#fff"/><path fill="#fcea2b" d="M30.615 20.738a3.531 3.531 0 1 0-7-.095l-.257 18.998l.022 4.325l.006-4.999c.284-1.93-.88-3.724-2.81-4.008a3.53 3.53 0 0 0-4.02 3.913l-.176 5l.053 10.084c.425 8.31 7.752 13.63 16.06 13.205a19.62 19.62 0 0 0 12.728-5.657c2.918-3.09 10.085-11.535 10.085-11.535c1.463-2.158.329-5.494-.8-4.673l-9.876 4.651l-.039-5.4l.039 5.4l-.039-5.4l.04-21.85a3.531 3.531 0 1 0-7-.095l-.094 7l-.186 10.636l.367-22.192a3.531 3.531 0 1 0-7-.095l-.206 24.016"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M23.4 24.976A7.735 7.735 0 1 1 33.854 14"/><path d="M27.357 16.564q-.091-.586-.092-1.197a7.735 7.735 0 1 1 14.785 3.187"/><path d="M35.899 14a7.735 7.735 0 1 1 9.225 12.031"/><path d="M30.615 20.738a3.531 3.531 0 1 0-7-.095l-.257 18.998l.005.951l-.006-1.625c.284-1.93-.851-3.724-2.78-4.008a3.53 3.53 0 0 0-4.008 2.98c-.046.309-.05 1.75-.013 2.061l-.176 3.871l.053 10.085c.425 8.31 7.752 13.63 16.06 13.205a19.62 19.62 0 0 0 12.728-5.657c2.918-3.09 10.085-11.535 10.085-11.535c1.463-2.158.329-5.494-.8-4.673l-9.876 4.651l-.039-5.4l.039 5.4l-.039-5.4l.04-21.85a3.531 3.531 0 1 0-7-.095l-.094 7l-.186 10.636l.367-22.192a3.531 3.531 0 1 0-7-.095l-.175 20.454"/></g></svg>
</template>

CSS

.icon-three-finger-operation {
  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%2072%2072%22%3E%3Ccircle%20cx%3D%2227.339%22%20cy%3D%2218.233%22%20r%3D%226.37%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2235.03%22%20cy%3D%2215.171%22%20r%3D%226.37%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2241.88%22%20cy%3D%2218.883%22%20r%3D%226.37%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M30.615%2020.738a3.531%203.531%200%201%200-7-.095l-.257%2018.998l.022%204.325l.006-4.999c.284-1.93-.88-3.724-2.81-4.008a3.53%203.53%200%200%200-4.02%203.913l-.176%205l.053%2010.084c.425%208.31%207.752%2013.63%2016.06%2013.205a19.62%2019.62%200%200%200%2012.728-5.657c2.918-3.09%2010.085-11.535%2010.085-11.535c1.463-2.158.329-5.494-.8-4.673l-9.876%204.651l-.039-5.4l.039%205.4l-.039-5.4l.04-21.85a3.531%203.531%200%201%200-7-.095l-.094%207l-.186%2010.636l.367-22.192a3.531%203.531%200%201%200-7-.095l-.206%2024.016%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M23.4%2024.976A7.735%207.735%200%201%201%2033.854%2014%22%2F%3E%3Cpath%20d%3D%22M27.357%2016.564q-.091-.586-.092-1.197a7.735%207.735%200%201%201%2014.785%203.187%22%2F%3E%3Cpath%20d%3D%22M35.899%2014a7.735%207.735%200%201%201%209.225%2012.031%22%2F%3E%3Cpath%20d%3D%22M30.615%2020.738a3.531%203.531%200%201%200-7-.095l-.257%2018.998l.005.951l-.006-1.625c.284-1.93-.851-3.724-2.78-4.008a3.53%203.53%200%200%200-4.008%202.98c-.046.309-.05%201.75-.013%202.061l-.176%203.871l.053%2010.085c.425%208.31%207.752%2013.63%2016.06%2013.205a19.62%2019.62%200%200%200%2012.728-5.657c2.918-3.09%2010.085-11.535%2010.085-11.535c1.463-2.158.329-5.494-.8-4.673l-9.876%204.651l-.039-5.4l.039%205.4l-.039-5.4l.04-21.85a3.531%203.531%200%201%200-7-.095l-.094%207l-.186%2010.636l.367-22.192a3.531%203.531%200%201%200-7-.095l-.175%2020.454%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%2072%2072%22%3E%3Ccircle%20cx%3D%2227.339%22%20cy%3D%2218.233%22%20r%3D%226.37%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2235.03%22%20cy%3D%2215.171%22%20r%3D%226.37%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2241.88%22%20cy%3D%2218.883%22%20r%3D%226.37%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M30.615%2020.738a3.531%203.531%200%201%200-7-.095l-.257%2018.998l.022%204.325l.006-4.999c.284-1.93-.88-3.724-2.81-4.008a3.53%203.53%200%200%200-4.02%203.913l-.176%205l.053%2010.084c.425%208.31%207.752%2013.63%2016.06%2013.205a19.62%2019.62%200%200%200%2012.728-5.657c2.918-3.09%2010.085-11.535%2010.085-11.535c1.463-2.158.329-5.494-.8-4.673l-9.876%204.651l-.039-5.4l.039%205.4l-.039-5.4l.04-21.85a3.531%203.531%200%201%200-7-.095l-.094%207l-.186%2010.636l.367-22.192a3.531%203.531%200%201%200-7-.095l-.206%2024.016%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M23.4%2024.976A7.735%207.735%200%201%201%2033.854%2014%22%2F%3E%3Cpath%20d%3D%22M27.357%2016.564q-.091-.586-.092-1.197a7.735%207.735%200%201%201%2014.785%203.187%22%2F%3E%3Cpath%20d%3D%22M35.899%2014a7.735%207.735%200%201%201%209.225%2012.031%22%2F%3E%3Cpath%20d%3D%22M30.615%2020.738a3.531%203.531%200%201%200-7-.095l-.257%2018.998l.005.951l-.006-1.625c.284-1.93-.851-3.724-2.78-4.008a3.53%203.53%200%200%200-4.008%202.98c-.046.309-.05%201.75-.013%202.061l-.176%203.871l.053%2010.085c.425%208.31%207.752%2013.63%2016.06%2013.205a19.62%2019.62%200%200%200%2012.728-5.657c2.918-3.09%2010.085-11.535%2010.085-11.535c1.463-2.158.329-5.494-.8-4.673l-9.876%204.651l-.039-5.4l.039%205.4l-.039-5.4l.04-21.85a3.531%203.531%200%201%200-7-.095l-.094%207l-.186%2010.636l.367-22.192a3.531%203.531%200%201%200-7-.095l-.175%2020.454%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/three-finger-operation.svg?color=%231a73e8&size=48