rolling on the floor laughing emoji
rolling-on-the-floor-laughing from OpenMoji by OpenMoji · Default · Smileys Emotion · CC-BY-SA-4.0 Attribution required.
- Name
- rolling-on-the-floor-laughing
- 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 rolling on the floor laughing emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="35.999" r="24" fill="#fcea2b"/><path fill="#fff" d="M51.58 34.554a11.6 11.6 0 0 1 1.22 4.408c-9.837 8.272-22.622 11.622-24.676 12.118a11.4 11.4 0 0 1-2.684-3.535l.098-.049s14.852-3.372 25.903-12.795Z"/><path fill="#ea5a47" d="M52.799 38.962c.297 4.62-2.469 9.3-9.042 12.567c-6.635 3.298-12.121 2.641-15.633-.449c2.053-.496 14.839-3.846 24.675-12.118"/><path fill="#92d3f5" d="M67.693 32.909a4.24 4.24 0 0 1-5.374 2.672c-3.984-1.339-6.68-6.687-6.707-6.74c.213-.092 5.447-2.637 9.41-1.306a4.24 4.24 0 0 1 2.67 5.374ZM14.395 59.398a4.24 4.24 0 0 1-2.672-5.374c1.339-3.984 6.687-6.68 6.74-6.707c.091.213 2.637 5.447 1.305 9.41a4.24 4.24 0 0 1-5.373 2.671"/><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2"><path stroke-linecap="round" d="m55.277 23.449l-.093-.141a23.003 23.003 0 0 0-40.969 20.079l.14.399M25.037 56.22a23.53 23.53 0 0 0 21.199.376a23.34 23.34 0 0 0 12.486-17.023m-7.142-5.019a11.6 11.6 0 0 1 1.22 4.408c-9.837 8.272-22.622 11.622-24.676 12.118a11.4 11.4 0 0 1-2.684-3.535l.098-.049s14.852-3.372 25.903-12.795Z"/><path stroke-linecap="round" d="M52.799 38.962c.297 4.62-2.469 9.3-9.042 12.567c-6.635 3.298-12.121 2.641-15.633-.449c2.053-.496 14.839-3.846 24.675-12.118"/><path d="M67.693 32.909a4.24 4.24 0 0 1-5.374 2.672c-3.984-1.339-6.68-6.687-6.707-6.74c.213-.092 5.447-2.637 9.41-1.306a4.24 4.24 0 0 1 2.67 5.374ZM14.395 59.398a4.24 4.24 0 0 1-2.672-5.374c1.339-3.984 6.687-6.68 6.74-6.707c.091.213 2.637 5.447 1.305 9.41a4.24 4.24 0 0 1-5.373 2.671Z"/><path stroke-linecap="round" d="m22.478 33.13l7.685.663l-4.235 6.279m15.95-16.584l-4.112 6.526l7.562.416"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiRollingOnTheFloorLaughing(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="35.999" r="24" fill="#fcea2b"/><path fill="#fff" d="M51.58 34.554a11.6 11.6 0 0 1 1.22 4.408c-9.837 8.272-22.622 11.622-24.676 12.118a11.4 11.4 0 0 1-2.684-3.535l.098-.049s14.852-3.372 25.903-12.795Z"/><path fill="#ea5a47" d="M52.799 38.962c.297 4.62-2.469 9.3-9.042 12.567c-6.635 3.298-12.121 2.641-15.633-.449c2.053-.496 14.839-3.846 24.675-12.118"/><path fill="#92d3f5" d="M67.693 32.909a4.24 4.24 0 0 1-5.374 2.672c-3.984-1.339-6.68-6.687-6.707-6.74c.213-.092 5.447-2.637 9.41-1.306a4.24 4.24 0 0 1 2.67 5.374ZM14.395 59.398a4.24 4.24 0 0 1-2.672-5.374c1.339-3.984 6.687-6.68 6.74-6.707c.091.213 2.637 5.447 1.305 9.41a4.24 4.24 0 0 1-5.373 2.671"/><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="2"><path strokeLinecap="round" d="m55.277 23.449l-.093-.141a23.003 23.003 0 0 0-40.969 20.079l.14.399M25.037 56.22a23.53 23.53 0 0 0 21.199.376a23.34 23.34 0 0 0 12.486-17.023m-7.142-5.019a11.6 11.6 0 0 1 1.22 4.408c-9.837 8.272-22.622 11.622-24.676 12.118a11.4 11.4 0 0 1-2.684-3.535l.098-.049s14.852-3.372 25.903-12.795Z"/><path strokeLinecap="round" d="M52.799 38.962c.297 4.62-2.469 9.3-9.042 12.567c-6.635 3.298-12.121 2.641-15.633-.449c2.053-.496 14.839-3.846 24.675-12.118"/><path d="M67.693 32.909a4.24 4.24 0 0 1-5.374 2.672c-3.984-1.339-6.68-6.687-6.707-6.74c.213-.092 5.447-2.637 9.41-1.306a4.24 4.24 0 0 1 2.67 5.374ZM14.395 59.398a4.24 4.24 0 0 1-2.672-5.374c1.339-3.984 6.687-6.68 6.74-6.707c.091.213 2.637 5.447 1.305 9.41a4.24 4.24 0 0 1-5.373 2.671Z"/><path strokeLinecap="round" d="m22.478 33.13l7.685.663l-4.235 6.279m15.95-16.584l-4.112 6.526l7.562.416"/></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="35.999" r="24" fill="#fcea2b"/><path fill="#fff" d="M51.58 34.554a11.6 11.6 0 0 1 1.22 4.408c-9.837 8.272-22.622 11.622-24.676 12.118a11.4 11.4 0 0 1-2.684-3.535l.098-.049s14.852-3.372 25.903-12.795Z"/><path fill="#ea5a47" d="M52.799 38.962c.297 4.62-2.469 9.3-9.042 12.567c-6.635 3.298-12.121 2.641-15.633-.449c2.053-.496 14.839-3.846 24.675-12.118"/><path fill="#92d3f5" d="M67.693 32.909a4.24 4.24 0 0 1-5.374 2.672c-3.984-1.339-6.68-6.687-6.707-6.74c.213-.092 5.447-2.637 9.41-1.306a4.24 4.24 0 0 1 2.67 5.374ZM14.395 59.398a4.24 4.24 0 0 1-2.672-5.374c1.339-3.984 6.687-6.68 6.74-6.707c.091.213 2.637 5.447 1.305 9.41a4.24 4.24 0 0 1-5.373 2.671"/><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2"><path stroke-linecap="round" d="m55.277 23.449l-.093-.141a23.003 23.003 0 0 0-40.969 20.079l.14.399M25.037 56.22a23.53 23.53 0 0 0 21.199.376a23.34 23.34 0 0 0 12.486-17.023m-7.142-5.019a11.6 11.6 0 0 1 1.22 4.408c-9.837 8.272-22.622 11.622-24.676 12.118a11.4 11.4 0 0 1-2.684-3.535l.098-.049s14.852-3.372 25.903-12.795Z"/><path stroke-linecap="round" d="M52.799 38.962c.297 4.62-2.469 9.3-9.042 12.567c-6.635 3.298-12.121 2.641-15.633-.449c2.053-.496 14.839-3.846 24.675-12.118"/><path d="M67.693 32.909a4.24 4.24 0 0 1-5.374 2.672c-3.984-1.339-6.68-6.687-6.707-6.74c.213-.092 5.447-2.637 9.41-1.306a4.24 4.24 0 0 1 2.67 5.374ZM14.395 59.398a4.24 4.24 0 0 1-2.672-5.374c1.339-3.984 6.687-6.68 6.74-6.707c.091.213 2.637 5.447 1.305 9.41a4.24 4.24 0 0 1-5.373 2.671Z"/><path stroke-linecap="round" d="m22.478 33.13l7.685.663l-4.235 6.279m15.95-16.584l-4.112 6.526l7.562.416"/></g></svg> </template>
CSS
.icon-rolling-on-the-floor-laughing {
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%2235.999%22%20r%3D%2224%22%20fill%3D%22%23fcea2b%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M51.58%2034.554a11.6%2011.6%200%200%201%201.22%204.408c-9.837%208.272-22.622%2011.622-24.676%2012.118a11.4%2011.4%200%200%201-2.684-3.535l.098-.049s14.852-3.372%2025.903-12.795Z%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M52.799%2038.962c.297%204.62-2.469%209.3-9.042%2012.567c-6.635%203.298-12.121%202.641-15.633-.449c2.053-.496%2014.839-3.846%2024.675-12.118%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M67.693%2032.909a4.24%204.24%200%200%201-5.374%202.672c-3.984-1.339-6.68-6.687-6.707-6.74c.213-.092%205.447-2.637%209.41-1.306a4.24%204.24%200%200%201%202.67%205.374ZM14.395%2059.398a4.24%204.24%200%200%201-2.672-5.374c1.339-3.984%206.687-6.68%206.74-6.707c.091.213%202.637%205.447%201.305%209.41a4.24%204.24%200%200%201-5.373%202.671%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m55.277%2023.449l-.093-.141a23.003%2023.003%200%200%200-40.969%2020.079l.14.399M25.037%2056.22a23.53%2023.53%200%200%200%2021.199.376a23.34%2023.34%200%200%200%2012.486-17.023m-7.142-5.019a11.6%2011.6%200%200%201%201.22%204.408c-9.837%208.272-22.622%2011.622-24.676%2012.118a11.4%2011.4%200%200%201-2.684-3.535l.098-.049s14.852-3.372%2025.903-12.795Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M52.799%2038.962c.297%204.62-2.469%209.3-9.042%2012.567c-6.635%203.298-12.121%202.641-15.633-.449c2.053-.496%2014.839-3.846%2024.675-12.118%22%2F%3E%3Cpath%20d%3D%22M67.693%2032.909a4.24%204.24%200%200%201-5.374%202.672c-3.984-1.339-6.68-6.687-6.707-6.74c.213-.092%205.447-2.637%209.41-1.306a4.24%204.24%200%200%201%202.67%205.374ZM14.395%2059.398a4.24%204.24%200%200%201-2.672-5.374c1.339-3.984%206.687-6.68%206.74-6.707c.091.213%202.637%205.447%201.305%209.41a4.24%204.24%200%200%201-5.373%202.671Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m22.478%2033.13l7.685.663l-4.235%206.279m15.95-16.584l-4.112%206.526l7.562.416%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%2235.999%22%20r%3D%2224%22%20fill%3D%22%23fcea2b%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M51.58%2034.554a11.6%2011.6%200%200%201%201.22%204.408c-9.837%208.272-22.622%2011.622-24.676%2012.118a11.4%2011.4%200%200%201-2.684-3.535l.098-.049s14.852-3.372%2025.903-12.795Z%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M52.799%2038.962c.297%204.62-2.469%209.3-9.042%2012.567c-6.635%203.298-12.121%202.641-15.633-.449c2.053-.496%2014.839-3.846%2024.675-12.118%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M67.693%2032.909a4.24%204.24%200%200%201-5.374%202.672c-3.984-1.339-6.68-6.687-6.707-6.74c.213-.092%205.447-2.637%209.41-1.306a4.24%204.24%200%200%201%202.67%205.374ZM14.395%2059.398a4.24%204.24%200%200%201-2.672-5.374c1.339-3.984%206.687-6.68%206.74-6.707c.091.213%202.637%205.447%201.305%209.41a4.24%204.24%200%200%201-5.373%202.671%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m55.277%2023.449l-.093-.141a23.003%2023.003%200%200%200-40.969%2020.079l.14.399M25.037%2056.22a23.53%2023.53%200%200%200%2021.199.376a23.34%2023.34%200%200%200%2012.486-17.023m-7.142-5.019a11.6%2011.6%200%200%201%201.22%204.408c-9.837%208.272-22.622%2011.622-24.676%2012.118a11.4%2011.4%200%200%201-2.684-3.535l.098-.049s14.852-3.372%2025.903-12.795Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M52.799%2038.962c.297%204.62-2.469%209.3-9.042%2012.567c-6.635%203.298-12.121%202.641-15.633-.449c2.053-.496%2014.839-3.846%2024.675-12.118%22%2F%3E%3Cpath%20d%3D%22M67.693%2032.909a4.24%204.24%200%200%201-5.374%202.672c-3.984-1.339-6.68-6.687-6.707-6.74c.213-.092%205.447-2.637%209.41-1.306a4.24%204.24%200%200%201%202.67%205.374ZM14.395%2059.398a4.24%204.24%200%200%201-2.672-5.374c1.339-3.984%206.687-6.68%206.74-6.707c.091.213%202.637%205.447%201.305%209.41a4.24%204.24%200%200%201-5.373%202.671Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m22.478%2033.13l7.685.663l-4.235%206.279m15.95-16.584l-4.112%206.526l7.562.416%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/rolling-on-the-floor-laughing.svg?color=%231a73e8&size=48