raised fist medium dark emoji
raised-fist-medium-dark from Fluent Emoji Flat by Microsoft Corporation · Default · People & Body · MIT Free for personal and commercial use.
- Name
- raised-fist-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 fist 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="m28.992 16.738l.008.005C29 21.33 26.373 30 16.114 30C3.9 30 3.964 19.017 4.004 12.105l.004-.527A3 3 0 0 1 4 11.36V8.188c0-2.7 2.125-3.459 3.188-3.5c1.074 0 1.782.274 2.251.598c.593-1.715 1.974-2.093 2.754-2.13c1.864 0 2.83.871 3.117 1.401c.616-2.069 2.237-2.515 3.138-2.557c2.193 0 3.208 1.575 3.505 2.328q.018.047.035.116c.402-2.16 1.684-2.335 2.898-2.335c2.192 0 3.348 1.938 3.348 3.266c0 .391 0 .967-.002 1.61c-.002 1.538-.006 3.46.002 4.156c.005.351.006.912.006 1.488c.738 1.332.787 2.916.752 4.109"/><path fill="#764c49" d="M23.008 5.188c0-1.748.502-2.603.922-2.947c-1.116.205-2.07.99-2.07 3.868c0 1.3.027 2.628.049 3.496c-3.812.126-5.123 1.24-5.565 2.36V5.886c0-2.134.484-3.198.9-3.64C16.17 2.68 15 3.803 15 6.54v4.116c0 .596.047 1.112.132 1.559c-.102 1.021-.601 2.393-2.94 2.393c-.63 0-1.4-.315-2.008-.945v-7.49c0-.986.106-1.74.261-2.31c-.7.561-1.289 1.58-1.289 3.398v3.665c0 1.085.35 1.93.848 2.535c-.444.617-1.278 1.147-2.816 1.147c-.962 0-2.795-.87-3.134-2.612c.046 1.063.649 4.972 3.333 4.972c1.426 0 2.28-.5 2.725-1.063c.286.563 1.344 1.063 2.656 1.063c1.46 0 2.53-1.063 2.53-1.063s.757.684 1.783.954c-2.251.715-4.73 1.999-6.81 4.286a.5.5 0 1 0 .74.672c2.508-2.758 5.654-3.962 8.194-4.475a18.3 18.3 0 0 1 3.17-.355q.345-.007.602-.002c.258.534.447 1.153.628 1.745c.375 1.224.714 2.331 1.551 2.331q.166 0 .328-.015c.785-.277 1.453-.895 1.453-1.75c0-2.058-1.325-3.766-4.55-3.766c-4.196 0-4.293-1.65-4.293-2.969c0-2.796 6.656-2.421 6.656-2.421a6.6 6.6 0 0 0-1.25-.517q-.24-.018-.492-.025z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatRaisedFistMediumDark(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="m28.992 16.738l.008.005C29 21.33 26.373 30 16.114 30C3.9 30 3.964 19.017 4.004 12.105l.004-.527A3 3 0 0 1 4 11.36V8.188c0-2.7 2.125-3.459 3.188-3.5c1.074 0 1.782.274 2.251.598c.593-1.715 1.974-2.093 2.754-2.13c1.864 0 2.83.871 3.117 1.401c.616-2.069 2.237-2.515 3.138-2.557c2.193 0 3.208 1.575 3.505 2.328q.018.047.035.116c.402-2.16 1.684-2.335 2.898-2.335c2.192 0 3.348 1.938 3.348 3.266c0 .391 0 .967-.002 1.61c-.002 1.538-.006 3.46.002 4.156c.005.351.006.912.006 1.488c.738 1.332.787 2.916.752 4.109"/><path fill="#764c49" d="M23.008 5.188c0-1.748.502-2.603.922-2.947c-1.116.205-2.07.99-2.07 3.868c0 1.3.027 2.628.049 3.496c-3.812.126-5.123 1.24-5.565 2.36V5.886c0-2.134.484-3.198.9-3.64C16.17 2.68 15 3.803 15 6.54v4.116c0 .596.047 1.112.132 1.559c-.102 1.021-.601 2.393-2.94 2.393c-.63 0-1.4-.315-2.008-.945v-7.49c0-.986.106-1.74.261-2.31c-.7.561-1.289 1.58-1.289 3.398v3.665c0 1.085.35 1.93.848 2.535c-.444.617-1.278 1.147-2.816 1.147c-.962 0-2.795-.87-3.134-2.612c.046 1.063.649 4.972 3.333 4.972c1.426 0 2.28-.5 2.725-1.063c.286.563 1.344 1.063 2.656 1.063c1.46 0 2.53-1.063 2.53-1.063s.757.684 1.783.954c-2.251.715-4.73 1.999-6.81 4.286a.5.5 0 1 0 .74.672c2.508-2.758 5.654-3.962 8.194-4.475a18.3 18.3 0 0 1 3.17-.355q.345-.007.602-.002c.258.534.447 1.153.628 1.745c.375 1.224.714 2.331 1.551 2.331q.166 0 .328-.015c.785-.277 1.453-.895 1.453-1.75c0-2.058-1.325-3.766-4.55-3.766c-4.196 0-4.293-1.65-4.293-2.969c0-2.796 6.656-2.421 6.656-2.421a6.6 6.6 0 0 0-1.25-.517q-.24-.018-.492-.025z"/></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="m28.992 16.738l.008.005C29 21.33 26.373 30 16.114 30C3.9 30 3.964 19.017 4.004 12.105l.004-.527A3 3 0 0 1 4 11.36V8.188c0-2.7 2.125-3.459 3.188-3.5c1.074 0 1.782.274 2.251.598c.593-1.715 1.974-2.093 2.754-2.13c1.864 0 2.83.871 3.117 1.401c.616-2.069 2.237-2.515 3.138-2.557c2.193 0 3.208 1.575 3.505 2.328q.018.047.035.116c.402-2.16 1.684-2.335 2.898-2.335c2.192 0 3.348 1.938 3.348 3.266c0 .391 0 .967-.002 1.61c-.002 1.538-.006 3.46.002 4.156c.005.351.006.912.006 1.488c.738 1.332.787 2.916.752 4.109"/><path fill="#764c49" d="M23.008 5.188c0-1.748.502-2.603.922-2.947c-1.116.205-2.07.99-2.07 3.868c0 1.3.027 2.628.049 3.496c-3.812.126-5.123 1.24-5.565 2.36V5.886c0-2.134.484-3.198.9-3.64C16.17 2.68 15 3.803 15 6.54v4.116c0 .596.047 1.112.132 1.559c-.102 1.021-.601 2.393-2.94 2.393c-.63 0-1.4-.315-2.008-.945v-7.49c0-.986.106-1.74.261-2.31c-.7.561-1.289 1.58-1.289 3.398v3.665c0 1.085.35 1.93.848 2.535c-.444.617-1.278 1.147-2.816 1.147c-.962 0-2.795-.87-3.134-2.612c.046 1.063.649 4.972 3.333 4.972c1.426 0 2.28-.5 2.725-1.063c.286.563 1.344 1.063 2.656 1.063c1.46 0 2.53-1.063 2.53-1.063s.757.684 1.783.954c-2.251.715-4.73 1.999-6.81 4.286a.5.5 0 1 0 .74.672c2.508-2.758 5.654-3.962 8.194-4.475a18.3 18.3 0 0 1 3.17-.355q.345-.007.602-.002c.258.534.447 1.153.628 1.745c.375 1.224.714 2.331 1.551 2.331q.166 0 .328-.015c.785-.277 1.453-.895 1.453-1.75c0-2.058-1.325-3.766-4.55-3.766c-4.196 0-4.293-1.65-4.293-2.969c0-2.796 6.656-2.421 6.656-2.421a6.6 6.6 0 0 0-1.25-.517q-.24-.018-.492-.025z"/></g></svg> </template>
CSS
.icon-raised-fist-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%22m28.992%2016.738l.008.005C29%2021.33%2026.373%2030%2016.114%2030C3.9%2030%203.964%2019.017%204.004%2012.105l.004-.527A3%203%200%200%201%204%2011.36V8.188c0-2.7%202.125-3.459%203.188-3.5c1.074%200%201.782.274%202.251.598c.593-1.715%201.974-2.093%202.754-2.13c1.864%200%202.83.871%203.117%201.401c.616-2.069%202.237-2.515%203.138-2.557c2.193%200%203.208%201.575%203.505%202.328q.018.047.035.116c.402-2.16%201.684-2.335%202.898-2.335c2.192%200%203.348%201.938%203.348%203.266c0%20.391%200%20.967-.002%201.61c-.002%201.538-.006%203.46.002%204.156c.005.351.006.912.006%201.488c.738%201.332.787%202.916.752%204.109%22%2F%3E%3Cpath%20fill%3D%22%23764c49%22%20d%3D%22M23.008%205.188c0-1.748.502-2.603.922-2.947c-1.116.205-2.07.99-2.07%203.868c0%201.3.027%202.628.049%203.496c-3.812.126-5.123%201.24-5.565%202.36V5.886c0-2.134.484-3.198.9-3.64C16.17%202.68%2015%203.803%2015%206.54v4.116c0%20.596.047%201.112.132%201.559c-.102%201.021-.601%202.393-2.94%202.393c-.63%200-1.4-.315-2.008-.945v-7.49c0-.986.106-1.74.261-2.31c-.7.561-1.289%201.58-1.289%203.398v3.665c0%201.085.35%201.93.848%202.535c-.444.617-1.278%201.147-2.816%201.147c-.962%200-2.795-.87-3.134-2.612c.046%201.063.649%204.972%203.333%204.972c1.426%200%202.28-.5%202.725-1.063c.286.563%201.344%201.063%202.656%201.063c1.46%200%202.53-1.063%202.53-1.063s.757.684%201.783.954c-2.251.715-4.73%201.999-6.81%204.286a.5.5%200%201%200%20.74.672c2.508-2.758%205.654-3.962%208.194-4.475a18.3%2018.3%200%200%201%203.17-.355q.345-.007.602-.002c.258.534.447%201.153.628%201.745c.375%201.224.714%202.331%201.551%202.331q.166%200%20.328-.015c.785-.277%201.453-.895%201.453-1.75c0-2.058-1.325-3.766-4.55-3.766c-4.196%200-4.293-1.65-4.293-2.969c0-2.796%206.656-2.421%206.656-2.421a6.6%206.6%200%200%200-1.25-.517q-.24-.018-.492-.025z%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%22m28.992%2016.738l.008.005C29%2021.33%2026.373%2030%2016.114%2030C3.9%2030%203.964%2019.017%204.004%2012.105l.004-.527A3%203%200%200%201%204%2011.36V8.188c0-2.7%202.125-3.459%203.188-3.5c1.074%200%201.782.274%202.251.598c.593-1.715%201.974-2.093%202.754-2.13c1.864%200%202.83.871%203.117%201.401c.616-2.069%202.237-2.515%203.138-2.557c2.193%200%203.208%201.575%203.505%202.328q.018.047.035.116c.402-2.16%201.684-2.335%202.898-2.335c2.192%200%203.348%201.938%203.348%203.266c0%20.391%200%20.967-.002%201.61c-.002%201.538-.006%203.46.002%204.156c.005.351.006.912.006%201.488c.738%201.332.787%202.916.752%204.109%22%2F%3E%3Cpath%20fill%3D%22%23764c49%22%20d%3D%22M23.008%205.188c0-1.748.502-2.603.922-2.947c-1.116.205-2.07.99-2.07%203.868c0%201.3.027%202.628.049%203.496c-3.812.126-5.123%201.24-5.565%202.36V5.886c0-2.134.484-3.198.9-3.64C16.17%202.68%2015%203.803%2015%206.54v4.116c0%20.596.047%201.112.132%201.559c-.102%201.021-.601%202.393-2.94%202.393c-.63%200-1.4-.315-2.008-.945v-7.49c0-.986.106-1.74.261-2.31c-.7.561-1.289%201.58-1.289%203.398v3.665c0%201.085.35%201.93.848%202.535c-.444.617-1.278%201.147-2.816%201.147c-.962%200-2.795-.87-3.134-2.612c.046%201.063.649%204.972%203.333%204.972c1.426%200%202.28-.5%202.725-1.063c.286.563%201.344%201.063%202.656%201.063c1.46%200%202.53-1.063%202.53-1.063s.757.684%201.783.954c-2.251.715-4.73%201.999-6.81%204.286a.5.5%200%201%200%20.74.672c2.508-2.758%205.654-3.962%208.194-4.475a18.3%2018.3%200%200%201%203.17-.355q.345-.007.602-.002c.258.534.447%201.153.628%201.745c.375%201.224.714%202.331%201.551%202.331q.166%200%20.328-.015c.785-.277%201.453-.895%201.453-1.75c0-2.058-1.325-3.766-4.55-3.766c-4.196%200-4.293-1.65-4.293-2.969c0-2.796%206.656-2.421%206.656-2.421a6.6%206.6%200%200%200-1.25-.517q-.24-.018-.492-.025z%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-fist-medium-dark.svg?color=%231a73e8&size=48