gloves emoji
gloves from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- gloves
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji Flat
Use the gloves emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#6b438b" d="M26.148 9.054c-.79-.41-1.75-.1-2.16.69l-1.83 3.62l-.67-2.68c-.01-.08-.02-.16-.04-.24l-1.76-6.56c-.22-.83-1.06-1.39-1.9-1.19c-.87.21-1.39 1.09-1.16 1.94l1.57 5.85l-.4.14l-2.23-7.44c-.25-.83-1.1-1.36-1.94-1.13c-.86.23-1.36 1.13-1.1 1.98l2.29 7.63l-.3.1l-2.54-6.66c-.31-.81-1.19-1.28-2.01-1c-.84.29-1.28 1.22-.96 2.05l2.51 6.62l-.44.15l-1.92-4.51a1.58 1.58 0 0 0-2.07-.83a1.58 1.58 0 0 0-.83 2.07l1.84 4.32l2.57 7.29l.02-.01l2.14 6.07a2.467 2.467 0 0 0 3.15 1.51l8.89-3.13a2.467 2.467 0 0 0 1.51-3.15l-1.64-4.64c.03-.25.05-.5.07-.75c.1-1.4.83-3.24 2.04-5.94c.35-.82.09-1.76-.7-2.17"/><path fill="#b859d3" d="M23.988 9.374c-.81-.36-1.76.01-2.11.82l-1.6 3.73l-.84-2.64q-.015-.12-.06-.24l-2.17-6.43c-.28-.82-1.15-1.32-1.97-1.07c-.86.26-1.32 1.17-1.04 2.01l1.94 5.74l-.4.17l-2.7-7.29c-.3-.81-1.19-1.28-2-1.01c-.86.28-1.29 1.21-.99 2.04l2.77 7.47l-.3.12l-2.92-6.47c-.36-.79-1.27-1.2-2.07-.87c-.83.35-1.2 1.3-.83 2.11l2.92 6.45l-.43.18l-2.2-4.39a1.583 1.583 0 0 0-2.12-.69c-.78.39-1.09 1.34-.7 2.12l2.1 4.19l3.03 7.12l.02-.01l2.52 5.92a2.477 2.477 0 0 0 3.24 1.31l8.68-3.69a2.477 2.477 0 0 0 1.31-3.24l-1.93-4.53c.01-.25.02-.5.02-.76c.01-1.41.62-3.28 1.66-6.06c.3-.83-.02-1.75-.83-2.11"/><path fill="#8c42b3" d="m22.844 21.754l1.48-.629l-.332-.782l-13.22 5.62l.332.782l1.477-.628l1.686 3.983l.783-.332l-1.687-3.983l1.111-.473l1.693 3.978l.782-.333l-1.693-3.977l1.116-.474l1.695 3.975l.782-.334l-1.695-3.974l1.118-.475l1.695 3.982l.782-.332l-1.695-3.982l1.118-.476l1.685 3.98l.783-.332l-1.686-3.98l1.108-.471l1.695 3.974l.782-.334z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatGloves(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="#6b438b" d="M26.148 9.054c-.79-.41-1.75-.1-2.16.69l-1.83 3.62l-.67-2.68c-.01-.08-.02-.16-.04-.24l-1.76-6.56c-.22-.83-1.06-1.39-1.9-1.19c-.87.21-1.39 1.09-1.16 1.94l1.57 5.85l-.4.14l-2.23-7.44c-.25-.83-1.1-1.36-1.94-1.13c-.86.23-1.36 1.13-1.1 1.98l2.29 7.63l-.3.1l-2.54-6.66c-.31-.81-1.19-1.28-2.01-1c-.84.29-1.28 1.22-.96 2.05l2.51 6.62l-.44.15l-1.92-4.51a1.58 1.58 0 0 0-2.07-.83a1.58 1.58 0 0 0-.83 2.07l1.84 4.32l2.57 7.29l.02-.01l2.14 6.07a2.467 2.467 0 0 0 3.15 1.51l8.89-3.13a2.467 2.467 0 0 0 1.51-3.15l-1.64-4.64c.03-.25.05-.5.07-.75c.1-1.4.83-3.24 2.04-5.94c.35-.82.09-1.76-.7-2.17"/><path fill="#b859d3" d="M23.988 9.374c-.81-.36-1.76.01-2.11.82l-1.6 3.73l-.84-2.64q-.015-.12-.06-.24l-2.17-6.43c-.28-.82-1.15-1.32-1.97-1.07c-.86.26-1.32 1.17-1.04 2.01l1.94 5.74l-.4.17l-2.7-7.29c-.3-.81-1.19-1.28-2-1.01c-.86.28-1.29 1.21-.99 2.04l2.77 7.47l-.3.12l-2.92-6.47c-.36-.79-1.27-1.2-2.07-.87c-.83.35-1.2 1.3-.83 2.11l2.92 6.45l-.43.18l-2.2-4.39a1.583 1.583 0 0 0-2.12-.69c-.78.39-1.09 1.34-.7 2.12l2.1 4.19l3.03 7.12l.02-.01l2.52 5.92a2.477 2.477 0 0 0 3.24 1.31l8.68-3.69a2.477 2.477 0 0 0 1.31-3.24l-1.93-4.53c.01-.25.02-.5.02-.76c.01-1.41.62-3.28 1.66-6.06c.3-.83-.02-1.75-.83-2.11"/><path fill="#8c42b3" d="m22.844 21.754l1.48-.629l-.332-.782l-13.22 5.62l.332.782l1.477-.628l1.686 3.983l.783-.332l-1.687-3.983l1.111-.473l1.693 3.978l.782-.333l-1.693-3.977l1.116-.474l1.695 3.975l.782-.334l-1.695-3.974l1.118-.475l1.695 3.982l.782-.332l-1.695-3.982l1.118-.476l1.685 3.98l.783-.332l-1.686-3.98l1.108-.471l1.695 3.974l.782-.334z"/></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="#6b438b" d="M26.148 9.054c-.79-.41-1.75-.1-2.16.69l-1.83 3.62l-.67-2.68c-.01-.08-.02-.16-.04-.24l-1.76-6.56c-.22-.83-1.06-1.39-1.9-1.19c-.87.21-1.39 1.09-1.16 1.94l1.57 5.85l-.4.14l-2.23-7.44c-.25-.83-1.1-1.36-1.94-1.13c-.86.23-1.36 1.13-1.1 1.98l2.29 7.63l-.3.1l-2.54-6.66c-.31-.81-1.19-1.28-2.01-1c-.84.29-1.28 1.22-.96 2.05l2.51 6.62l-.44.15l-1.92-4.51a1.58 1.58 0 0 0-2.07-.83a1.58 1.58 0 0 0-.83 2.07l1.84 4.32l2.57 7.29l.02-.01l2.14 6.07a2.467 2.467 0 0 0 3.15 1.51l8.89-3.13a2.467 2.467 0 0 0 1.51-3.15l-1.64-4.64c.03-.25.05-.5.07-.75c.1-1.4.83-3.24 2.04-5.94c.35-.82.09-1.76-.7-2.17"/><path fill="#b859d3" d="M23.988 9.374c-.81-.36-1.76.01-2.11.82l-1.6 3.73l-.84-2.64q-.015-.12-.06-.24l-2.17-6.43c-.28-.82-1.15-1.32-1.97-1.07c-.86.26-1.32 1.17-1.04 2.01l1.94 5.74l-.4.17l-2.7-7.29c-.3-.81-1.19-1.28-2-1.01c-.86.28-1.29 1.21-.99 2.04l2.77 7.47l-.3.12l-2.92-6.47c-.36-.79-1.27-1.2-2.07-.87c-.83.35-1.2 1.3-.83 2.11l2.92 6.45l-.43.18l-2.2-4.39a1.583 1.583 0 0 0-2.12-.69c-.78.39-1.09 1.34-.7 2.12l2.1 4.19l3.03 7.12l.02-.01l2.52 5.92a2.477 2.477 0 0 0 3.24 1.31l8.68-3.69a2.477 2.477 0 0 0 1.31-3.24l-1.93-4.53c.01-.25.02-.5.02-.76c.01-1.41.62-3.28 1.66-6.06c.3-.83-.02-1.75-.83-2.11"/><path fill="#8c42b3" d="m22.844 21.754l1.48-.629l-.332-.782l-13.22 5.62l.332.782l1.477-.628l1.686 3.983l.783-.332l-1.687-3.983l1.111-.473l1.693 3.978l.782-.333l-1.693-3.977l1.116-.474l1.695 3.975l.782-.334l-1.695-3.974l1.118-.475l1.695 3.982l.782-.332l-1.695-3.982l1.118-.476l1.685 3.98l.783-.332l-1.686-3.98l1.108-.471l1.695 3.974l.782-.334z"/></g></svg> </template>
CSS
.icon-gloves {
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%236b438b%22%20d%3D%22M26.148%209.054c-.79-.41-1.75-.1-2.16.69l-1.83%203.62l-.67-2.68c-.01-.08-.02-.16-.04-.24l-1.76-6.56c-.22-.83-1.06-1.39-1.9-1.19c-.87.21-1.39%201.09-1.16%201.94l1.57%205.85l-.4.14l-2.23-7.44c-.25-.83-1.1-1.36-1.94-1.13c-.86.23-1.36%201.13-1.1%201.98l2.29%207.63l-.3.1l-2.54-6.66c-.31-.81-1.19-1.28-2.01-1c-.84.29-1.28%201.22-.96%202.05l2.51%206.62l-.44.15l-1.92-4.51a1.58%201.58%200%200%200-2.07-.83a1.58%201.58%200%200%200-.83%202.07l1.84%204.32l2.57%207.29l.02-.01l2.14%206.07a2.467%202.467%200%200%200%203.15%201.51l8.89-3.13a2.467%202.467%200%200%200%201.51-3.15l-1.64-4.64c.03-.25.05-.5.07-.75c.1-1.4.83-3.24%202.04-5.94c.35-.82.09-1.76-.7-2.17%22%2F%3E%3Cpath%20fill%3D%22%23b859d3%22%20d%3D%22M23.988%209.374c-.81-.36-1.76.01-2.11.82l-1.6%203.73l-.84-2.64q-.015-.12-.06-.24l-2.17-6.43c-.28-.82-1.15-1.32-1.97-1.07c-.86.26-1.32%201.17-1.04%202.01l1.94%205.74l-.4.17l-2.7-7.29c-.3-.81-1.19-1.28-2-1.01c-.86.28-1.29%201.21-.99%202.04l2.77%207.47l-.3.12l-2.92-6.47c-.36-.79-1.27-1.2-2.07-.87c-.83.35-1.2%201.3-.83%202.11l2.92%206.45l-.43.18l-2.2-4.39a1.583%201.583%200%200%200-2.12-.69c-.78.39-1.09%201.34-.7%202.12l2.1%204.19l3.03%207.12l.02-.01l2.52%205.92a2.477%202.477%200%200%200%203.24%201.31l8.68-3.69a2.477%202.477%200%200%200%201.31-3.24l-1.93-4.53c.01-.25.02-.5.02-.76c.01-1.41.62-3.28%201.66-6.06c.3-.83-.02-1.75-.83-2.11%22%2F%3E%3Cpath%20fill%3D%22%238c42b3%22%20d%3D%22m22.844%2021.754l1.48-.629l-.332-.782l-13.22%205.62l.332.782l1.477-.628l1.686%203.983l.783-.332l-1.687-3.983l1.111-.473l1.693%203.978l.782-.333l-1.693-3.977l1.116-.474l1.695%203.975l.782-.334l-1.695-3.974l1.118-.475l1.695%203.982l.782-.332l-1.695-3.982l1.118-.476l1.685%203.98l.783-.332l-1.686-3.98l1.108-.471l1.695%203.974l.782-.334z%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%236b438b%22%20d%3D%22M26.148%209.054c-.79-.41-1.75-.1-2.16.69l-1.83%203.62l-.67-2.68c-.01-.08-.02-.16-.04-.24l-1.76-6.56c-.22-.83-1.06-1.39-1.9-1.19c-.87.21-1.39%201.09-1.16%201.94l1.57%205.85l-.4.14l-2.23-7.44c-.25-.83-1.1-1.36-1.94-1.13c-.86.23-1.36%201.13-1.1%201.98l2.29%207.63l-.3.1l-2.54-6.66c-.31-.81-1.19-1.28-2.01-1c-.84.29-1.28%201.22-.96%202.05l2.51%206.62l-.44.15l-1.92-4.51a1.58%201.58%200%200%200-2.07-.83a1.58%201.58%200%200%200-.83%202.07l1.84%204.32l2.57%207.29l.02-.01l2.14%206.07a2.467%202.467%200%200%200%203.15%201.51l8.89-3.13a2.467%202.467%200%200%200%201.51-3.15l-1.64-4.64c.03-.25.05-.5.07-.75c.1-1.4.83-3.24%202.04-5.94c.35-.82.09-1.76-.7-2.17%22%2F%3E%3Cpath%20fill%3D%22%23b859d3%22%20d%3D%22M23.988%209.374c-.81-.36-1.76.01-2.11.82l-1.6%203.73l-.84-2.64q-.015-.12-.06-.24l-2.17-6.43c-.28-.82-1.15-1.32-1.97-1.07c-.86.26-1.32%201.17-1.04%202.01l1.94%205.74l-.4.17l-2.7-7.29c-.3-.81-1.19-1.28-2-1.01c-.86.28-1.29%201.21-.99%202.04l2.77%207.47l-.3.12l-2.92-6.47c-.36-.79-1.27-1.2-2.07-.87c-.83.35-1.2%201.3-.83%202.11l2.92%206.45l-.43.18l-2.2-4.39a1.583%201.583%200%200%200-2.12-.69c-.78.39-1.09%201.34-.7%202.12l2.1%204.19l3.03%207.12l.02-.01l2.52%205.92a2.477%202.477%200%200%200%203.24%201.31l8.68-3.69a2.477%202.477%200%200%200%201.31-3.24l-1.93-4.53c.01-.25.02-.5.02-.76c.01-1.41.62-3.28%201.66-6.06c.3-.83-.02-1.75-.83-2.11%22%2F%3E%3Cpath%20fill%3D%22%238c42b3%22%20d%3D%22m22.844%2021.754l1.48-.629l-.332-.782l-13.22%205.62l.332.782l1.477-.628l1.686%203.983l.783-.332l-1.687-3.983l1.111-.473l1.693%203.978l.782-.333l-1.693-3.977l1.116-.474l1.695%203.975l.782-.334l-1.695-3.974l1.118-.475l1.695%203.982l.782-.332l-1.695-3.982l1.118-.476l1.685%203.98l.783-.332l-1.686-3.98l1.108-.471l1.695%203.974l.782-.334z%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/gloves.svg?color=%231a73e8&size=48