emoji hand icon
emoji-hand-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- emoji-hand-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M11 7.75a.75.75 0 0 0-1.5 0v9a1.25 1.25 0 1 1-2.5 0v-7.5a.75.75 0 0 0-1.5 0v10.574c0 .79.163 1.57.478 2.295l1.36 3.127a3.75 3.75 0 0 0 3.44 2.254h3.04c1.427 0 2.803-.858 3.73-2.214c2.668-3.904 6.158-6.306 7.852-7.323c-.274-.451-.64-.841-1.092-.996c-.461-.157-1.46-.211-3.271 1.255A1.25 1.25 0 0 1 19 17.25v-9.5a.75.75 0 0 0-1.5 0v7.5a1.25 1.25 0 1 1-2.5 0v-9a.75.75 0 0 0-1.5 0v9a1.25 1.25 0 1 1-2.5 0zm10.5 7.21c1.33-.63 2.538-.727 3.617-.358c1.512.517 2.328 1.816 2.702 2.581c.567 1.16-.076 2.306-.912 2.793c-1.424.83-4.785 3.049-7.296 6.72C18.349 28.547 16.276 30 13.82 30h-3.042a6.25 6.25 0 0 1-5.73-3.756l-1.362-3.128A8.25 8.25 0 0 1 3 19.824V9.25a3.25 3.25 0 0 1 4.39-3.045a3.25 3.25 0 0 1 4-1.5a3.25 3.25 0 0 1 5.72 0A3.25 3.25 0 0 1 21.5 7.75zm-6.38 16.937C16.051 39.286 22.358 45 30 45c8.285 0 15-6.716 15-15s-6.715-15-15-15q-.578 0-1.145.043c.355.482.601.935.761 1.262c.198.404.321.805.382 1.195H30c6.904 0 12.5 5.596 12.5 12.5S36.904 42.5 30 42.5c-6.529 0-11.889-5.006-12.451-11.389a8.4 8.4 0 0 1-2.43.786m7.698 1.305a1.25 1.25 0 0 1 1.73.366A6.47 6.47 0 0 0 30 36.5a6.47 6.47 0 0 0 5.452-2.932a1.25 1.25 0 1 1 2.096 1.364A8.97 8.97 0 0 1 30 39a8.97 8.97 0 0 1-7.548-4.068a1.25 1.25 0 0 1 .366-1.73M34 29a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-6-2a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHand48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M11 7.75a.75.75 0 0 0-1.5 0v9a1.25 1.25 0 1 1-2.5 0v-7.5a.75.75 0 0 0-1.5 0v10.574c0 .79.163 1.57.478 2.295l1.36 3.127a3.75 3.75 0 0 0 3.44 2.254h3.04c1.427 0 2.803-.858 3.73-2.214c2.668-3.904 6.158-6.306 7.852-7.323c-.274-.451-.64-.841-1.092-.996c-.461-.157-1.46-.211-3.271 1.255A1.25 1.25 0 0 1 19 17.25v-9.5a.75.75 0 0 0-1.5 0v7.5a1.25 1.25 0 1 1-2.5 0v-9a.75.75 0 0 0-1.5 0v9a1.25 1.25 0 1 1-2.5 0zm10.5 7.21c1.33-.63 2.538-.727 3.617-.358c1.512.517 2.328 1.816 2.702 2.581c.567 1.16-.076 2.306-.912 2.793c-1.424.83-4.785 3.049-7.296 6.72C18.349 28.547 16.276 30 13.82 30h-3.042a6.25 6.25 0 0 1-5.73-3.756l-1.362-3.128A8.25 8.25 0 0 1 3 19.824V9.25a3.25 3.25 0 0 1 4.39-3.045a3.25 3.25 0 0 1 4-1.5a3.25 3.25 0 0 1 5.72 0A3.25 3.25 0 0 1 21.5 7.75zm-6.38 16.937C16.051 39.286 22.358 45 30 45c8.285 0 15-6.716 15-15s-6.715-15-15-15q-.578 0-1.145.043c.355.482.601.935.761 1.262c.198.404.321.805.382 1.195H30c6.904 0 12.5 5.596 12.5 12.5S36.904 42.5 30 42.5c-6.529 0-11.889-5.006-12.451-11.389a8.4 8.4 0 0 1-2.43.786m7.698 1.305a1.25 1.25 0 0 1 1.73.366A6.47 6.47 0 0 0 30 36.5a6.47 6.47 0 0 0 5.452-2.932a1.25 1.25 0 1 1 2.096 1.364A8.97 8.97 0 0 1 30 39a8.97 8.97 0 0 1-7.548-4.068a1.25 1.25 0 0 1 .366-1.73M34 29a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-6-2a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M11 7.75a.75.75 0 0 0-1.5 0v9a1.25 1.25 0 1 1-2.5 0v-7.5a.75.75 0 0 0-1.5 0v10.574c0 .79.163 1.57.478 2.295l1.36 3.127a3.75 3.75 0 0 0 3.44 2.254h3.04c1.427 0 2.803-.858 3.73-2.214c2.668-3.904 6.158-6.306 7.852-7.323c-.274-.451-.64-.841-1.092-.996c-.461-.157-1.46-.211-3.271 1.255A1.25 1.25 0 0 1 19 17.25v-9.5a.75.75 0 0 0-1.5 0v7.5a1.25 1.25 0 1 1-2.5 0v-9a.75.75 0 0 0-1.5 0v9a1.25 1.25 0 1 1-2.5 0zm10.5 7.21c1.33-.63 2.538-.727 3.617-.358c1.512.517 2.328 1.816 2.702 2.581c.567 1.16-.076 2.306-.912 2.793c-1.424.83-4.785 3.049-7.296 6.72C18.349 28.547 16.276 30 13.82 30h-3.042a6.25 6.25 0 0 1-5.73-3.756l-1.362-3.128A8.25 8.25 0 0 1 3 19.824V9.25a3.25 3.25 0 0 1 4.39-3.045a3.25 3.25 0 0 1 4-1.5a3.25 3.25 0 0 1 5.72 0A3.25 3.25 0 0 1 21.5 7.75zm-6.38 16.937C16.051 39.286 22.358 45 30 45c8.285 0 15-6.716 15-15s-6.715-15-15-15q-.578 0-1.145.043c.355.482.601.935.761 1.262c.198.404.321.805.382 1.195H30c6.904 0 12.5 5.596 12.5 12.5S36.904 42.5 30 42.5c-6.529 0-11.889-5.006-12.451-11.389a8.4 8.4 0 0 1-2.43.786m7.698 1.305a1.25 1.25 0 0 1 1.73.366A6.47 6.47 0 0 0 30 36.5a6.47 6.47 0 0 0 5.452-2.932a1.25 1.25 0 1 1 2.096 1.364A8.97 8.97 0 0 1 30 39a8.97 8.97 0 0 1-7.548-4.068a1.25 1.25 0 0 1 .366-1.73M34 29a2 2 0 1 0 0-4a2 2 0 0 0 0 4m-6-2a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></svg> </template>
CSS
.icon-emoji-hand-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%207.75a.75.75%200%200%200-1.5%200v9a1.25%201.25%200%201%201-2.5%200v-7.5a.75.75%200%200%200-1.5%200v10.574c0%20.79.163%201.57.478%202.295l1.36%203.127a3.75%203.75%200%200%200%203.44%202.254h3.04c1.427%200%202.803-.858%203.73-2.214c2.668-3.904%206.158-6.306%207.852-7.323c-.274-.451-.64-.841-1.092-.996c-.461-.157-1.46-.211-3.271%201.255A1.25%201.25%200%200%201%2019%2017.25v-9.5a.75.75%200%200%200-1.5%200v7.5a1.25%201.25%200%201%201-2.5%200v-9a.75.75%200%200%200-1.5%200v9a1.25%201.25%200%201%201-2.5%200zm10.5%207.21c1.33-.63%202.538-.727%203.617-.358c1.512.517%202.328%201.816%202.702%202.581c.567%201.16-.076%202.306-.912%202.793c-1.424.83-4.785%203.049-7.296%206.72C18.349%2028.547%2016.276%2030%2013.82%2030h-3.042a6.25%206.25%200%200%201-5.73-3.756l-1.362-3.128A8.25%208.25%200%200%201%203%2019.824V9.25a3.25%203.25%200%200%201%204.39-3.045a3.25%203.25%200%200%201%204-1.5a3.25%203.25%200%200%201%205.72%200A3.25%203.25%200%200%201%2021.5%207.75zm-6.38%2016.937C16.051%2039.286%2022.358%2045%2030%2045c8.285%200%2015-6.716%2015-15s-6.715-15-15-15q-.578%200-1.145.043c.355.482.601.935.761%201.262c.198.404.321.805.382%201.195H30c6.904%200%2012.5%205.596%2012.5%2012.5S36.904%2042.5%2030%2042.5c-6.529%200-11.889-5.006-12.451-11.389a8.4%208.4%200%200%201-2.43.786m7.698%201.305a1.25%201.25%200%200%201%201.73.366A6.47%206.47%200%200%200%2030%2036.5a6.47%206.47%200%200%200%205.452-2.932a1.25%201.25%200%201%201%202.096%201.364A8.97%208.97%200%200%201%2030%2039a8.97%208.97%200%200%201-7.548-4.068a1.25%201.25%200%200%201%20.366-1.73M34%2029a2%202%200%201%200%200-4a2%202%200%200%200%200%204m-6-2a2%202%200%201%201-4%200a2%202%200%200%201%204%200%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%22currentColor%22%20d%3D%22M11%207.75a.75.75%200%200%200-1.5%200v9a1.25%201.25%200%201%201-2.5%200v-7.5a.75.75%200%200%200-1.5%200v10.574c0%20.79.163%201.57.478%202.295l1.36%203.127a3.75%203.75%200%200%200%203.44%202.254h3.04c1.427%200%202.803-.858%203.73-2.214c2.668-3.904%206.158-6.306%207.852-7.323c-.274-.451-.64-.841-1.092-.996c-.461-.157-1.46-.211-3.271%201.255A1.25%201.25%200%200%201%2019%2017.25v-9.5a.75.75%200%200%200-1.5%200v7.5a1.25%201.25%200%201%201-2.5%200v-9a.75.75%200%200%200-1.5%200v9a1.25%201.25%200%201%201-2.5%200zm10.5%207.21c1.33-.63%202.538-.727%203.617-.358c1.512.517%202.328%201.816%202.702%202.581c.567%201.16-.076%202.306-.912%202.793c-1.424.83-4.785%203.049-7.296%206.72C18.349%2028.547%2016.276%2030%2013.82%2030h-3.042a6.25%206.25%200%200%201-5.73-3.756l-1.362-3.128A8.25%208.25%200%200%201%203%2019.824V9.25a3.25%203.25%200%200%201%204.39-3.045a3.25%203.25%200%200%201%204-1.5a3.25%203.25%200%200%201%205.72%200A3.25%203.25%200%200%201%2021.5%207.75zm-6.38%2016.937C16.051%2039.286%2022.358%2045%2030%2045c8.285%200%2015-6.716%2015-15s-6.715-15-15-15q-.578%200-1.145.043c.355.482.601.935.761%201.262c.198.404.321.805.382%201.195H30c6.904%200%2012.5%205.596%2012.5%2012.5S36.904%2042.5%2030%2042.5c-6.529%200-11.889-5.006-12.451-11.389a8.4%208.4%200%200%201-2.43.786m7.698%201.305a1.25%201.25%200%200%201%201.73.366A6.47%206.47%200%200%200%2030%2036.5a6.47%206.47%200%200%200%205.452-2.932a1.25%201.25%200%201%201%202.096%201.364A8.97%208.97%200%200%201%2030%2039a8.97%208.97%200%200%201-7.548-4.068a1.25%201.25%200%200%201%20.366-1.73M34%2029a2%202%200%201%200%200-4a2%202%200%200%200%200%204m-6-2a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/emoji-hand-48-regular.svg?color=%231a73e8&size=48