rolling on the floor laughing emoji
rolling-on-the-floor-laughing from Fluent Emoji High Contrast by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.
- Name
- rolling-on-the-floor-laughing
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Smileys & Emotion
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More smileys & emotion icons from Fluent Emoji High Contrast
alienalien-monsteranger-symbolangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebeaming-face-with-smiling-eyesbeating-heartblack-heartblue-heartbombbroken-heartbrown-heartcat-with-tears-of-joycat-with-wry-smileclown-facecold-facecollisionconfounded-faceconfused-facecowboy-hat-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 32 32"><g fill="currentColor"><path d="M2.574 16.384c.111 2.712 1.252 5.374 3.234 7.722v2.903a20 20 0 0 1-.415-.403C2.52 23.734.729 20.208.575 16.466c-.155-3.76 1.35-7.604 4.818-11.072S12.704.422 16.465.577c3.742.154 7.268 1.946 10.14 4.817l.232.237h-2.948c-2.294-1.872-4.877-2.948-7.507-3.056c-3.121-.128-6.442 1.1-9.575 4.233s-4.362 6.454-4.233 9.576"/><path d="M6.808 25.193v1.937a2.1 2.1 0 0 0 .216.934a2.121 2.121 0 0 0 4.026-.934v-4.766a2.121 2.121 0 1 0-4.242 0zm4.902 3.355c-.34.665-.91 1.19-1.601 1.472c1.716.835 3.542 1.326 5.423 1.403c3.76.155 7.605-1.35 11.072-4.817c3.468-3.468 4.972-7.312 4.818-11.072c-.076-1.845-.55-3.637-1.355-5.324a3.14 3.14 0 0 1-1.554 1.422a11.5 11.5 0 0 1 .91 3.984c.129 3.121-1.1 6.442-4.233 9.576c-3.133 3.133-6.454 4.361-9.576 4.233a11.5 11.5 0 0 1-3.904-.877M27.785 6.685a2 2 0 0 0-.479-.054H22.54a2.121 2.121 0 1 0 0 4.243h4.766a2.121 2.121 0 0 0 .48-4.189M18.512 7.98a1 1 0 0 1 .962.185a3.14 3.14 0 0 0 .07 1.463a1 1 0 0 1-.4.25l-4.242 1.414a1 1 0 0 1-1.265-1.265l1.414-4.243a1 1 0 1 1 1.898.633l-.782 2.345z"/><path d="M23.98 11.873c1.335 2.412 2.423 6.452-1.616 10.49c-3.942 3.943-7.884 3.001-10.314 1.714v-1.713c0-.681-.218-1.312-.589-1.825l9.255-9.255c.513.371 1.143.59 1.825.59zM9.777 19.36q.062-.1.1-.215l1.415-4.243a1 1 0 0 0-1.265-1.265l-4.243 1.414a1 1 0 0 0 .633 1.898l2.345-.782l-.782 2.345a1 1 0 0 0 .101.847a3.1 3.1 0 0 1 1.696 0"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastRollingOnTheFloorLaughing(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M2.574 16.384c.111 2.712 1.252 5.374 3.234 7.722v2.903a20 20 0 0 1-.415-.403C2.52 23.734.729 20.208.575 16.466c-.155-3.76 1.35-7.604 4.818-11.072S12.704.422 16.465.577c3.742.154 7.268 1.946 10.14 4.817l.232.237h-2.948c-2.294-1.872-4.877-2.948-7.507-3.056c-3.121-.128-6.442 1.1-9.575 4.233s-4.362 6.454-4.233 9.576"/><path d="M6.808 25.193v1.937a2.1 2.1 0 0 0 .216.934a2.121 2.121 0 0 0 4.026-.934v-4.766a2.121 2.121 0 1 0-4.242 0zm4.902 3.355c-.34.665-.91 1.19-1.601 1.472c1.716.835 3.542 1.326 5.423 1.403c3.76.155 7.605-1.35 11.072-4.817c3.468-3.468 4.972-7.312 4.818-11.072c-.076-1.845-.55-3.637-1.355-5.324a3.14 3.14 0 0 1-1.554 1.422a11.5 11.5 0 0 1 .91 3.984c.129 3.121-1.1 6.442-4.233 9.576c-3.133 3.133-6.454 4.361-9.576 4.233a11.5 11.5 0 0 1-3.904-.877M27.785 6.685a2 2 0 0 0-.479-.054H22.54a2.121 2.121 0 1 0 0 4.243h4.766a2.121 2.121 0 0 0 .48-4.189M18.512 7.98a1 1 0 0 1 .962.185a3.14 3.14 0 0 0 .07 1.463a1 1 0 0 1-.4.25l-4.242 1.414a1 1 0 0 1-1.265-1.265l1.414-4.243a1 1 0 1 1 1.898.633l-.782 2.345z"/><path d="M23.98 11.873c1.335 2.412 2.423 6.452-1.616 10.49c-3.942 3.943-7.884 3.001-10.314 1.714v-1.713c0-.681-.218-1.312-.589-1.825l9.255-9.255c.513.371 1.143.59 1.825.59zM9.777 19.36q.062-.1.1-.215l1.415-4.243a1 1 0 0 0-1.265-1.265l-4.243 1.414a1 1 0 0 0 .633 1.898l2.345-.782l-.782 2.345a1 1 0 0 0 .101.847a3.1 3.1 0 0 1 1.696 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M2.574 16.384c.111 2.712 1.252 5.374 3.234 7.722v2.903a20 20 0 0 1-.415-.403C2.52 23.734.729 20.208.575 16.466c-.155-3.76 1.35-7.604 4.818-11.072S12.704.422 16.465.577c3.742.154 7.268 1.946 10.14 4.817l.232.237h-2.948c-2.294-1.872-4.877-2.948-7.507-3.056c-3.121-.128-6.442 1.1-9.575 4.233s-4.362 6.454-4.233 9.576"/><path d="M6.808 25.193v1.937a2.1 2.1 0 0 0 .216.934a2.121 2.121 0 0 0 4.026-.934v-4.766a2.121 2.121 0 1 0-4.242 0zm4.902 3.355c-.34.665-.91 1.19-1.601 1.472c1.716.835 3.542 1.326 5.423 1.403c3.76.155 7.605-1.35 11.072-4.817c3.468-3.468 4.972-7.312 4.818-11.072c-.076-1.845-.55-3.637-1.355-5.324a3.14 3.14 0 0 1-1.554 1.422a11.5 11.5 0 0 1 .91 3.984c.129 3.121-1.1 6.442-4.233 9.576c-3.133 3.133-6.454 4.361-9.576 4.233a11.5 11.5 0 0 1-3.904-.877M27.785 6.685a2 2 0 0 0-.479-.054H22.54a2.121 2.121 0 1 0 0 4.243h4.766a2.121 2.121 0 0 0 .48-4.189M18.512 7.98a1 1 0 0 1 .962.185a3.14 3.14 0 0 0 .07 1.463a1 1 0 0 1-.4.25l-4.242 1.414a1 1 0 0 1-1.265-1.265l1.414-4.243a1 1 0 1 1 1.898.633l-.782 2.345z"/><path d="M23.98 11.873c1.335 2.412 2.423 6.452-1.616 10.49c-3.942 3.943-7.884 3.001-10.314 1.714v-1.713c0-.681-.218-1.312-.589-1.825l9.255-9.255c.513.371 1.143.59 1.825.59zM9.777 19.36q.062-.1.1-.215l1.415-4.243a1 1 0 0 0-1.265-1.265l-4.243 1.414a1 1 0 0 0 .633 1.898l2.345-.782l-.782 2.345a1 1 0 0 0 .101.847a3.1 3.1 0 0 1 1.696 0"/></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2.574%2016.384c.111%202.712%201.252%205.374%203.234%207.722v2.903a20%2020%200%200%201-.415-.403C2.52%2023.734.729%2020.208.575%2016.466c-.155-3.76%201.35-7.604%204.818-11.072S12.704.422%2016.465.577c3.742.154%207.268%201.946%2010.14%204.817l.232.237h-2.948c-2.294-1.872-4.877-2.948-7.507-3.056c-3.121-.128-6.442%201.1-9.575%204.233s-4.362%206.454-4.233%209.576%22%2F%3E%3Cpath%20d%3D%22M6.808%2025.193v1.937a2.1%202.1%200%200%200%20.216.934a2.121%202.121%200%200%200%204.026-.934v-4.766a2.121%202.121%200%201%200-4.242%200zm4.902%203.355c-.34.665-.91%201.19-1.601%201.472c1.716.835%203.542%201.326%205.423%201.403c3.76.155%207.605-1.35%2011.072-4.817c3.468-3.468%204.972-7.312%204.818-11.072c-.076-1.845-.55-3.637-1.355-5.324a3.14%203.14%200%200%201-1.554%201.422a11.5%2011.5%200%200%201%20.91%203.984c.129%203.121-1.1%206.442-4.233%209.576c-3.133%203.133-6.454%204.361-9.576%204.233a11.5%2011.5%200%200%201-3.904-.877M27.785%206.685a2%202%200%200%200-.479-.054H22.54a2.121%202.121%200%201%200%200%204.243h4.766a2.121%202.121%200%200%200%20.48-4.189M18.512%207.98a1%201%200%200%201%20.962.185a3.14%203.14%200%200%200%20.07%201.463a1%201%200%200%201-.4.25l-4.242%201.414a1%201%200%200%201-1.265-1.265l1.414-4.243a1%201%200%201%201%201.898.633l-.782%202.345z%22%2F%3E%3Cpath%20d%3D%22M23.98%2011.873c1.335%202.412%202.423%206.452-1.616%2010.49c-3.942%203.943-7.884%203.001-10.314%201.714v-1.713c0-.681-.218-1.312-.589-1.825l9.255-9.255c.513.371%201.143.59%201.825.59zM9.777%2019.36q.062-.1.1-.215l1.415-4.243a1%201%200%200%200-1.265-1.265l-4.243%201.414a1%201%200%200%200%20.633%201.898l2.345-.782l-.782%202.345a1%201%200%200%200%20.101.847a3.1%203.1%200%200%201%201.696%200%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2.574%2016.384c.111%202.712%201.252%205.374%203.234%207.722v2.903a20%2020%200%200%201-.415-.403C2.52%2023.734.729%2020.208.575%2016.466c-.155-3.76%201.35-7.604%204.818-11.072S12.704.422%2016.465.577c3.742.154%207.268%201.946%2010.14%204.817l.232.237h-2.948c-2.294-1.872-4.877-2.948-7.507-3.056c-3.121-.128-6.442%201.1-9.575%204.233s-4.362%206.454-4.233%209.576%22%2F%3E%3Cpath%20d%3D%22M6.808%2025.193v1.937a2.1%202.1%200%200%200%20.216.934a2.121%202.121%200%200%200%204.026-.934v-4.766a2.121%202.121%200%201%200-4.242%200zm4.902%203.355c-.34.665-.91%201.19-1.601%201.472c1.716.835%203.542%201.326%205.423%201.403c3.76.155%207.605-1.35%2011.072-4.817c3.468-3.468%204.972-7.312%204.818-11.072c-.076-1.845-.55-3.637-1.355-5.324a3.14%203.14%200%200%201-1.554%201.422a11.5%2011.5%200%200%201%20.91%203.984c.129%203.121-1.1%206.442-4.233%209.576c-3.133%203.133-6.454%204.361-9.576%204.233a11.5%2011.5%200%200%201-3.904-.877M27.785%206.685a2%202%200%200%200-.479-.054H22.54a2.121%202.121%200%201%200%200%204.243h4.766a2.121%202.121%200%200%200%20.48-4.189M18.512%207.98a1%201%200%200%201%20.962.185a3.14%203.14%200%200%200%20.07%201.463a1%201%200%200%201-.4.25l-4.242%201.414a1%201%200%200%201-1.265-1.265l1.414-4.243a1%201%200%201%201%201.898.633l-.782%202.345z%22%2F%3E%3Cpath%20d%3D%22M23.98%2011.873c1.335%202.412%202.423%206.452-1.616%2010.49c-3.942%203.943-7.884%203.001-10.314%201.714v-1.713c0-.681-.218-1.312-.589-1.825l9.255-9.255c.513.371%201.143.59%201.825.59zM9.777%2019.36q.062-.1.1-.215l1.415-4.243a1%201%200%200%200-1.265-1.265l-4.243%201.414a1%201%200%200%200%20.633%201.898l2.345-.782l-.782%202.345a1%201%200%200%200%20.101.847a3.1%203.1%200%200%201%201.696%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/rolling-on-the-floor-laughing.svg?color=%231a73e8&size=48