drunk person emoji
drunk-person from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- drunk-person
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
More extras openmoji icons from OpenMoji
Use the drunk person emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M21.578 37.31s7.248-7.477 8.621-10.986s-1.678 16.022-1.678 16.022s0 4.12-1.221 3.815s-6.104-5.722-6.257-6.638s.535-2.213.535-2.213"/><path fill="#a57939" d="M19.093 39.105s.625 1 1 2v3l4.125 6l2.875-2l-2.801-5.855s-.926-1.031-1.459-1.27c-1.209-.542-2.001-.501-2.042-.542c-.744-.745-.823-.896-1.073-1.271s-.281-1.125-.969-.469"/><g fill="#fcea2b"><path d="M33.188 25.188L28.3 67h3.3l6.3-27h2.2l-.315 12.8L37.4 67h3.3l4.316-14l1.26-13.125l-.526-12.812s3.438 15.187 4.688 16.375s2.875.468 2.875.468L48.22 22.368a8.6 8.6 0 0 0-.64-1.79l-1.677-3.438a2.65 2.65 0 0 0-1.46-1.321l-1.346-.5a5.6 5.6 0 0 0-3.133-.223l-5.447 1.179a8.54 8.54 0 0 0-5.541 3.993l-5.1 8.607l-6.563 7.688s.159.835 2.562.75c1.75-.063 4.792-4.141 5.375-4.896c1.594-2.062 6.406-11.23 8.063-11.292c.288-.01 0 3.5-.125 4.063"/><circle cx="36.969" cy="8.094" r="3"/></g><g fill="none" stroke="#000" stroke-width="2"><circle cx="36.969" cy="8.094" r="3" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="m44 21l2.036 16.89c.132 1.091.153 2.88.048 3.976l-.877 9.143c-.105 1.096-.456 2.851-.78 3.902L41.289 65.09c-.324 1.049-1.331 1.91-2.238 1.91c-.908 0-1.5-.888-1.315-1.972l1.713-10.056c.185-1.084.359-2.871.386-3.971l.215-8.602c.027-1.1-.446-1.999-1.05-1.999s-1.307.876-1.56 1.947l-5.38 22.707C31.807 66.124 30.857 67 29.95 67c-.908 0-1.547-.895-1.42-1.986L33.5 22"/><path stroke-linecap="round" stroke-linejoin="round" d="m18 36l1.5-1c.825-.55 2.64-2.94 4.035-5.31l4.93-8.38C29.859 18.94 32.8 16.55 35 16s5.8-1 8-1s4.318 2.228 4.707 4.95l.586 4.1c.389 2.722 1.325 7.113 2.081 9.758L53 43m-34-4s.625 1 1 2v3l4.125 6L27 48l-3.333-4.999"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiDrunkPerson(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M21.578 37.31s7.248-7.477 8.621-10.986s-1.678 16.022-1.678 16.022s0 4.12-1.221 3.815s-6.104-5.722-6.257-6.638s.535-2.213.535-2.213"/><path fill="#a57939" d="M19.093 39.105s.625 1 1 2v3l4.125 6l2.875-2l-2.801-5.855s-.926-1.031-1.459-1.27c-1.209-.542-2.001-.501-2.042-.542c-.744-.745-.823-.896-1.073-1.271s-.281-1.125-.969-.469"/><g fill="#fcea2b"><path d="M33.188 25.188L28.3 67h3.3l6.3-27h2.2l-.315 12.8L37.4 67h3.3l4.316-14l1.26-13.125l-.526-12.812s3.438 15.187 4.688 16.375s2.875.468 2.875.468L48.22 22.368a8.6 8.6 0 0 0-.64-1.79l-1.677-3.438a2.65 2.65 0 0 0-1.46-1.321l-1.346-.5a5.6 5.6 0 0 0-3.133-.223l-5.447 1.179a8.54 8.54 0 0 0-5.541 3.993l-5.1 8.607l-6.563 7.688s.159.835 2.562.75c1.75-.063 4.792-4.141 5.375-4.896c1.594-2.062 6.406-11.23 8.063-11.292c.288-.01 0 3.5-.125 4.063"/><circle cx="36.969" cy="8.094" r="3"/></g><g fill="none" stroke="#000" strokeWidth="2"><circle cx="36.969" cy="8.094" r="3" strokeMiterlimit="10"/><path strokeLinecap="round" strokeLinejoin="round" d="m44 21l2.036 16.89c.132 1.091.153 2.88.048 3.976l-.877 9.143c-.105 1.096-.456 2.851-.78 3.902L41.289 65.09c-.324 1.049-1.331 1.91-2.238 1.91c-.908 0-1.5-.888-1.315-1.972l1.713-10.056c.185-1.084.359-2.871.386-3.971l.215-8.602c.027-1.1-.446-1.999-1.05-1.999s-1.307.876-1.56 1.947l-5.38 22.707C31.807 66.124 30.857 67 29.95 67c-.908 0-1.547-.895-1.42-1.986L33.5 22"/><path strokeLinecap="round" strokeLinejoin="round" d="m18 36l1.5-1c.825-.55 2.64-2.94 4.035-5.31l4.93-8.38C29.859 18.94 32.8 16.55 35 16s5.8-1 8-1s4.318 2.228 4.707 4.95l.586 4.1c.389 2.722 1.325 7.113 2.081 9.758L53 43m-34-4s.625 1 1 2v3l4.125 6L27 48l-3.333-4.999"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M21.578 37.31s7.248-7.477 8.621-10.986s-1.678 16.022-1.678 16.022s0 4.12-1.221 3.815s-6.104-5.722-6.257-6.638s.535-2.213.535-2.213"/><path fill="#a57939" d="M19.093 39.105s.625 1 1 2v3l4.125 6l2.875-2l-2.801-5.855s-.926-1.031-1.459-1.27c-1.209-.542-2.001-.501-2.042-.542c-.744-.745-.823-.896-1.073-1.271s-.281-1.125-.969-.469"/><g fill="#fcea2b"><path d="M33.188 25.188L28.3 67h3.3l6.3-27h2.2l-.315 12.8L37.4 67h3.3l4.316-14l1.26-13.125l-.526-12.812s3.438 15.187 4.688 16.375s2.875.468 2.875.468L48.22 22.368a8.6 8.6 0 0 0-.64-1.79l-1.677-3.438a2.65 2.65 0 0 0-1.46-1.321l-1.346-.5a5.6 5.6 0 0 0-3.133-.223l-5.447 1.179a8.54 8.54 0 0 0-5.541 3.993l-5.1 8.607l-6.563 7.688s.159.835 2.562.75c1.75-.063 4.792-4.141 5.375-4.896c1.594-2.062 6.406-11.23 8.063-11.292c.288-.01 0 3.5-.125 4.063"/><circle cx="36.969" cy="8.094" r="3"/></g><g fill="none" stroke="#000" stroke-width="2"><circle cx="36.969" cy="8.094" r="3" stroke-miterlimit="10"/><path stroke-linecap="round" stroke-linejoin="round" d="m44 21l2.036 16.89c.132 1.091.153 2.88.048 3.976l-.877 9.143c-.105 1.096-.456 2.851-.78 3.902L41.289 65.09c-.324 1.049-1.331 1.91-2.238 1.91c-.908 0-1.5-.888-1.315-1.972l1.713-10.056c.185-1.084.359-2.871.386-3.971l.215-8.602c.027-1.1-.446-1.999-1.05-1.999s-1.307.876-1.56 1.947l-5.38 22.707C31.807 66.124 30.857 67 29.95 67c-.908 0-1.547-.895-1.42-1.986L33.5 22"/><path stroke-linecap="round" stroke-linejoin="round" d="m18 36l1.5-1c.825-.55 2.64-2.94 4.035-5.31l4.93-8.38C29.859 18.94 32.8 16.55 35 16s5.8-1 8-1s4.318 2.228 4.707 4.95l.586 4.1c.389 2.722 1.325 7.113 2.081 9.758L53 43m-34-4s.625 1 1 2v3l4.125 6L27 48l-3.333-4.999"/></g></svg> </template>
CSS
.icon-drunk-person {
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%23fff%22%20d%3D%22M21.578%2037.31s7.248-7.477%208.621-10.986s-1.678%2016.022-1.678%2016.022s0%204.12-1.221%203.815s-6.104-5.722-6.257-6.638s.535-2.213.535-2.213%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22M19.093%2039.105s.625%201%201%202v3l4.125%206l2.875-2l-2.801-5.855s-.926-1.031-1.459-1.27c-1.209-.542-2.001-.501-2.042-.542c-.744-.745-.823-.896-1.073-1.271s-.281-1.125-.969-.469%22%2F%3E%3Cg%20fill%3D%22%23fcea2b%22%3E%3Cpath%20d%3D%22M33.188%2025.188L28.3%2067h3.3l6.3-27h2.2l-.315%2012.8L37.4%2067h3.3l4.316-14l1.26-13.125l-.526-12.812s3.438%2015.187%204.688%2016.375s2.875.468%202.875.468L48.22%2022.368a8.6%208.6%200%200%200-.64-1.79l-1.677-3.438a2.65%202.65%200%200%200-1.46-1.321l-1.346-.5a5.6%205.6%200%200%200-3.133-.223l-5.447%201.179a8.54%208.54%200%200%200-5.541%203.993l-5.1%208.607l-6.563%207.688s.159.835%202.562.75c1.75-.063%204.792-4.141%205.375-4.896c1.594-2.062%206.406-11.23%208.063-11.292c.288-.01%200%203.5-.125%204.063%22%2F%3E%3Ccircle%20cx%3D%2236.969%22%20cy%3D%228.094%22%20r%3D%223%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236.969%22%20cy%3D%228.094%22%20r%3D%223%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m44%2021l2.036%2016.89c.132%201.091.153%202.88.048%203.976l-.877%209.143c-.105%201.096-.456%202.851-.78%203.902L41.289%2065.09c-.324%201.049-1.331%201.91-2.238%201.91c-.908%200-1.5-.888-1.315-1.972l1.713-10.056c.185-1.084.359-2.871.386-3.971l.215-8.602c.027-1.1-.446-1.999-1.05-1.999s-1.307.876-1.56%201.947l-5.38%2022.707C31.807%2066.124%2030.857%2067%2029.95%2067c-.908%200-1.547-.895-1.42-1.986L33.5%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m18%2036l1.5-1c.825-.55%202.64-2.94%204.035-5.31l4.93-8.38C29.859%2018.94%2032.8%2016.55%2035%2016s5.8-1%208-1s4.318%202.228%204.707%204.95l.586%204.1c.389%202.722%201.325%207.113%202.081%209.758L53%2043m-34-4s.625%201%201%202v3l4.125%206L27%2048l-3.333-4.999%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.578%2037.31s7.248-7.477%208.621-10.986s-1.678%2016.022-1.678%2016.022s0%204.12-1.221%203.815s-6.104-5.722-6.257-6.638s.535-2.213.535-2.213%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22M19.093%2039.105s.625%201%201%202v3l4.125%206l2.875-2l-2.801-5.855s-.926-1.031-1.459-1.27c-1.209-.542-2.001-.501-2.042-.542c-.744-.745-.823-.896-1.073-1.271s-.281-1.125-.969-.469%22%2F%3E%3Cg%20fill%3D%22%23fcea2b%22%3E%3Cpath%20d%3D%22M33.188%2025.188L28.3%2067h3.3l6.3-27h2.2l-.315%2012.8L37.4%2067h3.3l4.316-14l1.26-13.125l-.526-12.812s3.438%2015.187%204.688%2016.375s2.875.468%202.875.468L48.22%2022.368a8.6%208.6%200%200%200-.64-1.79l-1.677-3.438a2.65%202.65%200%200%200-1.46-1.321l-1.346-.5a5.6%205.6%200%200%200-3.133-.223l-5.447%201.179a8.54%208.54%200%200%200-5.541%203.993l-5.1%208.607l-6.563%207.688s.159.835%202.562.75c1.75-.063%204.792-4.141%205.375-4.896c1.594-2.062%206.406-11.23%208.063-11.292c.288-.01%200%203.5-.125%204.063%22%2F%3E%3Ccircle%20cx%3D%2236.969%22%20cy%3D%228.094%22%20r%3D%223%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236.969%22%20cy%3D%228.094%22%20r%3D%223%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m44%2021l2.036%2016.89c.132%201.091.153%202.88.048%203.976l-.877%209.143c-.105%201.096-.456%202.851-.78%203.902L41.289%2065.09c-.324%201.049-1.331%201.91-2.238%201.91c-.908%200-1.5-.888-1.315-1.972l1.713-10.056c.185-1.084.359-2.871.386-3.971l.215-8.602c.027-1.1-.446-1.999-1.05-1.999s-1.307.876-1.56%201.947l-5.38%2022.707C31.807%2066.124%2030.857%2067%2029.95%2067c-.908%200-1.547-.895-1.42-1.986L33.5%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m18%2036l1.5-1c.825-.55%202.64-2.94%204.035-5.31l4.93-8.38C29.859%2018.94%2032.8%2016.55%2035%2016s5.8-1%208-1s4.318%202.228%204.707%204.95l.586%204.1c.389%202.722%201.325%207.113%202.081%209.758L53%2043m-34-4s.625%201%201%202v3l4.125%206L27%2048l-3.333-4.999%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/drunk-person.svg?color=%231a73e8&size=48