emoji-hand-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
emoji-hand-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the emoji hand icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.085 2A1.5 1.5 0 0 1 4.5 1h2a1.5 1.5 0 0 1 1.415 1H8a2 2 0 0 1 2 2v2.31c.169-.034.36-.06.563-.06c.352 0 .762.079 1.13.346c.371.27.645.694.792 1.283a.5.5 0 0 1-.288.58a8.04 8.04 0 0 0-3.62 3.033C8.047 12.311 7.138 13 6.057 13H4.236A2.5 2.5 0 0 1 2 11.618l-.63-1.26A3.5 3.5 0 0 1 1 8.791V4a2 2 0 0 1 2-2zM5 2h-.5a.5.5 0 0 0-.5.5v4a.5.5 0 1 1-1 0V3a1 1 0 0 0-1 1v4.792c0 .388.09.77.264 1.118l.63 1.26a1.5 1.5 0 0 0 1.342.83h1.822c.642 0 1.273-.422 1.678-1.05a9 9 0 0 1 3.64-3.214a.9.9 0 0 0-.272-.332a.9.9 0 0 0-.541-.154c-.212 0-.424.048-.59.101a2 2 0 0 0-.24.092l-.01.004l-.001.001A.5.5 0 0 1 9 7V4a1 1 0 0 0-1-1v3.5a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5H6v4.5a.5.5 0 0 1-1 0zm6 14a5 5 0 0 1-4.078-2.106a3.8 3.8 0 0 0 .96-.388a4 4 0 1 0 5.613-5.633a1.5 1.5 0 0 0-.04-.237a3.5 3.5 0 0 0-.592-1.277A5.002 5.002 0 0 1 11 16m2.5-5.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-.553 1.974a.5.5 0 1 0-.894-.448c-.124.247-.372.432-.696.558c-.322.125-.66.166-.857.166a.5.5 0 0 0 0 1a3.6 3.6 0 0 0 1.218-.234c.45-.174.953-.49 1.23-1.042"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHand16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.085 2A1.5 1.5 0 0 1 4.5 1h2a1.5 1.5 0 0 1 1.415 1H8a2 2 0 0 1 2 2v2.31c.169-.034.36-.06.563-.06c.352 0 .762.079 1.13.346c.371.27.645.694.792 1.283a.5.5 0 0 1-.288.58a8.04 8.04 0 0 0-3.62 3.033C8.047 12.311 7.138 13 6.057 13H4.236A2.5 2.5 0 0 1 2 11.618l-.63-1.26A3.5 3.5 0 0 1 1 8.791V4a2 2 0 0 1 2-2zM5 2h-.5a.5.5 0 0 0-.5.5v4a.5.5 0 1 1-1 0V3a1 1 0 0 0-1 1v4.792c0 .388.09.77.264 1.118l.63 1.26a1.5 1.5 0 0 0 1.342.83h1.822c.642 0 1.273-.422 1.678-1.05a9 9 0 0 1 3.64-3.214a.9.9 0 0 0-.272-.332a.9.9 0 0 0-.541-.154c-.212 0-.424.048-.59.101a2 2 0 0 0-.24.092l-.01.004l-.001.001A.5.5 0 0 1 9 7V4a1 1 0 0 0-1-1v3.5a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5H6v4.5a.5.5 0 0 1-1 0zm6 14a5 5 0 0 1-4.078-2.106a3.8 3.8 0 0 0 .96-.388a4 4 0 1 0 5.613-5.633a1.5 1.5 0 0 0-.04-.237a3.5 3.5 0 0 0-.592-1.277A5.002 5.002 0 0 1 11 16m2.5-5.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-.553 1.974a.5.5 0 1 0-.894-.448c-.124.247-.372.432-.696.558c-.322.125-.66.166-.857.166a.5.5 0 0 0 0 1a3.6 3.6 0 0 0 1.218-.234c.45-.174.953-.49 1.23-1.042"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.085 2A1.5 1.5 0 0 1 4.5 1h2a1.5 1.5 0 0 1 1.415 1H8a2 2 0 0 1 2 2v2.31c.169-.034.36-.06.563-.06c.352 0 .762.079 1.13.346c.371.27.645.694.792 1.283a.5.5 0 0 1-.288.58a8.04 8.04 0 0 0-3.62 3.033C8.047 12.311 7.138 13 6.057 13H4.236A2.5 2.5 0 0 1 2 11.618l-.63-1.26A3.5 3.5 0 0 1 1 8.791V4a2 2 0 0 1 2-2zM5 2h-.5a.5.5 0 0 0-.5.5v4a.5.5 0 1 1-1 0V3a1 1 0 0 0-1 1v4.792c0 .388.09.77.264 1.118l.63 1.26a1.5 1.5 0 0 0 1.342.83h1.822c.642 0 1.273-.422 1.678-1.05a9 9 0 0 1 3.64-3.214a.9.9 0 0 0-.272-.332a.9.9 0 0 0-.541-.154c-.212 0-.424.048-.59.101a2 2 0 0 0-.24.092l-.01.004l-.001.001A.5.5 0 0 1 9 7V4a1 1 0 0 0-1-1v3.5a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5H6v4.5a.5.5 0 0 1-1 0zm6 14a5 5 0 0 1-4.078-2.106a3.8 3.8 0 0 0 .96-.388a4 4 0 1 0 5.613-5.633a1.5 1.5 0 0 0-.04-.237a3.5 3.5 0 0 0-.592-1.277A5.002 5.002 0 0 1 11 16m2.5-5.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-.553 1.974a.5.5 0 1 0-.894-.448c-.124.247-.372.432-.696.558c-.322.125-.66.166-.857.166a.5.5 0 0 0 0 1a3.6 3.6 0 0 0 1.218-.234c.45-.174.953-.49 1.23-1.042"/></svg>
</template>

CSS

.icon-emoji-hand-16-regular {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.085%202A1.5%201.5%200%200%201%204.5%201h2a1.5%201.5%200%200%201%201.415%201H8a2%202%200%200%201%202%202v2.31c.169-.034.36-.06.563-.06c.352%200%20.762.079%201.13.346c.371.27.645.694.792%201.283a.5.5%200%200%201-.288.58a8.04%208.04%200%200%200-3.62%203.033C8.047%2012.311%207.138%2013%206.057%2013H4.236A2.5%202.5%200%200%201%202%2011.618l-.63-1.26A3.5%203.5%200%200%201%201%208.791V4a2%202%200%200%201%202-2zM5%202h-.5a.5.5%200%200%200-.5.5v4a.5.5%200%201%201-1%200V3a1%201%200%200%200-1%201v4.792c0%20.388.09.77.264%201.118l.63%201.26a1.5%201.5%200%200%200%201.342.83h1.822c.642%200%201.273-.422%201.678-1.05a9%209%200%200%201%203.64-3.214a.9.9%200%200%200-.272-.332a.9.9%200%200%200-.541-.154c-.212%200-.424.048-.59.101a2%202%200%200%200-.24.092l-.01.004l-.001.001A.5.5%200%200%201%209%207V4a1%201%200%200%200-1-1v3.5a.5.5%200%200%201-1%200v-4a.5.5%200%200%200-.5-.5H6v4.5a.5.5%200%200%201-1%200zm6%2014a5%205%200%200%201-4.078-2.106a3.8%203.8%200%200%200%20.96-.388a4%204%200%201%200%205.613-5.633a1.5%201.5%200%200%200-.04-.237a3.5%203.5%200%200%200-.592-1.277A5.002%205.002%200%200%201%2011%2016m2.5-5.25a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-.553%201.974a.5.5%200%201%200-.894-.448c-.124.247-.372.432-.696.558c-.322.125-.66.166-.857.166a.5.5%200%200%200%200%201a3.6%203.6%200%200%200%201.218-.234c.45-.174.953-.49%201.23-1.042%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.085%202A1.5%201.5%200%200%201%204.5%201h2a1.5%201.5%200%200%201%201.415%201H8a2%202%200%200%201%202%202v2.31c.169-.034.36-.06.563-.06c.352%200%20.762.079%201.13.346c.371.27.645.694.792%201.283a.5.5%200%200%201-.288.58a8.04%208.04%200%200%200-3.62%203.033C8.047%2012.311%207.138%2013%206.057%2013H4.236A2.5%202.5%200%200%201%202%2011.618l-.63-1.26A3.5%203.5%200%200%201%201%208.791V4a2%202%200%200%201%202-2zM5%202h-.5a.5.5%200%200%200-.5.5v4a.5.5%200%201%201-1%200V3a1%201%200%200%200-1%201v4.792c0%20.388.09.77.264%201.118l.63%201.26a1.5%201.5%200%200%200%201.342.83h1.822c.642%200%201.273-.422%201.678-1.05a9%209%200%200%201%203.64-3.214a.9.9%200%200%200-.272-.332a.9.9%200%200%200-.541-.154c-.212%200-.424.048-.59.101a2%202%200%200%200-.24.092l-.01.004l-.001.001A.5.5%200%200%201%209%207V4a1%201%200%200%200-1-1v3.5a.5.5%200%200%201-1%200v-4a.5.5%200%200%200-.5-.5H6v4.5a.5.5%200%200%201-1%200zm6%2014a5%205%200%200%201-4.078-2.106a3.8%203.8%200%200%200%20.96-.388a4%204%200%201%200%205.613-5.633a1.5%201.5%200%200%200-.04-.237a3.5%203.5%200%200%200-.592-1.277A5.002%205.002%200%200%201%2011%2016m2.5-5.25a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-.553%201.974a.5.5%200%201%200-.894-.448c-.124.247-.372.432-.696.558c-.322.125-.66.166-.857.166a.5.5%200%200%200%200%201a3.6%203.6%200%200%200%201.218-.234c.45-.174.953-.49%201.23-1.042%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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