raised hand medium dark emoji
raised-hand-medium-dark from Fluent Emoji Flat by Microsoft Corporation · Default · People & Body · MIT Free for personal and commercial use.
- Name
- raised-hand-medium-dark
- 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 raised hand medium dark emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#966661" d="M7.017 7.29c1.297 0 1.686.71 1.686.71l.094-1.828c.078-.96 1.2-1.913 2.251-1.913c1.436 0 1.983 1.038 1.983 1.038c-.094-2.203.703-3.304 2.68-3.304c1.601.1 2.26 1.624 2.133 3.304c0 0 .672-1.313 2.53-1.147c1.047.093 1.892 1.147 1.892 2.913l-.188 7.687s1.19-1.723 2.078-2.234c.888-.512 2.354-.48 3.079.29c.851.905 1.006 2.323.395 3.187c-2.286 2.944-4.474 6.226-5.146 7.585c-1.792 3.627-4.53 6.429-8.195 6.429c-4.445 0-8.553-3.257-9.039-9.195c-.486-5.937-.548-10.803-.548-10.803c-.08-1.047.743-2.719 2.315-2.719"/><path fill="#764c49" d="m13.952 4.499l.531 7.773a.5.5 0 0 1-.998.069l-.484-7.095l.03.05c-.088-2.078.615-3.175 2.356-3.292v.012c-.477-.004-.834.22-1.084.635c-.262.434-.401 1.08-.351 1.848m3.892.798q.009-.13.013-.26a5.5 5.5 0 0 0-.263 1.555V6.6l-.125 6.14a.5.5 0 1 0 1 .021l.125-6.137c.026-.772.203-1.42.489-1.859c.237-.364.543-.58.932-.629c-1.587.02-2.171 1.162-2.171 1.162m-7.808 12.326c1.163-.083 2.956-.192 4.77-.108c1.232.057 2.437.202 3.45.486a18 18 0 0 0-1.794.713c-1.82.842-4.074 2.264-5.735 4.577a.5.5 0 1 0 .812.583c1.526-2.125 3.616-3.453 5.343-4.252a16.5 16.5 0 0 1 2.172-.825a12 12 0 0 1 .81-.213l.04-.009l.01-.001h.001a.5.5 0 0 0 .146-.93c-1.382-.758-3.352-1.042-5.209-1.128c-1.876-.087-3.717.026-4.888.11a.5.5 0 0 0 .072.997M8.704 7.98l.093-1.808c.077-.95 1.179-1.894 2.22-1.913c-.45.073-.75.204-.952.356a1.2 1.2 0 0 0-.414.557c-.181.477-.156 1.118-.061 1.89l.865 6.434a.5.5 0 1 1-.991.133z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatRaisedHandMediumDark(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="#966661" d="M7.017 7.29c1.297 0 1.686.71 1.686.71l.094-1.828c.078-.96 1.2-1.913 2.251-1.913c1.436 0 1.983 1.038 1.983 1.038c-.094-2.203.703-3.304 2.68-3.304c1.601.1 2.26 1.624 2.133 3.304c0 0 .672-1.313 2.53-1.147c1.047.093 1.892 1.147 1.892 2.913l-.188 7.687s1.19-1.723 2.078-2.234c.888-.512 2.354-.48 3.079.29c.851.905 1.006 2.323.395 3.187c-2.286 2.944-4.474 6.226-5.146 7.585c-1.792 3.627-4.53 6.429-8.195 6.429c-4.445 0-8.553-3.257-9.039-9.195c-.486-5.937-.548-10.803-.548-10.803c-.08-1.047.743-2.719 2.315-2.719"/><path fill="#764c49" d="m13.952 4.499l.531 7.773a.5.5 0 0 1-.998.069l-.484-7.095l.03.05c-.088-2.078.615-3.175 2.356-3.292v.012c-.477-.004-.834.22-1.084.635c-.262.434-.401 1.08-.351 1.848m3.892.798q.009-.13.013-.26a5.5 5.5 0 0 0-.263 1.555V6.6l-.125 6.14a.5.5 0 1 0 1 .021l.125-6.137c.026-.772.203-1.42.489-1.859c.237-.364.543-.58.932-.629c-1.587.02-2.171 1.162-2.171 1.162m-7.808 12.326c1.163-.083 2.956-.192 4.77-.108c1.232.057 2.437.202 3.45.486a18 18 0 0 0-1.794.713c-1.82.842-4.074 2.264-5.735 4.577a.5.5 0 1 0 .812.583c1.526-2.125 3.616-3.453 5.343-4.252a16.5 16.5 0 0 1 2.172-.825a12 12 0 0 1 .81-.213l.04-.009l.01-.001h.001a.5.5 0 0 0 .146-.93c-1.382-.758-3.352-1.042-5.209-1.128c-1.876-.087-3.717.026-4.888.11a.5.5 0 0 0 .072.997M8.704 7.98l.093-1.808c.077-.95 1.179-1.894 2.22-1.913c-.45.073-.75.204-.952.356a1.2 1.2 0 0 0-.414.557c-.181.477-.156 1.118-.061 1.89l.865 6.434a.5.5 0 1 1-.991.133z"/></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="#966661" d="M7.017 7.29c1.297 0 1.686.71 1.686.71l.094-1.828c.078-.96 1.2-1.913 2.251-1.913c1.436 0 1.983 1.038 1.983 1.038c-.094-2.203.703-3.304 2.68-3.304c1.601.1 2.26 1.624 2.133 3.304c0 0 .672-1.313 2.53-1.147c1.047.093 1.892 1.147 1.892 2.913l-.188 7.687s1.19-1.723 2.078-2.234c.888-.512 2.354-.48 3.079.29c.851.905 1.006 2.323.395 3.187c-2.286 2.944-4.474 6.226-5.146 7.585c-1.792 3.627-4.53 6.429-8.195 6.429c-4.445 0-8.553-3.257-9.039-9.195c-.486-5.937-.548-10.803-.548-10.803c-.08-1.047.743-2.719 2.315-2.719"/><path fill="#764c49" d="m13.952 4.499l.531 7.773a.5.5 0 0 1-.998.069l-.484-7.095l.03.05c-.088-2.078.615-3.175 2.356-3.292v.012c-.477-.004-.834.22-1.084.635c-.262.434-.401 1.08-.351 1.848m3.892.798q.009-.13.013-.26a5.5 5.5 0 0 0-.263 1.555V6.6l-.125 6.14a.5.5 0 1 0 1 .021l.125-6.137c.026-.772.203-1.42.489-1.859c.237-.364.543-.58.932-.629c-1.587.02-2.171 1.162-2.171 1.162m-7.808 12.326c1.163-.083 2.956-.192 4.77-.108c1.232.057 2.437.202 3.45.486a18 18 0 0 0-1.794.713c-1.82.842-4.074 2.264-5.735 4.577a.5.5 0 1 0 .812.583c1.526-2.125 3.616-3.453 5.343-4.252a16.5 16.5 0 0 1 2.172-.825a12 12 0 0 1 .81-.213l.04-.009l.01-.001h.001a.5.5 0 0 0 .146-.93c-1.382-.758-3.352-1.042-5.209-1.128c-1.876-.087-3.717.026-4.888.11a.5.5 0 0 0 .072.997M8.704 7.98l.093-1.808c.077-.95 1.179-1.894 2.22-1.913c-.45.073-.75.204-.952.356a1.2 1.2 0 0 0-.414.557c-.181.477-.156 1.118-.061 1.89l.865 6.434a.5.5 0 1 1-.991.133z"/></g></svg> </template>
CSS
.icon-raised-hand-medium-dark {
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%23966661%22%20d%3D%22M7.017%207.29c1.297%200%201.686.71%201.686.71l.094-1.828c.078-.96%201.2-1.913%202.251-1.913c1.436%200%201.983%201.038%201.983%201.038c-.094-2.203.703-3.304%202.68-3.304c1.601.1%202.26%201.624%202.133%203.304c0%200%20.672-1.313%202.53-1.147c1.047.093%201.892%201.147%201.892%202.913l-.188%207.687s1.19-1.723%202.078-2.234c.888-.512%202.354-.48%203.079.29c.851.905%201.006%202.323.395%203.187c-2.286%202.944-4.474%206.226-5.146%207.585c-1.792%203.627-4.53%206.429-8.195%206.429c-4.445%200-8.553-3.257-9.039-9.195c-.486-5.937-.548-10.803-.548-10.803c-.08-1.047.743-2.719%202.315-2.719%22%2F%3E%3Cpath%20fill%3D%22%23764c49%22%20d%3D%22m13.952%204.499l.531%207.773a.5.5%200%200%201-.998.069l-.484-7.095l.03.05c-.088-2.078.615-3.175%202.356-3.292v.012c-.477-.004-.834.22-1.084.635c-.262.434-.401%201.08-.351%201.848m3.892.798q.009-.13.013-.26a5.5%205.5%200%200%200-.263%201.555V6.6l-.125%206.14a.5.5%200%201%200%201%20.021l.125-6.137c.026-.772.203-1.42.489-1.859c.237-.364.543-.58.932-.629c-1.587.02-2.171%201.162-2.171%201.162m-7.808%2012.326c1.163-.083%202.956-.192%204.77-.108c1.232.057%202.437.202%203.45.486a18%2018%200%200%200-1.794.713c-1.82.842-4.074%202.264-5.735%204.577a.5.5%200%201%200%20.812.583c1.526-2.125%203.616-3.453%205.343-4.252a16.5%2016.5%200%200%201%202.172-.825a12%2012%200%200%201%20.81-.213l.04-.009l.01-.001h.001a.5.5%200%200%200%20.146-.93c-1.382-.758-3.352-1.042-5.209-1.128c-1.876-.087-3.717.026-4.888.11a.5.5%200%200%200%20.072.997M8.704%207.98l.093-1.808c.077-.95%201.179-1.894%202.22-1.913c-.45.073-.75.204-.952.356a1.2%201.2%200%200%200-.414.557c-.181.477-.156%201.118-.061%201.89l.865%206.434a.5.5%200%201%201-.991.133z%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%23966661%22%20d%3D%22M7.017%207.29c1.297%200%201.686.71%201.686.71l.094-1.828c.078-.96%201.2-1.913%202.251-1.913c1.436%200%201.983%201.038%201.983%201.038c-.094-2.203.703-3.304%202.68-3.304c1.601.1%202.26%201.624%202.133%203.304c0%200%20.672-1.313%202.53-1.147c1.047.093%201.892%201.147%201.892%202.913l-.188%207.687s1.19-1.723%202.078-2.234c.888-.512%202.354-.48%203.079.29c.851.905%201.006%202.323.395%203.187c-2.286%202.944-4.474%206.226-5.146%207.585c-1.792%203.627-4.53%206.429-8.195%206.429c-4.445%200-8.553-3.257-9.039-9.195c-.486-5.937-.548-10.803-.548-10.803c-.08-1.047.743-2.719%202.315-2.719%22%2F%3E%3Cpath%20fill%3D%22%23764c49%22%20d%3D%22m13.952%204.499l.531%207.773a.5.5%200%200%201-.998.069l-.484-7.095l.03.05c-.088-2.078.615-3.175%202.356-3.292v.012c-.477-.004-.834.22-1.084.635c-.262.434-.401%201.08-.351%201.848m3.892.798q.009-.13.013-.26a5.5%205.5%200%200%200-.263%201.555V6.6l-.125%206.14a.5.5%200%201%200%201%20.021l.125-6.137c.026-.772.203-1.42.489-1.859c.237-.364.543-.58.932-.629c-1.587.02-2.171%201.162-2.171%201.162m-7.808%2012.326c1.163-.083%202.956-.192%204.77-.108c1.232.057%202.437.202%203.45.486a18%2018%200%200%200-1.794.713c-1.82.842-4.074%202.264-5.735%204.577a.5.5%200%201%200%20.812.583c1.526-2.125%203.616-3.453%205.343-4.252a16.5%2016.5%200%200%201%202.172-.825a12%2012%200%200%201%20.81-.213l.04-.009l.01-.001h.001a.5.5%200%200%200%20.146-.93c-1.382-.758-3.352-1.042-5.209-1.128c-1.876-.087-3.717.026-4.888.11a.5.5%200%200%200%20.072.997M8.704%207.98l.093-1.808c.077-.95%201.179-1.894%202.22-1.913c-.45.073-.75.204-.952.356a1.2%201.2%200%200%200-.414.557c-.181.477-.156%201.118-.061%201.89l.865%206.434a.5.5%200%201%201-.991.133z%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/raised-hand-medium-dark.svg?color=%231a73e8&size=48