maultasche emoji
maultasche from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- maultasche
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
More extras openmoji icons from OpenMoji
Use the maultasche emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M16.119 27.56a2.71 2.71 0 0 1 1.963-2.825a17.3 17.3 0 0 1 6.227-.717c3.785.403 21.998.448 26.916-.029a2.8 2.8 0 0 1 .661.013c1.164.165 4.841.788 4.98 2.117a42 42 0 0 1 .434 6.831c-.083 3.094-.771 6.71-.075 9.406c.39 1.514-.862 2.778-.896 3.699a2.69 2.69 0 0 1-1.422 2.288c-1.5.79-4.282 1.586-8.605.39c-7.022-1.943-19.132.105-20.604.37s-6.285.344-7.485-.738a10.1 10.1 0 0 1-1.542-5.745c.03-.86.409-1.795.457-2.778c.105-2.13-.624-3.532-.756-5.382a20.4 20.4 0 0 1-.136-4.1c.164-.955.816-1.008.842-1.598c.029-.661-.9-.462-.96-1.202"/><path fill="#f1b31c" d="M17.501 43.925s7.965.958 11.27 0s7.982-1.597 10.43-1.171s6.45 2.428 9.887 2.5a23.5 23.5 0 0 0 7.245-1.29c.254-.067 2.34 3.403-2.672 4.902a11.2 11.2 0 0 1-5.518.164c-3.535-.742-10.91-2.113-13.964-1.363a38 38 0 0 1-11.142 1.345c-3.058-.118-7.176-.245-5.536-5.087"/><g fill="none" stroke="#000"><g stroke-width="2"><path stroke-miterlimit="10" d="M53.116 49.04a5.45 5.45 0 0 1-3.018.42c-1.744-.164-9.25-1.746-12.976-1.792S26.73 49.164 25.2 49.155a33.6 33.6 0 0 1-6.276-.553m1.301-24.501a23 23 0 0 1 3.921-.355c1.723 0 8.314 1.201 12.976 1.155a124 124 0 0 0 12.994-.826a7.9 7.9 0 0 1 3.261-.08"/><path stroke-linecap="round" stroke-linejoin="round" d="M53.378 23.995s-2.372 17.852-.262 25.046"/><path stroke-linecap="round" stroke-miterlimit="10" d="M20.365 24.286s2.23 19.325.25 23.428"/><path stroke-miterlimit="10" d="M19.364 48.702a2.97 2.97 0 0 1-2.352-1.834"/></g><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M26.067 31.666h4.345a3.4 3.4 0 0 1 2.28.86a3.8 3.8 0 0 0 2.573 1.112c1.903-.069 1.757-1.825 7.027-1.972m-14.556 6.077h5.584c.84 0 2.366 1.945 4.463 2.092s4.073-2.228 5.121-2.266c1.903-.07.915.138 6.185-.009"/><path stroke-miterlimit="10" stroke-width="2" d="M17.078 47.022a6 6 0 0 1-.258-1.636a1.9 1.9 0 0 1 .184-.676a1.64 1.64 0 0 0-.37-1.458a1.4 1.4 0 0 1-.246-.889a3 3 0 0 1 .525-1.642a1.93 1.93 0 0 0 .2-1.799a6 6 0 0 0-.25-.53c-.647-1.21-.212-1.648.026-2.403s-1.191-.62-.5-2.175q.053-.12.101-.235a2.51 2.51 0 0 0-.432-2.374c-.101-.153-.085-.413.178-.845q.185-.304.336-.602c.41-.801.567-1.473-.042-2.135c-.203-.22-.004-.796.16-1.58c.33-1.575 3.808-1.982 3.808-1.982m32.248 25.086s4.867-1.104 4.047-3.77a1.9 1.9 0 0 0-.184-.675a1.64 1.64 0 0 1 .37-1.458a1.4 1.4 0 0 0 .246-.889a3 3 0 0 0-.525-1.642a1.93 1.93 0 0 1-.2-1.8a6 6 0 0 1 .25-.53c.647-1.21.212-1.647-.027-2.403s1.192-.62.501-2.174q-.053-.12-.101-.235a2.51 2.51 0 0 1 .431-2.375c.102-.152.086-.412-.178-.844a9 9 0 0 1-.335-.602c-.41-.802-.567-1.473.042-2.135c.203-.22.004-.796-.16-1.58c-.33-1.575-3.899-2.102-3.899-2.102"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiMaultasche(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M16.119 27.56a2.71 2.71 0 0 1 1.963-2.825a17.3 17.3 0 0 1 6.227-.717c3.785.403 21.998.448 26.916-.029a2.8 2.8 0 0 1 .661.013c1.164.165 4.841.788 4.98 2.117a42 42 0 0 1 .434 6.831c-.083 3.094-.771 6.71-.075 9.406c.39 1.514-.862 2.778-.896 3.699a2.69 2.69 0 0 1-1.422 2.288c-1.5.79-4.282 1.586-8.605.39c-7.022-1.943-19.132.105-20.604.37s-6.285.344-7.485-.738a10.1 10.1 0 0 1-1.542-5.745c.03-.86.409-1.795.457-2.778c.105-2.13-.624-3.532-.756-5.382a20.4 20.4 0 0 1-.136-4.1c.164-.955.816-1.008.842-1.598c.029-.661-.9-.462-.96-1.202"/><path fill="#f1b31c" d="M17.501 43.925s7.965.958 11.27 0s7.982-1.597 10.43-1.171s6.45 2.428 9.887 2.5a23.5 23.5 0 0 0 7.245-1.29c.254-.067 2.34 3.403-2.672 4.902a11.2 11.2 0 0 1-5.518.164c-3.535-.742-10.91-2.113-13.964-1.363a38 38 0 0 1-11.142 1.345c-3.058-.118-7.176-.245-5.536-5.087"/><g fill="none" stroke="#000"><g strokeWidth="2"><path strokeMiterlimit="10" d="M53.116 49.04a5.45 5.45 0 0 1-3.018.42c-1.744-.164-9.25-1.746-12.976-1.792S26.73 49.164 25.2 49.155a33.6 33.6 0 0 1-6.276-.553m1.301-24.501a23 23 0 0 1 3.921-.355c1.723 0 8.314 1.201 12.976 1.155a124 124 0 0 0 12.994-.826a7.9 7.9 0 0 1 3.261-.08"/><path strokeLinecap="round" strokeLinejoin="round" d="M53.378 23.995s-2.372 17.852-.262 25.046"/><path strokeLinecap="round" strokeMiterlimit="10" d="M20.365 24.286s2.23 19.325.25 23.428"/><path strokeMiterlimit="10" d="M19.364 48.702a2.97 2.97 0 0 1-2.352-1.834"/></g><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.6" d="M26.067 31.666h4.345a3.4 3.4 0 0 1 2.28.86a3.8 3.8 0 0 0 2.573 1.112c1.903-.069 1.757-1.825 7.027-1.972m-14.556 6.077h5.584c.84 0 2.366 1.945 4.463 2.092s4.073-2.228 5.121-2.266c1.903-.07.915.138 6.185-.009"/><path strokeMiterlimit="10" strokeWidth="2" d="M17.078 47.022a6 6 0 0 1-.258-1.636a1.9 1.9 0 0 1 .184-.676a1.64 1.64 0 0 0-.37-1.458a1.4 1.4 0 0 1-.246-.889a3 3 0 0 1 .525-1.642a1.93 1.93 0 0 0 .2-1.799a6 6 0 0 0-.25-.53c-.647-1.21-.212-1.648.026-2.403s-1.191-.62-.5-2.175q.053-.12.101-.235a2.51 2.51 0 0 0-.432-2.374c-.101-.153-.085-.413.178-.845q.185-.304.336-.602c.41-.801.567-1.473-.042-2.135c-.203-.22-.004-.796.16-1.58c.33-1.575 3.808-1.982 3.808-1.982m32.248 25.086s4.867-1.104 4.047-3.77a1.9 1.9 0 0 0-.184-.675a1.64 1.64 0 0 1 .37-1.458a1.4 1.4 0 0 0 .246-.889a3 3 0 0 0-.525-1.642a1.93 1.93 0 0 1-.2-1.8a6 6 0 0 1 .25-.53c.647-1.21.212-1.647-.027-2.403s1.192-.62.501-2.174q-.053-.12-.101-.235a2.51 2.51 0 0 1 .431-2.375c.102-.152.086-.412-.178-.844a9 9 0 0 1-.335-.602c-.41-.802-.567-1.473.042-2.135c.203-.22.004-.796-.16-1.58c-.33-1.575-3.899-2.102-3.899-2.102"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M16.119 27.56a2.71 2.71 0 0 1 1.963-2.825a17.3 17.3 0 0 1 6.227-.717c3.785.403 21.998.448 26.916-.029a2.8 2.8 0 0 1 .661.013c1.164.165 4.841.788 4.98 2.117a42 42 0 0 1 .434 6.831c-.083 3.094-.771 6.71-.075 9.406c.39 1.514-.862 2.778-.896 3.699a2.69 2.69 0 0 1-1.422 2.288c-1.5.79-4.282 1.586-8.605.39c-7.022-1.943-19.132.105-20.604.37s-6.285.344-7.485-.738a10.1 10.1 0 0 1-1.542-5.745c.03-.86.409-1.795.457-2.778c.105-2.13-.624-3.532-.756-5.382a20.4 20.4 0 0 1-.136-4.1c.164-.955.816-1.008.842-1.598c.029-.661-.9-.462-.96-1.202"/><path fill="#f1b31c" d="M17.501 43.925s7.965.958 11.27 0s7.982-1.597 10.43-1.171s6.45 2.428 9.887 2.5a23.5 23.5 0 0 0 7.245-1.29c.254-.067 2.34 3.403-2.672 4.902a11.2 11.2 0 0 1-5.518.164c-3.535-.742-10.91-2.113-13.964-1.363a38 38 0 0 1-11.142 1.345c-3.058-.118-7.176-.245-5.536-5.087"/><g fill="none" stroke="#000"><g stroke-width="2"><path stroke-miterlimit="10" d="M53.116 49.04a5.45 5.45 0 0 1-3.018.42c-1.744-.164-9.25-1.746-12.976-1.792S26.73 49.164 25.2 49.155a33.6 33.6 0 0 1-6.276-.553m1.301-24.501a23 23 0 0 1 3.921-.355c1.723 0 8.314 1.201 12.976 1.155a124 124 0 0 0 12.994-.826a7.9 7.9 0 0 1 3.261-.08"/><path stroke-linecap="round" stroke-linejoin="round" d="M53.378 23.995s-2.372 17.852-.262 25.046"/><path stroke-linecap="round" stroke-miterlimit="10" d="M20.365 24.286s2.23 19.325.25 23.428"/><path stroke-miterlimit="10" d="M19.364 48.702a2.97 2.97 0 0 1-2.352-1.834"/></g><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.6" d="M26.067 31.666h4.345a3.4 3.4 0 0 1 2.28.86a3.8 3.8 0 0 0 2.573 1.112c1.903-.069 1.757-1.825 7.027-1.972m-14.556 6.077h5.584c.84 0 2.366 1.945 4.463 2.092s4.073-2.228 5.121-2.266c1.903-.07.915.138 6.185-.009"/><path stroke-miterlimit="10" stroke-width="2" d="M17.078 47.022a6 6 0 0 1-.258-1.636a1.9 1.9 0 0 1 .184-.676a1.64 1.64 0 0 0-.37-1.458a1.4 1.4 0 0 1-.246-.889a3 3 0 0 1 .525-1.642a1.93 1.93 0 0 0 .2-1.799a6 6 0 0 0-.25-.53c-.647-1.21-.212-1.648.026-2.403s-1.191-.62-.5-2.175q.053-.12.101-.235a2.51 2.51 0 0 0-.432-2.374c-.101-.153-.085-.413.178-.845q.185-.304.336-.602c.41-.801.567-1.473-.042-2.135c-.203-.22-.004-.796.16-1.58c.33-1.575 3.808-1.982 3.808-1.982m32.248 25.086s4.867-1.104 4.047-3.77a1.9 1.9 0 0 0-.184-.675a1.64 1.64 0 0 1 .37-1.458a1.4 1.4 0 0 0 .246-.889a3 3 0 0 0-.525-1.642a1.93 1.93 0 0 1-.2-1.8a6 6 0 0 1 .25-.53c.647-1.21.212-1.647-.027-2.403s1.192-.62.501-2.174q-.053-.12-.101-.235a2.51 2.51 0 0 1 .431-2.375c.102-.152.086-.412-.178-.844a9 9 0 0 1-.335-.602c-.41-.802-.567-1.473.042-2.135c.203-.22.004-.796-.16-1.58c-.33-1.575-3.899-2.102-3.899-2.102"/></g></svg> </template>
CSS
.icon-maultasche {
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%23fcea2b%22%20d%3D%22M16.119%2027.56a2.71%202.71%200%200%201%201.963-2.825a17.3%2017.3%200%200%201%206.227-.717c3.785.403%2021.998.448%2026.916-.029a2.8%202.8%200%200%201%20.661.013c1.164.165%204.841.788%204.98%202.117a42%2042%200%200%201%20.434%206.831c-.083%203.094-.771%206.71-.075%209.406c.39%201.514-.862%202.778-.896%203.699a2.69%202.69%200%200%201-1.422%202.288c-1.5.79-4.282%201.586-8.605.39c-7.022-1.943-19.132.105-20.604.37s-6.285.344-7.485-.738a10.1%2010.1%200%200%201-1.542-5.745c.03-.86.409-1.795.457-2.778c.105-2.13-.624-3.532-.756-5.382a20.4%2020.4%200%200%201-.136-4.1c.164-.955.816-1.008.842-1.598c.029-.661-.9-.462-.96-1.202%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M17.501%2043.925s7.965.958%2011.27%200s7.982-1.597%2010.43-1.171s6.45%202.428%209.887%202.5a23.5%2023.5%200%200%200%207.245-1.29c.254-.067%202.34%203.403-2.672%204.902a11.2%2011.2%200%200%201-5.518.164c-3.535-.742-10.91-2.113-13.964-1.363a38%2038%200%200%201-11.142%201.345c-3.058-.118-7.176-.245-5.536-5.087%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%3E%3Cg%20stroke-width%3D%222%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M53.116%2049.04a5.45%205.45%200%200%201-3.018.42c-1.744-.164-9.25-1.746-12.976-1.792S26.73%2049.164%2025.2%2049.155a33.6%2033.6%200%200%201-6.276-.553m1.301-24.501a23%2023%200%200%201%203.921-.355c1.723%200%208.314%201.201%2012.976%201.155a124%20124%200%200%200%2012.994-.826a7.9%207.9%200%200%201%203.261-.08%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M53.378%2023.995s-2.372%2017.852-.262%2025.046%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M20.365%2024.286s2.23%2019.325.25%2023.428%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M19.364%2048.702a2.97%202.97%200%200%201-2.352-1.834%22%2F%3E%3C%2Fg%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.6%22%20d%3D%22M26.067%2031.666h4.345a3.4%203.4%200%200%201%202.28.86a3.8%203.8%200%200%200%202.573%201.112c1.903-.069%201.757-1.825%207.027-1.972m-14.556%206.077h5.584c.84%200%202.366%201.945%204.463%202.092s4.073-2.228%205.121-2.266c1.903-.07.915.138%206.185-.009%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M17.078%2047.022a6%206%200%200%201-.258-1.636a1.9%201.9%200%200%201%20.184-.676a1.64%201.64%200%200%200-.37-1.458a1.4%201.4%200%200%201-.246-.889a3%203%200%200%201%20.525-1.642a1.93%201.93%200%200%200%20.2-1.799a6%206%200%200%200-.25-.53c-.647-1.21-.212-1.648.026-2.403s-1.191-.62-.5-2.175q.053-.12.101-.235a2.51%202.51%200%200%200-.432-2.374c-.101-.153-.085-.413.178-.845q.185-.304.336-.602c.41-.801.567-1.473-.042-2.135c-.203-.22-.004-.796.16-1.58c.33-1.575%203.808-1.982%203.808-1.982m32.248%2025.086s4.867-1.104%204.047-3.77a1.9%201.9%200%200%200-.184-.675a1.64%201.64%200%200%201%20.37-1.458a1.4%201.4%200%200%200%20.246-.889a3%203%200%200%200-.525-1.642a1.93%201.93%200%200%201-.2-1.8a6%206%200%200%201%20.25-.53c.647-1.21.212-1.647-.027-2.403s1.192-.62.501-2.174q-.053-.12-.101-.235a2.51%202.51%200%200%201%20.431-2.375c.102-.152.086-.412-.178-.844a9%209%200%200%201-.335-.602c-.41-.802-.567-1.473.042-2.135c.203-.22.004-.796-.16-1.58c-.33-1.575-3.899-2.102-3.899-2.102%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%23fcea2b%22%20d%3D%22M16.119%2027.56a2.71%202.71%200%200%201%201.963-2.825a17.3%2017.3%200%200%201%206.227-.717c3.785.403%2021.998.448%2026.916-.029a2.8%202.8%200%200%201%20.661.013c1.164.165%204.841.788%204.98%202.117a42%2042%200%200%201%20.434%206.831c-.083%203.094-.771%206.71-.075%209.406c.39%201.514-.862%202.778-.896%203.699a2.69%202.69%200%200%201-1.422%202.288c-1.5.79-4.282%201.586-8.605.39c-7.022-1.943-19.132.105-20.604.37s-6.285.344-7.485-.738a10.1%2010.1%200%200%201-1.542-5.745c.03-.86.409-1.795.457-2.778c.105-2.13-.624-3.532-.756-5.382a20.4%2020.4%200%200%201-.136-4.1c.164-.955.816-1.008.842-1.598c.029-.661-.9-.462-.96-1.202%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M17.501%2043.925s7.965.958%2011.27%200s7.982-1.597%2010.43-1.171s6.45%202.428%209.887%202.5a23.5%2023.5%200%200%200%207.245-1.29c.254-.067%202.34%203.403-2.672%204.902a11.2%2011.2%200%200%201-5.518.164c-3.535-.742-10.91-2.113-13.964-1.363a38%2038%200%200%201-11.142%201.345c-3.058-.118-7.176-.245-5.536-5.087%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%3E%3Cg%20stroke-width%3D%222%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M53.116%2049.04a5.45%205.45%200%200%201-3.018.42c-1.744-.164-9.25-1.746-12.976-1.792S26.73%2049.164%2025.2%2049.155a33.6%2033.6%200%200%201-6.276-.553m1.301-24.501a23%2023%200%200%201%203.921-.355c1.723%200%208.314%201.201%2012.976%201.155a124%20124%200%200%200%2012.994-.826a7.9%207.9%200%200%201%203.261-.08%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M53.378%2023.995s-2.372%2017.852-.262%2025.046%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M20.365%2024.286s2.23%2019.325.25%2023.428%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M19.364%2048.702a2.97%202.97%200%200%201-2.352-1.834%22%2F%3E%3C%2Fg%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.6%22%20d%3D%22M26.067%2031.666h4.345a3.4%203.4%200%200%201%202.28.86a3.8%203.8%200%200%200%202.573%201.112c1.903-.069%201.757-1.825%207.027-1.972m-14.556%206.077h5.584c.84%200%202.366%201.945%204.463%202.092s4.073-2.228%205.121-2.266c1.903-.07.915.138%206.185-.009%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M17.078%2047.022a6%206%200%200%201-.258-1.636a1.9%201.9%200%200%201%20.184-.676a1.64%201.64%200%200%200-.37-1.458a1.4%201.4%200%200%201-.246-.889a3%203%200%200%201%20.525-1.642a1.93%201.93%200%200%200%20.2-1.799a6%206%200%200%200-.25-.53c-.647-1.21-.212-1.648.026-2.403s-1.191-.62-.5-2.175q.053-.12.101-.235a2.51%202.51%200%200%200-.432-2.374c-.101-.153-.085-.413.178-.845q.185-.304.336-.602c.41-.801.567-1.473-.042-2.135c-.203-.22-.004-.796.16-1.58c.33-1.575%203.808-1.982%203.808-1.982m32.248%2025.086s4.867-1.104%204.047-3.77a1.9%201.9%200%200%200-.184-.675a1.64%201.64%200%200%201%20.37-1.458a1.4%201.4%200%200%200%20.246-.889a3%203%200%200%200-.525-1.642a1.93%201.93%200%200%201-.2-1.8a6%206%200%200%201%20.25-.53c.647-1.21.212-1.647-.027-2.403s1.192-.62.501-2.174q-.053-.12-.101-.235a2.51%202.51%200%200%201%20.431-2.375c.102-.152.086-.412-.178-.844a9%209%200%200%201-.335-.602c-.41-.802-.567-1.473.042-2.135c.203-.22.004-.796-.16-1.58c-.33-1.575-3.899-2.102-3.899-2.102%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/maultasche.svg?color=%231a73e8&size=48