right facing fist emoji

right-facing-fist from Fluent Emoji Flat by Microsoft Corporation · Default · People & Body · MIT Free for personal and commercial use.

Name
right-facing-fist
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

Use the right facing fist emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#d67d00" d="M15 14h11v9.835c1.747-.535 3.14-1.553 3.75-2.148v.347a5.62 5.62 0 0 1-5.37 3.956h-2.53a3.3 3.3 0 0 0-.441-.99H15z"/><path fill="#ffc83d" d="M30 12.63v7.74c0 .583-.089 1.145-.253 1.674l.003-.01v-.346c-.854.833-3.25 2.5-6 2.5c-2.627 0-4.588-1.421-5.34-2.275c.56-1.194 1.155-1.82 2.1-2.1c.573-.17 1.2-.232 1.779-.289c.378-.037.734-.072 1.04-.133c.77-.157.661-1.401.661-1.401a1 1 0 0 0-.013-.16c.08-.877.753-2.125 1.618-3.045c.16-.17.044-.462-.188-.435c-1.788.201-2.795 1.21-3.544 2.66H16.82c-.47 0-.83.41-.77.88c.153 1.073 1.552 2.956 2.267 3.912l-.005-.005s.413.838 1.579 1.734c1.205.927 1.692 1.495 1.96 2.459h-.021c.37 1.06.14 2.28-.71 3.12a3 3 0 0 1-4.24 0l-2.48-2.48c-.41-.41-.97-.64-1.55-.64a6.85 6.85 0 0 1-6.76-5.74a.305.305 0 0 0-.31-.26H3.969C2.844 19.99 2 19.563 2 18.063v-7.157C2 9 2.94 8 4.938 8H25.37C27.93 8 30 10.07 30 12.63"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatRightFacingFist(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="#d67d00" d="M15 14h11v9.835c1.747-.535 3.14-1.553 3.75-2.148v.347a5.62 5.62 0 0 1-5.37 3.956h-2.53a3.3 3.3 0 0 0-.441-.99H15z"/><path fill="#ffc83d" d="M30 12.63v7.74c0 .583-.089 1.145-.253 1.674l.003-.01v-.346c-.854.833-3.25 2.5-6 2.5c-2.627 0-4.588-1.421-5.34-2.275c.56-1.194 1.155-1.82 2.1-2.1c.573-.17 1.2-.232 1.779-.289c.378-.037.734-.072 1.04-.133c.77-.157.661-1.401.661-1.401a1 1 0 0 0-.013-.16c.08-.877.753-2.125 1.618-3.045c.16-.17.044-.462-.188-.435c-1.788.201-2.795 1.21-3.544 2.66H16.82c-.47 0-.83.41-.77.88c.153 1.073 1.552 2.956 2.267 3.912l-.005-.005s.413.838 1.579 1.734c1.205.927 1.692 1.495 1.96 2.459h-.021c.37 1.06.14 2.28-.71 3.12a3 3 0 0 1-4.24 0l-2.48-2.48c-.41-.41-.97-.64-1.55-.64a6.85 6.85 0 0 1-6.76-5.74a.305.305 0 0 0-.31-.26H3.969C2.844 19.99 2 19.563 2 18.063v-7.157C2 9 2.94 8 4.938 8H25.37C27.93 8 30 10.07 30 12.63"/></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="#d67d00" d="M15 14h11v9.835c1.747-.535 3.14-1.553 3.75-2.148v.347a5.62 5.62 0 0 1-5.37 3.956h-2.53a3.3 3.3 0 0 0-.441-.99H15z"/><path fill="#ffc83d" d="M30 12.63v7.74c0 .583-.089 1.145-.253 1.674l.003-.01v-.346c-.854.833-3.25 2.5-6 2.5c-2.627 0-4.588-1.421-5.34-2.275c.56-1.194 1.155-1.82 2.1-2.1c.573-.17 1.2-.232 1.779-.289c.378-.037.734-.072 1.04-.133c.77-.157.661-1.401.661-1.401a1 1 0 0 0-.013-.16c.08-.877.753-2.125 1.618-3.045c.16-.17.044-.462-.188-.435c-1.788.201-2.795 1.21-3.544 2.66H16.82c-.47 0-.83.41-.77.88c.153 1.073 1.552 2.956 2.267 3.912l-.005-.005s.413.838 1.579 1.734c1.205.927 1.692 1.495 1.96 2.459h-.021c.37 1.06.14 2.28-.71 3.12a3 3 0 0 1-4.24 0l-2.48-2.48c-.41-.41-.97-.64-1.55-.64a6.85 6.85 0 0 1-6.76-5.74a.305.305 0 0 0-.31-.26H3.969C2.844 19.99 2 19.563 2 18.063v-7.157C2 9 2.94 8 4.938 8H25.37C27.93 8 30 10.07 30 12.63"/></g></svg>
</template>

CSS

.icon-right-facing-fist {
  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%23d67d00%22%20d%3D%22M15%2014h11v9.835c1.747-.535%203.14-1.553%203.75-2.148v.347a5.62%205.62%200%200%201-5.37%203.956h-2.53a3.3%203.3%200%200%200-.441-.99H15z%22%2F%3E%3Cpath%20fill%3D%22%23ffc83d%22%20d%3D%22M30%2012.63v7.74c0%20.583-.089%201.145-.253%201.674l.003-.01v-.346c-.854.833-3.25%202.5-6%202.5c-2.627%200-4.588-1.421-5.34-2.275c.56-1.194%201.155-1.82%202.1-2.1c.573-.17%201.2-.232%201.779-.289c.378-.037.734-.072%201.04-.133c.77-.157.661-1.401.661-1.401a1%201%200%200%200-.013-.16c.08-.877.753-2.125%201.618-3.045c.16-.17.044-.462-.188-.435c-1.788.201-2.795%201.21-3.544%202.66H16.82c-.47%200-.83.41-.77.88c.153%201.073%201.552%202.956%202.267%203.912l-.005-.005s.413.838%201.579%201.734c1.205.927%201.692%201.495%201.96%202.459h-.021c.37%201.06.14%202.28-.71%203.12a3%203%200%200%201-4.24%200l-2.48-2.48c-.41-.41-.97-.64-1.55-.64a6.85%206.85%200%200%201-6.76-5.74a.305.305%200%200%200-.31-.26H3.969C2.844%2019.99%202%2019.563%202%2018.063v-7.157C2%209%202.94%208%204.938%208H25.37C27.93%208%2030%2010.07%2030%2012.63%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%23d67d00%22%20d%3D%22M15%2014h11v9.835c1.747-.535%203.14-1.553%203.75-2.148v.347a5.62%205.62%200%200%201-5.37%203.956h-2.53a3.3%203.3%200%200%200-.441-.99H15z%22%2F%3E%3Cpath%20fill%3D%22%23ffc83d%22%20d%3D%22M30%2012.63v7.74c0%20.583-.089%201.145-.253%201.674l.003-.01v-.346c-.854.833-3.25%202.5-6%202.5c-2.627%200-4.588-1.421-5.34-2.275c.56-1.194%201.155-1.82%202.1-2.1c.573-.17%201.2-.232%201.779-.289c.378-.037.734-.072%201.04-.133c.77-.157.661-1.401.661-1.401a1%201%200%200%200-.013-.16c.08-.877.753-2.125%201.618-3.045c.16-.17.044-.462-.188-.435c-1.788.201-2.795%201.21-3.544%202.66H16.82c-.47%200-.83.41-.77.88c.153%201.073%201.552%202.956%202.267%203.912l-.005-.005s.413.838%201.579%201.734c1.205.927%201.692%201.495%201.96%202.459h-.021c.37%201.06.14%202.28-.71%203.12a3%203%200%200%201-4.24%200l-2.48-2.48c-.41-.41-.97-.64-1.55-.64a6.85%206.85%200%200%201-6.76-5.74a.305.305%200%200%200-.31-.26H3.969C2.844%2019.99%202%2019.563%202%2018.063v-7.157C2%209%202.94%208%204.938%208H25.37C27.93%208%2030%2010.07%2030%2012.63%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/right-facing-fist.svg?color=%231a73e8&size=48