flexed biceps emoji
flexed-biceps from Fluent Emoji High Contrast by Microsoft Corporation · Default · People & Body · MIT Free for personal and commercial use.
- Name
- flexed-biceps
- 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 flexed biceps emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.094 30.97h11.419C27.717 30.97 31 25.681 31 20.77a8.48 8.48 0 0 0-2.941-6.029a9.96 9.96 0 0 0-6.657-2.747a9.93 9.93 0 0 0-8.086 5.007c-.56-1.115-1.37-2.732-2.016-4.032h2.118A2.8 2.8 0 0 0 16 10.661a3.36 3.36 0 0 0 1.201-2.694c0-3.662-4.097-5.5-6.374-5.5c-3.11-.073-4.012 2.185-4.82 4.205l-.035.09C5.469 8.054 1.06 19.504 1.06 22.981a8.1 8.1 0 0 0 2.3 5.687a7.84 7.84 0 0 0 5.734 2.3M7.835 7.497c.873-2.185 1.357-3.029 2.906-3.029h.068c1.491 0 4.391 1.235 4.391 3.5c.027.228-.008.458-.102.668v.001l-.073-.089a2 2 0 0 0-.385-.346a.95.95 0 0 0-.51-.172h-.531c-.518-.653-2.11-1.812-3.349-1.594l1.297 1.649H13.4l.268.639c.332.79.217 1.183.11 1.355a.56.56 0 0 1-.416.26H7.08l.618.805c.271.353.631.628.984.837a1 1 0 0 0 .105.433l.277.555v.002c.587 1.175 1.945 3.897 2.676 5.349q-.038.054-.073.11l-2.893 4.701a1 1 0 1 0 1.704 1.048l2.6-4.227q.134.032.273.034q.152-.006.298-.047l2.685 4.423a1 1 0 1 0 1.71-1.038l-2.964-4.883a2 2 0 0 0-.14-.201a7.86 7.86 0 0 1 6.461-4.247c1.98.051 3.87.84 5.3 2.212A6.6 6.6 0 0 1 29 20.77c-.001 4.082-2.626 8.2-8.487 8.2H9.094a5.9 5.9 0 0 1-4.309-1.7A6.07 6.07 0 0 1 3.062 23c0-2.64 3.448-12.093 4.773-15.502"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastFlexedBiceps(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="M9.094 30.97h11.419C27.717 30.97 31 25.681 31 20.77a8.48 8.48 0 0 0-2.941-6.029a9.96 9.96 0 0 0-6.657-2.747a9.93 9.93 0 0 0-8.086 5.007c-.56-1.115-1.37-2.732-2.016-4.032h2.118A2.8 2.8 0 0 0 16 10.661a3.36 3.36 0 0 0 1.201-2.694c0-3.662-4.097-5.5-6.374-5.5c-3.11-.073-4.012 2.185-4.82 4.205l-.035.09C5.469 8.054 1.06 19.504 1.06 22.981a8.1 8.1 0 0 0 2.3 5.687a7.84 7.84 0 0 0 5.734 2.3M7.835 7.497c.873-2.185 1.357-3.029 2.906-3.029h.068c1.491 0 4.391 1.235 4.391 3.5c.027.228-.008.458-.102.668v.001l-.073-.089a2 2 0 0 0-.385-.346a.95.95 0 0 0-.51-.172h-.531c-.518-.653-2.11-1.812-3.349-1.594l1.297 1.649H13.4l.268.639c.332.79.217 1.183.11 1.355a.56.56 0 0 1-.416.26H7.08l.618.805c.271.353.631.628.984.837a1 1 0 0 0 .105.433l.277.555v.002c.587 1.175 1.945 3.897 2.676 5.349q-.038.054-.073.11l-2.893 4.701a1 1 0 1 0 1.704 1.048l2.6-4.227q.134.032.273.034q.152-.006.298-.047l2.685 4.423a1 1 0 1 0 1.71-1.038l-2.964-4.883a2 2 0 0 0-.14-.201a7.86 7.86 0 0 1 6.461-4.247c1.98.051 3.87.84 5.3 2.212A6.6 6.6 0 0 1 29 20.77c-.001 4.082-2.626 8.2-8.487 8.2H9.094a5.9 5.9 0 0 1-4.309-1.7A6.07 6.07 0 0 1 3.062 23c0-2.64 3.448-12.093 4.773-15.502"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.094 30.97h11.419C27.717 30.97 31 25.681 31 20.77a8.48 8.48 0 0 0-2.941-6.029a9.96 9.96 0 0 0-6.657-2.747a9.93 9.93 0 0 0-8.086 5.007c-.56-1.115-1.37-2.732-2.016-4.032h2.118A2.8 2.8 0 0 0 16 10.661a3.36 3.36 0 0 0 1.201-2.694c0-3.662-4.097-5.5-6.374-5.5c-3.11-.073-4.012 2.185-4.82 4.205l-.035.09C5.469 8.054 1.06 19.504 1.06 22.981a8.1 8.1 0 0 0 2.3 5.687a7.84 7.84 0 0 0 5.734 2.3M7.835 7.497c.873-2.185 1.357-3.029 2.906-3.029h.068c1.491 0 4.391 1.235 4.391 3.5c.027.228-.008.458-.102.668v.001l-.073-.089a2 2 0 0 0-.385-.346a.95.95 0 0 0-.51-.172h-.531c-.518-.653-2.11-1.812-3.349-1.594l1.297 1.649H13.4l.268.639c.332.79.217 1.183.11 1.355a.56.56 0 0 1-.416.26H7.08l.618.805c.271.353.631.628.984.837a1 1 0 0 0 .105.433l.277.555v.002c.587 1.175 1.945 3.897 2.676 5.349q-.038.054-.073.11l-2.893 4.701a1 1 0 1 0 1.704 1.048l2.6-4.227q.134.032.273.034q.152-.006.298-.047l2.685 4.423a1 1 0 1 0 1.71-1.038l-2.964-4.883a2 2 0 0 0-.14-.201a7.86 7.86 0 0 1 6.461-4.247c1.98.051 3.87.84 5.3 2.212A6.6 6.6 0 0 1 29 20.77c-.001 4.082-2.626 8.2-8.487 8.2H9.094a5.9 5.9 0 0 1-4.309-1.7A6.07 6.07 0 0 1 3.062 23c0-2.64 3.448-12.093 4.773-15.502"/></svg> </template>
CSS
.icon-flexed-biceps {
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%22M9.094%2030.97h11.419C27.717%2030.97%2031%2025.681%2031%2020.77a8.48%208.48%200%200%200-2.941-6.029a9.96%209.96%200%200%200-6.657-2.747a9.93%209.93%200%200%200-8.086%205.007c-.56-1.115-1.37-2.732-2.016-4.032h2.118A2.8%202.8%200%200%200%2016%2010.661a3.36%203.36%200%200%200%201.201-2.694c0-3.662-4.097-5.5-6.374-5.5c-3.11-.073-4.012%202.185-4.82%204.205l-.035.09C5.469%208.054%201.06%2019.504%201.06%2022.981a8.1%208.1%200%200%200%202.3%205.687a7.84%207.84%200%200%200%205.734%202.3M7.835%207.497c.873-2.185%201.357-3.029%202.906-3.029h.068c1.491%200%204.391%201.235%204.391%203.5c.027.228-.008.458-.102.668v.001l-.073-.089a2%202%200%200%200-.385-.346a.95.95%200%200%200-.51-.172h-.531c-.518-.653-2.11-1.812-3.349-1.594l1.297%201.649H13.4l.268.639c.332.79.217%201.183.11%201.355a.56.56%200%200%201-.416.26H7.08l.618.805c.271.353.631.628.984.837a1%201%200%200%200%20.105.433l.277.555v.002c.587%201.175%201.945%203.897%202.676%205.349q-.038.054-.073.11l-2.893%204.701a1%201%200%201%200%201.704%201.048l2.6-4.227q.134.032.273.034q.152-.006.298-.047l2.685%204.423a1%201%200%201%200%201.71-1.038l-2.964-4.883a2%202%200%200%200-.14-.201a7.86%207.86%200%200%201%206.461-4.247c1.98.051%203.87.84%205.3%202.212A6.6%206.6%200%200%201%2029%2020.77c-.001%204.082-2.626%208.2-8.487%208.2H9.094a5.9%205.9%200%200%201-4.309-1.7A6.07%206.07%200%200%201%203.062%2023c0-2.64%203.448-12.093%204.773-15.502%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%22M9.094%2030.97h11.419C27.717%2030.97%2031%2025.681%2031%2020.77a8.48%208.48%200%200%200-2.941-6.029a9.96%209.96%200%200%200-6.657-2.747a9.93%209.93%200%200%200-8.086%205.007c-.56-1.115-1.37-2.732-2.016-4.032h2.118A2.8%202.8%200%200%200%2016%2010.661a3.36%203.36%200%200%200%201.201-2.694c0-3.662-4.097-5.5-6.374-5.5c-3.11-.073-4.012%202.185-4.82%204.205l-.035.09C5.469%208.054%201.06%2019.504%201.06%2022.981a8.1%208.1%200%200%200%202.3%205.687a7.84%207.84%200%200%200%205.734%202.3M7.835%207.497c.873-2.185%201.357-3.029%202.906-3.029h.068c1.491%200%204.391%201.235%204.391%203.5c.027.228-.008.458-.102.668v.001l-.073-.089a2%202%200%200%200-.385-.346a.95.95%200%200%200-.51-.172h-.531c-.518-.653-2.11-1.812-3.349-1.594l1.297%201.649H13.4l.268.639c.332.79.217%201.183.11%201.355a.56.56%200%200%201-.416.26H7.08l.618.805c.271.353.631.628.984.837a1%201%200%200%200%20.105.433l.277.555v.002c.587%201.175%201.945%203.897%202.676%205.349q-.038.054-.073.11l-2.893%204.701a1%201%200%201%200%201.704%201.048l2.6-4.227q.134.032.273.034q.152-.006.298-.047l2.685%204.423a1%201%200%201%200%201.71-1.038l-2.964-4.883a2%202%200%200%200-.14-.201a7.86%207.86%200%200%201%206.461-4.247c1.98.051%203.87.84%205.3%202.212A6.6%206.6%200%200%201%2029%2020.77c-.001%204.082-2.626%208.2-8.487%208.2H9.094a5.9%205.9%200%200%201-4.309-1.7A6.07%206.07%200%200%201%203.062%2023c0-2.64%203.448-12.093%204.773-15.502%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/flexed-biceps.svg?color=%231a73e8&size=48