coat from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.

Name
coat
Set
OpenMoji
Style
Default
Category
Objects
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More objects icons from OpenMoji

Use the coat emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" d="M54 17L39 8h-6l-15 9h-1v20h5V26h1l3.931 7.62L24 60h24l-2.931-26.38L49 26h1v11h5V17Z"/><path fill="#6a462f" d="M30 10c-.704 1.993 2.358 6.002 6 6c3.626-.002 6.7-3.977 6-6c-.754-2.182-5.873-2.025-6.5-2c-1.136.046-4.862.195-5.5 2"/><circle cx="35.9" cy="39.9" r=".9"/><circle cx="35.9" cy="43.9" r=".9"/><circle cx="35.9" cy="47.9" r=".9"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.944 35L24 60h24.158l-2.944-25m-22.768-8.627V36.94h-5.279V17.99a1.45 1.45 0 0 1 .843-1.278L27 11m3 24h12m3.167-24l8.99 5.713A1.45 1.45 0 0 1 55 17.991v18.95h-5.279V26.372"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m29 10.539l5.376 4.681L31.627 17c-6.099-6.47-4.037-6.286-4.037-6.286a14.68 14.68 0 0 1 16.923 0s2.148-.256-4.037 6.213l-2.75-1.78L43 10.54"/><circle cx="35.9" cy="21.9" r=".9"/><circle cx="35.9" cy="25.9" r=".9"/><circle cx="35.9" cy="29.9" r=".9"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiCoat(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" d="M54 17L39 8h-6l-15 9h-1v20h5V26h1l3.931 7.62L24 60h24l-2.931-26.38L49 26h1v11h5V17Z"/><path fill="#6a462f" d="M30 10c-.704 1.993 2.358 6.002 6 6c3.626-.002 6.7-3.977 6-6c-.754-2.182-5.873-2.025-6.5-2c-1.136.046-4.862.195-5.5 2"/><circle cx="35.9" cy="39.9" r=".9"/><circle cx="35.9" cy="43.9" r=".9"/><circle cx="35.9" cy="47.9" r=".9"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M26.944 35L24 60h24.158l-2.944-25m-22.768-8.627V36.94h-5.279V17.99a1.45 1.45 0 0 1 .843-1.278L27 11m3 24h12m3.167-24l8.99 5.713A1.45 1.45 0 0 1 55 17.991v18.95h-5.279V26.372"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m29 10.539l5.376 4.681L31.627 17c-6.099-6.47-4.037-6.286-4.037-6.286a14.68 14.68 0 0 1 16.923 0s2.148-.256-4.037 6.213l-2.75-1.78L43 10.54"/><circle cx="35.9" cy="21.9" r=".9"/><circle cx="35.9" cy="25.9" r=".9"/><circle cx="35.9" cy="29.9" r=".9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#a57939" d="M54 17L39 8h-6l-15 9h-1v20h5V26h1l3.931 7.62L24 60h24l-2.931-26.38L49 26h1v11h5V17Z"/><path fill="#6a462f" d="M30 10c-.704 1.993 2.358 6.002 6 6c3.626-.002 6.7-3.977 6-6c-.754-2.182-5.873-2.025-6.5-2c-1.136.046-4.862.195-5.5 2"/><circle cx="35.9" cy="39.9" r=".9"/><circle cx="35.9" cy="43.9" r=".9"/><circle cx="35.9" cy="47.9" r=".9"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.944 35L24 60h24.158l-2.944-25m-22.768-8.627V36.94h-5.279V17.99a1.45 1.45 0 0 1 .843-1.278L27 11m3 24h12m3.167-24l8.99 5.713A1.45 1.45 0 0 1 55 17.991v18.95h-5.279V26.372"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m29 10.539l5.376 4.681L31.627 17c-6.099-6.47-4.037-6.286-4.037-6.286a14.68 14.68 0 0 1 16.923 0s2.148-.256-4.037 6.213l-2.75-1.78L43 10.54"/><circle cx="35.9" cy="21.9" r=".9"/><circle cx="35.9" cy="25.9" r=".9"/><circle cx="35.9" cy="29.9" r=".9"/></svg>
</template>

CSS

.icon-coat {
  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%23a57939%22%20d%3D%22M54%2017L39%208h-6l-15%209h-1v20h5V26h1l3.931%207.62L24%2060h24l-2.931-26.38L49%2026h1v11h5V17Z%22%2F%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22M30%2010c-.704%201.993%202.358%206.002%206%206c3.626-.002%206.7-3.977%206-6c-.754-2.182-5.873-2.025-6.5-2c-1.136.046-4.862.195-5.5%202%22%2F%3E%3Ccircle%20cx%3D%2235.9%22%20cy%3D%2239.9%22%20r%3D%22.9%22%2F%3E%3Ccircle%20cx%3D%2235.9%22%20cy%3D%2243.9%22%20r%3D%22.9%22%2F%3E%3Ccircle%20cx%3D%2235.9%22%20cy%3D%2247.9%22%20r%3D%22.9%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M26.944%2035L24%2060h24.158l-2.944-25m-22.768-8.627V36.94h-5.279V17.99a1.45%201.45%200%200%201%20.843-1.278L27%2011m3%2024h12m3.167-24l8.99%205.713A1.45%201.45%200%200%201%2055%2017.991v18.95h-5.279V26.372%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m29%2010.539l5.376%204.681L31.627%2017c-6.099-6.47-4.037-6.286-4.037-6.286a14.68%2014.68%200%200%201%2016.923%200s2.148-.256-4.037%206.213l-2.75-1.78L43%2010.54%22%2F%3E%3Ccircle%20cx%3D%2235.9%22%20cy%3D%2221.9%22%20r%3D%22.9%22%2F%3E%3Ccircle%20cx%3D%2235.9%22%20cy%3D%2225.9%22%20r%3D%22.9%22%2F%3E%3Ccircle%20cx%3D%2235.9%22%20cy%3D%2229.9%22%20r%3D%22.9%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%23a57939%22%20d%3D%22M54%2017L39%208h-6l-15%209h-1v20h5V26h1l3.931%207.62L24%2060h24l-2.931-26.38L49%2026h1v11h5V17Z%22%2F%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22M30%2010c-.704%201.993%202.358%206.002%206%206c3.626-.002%206.7-3.977%206-6c-.754-2.182-5.873-2.025-6.5-2c-1.136.046-4.862.195-5.5%202%22%2F%3E%3Ccircle%20cx%3D%2235.9%22%20cy%3D%2239.9%22%20r%3D%22.9%22%2F%3E%3Ccircle%20cx%3D%2235.9%22%20cy%3D%2243.9%22%20r%3D%22.9%22%2F%3E%3Ccircle%20cx%3D%2235.9%22%20cy%3D%2247.9%22%20r%3D%22.9%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M26.944%2035L24%2060h24.158l-2.944-25m-22.768-8.627V36.94h-5.279V17.99a1.45%201.45%200%200%201%20.843-1.278L27%2011m3%2024h12m3.167-24l8.99%205.713A1.45%201.45%200%200%201%2055%2017.991v18.95h-5.279V26.372%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m29%2010.539l5.376%204.681L31.627%2017c-6.099-6.47-4.037-6.286-4.037-6.286a14.68%2014.68%200%200%201%2016.923%200s2.148-.256-4.037%206.213l-2.75-1.78L43%2010.54%22%2F%3E%3Ccircle%20cx%3D%2235.9%22%20cy%3D%2221.9%22%20r%3D%22.9%22%2F%3E%3Ccircle%20cx%3D%2235.9%22%20cy%3D%2225.9%22%20r%3D%22.9%22%2F%3E%3Ccircle%20cx%3D%2235.9%22%20cy%3D%2229.9%22%20r%3D%22.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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