ok hand light emoji
ok-hand-light from Fluent Emoji Flat by Microsoft Corporation · Default · People & Body · MIT Free for personal and commercial use.
- Name
- ok-hand-light
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- People & Body
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More people & body icons from Fluent Emoji Flat
anatomical-heartartistartist-darkartist-lightartist-mediumartist-medium-darkartist-medium-lightastronautastronaut-darkastronaut-lightastronaut-mediumastronaut-medium-darkastronaut-medium-lightbabybaby-angelbaby-angel-darkbaby-angel-lightbaby-angel-mediumbaby-angel-medium-darkbaby-angel-medium-lightbaby-darkbaby-lightbaby-mediumbaby-medium-dark
Use the ok hand light emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffd7c2" d="M25.219 19c0-4.18.045-8.54.045-12.72c0-1.26-1.02-2.28-2.28-2.28c-1.734 0-2.476 1.445-2.39 3.383L19.57 3.727c-.25-.852-1.32-1.899-2.797-1.563c-1.21.33-1.952 1.577-1.632 2.797L15.898 8l-2.835-4.555c-.63-1.09-2.192-1.453-3.422-.742c-1.09.63-1.47 2.297-.813 3.399l3.727 6.101c-2.82.938-4.906 2.922-5.72 5.234c-.522 1.488.754 3.268 2.304 3.268c1.934 0 2.271-1.84 3.44-2.846c.69-.6 1.65-.952 2.64-.922c1.94.07 3.613 1.623 3.703 3.573c.1 2.16-1.651 4.1-3.781 4.1c-1.5 0-3.23-1.097-3.758-2.493c-.338-.893-1.396-1.414-2.352-1.414c-1.53 0-2.672 1.578-2.218 3.14c1.22 3.65 4.71 6.01 8.78 6c4.99-.03 9.626-4.484 9.626-10.843"/><path fill="#f1b99b" d="M16.406 2.298c-.988.46-1.551 1.572-1.265 2.663l.703 2.82L17.5 10.5l-1.344-5.922c-.142-.574-.251-1.711.25-2.28m-7.173.719c-.767.763-.971 2.134-.405 3.085l3.722 6.093c.938-.273 1.953-.273 3.09-.273c-1.046-.235-2.233-.541-2.936-1.422S9.578 5.422 9.578 5.422c-.362-.546-.826-1.651-.345-2.405m11.355 4.179c-.025-1.481.454-2.646 1.515-3.046c-.404.496-.516 1.337-.51 1.85l-.187 4.5z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatOkHandLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffd7c2" d="M25.219 19c0-4.18.045-8.54.045-12.72c0-1.26-1.02-2.28-2.28-2.28c-1.734 0-2.476 1.445-2.39 3.383L19.57 3.727c-.25-.852-1.32-1.899-2.797-1.563c-1.21.33-1.952 1.577-1.632 2.797L15.898 8l-2.835-4.555c-.63-1.09-2.192-1.453-3.422-.742c-1.09.63-1.47 2.297-.813 3.399l3.727 6.101c-2.82.938-4.906 2.922-5.72 5.234c-.522 1.488.754 3.268 2.304 3.268c1.934 0 2.271-1.84 3.44-2.846c.69-.6 1.65-.952 2.64-.922c1.94.07 3.613 1.623 3.703 3.573c.1 2.16-1.651 4.1-3.781 4.1c-1.5 0-3.23-1.097-3.758-2.493c-.338-.893-1.396-1.414-2.352-1.414c-1.53 0-2.672 1.578-2.218 3.14c1.22 3.65 4.71 6.01 8.78 6c4.99-.03 9.626-4.484 9.626-10.843"/><path fill="#f1b99b" d="M16.406 2.298c-.988.46-1.551 1.572-1.265 2.663l.703 2.82L17.5 10.5l-1.344-5.922c-.142-.574-.251-1.711.25-2.28m-7.173.719c-.767.763-.971 2.134-.405 3.085l3.722 6.093c.938-.273 1.953-.273 3.09-.273c-1.046-.235-2.233-.541-2.936-1.422S9.578 5.422 9.578 5.422c-.362-.546-.826-1.651-.345-2.405m11.355 4.179c-.025-1.481.454-2.646 1.515-3.046c-.404.496-.516 1.337-.51 1.85l-.187 4.5z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffd7c2" d="M25.219 19c0-4.18.045-8.54.045-12.72c0-1.26-1.02-2.28-2.28-2.28c-1.734 0-2.476 1.445-2.39 3.383L19.57 3.727c-.25-.852-1.32-1.899-2.797-1.563c-1.21.33-1.952 1.577-1.632 2.797L15.898 8l-2.835-4.555c-.63-1.09-2.192-1.453-3.422-.742c-1.09.63-1.47 2.297-.813 3.399l3.727 6.101c-2.82.938-4.906 2.922-5.72 5.234c-.522 1.488.754 3.268 2.304 3.268c1.934 0 2.271-1.84 3.44-2.846c.69-.6 1.65-.952 2.64-.922c1.94.07 3.613 1.623 3.703 3.573c.1 2.16-1.651 4.1-3.781 4.1c-1.5 0-3.23-1.097-3.758-2.493c-.338-.893-1.396-1.414-2.352-1.414c-1.53 0-2.672 1.578-2.218 3.14c1.22 3.65 4.71 6.01 8.78 6c4.99-.03 9.626-4.484 9.626-10.843"/><path fill="#f1b99b" d="M16.406 2.298c-.988.46-1.551 1.572-1.265 2.663l.703 2.82L17.5 10.5l-1.344-5.922c-.142-.574-.251-1.711.25-2.28m-7.173.719c-.767.763-.971 2.134-.405 3.085l3.722 6.093c.938-.273 1.953-.273 3.09-.273c-1.046-.235-2.233-.541-2.936-1.422S9.578 5.422 9.578 5.422c-.362-.546-.826-1.651-.345-2.405m11.355 4.179c-.025-1.481.454-2.646 1.515-3.046c-.404.496-.516 1.337-.51 1.85l-.187 4.5z"/></g></svg> </template>
CSS
.icon-ok-hand-light {
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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ffd7c2%22%20d%3D%22M25.219%2019c0-4.18.045-8.54.045-12.72c0-1.26-1.02-2.28-2.28-2.28c-1.734%200-2.476%201.445-2.39%203.383L19.57%203.727c-.25-.852-1.32-1.899-2.797-1.563c-1.21.33-1.952%201.577-1.632%202.797L15.898%208l-2.835-4.555c-.63-1.09-2.192-1.453-3.422-.742c-1.09.63-1.47%202.297-.813%203.399l3.727%206.101c-2.82.938-4.906%202.922-5.72%205.234c-.522%201.488.754%203.268%202.304%203.268c1.934%200%202.271-1.84%203.44-2.846c.69-.6%201.65-.952%202.64-.922c1.94.07%203.613%201.623%203.703%203.573c.1%202.16-1.651%204.1-3.781%204.1c-1.5%200-3.23-1.097-3.758-2.493c-.338-.893-1.396-1.414-2.352-1.414c-1.53%200-2.672%201.578-2.218%203.14c1.22%203.65%204.71%206.01%208.78%206c4.99-.03%209.626-4.484%209.626-10.843%22%2F%3E%3Cpath%20fill%3D%22%23f1b99b%22%20d%3D%22M16.406%202.298c-.988.46-1.551%201.572-1.265%202.663l.703%202.82L17.5%2010.5l-1.344-5.922c-.142-.574-.251-1.711.25-2.28m-7.173.719c-.767.763-.971%202.134-.405%203.085l3.722%206.093c.938-.273%201.953-.273%203.09-.273c-1.046-.235-2.233-.541-2.936-1.422S9.578%205.422%209.578%205.422c-.362-.546-.826-1.651-.345-2.405m11.355%204.179c-.025-1.481.454-2.646%201.515-3.046c-.404.496-.516%201.337-.51%201.85l-.187%204.5z%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ffd7c2%22%20d%3D%22M25.219%2019c0-4.18.045-8.54.045-12.72c0-1.26-1.02-2.28-2.28-2.28c-1.734%200-2.476%201.445-2.39%203.383L19.57%203.727c-.25-.852-1.32-1.899-2.797-1.563c-1.21.33-1.952%201.577-1.632%202.797L15.898%208l-2.835-4.555c-.63-1.09-2.192-1.453-3.422-.742c-1.09.63-1.47%202.297-.813%203.399l3.727%206.101c-2.82.938-4.906%202.922-5.72%205.234c-.522%201.488.754%203.268%202.304%203.268c1.934%200%202.271-1.84%203.44-2.846c.69-.6%201.65-.952%202.64-.922c1.94.07%203.613%201.623%203.703%203.573c.1%202.16-1.651%204.1-3.781%204.1c-1.5%200-3.23-1.097-3.758-2.493c-.338-.893-1.396-1.414-2.352-1.414c-1.53%200-2.672%201.578-2.218%203.14c1.22%203.65%204.71%206.01%208.78%206c4.99-.03%209.626-4.484%209.626-10.843%22%2F%3E%3Cpath%20fill%3D%22%23f1b99b%22%20d%3D%22M16.406%202.298c-.988.46-1.551%201.572-1.265%202.663l.703%202.82L17.5%2010.5l-1.344-5.922c-.142-.574-.251-1.711.25-2.28m-7.173.719c-.767.763-.971%202.134-.405%203.085l3.722%206.093c.938-.273%201.953-.273%203.09-.273c-1.046-.235-2.233-.541-2.936-1.422S9.578%205.422%209.578%205.422c-.362-.546-.826-1.651-.345-2.405m11.355%204.179c-.025-1.481.454-2.646%201.515-3.046c-.404.496-.516%201.337-.51%201.85l-.187%204.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/ok-hand-light.svg?color=%231a73e8&size=48