mensshoe from Firefox OS Emoji by Mozilla · Default · People · Apache-2.0 Free for personal and commercial use.

Name
mensshoe
Set
Firefox OS Emoji
Style
Default
Category
People
Viewbox
72×72
License
Apache 2.0

More people icons from Firefox OS Emoji

Use the mensshoe emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#8E6049" d="M3 29s1.4-3.8 3.4-9.4c1.5-4.1 6.2-6.4 8.7-7.4c.8-.3 1.7.1 2 1c.9 2.9 2.1 9.1 9.8 11.9c10.2 3.7 12.8-4 13.2-4.9s2.1-2.3 4.5 1.6c2.4 4 2.9 7.3 5.3 12.4s1.5 10.3 13.5 14.7c2.2.8 9.1 3 6.1 11.1c0 0-12.5-1.5-21-4.6s-16.3-8.2-19.3-13.3S3 29 3 29"/><path fill="#2B3B47" d="M44.7 30.2c-.2 0-.4-.1-.5-.3c-.1-.3 0-.6.3-.7l3-1.3c.3-.1.6 0 .7.3s0 .6-.3.7l-3 1.3zm-1.2-2.5c-.2 0-.4-.1-.5-.3c-.1-.3 0-.6.3-.7l3-1.3c.3-.1.6 0 .7.3s0 .6-.3.7l-3 1.3zm2.3 4.8c-.2 0-.4-.1-.5-.3c-.1-.3 0-.6.3-.7l2.7-1.2c.3-.1.6 0 .7.3s0 .6-.3.7L46 32.5zm1 2.3c-.2 0-.4-.1-.5-.3c-.1-.3 0-.6.3-.7l2.6-1.1c.3-.1.6 0 .7.3s0 .6-.3.7L47 34.8z"/><path fill="#68442A" d="M39.2 42.5c1.8.7 3.7.9 5.4.8c3.3-.1 5.9-1.5 7.2-3.6c-.2-.5-.4-1-.5-1.5c-.8 2.3-3.3 3.7-6.7 3.9c-3.7.2-8.3-1.4-9.9-4.8c-3.6-7.7-9-14.7-22.4-8.4c-.3.1-.4.5-.3.7s.5.4.7.3c10-4.7 16.1-2.4 20.9 7.9c1.2 2.4 3.3 3.9 5.6 4.7M50.7 55c.3.1.6 0 .7-.3c1.3-3.6 3.4-7.9 5.2-9.1c-.4-.2-.7-.4-1.1-.6c-2.3 2-4.4 7-5.2 9.3c-.1.2.1.6.4.7"/><path fill="#2B3B47" d="M71.1 58.9c-.1 0-11.5-1.7-16.6-3.6l-8.7-3.2c-9.3-3.4-11.6-6.3-14.3-9.7c-3.6-4.5-7.7-9.7-27.4-16.9l-1.1 3v.1L.5 35.5c-.3.9.1 1.8.8 2.1l18.2 6.6c.8.3 1.7-.2 2-1.1l1.7-4.6v-.1c2.8 2.2 4.3 4.1 5.8 5.9c2.9 3.6 5.6 7 15.7 10.7l8.7 3.2c5.4 2 16.7 3.7 17.2 3.7c1-.5 1.4-2.4.5-3"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiMensshoe(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#8E6049" d="M3 29s1.4-3.8 3.4-9.4c1.5-4.1 6.2-6.4 8.7-7.4c.8-.3 1.7.1 2 1c.9 2.9 2.1 9.1 9.8 11.9c10.2 3.7 12.8-4 13.2-4.9s2.1-2.3 4.5 1.6c2.4 4 2.9 7.3 5.3 12.4s1.5 10.3 13.5 14.7c2.2.8 9.1 3 6.1 11.1c0 0-12.5-1.5-21-4.6s-16.3-8.2-19.3-13.3S3 29 3 29"/><path fill="#2B3B47" d="M44.7 30.2c-.2 0-.4-.1-.5-.3c-.1-.3 0-.6.3-.7l3-1.3c.3-.1.6 0 .7.3s0 .6-.3.7l-3 1.3zm-1.2-2.5c-.2 0-.4-.1-.5-.3c-.1-.3 0-.6.3-.7l3-1.3c.3-.1.6 0 .7.3s0 .6-.3.7l-3 1.3zm2.3 4.8c-.2 0-.4-.1-.5-.3c-.1-.3 0-.6.3-.7l2.7-1.2c.3-.1.6 0 .7.3s0 .6-.3.7L46 32.5zm1 2.3c-.2 0-.4-.1-.5-.3c-.1-.3 0-.6.3-.7l2.6-1.1c.3-.1.6 0 .7.3s0 .6-.3.7L47 34.8z"/><path fill="#68442A" d="M39.2 42.5c1.8.7 3.7.9 5.4.8c3.3-.1 5.9-1.5 7.2-3.6c-.2-.5-.4-1-.5-1.5c-.8 2.3-3.3 3.7-6.7 3.9c-3.7.2-8.3-1.4-9.9-4.8c-3.6-7.7-9-14.7-22.4-8.4c-.3.1-.4.5-.3.7s.5.4.7.3c10-4.7 16.1-2.4 20.9 7.9c1.2 2.4 3.3 3.9 5.6 4.7M50.7 55c.3.1.6 0 .7-.3c1.3-3.6 3.4-7.9 5.2-9.1c-.4-.2-.7-.4-1.1-.6c-2.3 2-4.4 7-5.2 9.3c-.1.2.1.6.4.7"/><path fill="#2B3B47" d="M71.1 58.9c-.1 0-11.5-1.7-16.6-3.6l-8.7-3.2c-9.3-3.4-11.6-6.3-14.3-9.7c-3.6-4.5-7.7-9.7-27.4-16.9l-1.1 3v.1L.5 35.5c-.3.9.1 1.8.8 2.1l18.2 6.6c.8.3 1.7-.2 2-1.1l1.7-4.6v-.1c2.8 2.2 4.3 4.1 5.8 5.9c2.9 3.6 5.6 7 15.7 10.7l8.7 3.2c5.4 2 16.7 3.7 17.2 3.7c1-.5 1.4-2.4.5-3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#8E6049" d="M3 29s1.4-3.8 3.4-9.4c1.5-4.1 6.2-6.4 8.7-7.4c.8-.3 1.7.1 2 1c.9 2.9 2.1 9.1 9.8 11.9c10.2 3.7 12.8-4 13.2-4.9s2.1-2.3 4.5 1.6c2.4 4 2.9 7.3 5.3 12.4s1.5 10.3 13.5 14.7c2.2.8 9.1 3 6.1 11.1c0 0-12.5-1.5-21-4.6s-16.3-8.2-19.3-13.3S3 29 3 29"/><path fill="#2B3B47" d="M44.7 30.2c-.2 0-.4-.1-.5-.3c-.1-.3 0-.6.3-.7l3-1.3c.3-.1.6 0 .7.3s0 .6-.3.7l-3 1.3zm-1.2-2.5c-.2 0-.4-.1-.5-.3c-.1-.3 0-.6.3-.7l3-1.3c.3-.1.6 0 .7.3s0 .6-.3.7l-3 1.3zm2.3 4.8c-.2 0-.4-.1-.5-.3c-.1-.3 0-.6.3-.7l2.7-1.2c.3-.1.6 0 .7.3s0 .6-.3.7L46 32.5zm1 2.3c-.2 0-.4-.1-.5-.3c-.1-.3 0-.6.3-.7l2.6-1.1c.3-.1.6 0 .7.3s0 .6-.3.7L47 34.8z"/><path fill="#68442A" d="M39.2 42.5c1.8.7 3.7.9 5.4.8c3.3-.1 5.9-1.5 7.2-3.6c-.2-.5-.4-1-.5-1.5c-.8 2.3-3.3 3.7-6.7 3.9c-3.7.2-8.3-1.4-9.9-4.8c-3.6-7.7-9-14.7-22.4-8.4c-.3.1-.4.5-.3.7s.5.4.7.3c10-4.7 16.1-2.4 20.9 7.9c1.2 2.4 3.3 3.9 5.6 4.7M50.7 55c.3.1.6 0 .7-.3c1.3-3.6 3.4-7.9 5.2-9.1c-.4-.2-.7-.4-1.1-.6c-2.3 2-4.4 7-5.2 9.3c-.1.2.1.6.4.7"/><path fill="#2B3B47" d="M71.1 58.9c-.1 0-11.5-1.7-16.6-3.6l-8.7-3.2c-9.3-3.4-11.6-6.3-14.3-9.7c-3.6-4.5-7.7-9.7-27.4-16.9l-1.1 3v.1L.5 35.5c-.3.9.1 1.8.8 2.1l18.2 6.6c.8.3 1.7-.2 2-1.1l1.7-4.6v-.1c2.8 2.2 4.3 4.1 5.8 5.9c2.9 3.6 5.6 7 15.7 10.7l8.7 3.2c5.4 2 16.7 3.7 17.2 3.7c1-.5 1.4-2.4.5-3"/></svg>
</template>

CSS

.icon-mensshoe {
  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%2072%2072%22%3E%3Cpath%20fill%3D%22%238E6049%22%20d%3D%22M3%2029s1.4-3.8%203.4-9.4c1.5-4.1%206.2-6.4%208.7-7.4c.8-.3%201.7.1%202%201c.9%202.9%202.1%209.1%209.8%2011.9c10.2%203.7%2012.8-4%2013.2-4.9s2.1-2.3%204.5%201.6c2.4%204%202.9%207.3%205.3%2012.4s1.5%2010.3%2013.5%2014.7c2.2.8%209.1%203%206.1%2011.1c0%200-12.5-1.5-21-4.6s-16.3-8.2-19.3-13.3S3%2029%203%2029%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M44.7%2030.2c-.2%200-.4-.1-.5-.3c-.1-.3%200-.6.3-.7l3-1.3c.3-.1.6%200%20.7.3s0%20.6-.3.7l-3%201.3zm-1.2-2.5c-.2%200-.4-.1-.5-.3c-.1-.3%200-.6.3-.7l3-1.3c.3-.1.6%200%20.7.3s0%20.6-.3.7l-3%201.3zm2.3%204.8c-.2%200-.4-.1-.5-.3c-.1-.3%200-.6.3-.7l2.7-1.2c.3-.1.6%200%20.7.3s0%20.6-.3.7L46%2032.5zm1%202.3c-.2%200-.4-.1-.5-.3c-.1-.3%200-.6.3-.7l2.6-1.1c.3-.1.6%200%20.7.3s0%20.6-.3.7L47%2034.8z%22%2F%3E%3Cpath%20fill%3D%22%2368442A%22%20d%3D%22M39.2%2042.5c1.8.7%203.7.9%205.4.8c3.3-.1%205.9-1.5%207.2-3.6c-.2-.5-.4-1-.5-1.5c-.8%202.3-3.3%203.7-6.7%203.9c-3.7.2-8.3-1.4-9.9-4.8c-3.6-7.7-9-14.7-22.4-8.4c-.3.1-.4.5-.3.7s.5.4.7.3c10-4.7%2016.1-2.4%2020.9%207.9c1.2%202.4%203.3%203.9%205.6%204.7M50.7%2055c.3.1.6%200%20.7-.3c1.3-3.6%203.4-7.9%205.2-9.1c-.4-.2-.7-.4-1.1-.6c-2.3%202-4.4%207-5.2%209.3c-.1.2.1.6.4.7%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M71.1%2058.9c-.1%200-11.5-1.7-16.6-3.6l-8.7-3.2c-9.3-3.4-11.6-6.3-14.3-9.7c-3.6-4.5-7.7-9.7-27.4-16.9l-1.1%203v.1L.5%2035.5c-.3.9.1%201.8.8%202.1l18.2%206.6c.8.3%201.7-.2%202-1.1l1.7-4.6v-.1c2.8%202.2%204.3%204.1%205.8%205.9c2.9%203.6%205.6%207%2015.7%2010.7l8.7%203.2c5.4%202%2016.7%203.7%2017.2%203.7c1-.5%201.4-2.4.5-3%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%2072%2072%22%3E%3Cpath%20fill%3D%22%238E6049%22%20d%3D%22M3%2029s1.4-3.8%203.4-9.4c1.5-4.1%206.2-6.4%208.7-7.4c.8-.3%201.7.1%202%201c.9%202.9%202.1%209.1%209.8%2011.9c10.2%203.7%2012.8-4%2013.2-4.9s2.1-2.3%204.5%201.6c2.4%204%202.9%207.3%205.3%2012.4s1.5%2010.3%2013.5%2014.7c2.2.8%209.1%203%206.1%2011.1c0%200-12.5-1.5-21-4.6s-16.3-8.2-19.3-13.3S3%2029%203%2029%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M44.7%2030.2c-.2%200-.4-.1-.5-.3c-.1-.3%200-.6.3-.7l3-1.3c.3-.1.6%200%20.7.3s0%20.6-.3.7l-3%201.3zm-1.2-2.5c-.2%200-.4-.1-.5-.3c-.1-.3%200-.6.3-.7l3-1.3c.3-.1.6%200%20.7.3s0%20.6-.3.7l-3%201.3zm2.3%204.8c-.2%200-.4-.1-.5-.3c-.1-.3%200-.6.3-.7l2.7-1.2c.3-.1.6%200%20.7.3s0%20.6-.3.7L46%2032.5zm1%202.3c-.2%200-.4-.1-.5-.3c-.1-.3%200-.6.3-.7l2.6-1.1c.3-.1.6%200%20.7.3s0%20.6-.3.7L47%2034.8z%22%2F%3E%3Cpath%20fill%3D%22%2368442A%22%20d%3D%22M39.2%2042.5c1.8.7%203.7.9%205.4.8c3.3-.1%205.9-1.5%207.2-3.6c-.2-.5-.4-1-.5-1.5c-.8%202.3-3.3%203.7-6.7%203.9c-3.7.2-8.3-1.4-9.9-4.8c-3.6-7.7-9-14.7-22.4-8.4c-.3.1-.4.5-.3.7s.5.4.7.3c10-4.7%2016.1-2.4%2020.9%207.9c1.2%202.4%203.3%203.9%205.6%204.7M50.7%2055c.3.1.6%200%20.7-.3c1.3-3.6%203.4-7.9%205.2-9.1c-.4-.2-.7-.4-1.1-.6c-2.3%202-4.4%207-5.2%209.3c-.1.2.1.6.4.7%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M71.1%2058.9c-.1%200-11.5-1.7-16.6-3.6l-8.7-3.2c-9.3-3.4-11.6-6.3-14.3-9.7c-3.6-4.5-7.7-9.7-27.4-16.9l-1.1%203v.1L.5%2035.5c-.3.9.1%201.8.8%202.1l18.2%206.6c.8.3%201.7-.2%202-1.1l1.7-4.6v-.1c2.8%202.2%204.3%204.1%205.8%205.9c2.9%203.6%205.6%207%2015.7%2010.7l8.7%203.2c5.4%202%2016.7%203.7%2017.2%203.7c1-.5%201.4-2.4.5-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/mensshoe.svg?color=%231a73e8&size=48