middle finger emoji
middle-finger from Fluent Emoji High Contrast by Microsoft Corporation · Default · People & Body · MIT Free for personal and commercial use.
- Name
- middle-finger
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- People & Body
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More people & body icons from Fluent Emoji High Contrast
anatomical-heartartistastronautbabybaby-angelbackhand-index-pointing-downbackhand-index-pointing-leftbackhand-index-pointing-upbiting-lipboneboybrainbreast-feedingbust-in-silhouettebusts-in-silhouettecall-me-handchildclapping-handsconstruction-workercookcrossed-fingersdetectiveearear-with-hearing-aid
Use the middle finger emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.86 31c-6.5 0-10.876-5.269-10.876-13.109a3.42 3.42 0 0 1 1.176-2.843a3.3 3.3 0 0 1 1.854-.679c.151-1.585.76-3.231 2.944-3.39c.355-.026.711 0 1.058.08V4.531A3.53 3.53 0 0 1 15.531 1a3.457 3.457 0 0 1 3.453 3.531v5.61q.479-.055.956.008a3.53 3.53 0 0 1 2.344 1.435a2.9 2.9 0 0 1 1.5-.269a3.216 3.216 0 0 1 3.187 3.31C26.969 24.879 22.815 31 15.86 31M8.016 16.373a1.5 1.5 0 0 0-.614.243a1.59 1.59 0 0 0-.418 1.275C6.984 24.535 10.551 29 15.86 29c8.221 0 9.109-10.053 9.109-14.375c0-.8-.452-1.245-1.345-1.315a.86.86 0 0 0-.77.306a.98.98 0 0 1-.963.488a1 1 0 0 1-.845-.672c0-.005-.433-1.18-1.361-1.3a1.55 1.55 0 0 0-.7.036v1.113a1 1 0 1 1-2 0v-1.717l-.001-.015V4.531A1.453 1.453 0 0 0 15.531 3a1.54 1.54 0 0 0-1.515 1.531v8.2a1 1 0 0 1-1.762.648a1.53 1.53 0 0 0-1.15-.408c-.444.033-.937.069-1.088 1.453v2.092a1 1 0 1 1-2 0z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastMiddleFinger(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.86 31c-6.5 0-10.876-5.269-10.876-13.109a3.42 3.42 0 0 1 1.176-2.843a3.3 3.3 0 0 1 1.854-.679c.151-1.585.76-3.231 2.944-3.39c.355-.026.711 0 1.058.08V4.531A3.53 3.53 0 0 1 15.531 1a3.457 3.457 0 0 1 3.453 3.531v5.61q.479-.055.956.008a3.53 3.53 0 0 1 2.344 1.435a2.9 2.9 0 0 1 1.5-.269a3.216 3.216 0 0 1 3.187 3.31C26.969 24.879 22.815 31 15.86 31M8.016 16.373a1.5 1.5 0 0 0-.614.243a1.59 1.59 0 0 0-.418 1.275C6.984 24.535 10.551 29 15.86 29c8.221 0 9.109-10.053 9.109-14.375c0-.8-.452-1.245-1.345-1.315a.86.86 0 0 0-.77.306a.98.98 0 0 1-.963.488a1 1 0 0 1-.845-.672c0-.005-.433-1.18-1.361-1.3a1.55 1.55 0 0 0-.7.036v1.113a1 1 0 1 1-2 0v-1.717l-.001-.015V4.531A1.453 1.453 0 0 0 15.531 3a1.54 1.54 0 0 0-1.515 1.531v8.2a1 1 0 0 1-1.762.648a1.53 1.53 0 0 0-1.15-.408c-.444.033-.937.069-1.088 1.453v2.092a1 1 0 1 1-2 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.86 31c-6.5 0-10.876-5.269-10.876-13.109a3.42 3.42 0 0 1 1.176-2.843a3.3 3.3 0 0 1 1.854-.679c.151-1.585.76-3.231 2.944-3.39c.355-.026.711 0 1.058.08V4.531A3.53 3.53 0 0 1 15.531 1a3.457 3.457 0 0 1 3.453 3.531v5.61q.479-.055.956.008a3.53 3.53 0 0 1 2.344 1.435a2.9 2.9 0 0 1 1.5-.269a3.216 3.216 0 0 1 3.187 3.31C26.969 24.879 22.815 31 15.86 31M8.016 16.373a1.5 1.5 0 0 0-.614.243a1.59 1.59 0 0 0-.418 1.275C6.984 24.535 10.551 29 15.86 29c8.221 0 9.109-10.053 9.109-14.375c0-.8-.452-1.245-1.345-1.315a.86.86 0 0 0-.77.306a.98.98 0 0 1-.963.488a1 1 0 0 1-.845-.672c0-.005-.433-1.18-1.361-1.3a1.55 1.55 0 0 0-.7.036v1.113a1 1 0 1 1-2 0v-1.717l-.001-.015V4.531A1.453 1.453 0 0 0 15.531 3a1.54 1.54 0 0 0-1.515 1.531v8.2a1 1 0 0 1-1.762.648a1.53 1.53 0 0 0-1.15-.408c-.444.033-.937.069-1.088 1.453v2.092a1 1 0 1 1-2 0z"/></svg> </template>
CSS
.icon-middle-finger {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.86%2031c-6.5%200-10.876-5.269-10.876-13.109a3.42%203.42%200%200%201%201.176-2.843a3.3%203.3%200%200%201%201.854-.679c.151-1.585.76-3.231%202.944-3.39c.355-.026.711%200%201.058.08V4.531A3.53%203.53%200%200%201%2015.531%201a3.457%203.457%200%200%201%203.453%203.531v5.61q.479-.055.956.008a3.53%203.53%200%200%201%202.344%201.435a2.9%202.9%200%200%201%201.5-.269a3.216%203.216%200%200%201%203.187%203.31C26.969%2024.879%2022.815%2031%2015.86%2031M8.016%2016.373a1.5%201.5%200%200%200-.614.243a1.59%201.59%200%200%200-.418%201.275C6.984%2024.535%2010.551%2029%2015.86%2029c8.221%200%209.109-10.053%209.109-14.375c0-.8-.452-1.245-1.345-1.315a.86.86%200%200%200-.77.306a.98.98%200%200%201-.963.488a1%201%200%200%201-.845-.672c0-.005-.433-1.18-1.361-1.3a1.55%201.55%200%200%200-.7.036v1.113a1%201%200%201%201-2%200v-1.717l-.001-.015V4.531A1.453%201.453%200%200%200%2015.531%203a1.54%201.54%200%200%200-1.515%201.531v8.2a1%201%200%200%201-1.762.648a1.53%201.53%200%200%200-1.15-.408c-.444.033-.937.069-1.088%201.453v2.092a1%201%200%201%201-2%200z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.86%2031c-6.5%200-10.876-5.269-10.876-13.109a3.42%203.42%200%200%201%201.176-2.843a3.3%203.3%200%200%201%201.854-.679c.151-1.585.76-3.231%202.944-3.39c.355-.026.711%200%201.058.08V4.531A3.53%203.53%200%200%201%2015.531%201a3.457%203.457%200%200%201%203.453%203.531v5.61q.479-.055.956.008a3.53%203.53%200%200%201%202.344%201.435a2.9%202.9%200%200%201%201.5-.269a3.216%203.216%200%200%201%203.187%203.31C26.969%2024.879%2022.815%2031%2015.86%2031M8.016%2016.373a1.5%201.5%200%200%200-.614.243a1.59%201.59%200%200%200-.418%201.275C6.984%2024.535%2010.551%2029%2015.86%2029c8.221%200%209.109-10.053%209.109-14.375c0-.8-.452-1.245-1.345-1.315a.86.86%200%200%200-.77.306a.98.98%200%200%201-.963.488a1%201%200%200%201-.845-.672c0-.005-.433-1.18-1.361-1.3a1.55%201.55%200%200%200-.7.036v1.113a1%201%200%201%201-2%200v-1.717l-.001-.015V4.531A1.453%201.453%200%200%200%2015.531%203a1.54%201.54%200%200%200-1.515%201.531v8.2a1%201%200%200%201-1.762.648a1.53%201.53%200%200%200-1.15-.408c-.444.033-.937.069-1.088%201.453v2.092a1%201%200%201%201-2%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/middle-finger.svg?color=%231a73e8&size=48