face vomiting emoji
face-vomiting from OpenMoji by OpenMoji · Default · Smileys Emotion · CC-BY-SA-4.0 Attribution required.
- Name
- face-vomiting
- Set
- OpenMoji
- Style
- Default
- Category
- Smileys Emotion
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More smileys emotion icons from OpenMoji
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbroken-heartbrown-heartcat-with-tears-of-joycat-with-wry-smileclown-facecold-facecollisionconfounded-faceconfused-facecowboy-hat-facecracking-facecrying-cat
Use the face vomiting emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="24" fill="#fcea2b"/><path fill="#b1cc33" d="M47.2 51.282c2.46 0 5.433 1.947 5.433 3.682c0 1.176-.915 2.2-2.27 2.739c.955 3.112-1.243 4.66-2.981 4.886c-1.02.133-2.113-.414-2.786-1.093c0 1.4-1.135 2.534-2.534 2.534c-1.4 0-2.915-.937-2.915-2.336a2.535 2.535 0 0 1-2.428 1.807c-1.098 0-2.261-.897-2.612-1.875c-.365 1.493-1.614 2.21-2.915 1.94c-1.075-.224-1.835-1.051-1.954-1.973c-.177 1.227-1.529 2.437-2.804 2.437a2.534 2.534 0 0 1-2.534-2.534c-1.4 0-3.15-.885-3.15-2.285s1.147-2.661 2.546-2.661a2.53 2.53 0 0 1-1.118-2.102c0-1.4 1.737-2.766 3.136-2.766a9 9 0 0 1-.352-.816a8.3 8.3 0 0 1-.527-2.914c0-5.412 5.251-9.8 11.73-9.8s11.73 4.388 11.73 9.8c0 1.17-.246 2.29-.695 3.33"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="m25.168 26.413l6.587 4.014l-6.587 3.737m21.664-7.751l-6.587 4.014l6.587 3.737"/><path d="M54.22 50.039A22.9 22.9 0 0 0 59 36c0-12.703-10.298-23-23-23S13 23.297 13 36c0 5.99 2.29 11.445 6.041 15.538"/><path d="M43.28 19.07a6.3 6.3 0 0 0 3 3.392a6.3 6.3 0 0 0 4.445.97M28.72 19.07a6.3 6.3 0 0 1-3 3.392a6.3 6.3 0 0 1-4.445.97M47.2 51.282c2.46 0 5.433 1.947 5.433 3.682c0 1.176-.915 2.2-2.27 2.739c.955 3.112-1.243 4.66-2.981 4.886c-1.02.133-2.113-.414-2.786-1.093c0 1.4-1.135 2.534-2.534 2.534c-1.4 0-2.915-.937-2.915-2.336a2.535 2.535 0 0 1-2.428 1.807c-1.098 0-2.261-.897-2.612-1.875c-.365 1.493-1.614 2.21-2.915 1.94c-1.075-.224-1.835-1.051-1.954-1.973c-.177 1.227-1.529 2.437-2.804 2.437a2.534 2.534 0 0 1-2.534-2.534c-1.4 0-3.15-.885-3.15-2.285s1.147-2.661 2.546-2.661a2.53 2.53 0 0 1-1.118-2.102c0-1.4 1.737-2.766 3.136-2.766a9 9 0 0 1-.352-.816a8.3 8.3 0 0 1-.527-2.914c0-5.412 5.251-9.8 11.73-9.8s11.73 4.388 11.73 9.8c0 1.17-.246 2.29-.695 3.33"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiFaceVomiting(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="24" fill="#fcea2b"/><path fill="#b1cc33" d="M47.2 51.282c2.46 0 5.433 1.947 5.433 3.682c0 1.176-.915 2.2-2.27 2.739c.955 3.112-1.243 4.66-2.981 4.886c-1.02.133-2.113-.414-2.786-1.093c0 1.4-1.135 2.534-2.534 2.534c-1.4 0-2.915-.937-2.915-2.336a2.535 2.535 0 0 1-2.428 1.807c-1.098 0-2.261-.897-2.612-1.875c-.365 1.493-1.614 2.21-2.915 1.94c-1.075-.224-1.835-1.051-1.954-1.973c-.177 1.227-1.529 2.437-2.804 2.437a2.534 2.534 0 0 1-2.534-2.534c-1.4 0-3.15-.885-3.15-2.285s1.147-2.661 2.546-2.661a2.53 2.53 0 0 1-1.118-2.102c0-1.4 1.737-2.766 3.136-2.766a9 9 0 0 1-.352-.816a8.3 8.3 0 0 1-.527-2.914c0-5.412 5.251-9.8 11.73-9.8s11.73 4.388 11.73 9.8c0 1.17-.246 2.29-.695 3.33"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path d="m25.168 26.413l6.587 4.014l-6.587 3.737m21.664-7.751l-6.587 4.014l6.587 3.737"/><path d="M54.22 50.039A22.9 22.9 0 0 0 59 36c0-12.703-10.298-23-23-23S13 23.297 13 36c0 5.99 2.29 11.445 6.041 15.538"/><path d="M43.28 19.07a6.3 6.3 0 0 0 3 3.392a6.3 6.3 0 0 0 4.445.97M28.72 19.07a6.3 6.3 0 0 1-3 3.392a6.3 6.3 0 0 1-4.445.97M47.2 51.282c2.46 0 5.433 1.947 5.433 3.682c0 1.176-.915 2.2-2.27 2.739c.955 3.112-1.243 4.66-2.981 4.886c-1.02.133-2.113-.414-2.786-1.093c0 1.4-1.135 2.534-2.534 2.534c-1.4 0-2.915-.937-2.915-2.336a2.535 2.535 0 0 1-2.428 1.807c-1.098 0-2.261-.897-2.612-1.875c-.365 1.493-1.614 2.21-2.915 1.94c-1.075-.224-1.835-1.051-1.954-1.973c-.177 1.227-1.529 2.437-2.804 2.437a2.534 2.534 0 0 1-2.534-2.534c-1.4 0-3.15-.885-3.15-2.285s1.147-2.661 2.546-2.661a2.53 2.53 0 0 1-1.118-2.102c0-1.4 1.737-2.766 3.136-2.766a9 9 0 0 1-.352-.816a8.3 8.3 0 0 1-.527-2.914c0-5.412 5.251-9.8 11.73-9.8s11.73 4.388 11.73 9.8c0 1.17-.246 2.29-.695 3.33"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="24" fill="#fcea2b"/><path fill="#b1cc33" d="M47.2 51.282c2.46 0 5.433 1.947 5.433 3.682c0 1.176-.915 2.2-2.27 2.739c.955 3.112-1.243 4.66-2.981 4.886c-1.02.133-2.113-.414-2.786-1.093c0 1.4-1.135 2.534-2.534 2.534c-1.4 0-2.915-.937-2.915-2.336a2.535 2.535 0 0 1-2.428 1.807c-1.098 0-2.261-.897-2.612-1.875c-.365 1.493-1.614 2.21-2.915 1.94c-1.075-.224-1.835-1.051-1.954-1.973c-.177 1.227-1.529 2.437-2.804 2.437a2.534 2.534 0 0 1-2.534-2.534c-1.4 0-3.15-.885-3.15-2.285s1.147-2.661 2.546-2.661a2.53 2.53 0 0 1-1.118-2.102c0-1.4 1.737-2.766 3.136-2.766a9 9 0 0 1-.352-.816a8.3 8.3 0 0 1-.527-2.914c0-5.412 5.251-9.8 11.73-9.8s11.73 4.388 11.73 9.8c0 1.17-.246 2.29-.695 3.33"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path d="m25.168 26.413l6.587 4.014l-6.587 3.737m21.664-7.751l-6.587 4.014l6.587 3.737"/><path d="M54.22 50.039A22.9 22.9 0 0 0 59 36c0-12.703-10.298-23-23-23S13 23.297 13 36c0 5.99 2.29 11.445 6.041 15.538"/><path d="M43.28 19.07a6.3 6.3 0 0 0 3 3.392a6.3 6.3 0 0 0 4.445.97M28.72 19.07a6.3 6.3 0 0 1-3 3.392a6.3 6.3 0 0 1-4.445.97M47.2 51.282c2.46 0 5.433 1.947 5.433 3.682c0 1.176-.915 2.2-2.27 2.739c.955 3.112-1.243 4.66-2.981 4.886c-1.02.133-2.113-.414-2.786-1.093c0 1.4-1.135 2.534-2.534 2.534c-1.4 0-2.915-.937-2.915-2.336a2.535 2.535 0 0 1-2.428 1.807c-1.098 0-2.261-.897-2.612-1.875c-.365 1.493-1.614 2.21-2.915 1.94c-1.075-.224-1.835-1.051-1.954-1.973c-.177 1.227-1.529 2.437-2.804 2.437a2.534 2.534 0 0 1-2.534-2.534c-1.4 0-3.15-.885-3.15-2.285s1.147-2.661 2.546-2.661a2.53 2.53 0 0 1-1.118-2.102c0-1.4 1.737-2.766 3.136-2.766a9 9 0 0 1-.352-.816a8.3 8.3 0 0 1-.527-2.914c0-5.412 5.251-9.8 11.73-9.8s11.73 4.388 11.73 9.8c0 1.17-.246 2.29-.695 3.33"/></g></svg> </template>
CSS
.icon-face-vomiting {
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%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2224%22%20fill%3D%22%23fcea2b%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M47.2%2051.282c2.46%200%205.433%201.947%205.433%203.682c0%201.176-.915%202.2-2.27%202.739c.955%203.112-1.243%204.66-2.981%204.886c-1.02.133-2.113-.414-2.786-1.093c0%201.4-1.135%202.534-2.534%202.534c-1.4%200-2.915-.937-2.915-2.336a2.535%202.535%200%200%201-2.428%201.807c-1.098%200-2.261-.897-2.612-1.875c-.365%201.493-1.614%202.21-2.915%201.94c-1.075-.224-1.835-1.051-1.954-1.973c-.177%201.227-1.529%202.437-2.804%202.437a2.534%202.534%200%200%201-2.534-2.534c-1.4%200-3.15-.885-3.15-2.285s1.147-2.661%202.546-2.661a2.53%202.53%200%200%201-1.118-2.102c0-1.4%201.737-2.766%203.136-2.766a9%209%200%200%201-.352-.816a8.3%208.3%200%200%201-.527-2.914c0-5.412%205.251-9.8%2011.73-9.8s11.73%204.388%2011.73%209.8c0%201.17-.246%202.29-.695%203.33%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m25.168%2026.413l6.587%204.014l-6.587%203.737m21.664-7.751l-6.587%204.014l6.587%203.737%22%2F%3E%3Cpath%20d%3D%22M54.22%2050.039A22.9%2022.9%200%200%200%2059%2036c0-12.703-10.298-23-23-23S13%2023.297%2013%2036c0%205.99%202.29%2011.445%206.041%2015.538%22%2F%3E%3Cpath%20d%3D%22M43.28%2019.07a6.3%206.3%200%200%200%203%203.392a6.3%206.3%200%200%200%204.445.97M28.72%2019.07a6.3%206.3%200%200%201-3%203.392a6.3%206.3%200%200%201-4.445.97M47.2%2051.282c2.46%200%205.433%201.947%205.433%203.682c0%201.176-.915%202.2-2.27%202.739c.955%203.112-1.243%204.66-2.981%204.886c-1.02.133-2.113-.414-2.786-1.093c0%201.4-1.135%202.534-2.534%202.534c-1.4%200-2.915-.937-2.915-2.336a2.535%202.535%200%200%201-2.428%201.807c-1.098%200-2.261-.897-2.612-1.875c-.365%201.493-1.614%202.21-2.915%201.94c-1.075-.224-1.835-1.051-1.954-1.973c-.177%201.227-1.529%202.437-2.804%202.437a2.534%202.534%200%200%201-2.534-2.534c-1.4%200-3.15-.885-3.15-2.285s1.147-2.661%202.546-2.661a2.53%202.53%200%200%201-1.118-2.102c0-1.4%201.737-2.766%203.136-2.766a9%209%200%200%201-.352-.816a8.3%208.3%200%200%201-.527-2.914c0-5.412%205.251-9.8%2011.73-9.8s11.73%204.388%2011.73%209.8c0%201.17-.246%202.29-.695%203.33%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%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2224%22%20fill%3D%22%23fcea2b%22%2F%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M47.2%2051.282c2.46%200%205.433%201.947%205.433%203.682c0%201.176-.915%202.2-2.27%202.739c.955%203.112-1.243%204.66-2.981%204.886c-1.02.133-2.113-.414-2.786-1.093c0%201.4-1.135%202.534-2.534%202.534c-1.4%200-2.915-.937-2.915-2.336a2.535%202.535%200%200%201-2.428%201.807c-1.098%200-2.261-.897-2.612-1.875c-.365%201.493-1.614%202.21-2.915%201.94c-1.075-.224-1.835-1.051-1.954-1.973c-.177%201.227-1.529%202.437-2.804%202.437a2.534%202.534%200%200%201-2.534-2.534c-1.4%200-3.15-.885-3.15-2.285s1.147-2.661%202.546-2.661a2.53%202.53%200%200%201-1.118-2.102c0-1.4%201.737-2.766%203.136-2.766a9%209%200%200%201-.352-.816a8.3%208.3%200%200%201-.527-2.914c0-5.412%205.251-9.8%2011.73-9.8s11.73%204.388%2011.73%209.8c0%201.17-.246%202.29-.695%203.33%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m25.168%2026.413l6.587%204.014l-6.587%203.737m21.664-7.751l-6.587%204.014l6.587%203.737%22%2F%3E%3Cpath%20d%3D%22M54.22%2050.039A22.9%2022.9%200%200%200%2059%2036c0-12.703-10.298-23-23-23S13%2023.297%2013%2036c0%205.99%202.29%2011.445%206.041%2015.538%22%2F%3E%3Cpath%20d%3D%22M43.28%2019.07a6.3%206.3%200%200%200%203%203.392a6.3%206.3%200%200%200%204.445.97M28.72%2019.07a6.3%206.3%200%200%201-3%203.392a6.3%206.3%200%200%201-4.445.97M47.2%2051.282c2.46%200%205.433%201.947%205.433%203.682c0%201.176-.915%202.2-2.27%202.739c.955%203.112-1.243%204.66-2.981%204.886c-1.02.133-2.113-.414-2.786-1.093c0%201.4-1.135%202.534-2.534%202.534c-1.4%200-2.915-.937-2.915-2.336a2.535%202.535%200%200%201-2.428%201.807c-1.098%200-2.261-.897-2.612-1.875c-.365%201.493-1.614%202.21-2.915%201.94c-1.075-.224-1.835-1.051-1.954-1.973c-.177%201.227-1.529%202.437-2.804%202.437a2.534%202.534%200%200%201-2.534-2.534c-1.4%200-3.15-.885-3.15-2.285s1.147-2.661%202.546-2.661a2.53%202.53%200%200%201-1.118-2.102c0-1.4%201.737-2.766%203.136-2.766a9%209%200%200%201-.352-.816a8.3%208.3%200%200%201-.527-2.914c0-5.412%205.251-9.8%2011.73-9.8s11.73%204.388%2011.73%209.8c0%201.17-.246%202.29-.695%203.33%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/face-vomiting.svg?color=%231a73e8&size=48