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

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

More people icons from Firefox OS Emoji

Use the mansshirt emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#76DFFF" d="M69.9 19.9L57.6 7.6c-1.3-1.5-3.1-2.4-5.2-2.4H19.6c-2.1 0-4 .9-5.2 2.4L2 19.9c-.7.7-.7 1.9 0 2.6l8.8 8.8c.7.7 1.9.7 2.6 0l2-2v37.9c0 1.2 5.4 4.7 20.4 4.7s20.4-3.5 20.4-4.7V29l2.3 2.3c.7.7 1.9.7 2.6 0l8.8-8.8c.7-.6.7-1.8 0-2.6"/><path fill="#0096D1" d="M29.9 4.5h11.8C43.5 4.5 45 5.6 45 7v1.6c0 1.4-6.4 8.2-8.2 8.2h-2c-1.8 0-8.2-6.9-8.2-8.2V7c.1-1.4 1.5-2.5 3.3-2.5"/><path fill="#0074A8" d="M46.2 1.4C39-.5 32.8-.5 25.6 1.4c-.2.1-.3 3.4.1 4.8c.1.2.3.3.5.3c6.4-1.7 13-1.7 19.4 0c.2.1.4-.1.5-.3c.4-1.4.4-4.7.1-4.8"/><path fill="#00B1FF" d="m14.9 30.3l-2.5 2.6c0 .1-.1.1-.2.1s-.2 0-.2-.1c0 0-2.5-.8-6.5-4.9S.6 21.8.6 21.8c-.1-.1-.1-.3 0-.5l2.5-2.6c.1-.1.2-.1.2-.1c.1 0 .2 0 .2.1c0 0 1.2 2.6 4.8 6.2s6.6 4.9 6.6 4.9c.2.2.2.4 0 .5m42.1 0l2.5 2.6c.1.1.1.1.2.1s.2 0 .2-.1c0 0 2.5-.8 6.5-4.9s4.9-6.2 4.9-6.2c.1-.1.1-.3 0-.5l-2.5-2.6c-.1-.1-.2-.1-.2-.1c-.1 0-.2 0-.2.1c0 0-1.2 2.6-4.8 6.2s-6.6 5-6.6 5c-.1.1-.1.3 0 .4M46.4 1.5c-.2-.1-.4-.1-.6.1L36.5 16c-.2.3-.2.6-.2.9h-.7c.1-.3 0-.6-.2-.9L26 1.6c-.1-.2-.4-.2-.6-.1C23.2 3 22.6 6 24 8.2l7.3 11.3c.1.1.2.2.3.2h.1c.1 0 .2 0 .2-.1l3.2-2.1c.2-.1.3-.3.4-.5v14.6c0 .2.2.4.4.4s.4-.2.4-.4V17c.1.2.2.4.4.6l3.2 2.1c.1 0 .1.1.2.1h.1c.1 0 .2-.1.3-.2l7.3-11.3c1.5-2.3.9-5.3-1.4-6.8"/><path fill="#FFF" d="M39.7 22c0 .6-.5 1.1-1.1 1.1s-1.1-.5-1.1-1.1s.5-1.1 1.1-1.1s1.1.5 1.1 1.1m-1.1 3.6c-.6 0-1.1.5-1.1 1.1s.5 1.1 1.1 1.1s1.1-.5 1.1-1.1s-.5-1.1-1.1-1.1m0 4.6c-.6 0-1.1.5-1.1 1.1s.5 1.1 1.1 1.1s1.1-.5 1.1-1.1s-.5-1.1-1.1-1.1"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiMansshirt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#76DFFF" d="M69.9 19.9L57.6 7.6c-1.3-1.5-3.1-2.4-5.2-2.4H19.6c-2.1 0-4 .9-5.2 2.4L2 19.9c-.7.7-.7 1.9 0 2.6l8.8 8.8c.7.7 1.9.7 2.6 0l2-2v37.9c0 1.2 5.4 4.7 20.4 4.7s20.4-3.5 20.4-4.7V29l2.3 2.3c.7.7 1.9.7 2.6 0l8.8-8.8c.7-.6.7-1.8 0-2.6"/><path fill="#0096D1" d="M29.9 4.5h11.8C43.5 4.5 45 5.6 45 7v1.6c0 1.4-6.4 8.2-8.2 8.2h-2c-1.8 0-8.2-6.9-8.2-8.2V7c.1-1.4 1.5-2.5 3.3-2.5"/><path fill="#0074A8" d="M46.2 1.4C39-.5 32.8-.5 25.6 1.4c-.2.1-.3 3.4.1 4.8c.1.2.3.3.5.3c6.4-1.7 13-1.7 19.4 0c.2.1.4-.1.5-.3c.4-1.4.4-4.7.1-4.8"/><path fill="#00B1FF" d="m14.9 30.3l-2.5 2.6c0 .1-.1.1-.2.1s-.2 0-.2-.1c0 0-2.5-.8-6.5-4.9S.6 21.8.6 21.8c-.1-.1-.1-.3 0-.5l2.5-2.6c.1-.1.2-.1.2-.1c.1 0 .2 0 .2.1c0 0 1.2 2.6 4.8 6.2s6.6 4.9 6.6 4.9c.2.2.2.4 0 .5m42.1 0l2.5 2.6c.1.1.1.1.2.1s.2 0 .2-.1c0 0 2.5-.8 6.5-4.9s4.9-6.2 4.9-6.2c.1-.1.1-.3 0-.5l-2.5-2.6c-.1-.1-.2-.1-.2-.1c-.1 0-.2 0-.2.1c0 0-1.2 2.6-4.8 6.2s-6.6 5-6.6 5c-.1.1-.1.3 0 .4M46.4 1.5c-.2-.1-.4-.1-.6.1L36.5 16c-.2.3-.2.6-.2.9h-.7c.1-.3 0-.6-.2-.9L26 1.6c-.1-.2-.4-.2-.6-.1C23.2 3 22.6 6 24 8.2l7.3 11.3c.1.1.2.2.3.2h.1c.1 0 .2 0 .2-.1l3.2-2.1c.2-.1.3-.3.4-.5v14.6c0 .2.2.4.4.4s.4-.2.4-.4V17c.1.2.2.4.4.6l3.2 2.1c.1 0 .1.1.2.1h.1c.1 0 .2-.1.3-.2l7.3-11.3c1.5-2.3.9-5.3-1.4-6.8"/><path fill="#FFF" d="M39.7 22c0 .6-.5 1.1-1.1 1.1s-1.1-.5-1.1-1.1s.5-1.1 1.1-1.1s1.1.5 1.1 1.1m-1.1 3.6c-.6 0-1.1.5-1.1 1.1s.5 1.1 1.1 1.1s1.1-.5 1.1-1.1s-.5-1.1-1.1-1.1m0 4.6c-.6 0-1.1.5-1.1 1.1s.5 1.1 1.1 1.1s1.1-.5 1.1-1.1s-.5-1.1-1.1-1.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#76DFFF" d="M69.9 19.9L57.6 7.6c-1.3-1.5-3.1-2.4-5.2-2.4H19.6c-2.1 0-4 .9-5.2 2.4L2 19.9c-.7.7-.7 1.9 0 2.6l8.8 8.8c.7.7 1.9.7 2.6 0l2-2v37.9c0 1.2 5.4 4.7 20.4 4.7s20.4-3.5 20.4-4.7V29l2.3 2.3c.7.7 1.9.7 2.6 0l8.8-8.8c.7-.6.7-1.8 0-2.6"/><path fill="#0096D1" d="M29.9 4.5h11.8C43.5 4.5 45 5.6 45 7v1.6c0 1.4-6.4 8.2-8.2 8.2h-2c-1.8 0-8.2-6.9-8.2-8.2V7c.1-1.4 1.5-2.5 3.3-2.5"/><path fill="#0074A8" d="M46.2 1.4C39-.5 32.8-.5 25.6 1.4c-.2.1-.3 3.4.1 4.8c.1.2.3.3.5.3c6.4-1.7 13-1.7 19.4 0c.2.1.4-.1.5-.3c.4-1.4.4-4.7.1-4.8"/><path fill="#00B1FF" d="m14.9 30.3l-2.5 2.6c0 .1-.1.1-.2.1s-.2 0-.2-.1c0 0-2.5-.8-6.5-4.9S.6 21.8.6 21.8c-.1-.1-.1-.3 0-.5l2.5-2.6c.1-.1.2-.1.2-.1c.1 0 .2 0 .2.1c0 0 1.2 2.6 4.8 6.2s6.6 4.9 6.6 4.9c.2.2.2.4 0 .5m42.1 0l2.5 2.6c.1.1.1.1.2.1s.2 0 .2-.1c0 0 2.5-.8 6.5-4.9s4.9-6.2 4.9-6.2c.1-.1.1-.3 0-.5l-2.5-2.6c-.1-.1-.2-.1-.2-.1c-.1 0-.2 0-.2.1c0 0-1.2 2.6-4.8 6.2s-6.6 5-6.6 5c-.1.1-.1.3 0 .4M46.4 1.5c-.2-.1-.4-.1-.6.1L36.5 16c-.2.3-.2.6-.2.9h-.7c.1-.3 0-.6-.2-.9L26 1.6c-.1-.2-.4-.2-.6-.1C23.2 3 22.6 6 24 8.2l7.3 11.3c.1.1.2.2.3.2h.1c.1 0 .2 0 .2-.1l3.2-2.1c.2-.1.3-.3.4-.5v14.6c0 .2.2.4.4.4s.4-.2.4-.4V17c.1.2.2.4.4.6l3.2 2.1c.1 0 .1.1.2.1h.1c.1 0 .2-.1.3-.2l7.3-11.3c1.5-2.3.9-5.3-1.4-6.8"/><path fill="#FFF" d="M39.7 22c0 .6-.5 1.1-1.1 1.1s-1.1-.5-1.1-1.1s.5-1.1 1.1-1.1s1.1.5 1.1 1.1m-1.1 3.6c-.6 0-1.1.5-1.1 1.1s.5 1.1 1.1 1.1s1.1-.5 1.1-1.1s-.5-1.1-1.1-1.1m0 4.6c-.6 0-1.1.5-1.1 1.1s.5 1.1 1.1 1.1s1.1-.5 1.1-1.1s-.5-1.1-1.1-1.1"/></svg>
</template>

CSS

.icon-mansshirt {
  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%2376DFFF%22%20d%3D%22M69.9%2019.9L57.6%207.6c-1.3-1.5-3.1-2.4-5.2-2.4H19.6c-2.1%200-4%20.9-5.2%202.4L2%2019.9c-.7.7-.7%201.9%200%202.6l8.8%208.8c.7.7%201.9.7%202.6%200l2-2v37.9c0%201.2%205.4%204.7%2020.4%204.7s20.4-3.5%2020.4-4.7V29l2.3%202.3c.7.7%201.9.7%202.6%200l8.8-8.8c.7-.6.7-1.8%200-2.6%22%2F%3E%3Cpath%20fill%3D%22%230096D1%22%20d%3D%22M29.9%204.5h11.8C43.5%204.5%2045%205.6%2045%207v1.6c0%201.4-6.4%208.2-8.2%208.2h-2c-1.8%200-8.2-6.9-8.2-8.2V7c.1-1.4%201.5-2.5%203.3-2.5%22%2F%3E%3Cpath%20fill%3D%22%230074A8%22%20d%3D%22M46.2%201.4C39-.5%2032.8-.5%2025.6%201.4c-.2.1-.3%203.4.1%204.8c.1.2.3.3.5.3c6.4-1.7%2013-1.7%2019.4%200c.2.1.4-.1.5-.3c.4-1.4.4-4.7.1-4.8%22%2F%3E%3Cpath%20fill%3D%22%2300B1FF%22%20d%3D%22m14.9%2030.3l-2.5%202.6c0%20.1-.1.1-.2.1s-.2%200-.2-.1c0%200-2.5-.8-6.5-4.9S.6%2021.8.6%2021.8c-.1-.1-.1-.3%200-.5l2.5-2.6c.1-.1.2-.1.2-.1c.1%200%20.2%200%20.2.1c0%200%201.2%202.6%204.8%206.2s6.6%204.9%206.6%204.9c.2.2.2.4%200%20.5m42.1%200l2.5%202.6c.1.1.1.1.2.1s.2%200%20.2-.1c0%200%202.5-.8%206.5-4.9s4.9-6.2%204.9-6.2c.1-.1.1-.3%200-.5l-2.5-2.6c-.1-.1-.2-.1-.2-.1c-.1%200-.2%200-.2.1c0%200-1.2%202.6-4.8%206.2s-6.6%205-6.6%205c-.1.1-.1.3%200%20.4M46.4%201.5c-.2-.1-.4-.1-.6.1L36.5%2016c-.2.3-.2.6-.2.9h-.7c.1-.3%200-.6-.2-.9L26%201.6c-.1-.2-.4-.2-.6-.1C23.2%203%2022.6%206%2024%208.2l7.3%2011.3c.1.1.2.2.3.2h.1c.1%200%20.2%200%20.2-.1l3.2-2.1c.2-.1.3-.3.4-.5v14.6c0%20.2.2.4.4.4s.4-.2.4-.4V17c.1.2.2.4.4.6l3.2%202.1c.1%200%20.1.1.2.1h.1c.1%200%20.2-.1.3-.2l7.3-11.3c1.5-2.3.9-5.3-1.4-6.8%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M39.7%2022c0%20.6-.5%201.1-1.1%201.1s-1.1-.5-1.1-1.1s.5-1.1%201.1-1.1s1.1.5%201.1%201.1m-1.1%203.6c-.6%200-1.1.5-1.1%201.1s.5%201.1%201.1%201.1s1.1-.5%201.1-1.1s-.5-1.1-1.1-1.1m0%204.6c-.6%200-1.1.5-1.1%201.1s.5%201.1%201.1%201.1s1.1-.5%201.1-1.1s-.5-1.1-1.1-1.1%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%2376DFFF%22%20d%3D%22M69.9%2019.9L57.6%207.6c-1.3-1.5-3.1-2.4-5.2-2.4H19.6c-2.1%200-4%20.9-5.2%202.4L2%2019.9c-.7.7-.7%201.9%200%202.6l8.8%208.8c.7.7%201.9.7%202.6%200l2-2v37.9c0%201.2%205.4%204.7%2020.4%204.7s20.4-3.5%2020.4-4.7V29l2.3%202.3c.7.7%201.9.7%202.6%200l8.8-8.8c.7-.6.7-1.8%200-2.6%22%2F%3E%3Cpath%20fill%3D%22%230096D1%22%20d%3D%22M29.9%204.5h11.8C43.5%204.5%2045%205.6%2045%207v1.6c0%201.4-6.4%208.2-8.2%208.2h-2c-1.8%200-8.2-6.9-8.2-8.2V7c.1-1.4%201.5-2.5%203.3-2.5%22%2F%3E%3Cpath%20fill%3D%22%230074A8%22%20d%3D%22M46.2%201.4C39-.5%2032.8-.5%2025.6%201.4c-.2.1-.3%203.4.1%204.8c.1.2.3.3.5.3c6.4-1.7%2013-1.7%2019.4%200c.2.1.4-.1.5-.3c.4-1.4.4-4.7.1-4.8%22%2F%3E%3Cpath%20fill%3D%22%2300B1FF%22%20d%3D%22m14.9%2030.3l-2.5%202.6c0%20.1-.1.1-.2.1s-.2%200-.2-.1c0%200-2.5-.8-6.5-4.9S.6%2021.8.6%2021.8c-.1-.1-.1-.3%200-.5l2.5-2.6c.1-.1.2-.1.2-.1c.1%200%20.2%200%20.2.1c0%200%201.2%202.6%204.8%206.2s6.6%204.9%206.6%204.9c.2.2.2.4%200%20.5m42.1%200l2.5%202.6c.1.1.1.1.2.1s.2%200%20.2-.1c0%200%202.5-.8%206.5-4.9s4.9-6.2%204.9-6.2c.1-.1.1-.3%200-.5l-2.5-2.6c-.1-.1-.2-.1-.2-.1c-.1%200-.2%200-.2.1c0%200-1.2%202.6-4.8%206.2s-6.6%205-6.6%205c-.1.1-.1.3%200%20.4M46.4%201.5c-.2-.1-.4-.1-.6.1L36.5%2016c-.2.3-.2.6-.2.9h-.7c.1-.3%200-.6-.2-.9L26%201.6c-.1-.2-.4-.2-.6-.1C23.2%203%2022.6%206%2024%208.2l7.3%2011.3c.1.1.2.2.3.2h.1c.1%200%20.2%200%20.2-.1l3.2-2.1c.2-.1.3-.3.4-.5v14.6c0%20.2.2.4.4.4s.4-.2.4-.4V17c.1.2.2.4.4.6l3.2%202.1c.1%200%20.1.1.2.1h.1c.1%200%20.2-.1.3-.2l7.3-11.3c1.5-2.3.9-5.3-1.4-6.8%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M39.7%2022c0%20.6-.5%201.1-1.1%201.1s-1.1-.5-1.1-1.1s.5-1.1%201.1-1.1s1.1.5%201.1%201.1m-1.1%203.6c-.6%200-1.1.5-1.1%201.1s.5%201.1%201.1%201.1s1.1-.5%201.1-1.1s-.5-1.1-1.1-1.1m0%204.6c-.6%200-1.1.5-1.1%201.1s.5%201.1%201.1%201.1s1.1-.5%201.1-1.1s-.5-1.1-1.1-1.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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