ai hand emoji

ai-hand from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

Name
ai-hand
Set
OpenMoji
Style
Default
Category
Extras Openmoji
Viewbox
72×72
License
CC BY-SA 4.0

More extras openmoji icons from OpenMoji

Use the ai hand emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" stroke="#fcea2b" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="m24.797 8.743l.646-.028c2.358.356 3.162 2.901 3.571 4.828l3.687 18.871s1.242 4.31 2.22-.307l.633-18.078c.508-5.47 7.238-4.471 6.938.817l-.688 18.786c.068 2.89 1.016 2.743 1.77.794l4.752-18.223c.867-1.575 1.398-1.806 3.026-2.356c.427.044.871.004 1.279.134c2.58.816 2.611 3.483 1.817 5.534c-5.511 19.668-6.443 22.823-4.856 23.213c1.499.564 6.399-.749 8.538-1.486q.163-.056.346-.106c4.023-1.091 6.732-1.089 8.183 2.363c.541 1.387.496 4.048-1.07 3.995c-7.354.247-17.761 8.89-17.761 8.89s-4.491 6.113-10.208 7.448c-5.716 1.337-11.968 2.005-17.676-3.851c-2.824-3.383-5.602-11.904-7.662-15.778c-1.581-2.972-6.758-11.655-6.758-11.655c-2.447-4.786 2.522-7.536 5.719-2.808l3.717 5.914c1.085 1.75 3.547 2.196 2.581-.921l-5.036-13.349c-1.987-5.775 3.969-8.304 6.491-2.014l5.512 14.991c.081.542 2.345 4.167.975-2.633l-3.367-17.233c-.194-1.642-.216-3.483.92-4.843c.292-.349.743-.533 1.113-.799z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="m24.797 8.743l.646-.028c2.358.356 3.162 2.901 3.571 4.828l3.687 18.871s1.242 4.31 2.22-.307l.633-18.078c.508-5.47 7.238-4.471 6.938.817l-.688 18.786c.068 2.89 1.016 2.743 1.77.794l4.752-18.223c.867-1.575 1.398-1.806 3.026-2.356c.427.044.871.004 1.279.134c2.58.816 2.611 3.483 1.817 5.534c-5.511 19.668-6.443 22.823-4.856 23.213c1.499.564 6.399-.749 8.538-1.486q.163-.056.346-.106c4.023-1.091 6.732-1.089 8.183 2.363c.541 1.387.496 4.048-1.07 3.995c-7.354.247-17.761 8.89-17.761 8.89s-4.491 6.113-10.208 7.448c-5.716 1.337-11.968 2.005-17.676-3.851c-2.824-3.383-5.602-11.904-7.662-15.778c-1.581-2.972-6.758-11.655-6.758-11.655c-2.447-4.786 2.522-7.536 5.719-2.808l3.717 5.914c1.085 1.75 3.547 2.196 2.581-.921l-5.036-13.349c-1.987-5.775 3.969-8.304 6.491-2.014l5.512 14.991c.081.542 2.345 4.167.975-2.633l-3.367-17.233c-.194-1.642-.216-3.483.92-4.843c.292-.349.743-.533 1.113-.799z"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiAiHand(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" stroke="#fcea2b" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="m24.797 8.743l.646-.028c2.358.356 3.162 2.901 3.571 4.828l3.687 18.871s1.242 4.31 2.22-.307l.633-18.078c.508-5.47 7.238-4.471 6.938.817l-.688 18.786c.068 2.89 1.016 2.743 1.77.794l4.752-18.223c.867-1.575 1.398-1.806 3.026-2.356c.427.044.871.004 1.279.134c2.58.816 2.611 3.483 1.817 5.534c-5.511 19.668-6.443 22.823-4.856 23.213c1.499.564 6.399-.749 8.538-1.486q.163-.056.346-.106c4.023-1.091 6.732-1.089 8.183 2.363c.541 1.387.496 4.048-1.07 3.995c-7.354.247-17.761 8.89-17.761 8.89s-4.491 6.113-10.208 7.448c-5.716 1.337-11.968 2.005-17.676-3.851c-2.824-3.383-5.602-11.904-7.662-15.778c-1.581-2.972-6.758-11.655-6.758-11.655c-2.447-4.786 2.522-7.536 5.719-2.808l3.717 5.914c1.085 1.75 3.547 2.196 2.581-.921l-5.036-13.349c-1.987-5.775 3.969-8.304 6.491-2.014l5.512 14.991c.081.542 2.345 4.167.975-2.633l-3.367-17.233c-.194-1.642-.216-3.483.92-4.843c.292-.349.743-.533 1.113-.799z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="m24.797 8.743l.646-.028c2.358.356 3.162 2.901 3.571 4.828l3.687 18.871s1.242 4.31 2.22-.307l.633-18.078c.508-5.47 7.238-4.471 6.938.817l-.688 18.786c.068 2.89 1.016 2.743 1.77.794l4.752-18.223c.867-1.575 1.398-1.806 3.026-2.356c.427.044.871.004 1.279.134c2.58.816 2.611 3.483 1.817 5.534c-5.511 19.668-6.443 22.823-4.856 23.213c1.499.564 6.399-.749 8.538-1.486q.163-.056.346-.106c4.023-1.091 6.732-1.089 8.183 2.363c.541 1.387.496 4.048-1.07 3.995c-7.354.247-17.761 8.89-17.761 8.89s-4.491 6.113-10.208 7.448c-5.716 1.337-11.968 2.005-17.676-3.851c-2.824-3.383-5.602-11.904-7.662-15.778c-1.581-2.972-6.758-11.655-6.758-11.655c-2.447-4.786 2.522-7.536 5.719-2.808l3.717 5.914c1.085 1.75 3.547 2.196 2.581-.921l-5.036-13.349c-1.987-5.775 3.969-8.304 6.491-2.014l5.512 14.991c.081.542 2.345 4.167.975-2.633l-3.367-17.233c-.194-1.642-.216-3.483.92-4.843c.292-.349.743-.533 1.113-.799z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" stroke="#fcea2b" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="m24.797 8.743l.646-.028c2.358.356 3.162 2.901 3.571 4.828l3.687 18.871s1.242 4.31 2.22-.307l.633-18.078c.508-5.47 7.238-4.471 6.938.817l-.688 18.786c.068 2.89 1.016 2.743 1.77.794l4.752-18.223c.867-1.575 1.398-1.806 3.026-2.356c.427.044.871.004 1.279.134c2.58.816 2.611 3.483 1.817 5.534c-5.511 19.668-6.443 22.823-4.856 23.213c1.499.564 6.399-.749 8.538-1.486q.163-.056.346-.106c4.023-1.091 6.732-1.089 8.183 2.363c.541 1.387.496 4.048-1.07 3.995c-7.354.247-17.761 8.89-17.761 8.89s-4.491 6.113-10.208 7.448c-5.716 1.337-11.968 2.005-17.676-3.851c-2.824-3.383-5.602-11.904-7.662-15.778c-1.581-2.972-6.758-11.655-6.758-11.655c-2.447-4.786 2.522-7.536 5.719-2.808l3.717 5.914c1.085 1.75 3.547 2.196 2.581-.921l-5.036-13.349c-1.987-5.775 3.969-8.304 6.491-2.014l5.512 14.991c.081.542 2.345 4.167.975-2.633l-3.367-17.233c-.194-1.642-.216-3.483.92-4.843c.292-.349.743-.533 1.113-.799z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="m24.797 8.743l.646-.028c2.358.356 3.162 2.901 3.571 4.828l3.687 18.871s1.242 4.31 2.22-.307l.633-18.078c.508-5.47 7.238-4.471 6.938.817l-.688 18.786c.068 2.89 1.016 2.743 1.77.794l4.752-18.223c.867-1.575 1.398-1.806 3.026-2.356c.427.044.871.004 1.279.134c2.58.816 2.611 3.483 1.817 5.534c-5.511 19.668-6.443 22.823-4.856 23.213c1.499.564 6.399-.749 8.538-1.486q.163-.056.346-.106c4.023-1.091 6.732-1.089 8.183 2.363c.541 1.387.496 4.048-1.07 3.995c-7.354.247-17.761 8.89-17.761 8.89s-4.491 6.113-10.208 7.448c-5.716 1.337-11.968 2.005-17.676-3.851c-2.824-3.383-5.602-11.904-7.662-15.778c-1.581-2.972-6.758-11.655-6.758-11.655c-2.447-4.786 2.522-7.536 5.719-2.808l3.717 5.914c1.085 1.75 3.547 2.196 2.581-.921l-5.036-13.349c-1.987-5.775 3.969-8.304 6.491-2.014l5.512 14.991c.081.542 2.345 4.167.975-2.633l-3.367-17.233c-.194-1.642-.216-3.483.92-4.843c.292-.349.743-.533 1.113-.799z"/></svg>
</template>

CSS

.icon-ai-hand {
  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%3Cpath%20fill%3D%22%23fcea2b%22%20stroke%3D%22%23fcea2b%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m24.797%208.743l.646-.028c2.358.356%203.162%202.901%203.571%204.828l3.687%2018.871s1.242%204.31%202.22-.307l.633-18.078c.508-5.47%207.238-4.471%206.938.817l-.688%2018.786c.068%202.89%201.016%202.743%201.77.794l4.752-18.223c.867-1.575%201.398-1.806%203.026-2.356c.427.044.871.004%201.279.134c2.58.816%202.611%203.483%201.817%205.534c-5.511%2019.668-6.443%2022.823-4.856%2023.213c1.499.564%206.399-.749%208.538-1.486q.163-.056.346-.106c4.023-1.091%206.732-1.089%208.183%202.363c.541%201.387.496%204.048-1.07%203.995c-7.354.247-17.761%208.89-17.761%208.89s-4.491%206.113-10.208%207.448c-5.716%201.337-11.968%202.005-17.676-3.851c-2.824-3.383-5.602-11.904-7.662-15.778c-1.581-2.972-6.758-11.655-6.758-11.655c-2.447-4.786%202.522-7.536%205.719-2.808l3.717%205.914c1.085%201.75%203.547%202.196%202.581-.921l-5.036-13.349c-1.987-5.775%203.969-8.304%206.491-2.014l5.512%2014.991c.081.542%202.345%204.167.975-2.633l-3.367-17.233c-.194-1.642-.216-3.483.92-4.843c.292-.349.743-.533%201.113-.799z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m24.797%208.743l.646-.028c2.358.356%203.162%202.901%203.571%204.828l3.687%2018.871s1.242%204.31%202.22-.307l.633-18.078c.508-5.47%207.238-4.471%206.938.817l-.688%2018.786c.068%202.89%201.016%202.743%201.77.794l4.752-18.223c.867-1.575%201.398-1.806%203.026-2.356c.427.044.871.004%201.279.134c2.58.816%202.611%203.483%201.817%205.534c-5.511%2019.668-6.443%2022.823-4.856%2023.213c1.499.564%206.399-.749%208.538-1.486q.163-.056.346-.106c4.023-1.091%206.732-1.089%208.183%202.363c.541%201.387.496%204.048-1.07%203.995c-7.354.247-17.761%208.89-17.761%208.89s-4.491%206.113-10.208%207.448c-5.716%201.337-11.968%202.005-17.676-3.851c-2.824-3.383-5.602-11.904-7.662-15.778c-1.581-2.972-6.758-11.655-6.758-11.655c-2.447-4.786%202.522-7.536%205.719-2.808l3.717%205.914c1.085%201.75%203.547%202.196%202.581-.921l-5.036-13.349c-1.987-5.775%203.969-8.304%206.491-2.014l5.512%2014.991c.081.542%202.345%204.167.975-2.633l-3.367-17.233c-.194-1.642-.216-3.483.92-4.843c.292-.349.743-.533%201.113-.799z%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20stroke%3D%22%23fcea2b%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m24.797%208.743l.646-.028c2.358.356%203.162%202.901%203.571%204.828l3.687%2018.871s1.242%204.31%202.22-.307l.633-18.078c.508-5.47%207.238-4.471%206.938.817l-.688%2018.786c.068%202.89%201.016%202.743%201.77.794l4.752-18.223c.867-1.575%201.398-1.806%203.026-2.356c.427.044.871.004%201.279.134c2.58.816%202.611%203.483%201.817%205.534c-5.511%2019.668-6.443%2022.823-4.856%2023.213c1.499.564%206.399-.749%208.538-1.486q.163-.056.346-.106c4.023-1.091%206.732-1.089%208.183%202.363c.541%201.387.496%204.048-1.07%203.995c-7.354.247-17.761%208.89-17.761%208.89s-4.491%206.113-10.208%207.448c-5.716%201.337-11.968%202.005-17.676-3.851c-2.824-3.383-5.602-11.904-7.662-15.778c-1.581-2.972-6.758-11.655-6.758-11.655c-2.447-4.786%202.522-7.536%205.719-2.808l3.717%205.914c1.085%201.75%203.547%202.196%202.581-.921l-5.036-13.349c-1.987-5.775%203.969-8.304%206.491-2.014l5.512%2014.991c.081.542%202.345%204.167.975-2.633l-3.367-17.233c-.194-1.642-.216-3.483.92-4.843c.292-.349.743-.533%201.113-.799z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m24.797%208.743l.646-.028c2.358.356%203.162%202.901%203.571%204.828l3.687%2018.871s1.242%204.31%202.22-.307l.633-18.078c.508-5.47%207.238-4.471%206.938.817l-.688%2018.786c.068%202.89%201.016%202.743%201.77.794l4.752-18.223c.867-1.575%201.398-1.806%203.026-2.356c.427.044.871.004%201.279.134c2.58.816%202.611%203.483%201.817%205.534c-5.511%2019.668-6.443%2022.823-4.856%2023.213c1.499.564%206.399-.749%208.538-1.486q.163-.056.346-.106c4.023-1.091%206.732-1.089%208.183%202.363c.541%201.387.496%204.048-1.07%203.995c-7.354.247-17.761%208.89-17.761%208.89s-4.491%206.113-10.208%207.448c-5.716%201.337-11.968%202.005-17.676-3.851c-2.824-3.383-5.602-11.904-7.662-15.778c-1.581-2.972-6.758-11.655-6.758-11.655c-2.447-4.786%202.522-7.536%205.719-2.808l3.717%205.914c1.085%201.75%203.547%202.196%202.581-.921l-5.036-13.349c-1.987-5.775%203.969-8.304%206.491-2.014l5.512%2014.991c.081.542%202.345%204.167.975-2.633l-3.367-17.233c-.194-1.642-.216-3.483.92-4.843c.292-.349.743-.533%201.113-.799z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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