waving emoji
waving from Firefox OS Emoji by Mozilla · Default · People · Apache-2.0 Free for personal and commercial use.
- Name
- waving
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- People
- Viewbox
- 512×512
- License
- Apache 2.0
More people icons from Firefox OS Emoji
Use the waving emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#2B3B47" d="M360.5 105c-3.3 0-6.1-2.6-6.2-6c-.7-17.1-7.8-33.7-20.2-46.8s-28.6-21-45.7-22.5c-3.4-.3-6-3.3-5.7-6.7s3.3-6 6.7-5.7c20.1 1.7 39.1 11.1 53.6 26.3s22.8 34.7 23.6 54.9c.1 3.4-2.5 6.3-6 6.5z"/><path fill="#2B3B47" d="M330.3 104.7c-3 0-5.7-2.2-6.1-5.3c-2.9-19-17.9-35.2-36.5-39.2c-3.4-.7-5.5-4-4.8-7.4s4-5.5 7.4-4.8c23.5 5.1 42.5 25.5 46.2 49.5c.5 3.4-1.8 6.6-5.2 7.1c-.4.1-.7.1-1 .1M95.9 396h-.5c-20.1-1.7-39.1-11.1-53.6-26.3S19 335 18.2 314.8c-.1-3.4 2.5-6.3 6-6.5c3.4-.1 6.3 2.5 6.5 6c.7 17.1 7.8 33.7 20.2 46.8s28.6 21 45.7 22.5c3.4.3 6 3.3 5.7 6.7c-.5 3.2-3.2 5.7-6.4 5.7"/><path fill="#2B3B47" d="M95.9 365.4c-.4 0-.9 0-1.3-.1c-23.5-5.1-42.5-25.5-46.2-49.5c-.5-3.4 1.8-6.6 5.2-7.1s6.6 1.8 7.1 5.2c2.9 19 17.9 35.2 36.5 39.2c3.4.7 5.5 4 4.8 7.4c-.6 2.9-3.2 4.9-6.1 4.9"/><path fill="#FFD3B6" d="M502.1 373.1L481 352c12.3-15.5 17.1-34.9 14.3-53.5c0-.3-.1-.5-.1-.8l-.3-1.5c-.1-1.4-.6-3.7-1.6-6.6c-.4-1.4-.9-2.8-1.4-4.2c-9.9-29.1-40.7-103.8-35.3-177.4c.1-16.5-10.9-31.4-26.5-30.5s-44.1 9-45.6 82.7c-.3 13.6-2.1 20.2-1.6 31.4l-178-178c-11.6-11.6-30-11.8-41.6-.2s-11.6 30.4-.1 41.9l105.4 105.4l.3.3c9.8 9.8-2.1 23.4-12.4 17.5L130.3 52.2c-11.5-11.5-30-11.8-41.6-.2S77 82.4 88.6 93.9L215 220.3c6.1 9.3-5.6 20.4-14.7 13L89.9 122.9c-11.5-11.5-30-11.8-41.6-.2s-11.7 30.4-.1 41.9l108.7 108.7c.1.2.3.5.7.9c9.5 9.5-1.8 22.5-11.8 17.1L68 213.5c-11.5-11.5-30-11.8-41.6-.2s-11.7 30.4-.1 41.9l183.1 183.1c37.2 37.2 91.1 47.4 137.5 30.7l29.8 29.8c11.6 11.6 30.3 11.6 41.9 0l83.7-83.7c11.4-11.7 11.4-30.5-.2-42"/><path fill="#F2C7AA" d="M481 352c-1.3 1.6-2.6 3.2-4.1 4.7c-.4.4-.8.8-1.1 1.2l-63.7 63.7v-.3l-17 17c-14.1 14.1-30.7 24.4-48.3 30.7l26.5 26.5c5.8-1.8 10.7-4.2 13.8-7.3l104.7-104.7c3-3 5.6-7.6 7.7-12.9z"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiWaving(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#2B3B47" d="M360.5 105c-3.3 0-6.1-2.6-6.2-6c-.7-17.1-7.8-33.7-20.2-46.8s-28.6-21-45.7-22.5c-3.4-.3-6-3.3-5.7-6.7s3.3-6 6.7-5.7c20.1 1.7 39.1 11.1 53.6 26.3s22.8 34.7 23.6 54.9c.1 3.4-2.5 6.3-6 6.5z"/><path fill="#2B3B47" d="M330.3 104.7c-3 0-5.7-2.2-6.1-5.3c-2.9-19-17.9-35.2-36.5-39.2c-3.4-.7-5.5-4-4.8-7.4s4-5.5 7.4-4.8c23.5 5.1 42.5 25.5 46.2 49.5c.5 3.4-1.8 6.6-5.2 7.1c-.4.1-.7.1-1 .1M95.9 396h-.5c-20.1-1.7-39.1-11.1-53.6-26.3S19 335 18.2 314.8c-.1-3.4 2.5-6.3 6-6.5c3.4-.1 6.3 2.5 6.5 6c.7 17.1 7.8 33.7 20.2 46.8s28.6 21 45.7 22.5c3.4.3 6 3.3 5.7 6.7c-.5 3.2-3.2 5.7-6.4 5.7"/><path fill="#2B3B47" d="M95.9 365.4c-.4 0-.9 0-1.3-.1c-23.5-5.1-42.5-25.5-46.2-49.5c-.5-3.4 1.8-6.6 5.2-7.1s6.6 1.8 7.1 5.2c2.9 19 17.9 35.2 36.5 39.2c3.4.7 5.5 4 4.8 7.4c-.6 2.9-3.2 4.9-6.1 4.9"/><path fill="#FFD3B6" d="M502.1 373.1L481 352c12.3-15.5 17.1-34.9 14.3-53.5c0-.3-.1-.5-.1-.8l-.3-1.5c-.1-1.4-.6-3.7-1.6-6.6c-.4-1.4-.9-2.8-1.4-4.2c-9.9-29.1-40.7-103.8-35.3-177.4c.1-16.5-10.9-31.4-26.5-30.5s-44.1 9-45.6 82.7c-.3 13.6-2.1 20.2-1.6 31.4l-178-178c-11.6-11.6-30-11.8-41.6-.2s-11.6 30.4-.1 41.9l105.4 105.4l.3.3c9.8 9.8-2.1 23.4-12.4 17.5L130.3 52.2c-11.5-11.5-30-11.8-41.6-.2S77 82.4 88.6 93.9L215 220.3c6.1 9.3-5.6 20.4-14.7 13L89.9 122.9c-11.5-11.5-30-11.8-41.6-.2s-11.7 30.4-.1 41.9l108.7 108.7c.1.2.3.5.7.9c9.5 9.5-1.8 22.5-11.8 17.1L68 213.5c-11.5-11.5-30-11.8-41.6-.2s-11.7 30.4-.1 41.9l183.1 183.1c37.2 37.2 91.1 47.4 137.5 30.7l29.8 29.8c11.6 11.6 30.3 11.6 41.9 0l83.7-83.7c11.4-11.7 11.4-30.5-.2-42"/><path fill="#F2C7AA" d="M481 352c-1.3 1.6-2.6 3.2-4.1 4.7c-.4.4-.8.8-1.1 1.2l-63.7 63.7v-.3l-17 17c-14.1 14.1-30.7 24.4-48.3 30.7l26.5 26.5c5.8-1.8 10.7-4.2 13.8-7.3l104.7-104.7c3-3 5.6-7.6 7.7-12.9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#2B3B47" d="M360.5 105c-3.3 0-6.1-2.6-6.2-6c-.7-17.1-7.8-33.7-20.2-46.8s-28.6-21-45.7-22.5c-3.4-.3-6-3.3-5.7-6.7s3.3-6 6.7-5.7c20.1 1.7 39.1 11.1 53.6 26.3s22.8 34.7 23.6 54.9c.1 3.4-2.5 6.3-6 6.5z"/><path fill="#2B3B47" d="M330.3 104.7c-3 0-5.7-2.2-6.1-5.3c-2.9-19-17.9-35.2-36.5-39.2c-3.4-.7-5.5-4-4.8-7.4s4-5.5 7.4-4.8c23.5 5.1 42.5 25.5 46.2 49.5c.5 3.4-1.8 6.6-5.2 7.1c-.4.1-.7.1-1 .1M95.9 396h-.5c-20.1-1.7-39.1-11.1-53.6-26.3S19 335 18.2 314.8c-.1-3.4 2.5-6.3 6-6.5c3.4-.1 6.3 2.5 6.5 6c.7 17.1 7.8 33.7 20.2 46.8s28.6 21 45.7 22.5c3.4.3 6 3.3 5.7 6.7c-.5 3.2-3.2 5.7-6.4 5.7"/><path fill="#2B3B47" d="M95.9 365.4c-.4 0-.9 0-1.3-.1c-23.5-5.1-42.5-25.5-46.2-49.5c-.5-3.4 1.8-6.6 5.2-7.1s6.6 1.8 7.1 5.2c2.9 19 17.9 35.2 36.5 39.2c3.4.7 5.5 4 4.8 7.4c-.6 2.9-3.2 4.9-6.1 4.9"/><path fill="#FFD3B6" d="M502.1 373.1L481 352c12.3-15.5 17.1-34.9 14.3-53.5c0-.3-.1-.5-.1-.8l-.3-1.5c-.1-1.4-.6-3.7-1.6-6.6c-.4-1.4-.9-2.8-1.4-4.2c-9.9-29.1-40.7-103.8-35.3-177.4c.1-16.5-10.9-31.4-26.5-30.5s-44.1 9-45.6 82.7c-.3 13.6-2.1 20.2-1.6 31.4l-178-178c-11.6-11.6-30-11.8-41.6-.2s-11.6 30.4-.1 41.9l105.4 105.4l.3.3c9.8 9.8-2.1 23.4-12.4 17.5L130.3 52.2c-11.5-11.5-30-11.8-41.6-.2S77 82.4 88.6 93.9L215 220.3c6.1 9.3-5.6 20.4-14.7 13L89.9 122.9c-11.5-11.5-30-11.8-41.6-.2s-11.7 30.4-.1 41.9l108.7 108.7c.1.2.3.5.7.9c9.5 9.5-1.8 22.5-11.8 17.1L68 213.5c-11.5-11.5-30-11.8-41.6-.2s-11.7 30.4-.1 41.9l183.1 183.1c37.2 37.2 91.1 47.4 137.5 30.7l29.8 29.8c11.6 11.6 30.3 11.6 41.9 0l83.7-83.7c11.4-11.7 11.4-30.5-.2-42"/><path fill="#F2C7AA" d="M481 352c-1.3 1.6-2.6 3.2-4.1 4.7c-.4.4-.8.8-1.1 1.2l-63.7 63.7v-.3l-17 17c-14.1 14.1-30.7 24.4-48.3 30.7l26.5 26.5c5.8-1.8 10.7-4.2 13.8-7.3l104.7-104.7c3-3 5.6-7.6 7.7-12.9z"/></svg> </template>
CSS
.icon-waving {
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%20512%20512%22%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M360.5%20105c-3.3%200-6.1-2.6-6.2-6c-.7-17.1-7.8-33.7-20.2-46.8s-28.6-21-45.7-22.5c-3.4-.3-6-3.3-5.7-6.7s3.3-6%206.7-5.7c20.1%201.7%2039.1%2011.1%2053.6%2026.3s22.8%2034.7%2023.6%2054.9c.1%203.4-2.5%206.3-6%206.5z%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M330.3%20104.7c-3%200-5.7-2.2-6.1-5.3c-2.9-19-17.9-35.2-36.5-39.2c-3.4-.7-5.5-4-4.8-7.4s4-5.5%207.4-4.8c23.5%205.1%2042.5%2025.5%2046.2%2049.5c.5%203.4-1.8%206.6-5.2%207.1c-.4.1-.7.1-1%20.1M95.9%20396h-.5c-20.1-1.7-39.1-11.1-53.6-26.3S19%20335%2018.2%20314.8c-.1-3.4%202.5-6.3%206-6.5c3.4-.1%206.3%202.5%206.5%206c.7%2017.1%207.8%2033.7%2020.2%2046.8s28.6%2021%2045.7%2022.5c3.4.3%206%203.3%205.7%206.7c-.5%203.2-3.2%205.7-6.4%205.7%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M95.9%20365.4c-.4%200-.9%200-1.3-.1c-23.5-5.1-42.5-25.5-46.2-49.5c-.5-3.4%201.8-6.6%205.2-7.1s6.6%201.8%207.1%205.2c2.9%2019%2017.9%2035.2%2036.5%2039.2c3.4.7%205.5%204%204.8%207.4c-.6%202.9-3.2%204.9-6.1%204.9%22%2F%3E%3Cpath%20fill%3D%22%23FFD3B6%22%20d%3D%22M502.1%20373.1L481%20352c12.3-15.5%2017.1-34.9%2014.3-53.5c0-.3-.1-.5-.1-.8l-.3-1.5c-.1-1.4-.6-3.7-1.6-6.6c-.4-1.4-.9-2.8-1.4-4.2c-9.9-29.1-40.7-103.8-35.3-177.4c.1-16.5-10.9-31.4-26.5-30.5s-44.1%209-45.6%2082.7c-.3%2013.6-2.1%2020.2-1.6%2031.4l-178-178c-11.6-11.6-30-11.8-41.6-.2s-11.6%2030.4-.1%2041.9l105.4%20105.4l.3.3c9.8%209.8-2.1%2023.4-12.4%2017.5L130.3%2052.2c-11.5-11.5-30-11.8-41.6-.2S77%2082.4%2088.6%2093.9L215%20220.3c6.1%209.3-5.6%2020.4-14.7%2013L89.9%20122.9c-11.5-11.5-30-11.8-41.6-.2s-11.7%2030.4-.1%2041.9l108.7%20108.7c.1.2.3.5.7.9c9.5%209.5-1.8%2022.5-11.8%2017.1L68%20213.5c-11.5-11.5-30-11.8-41.6-.2s-11.7%2030.4-.1%2041.9l183.1%20183.1c37.2%2037.2%2091.1%2047.4%20137.5%2030.7l29.8%2029.8c11.6%2011.6%2030.3%2011.6%2041.9%200l83.7-83.7c11.4-11.7%2011.4-30.5-.2-42%22%2F%3E%3Cpath%20fill%3D%22%23F2C7AA%22%20d%3D%22M481%20352c-1.3%201.6-2.6%203.2-4.1%204.7c-.4.4-.8.8-1.1%201.2l-63.7%2063.7v-.3l-17%2017c-14.1%2014.1-30.7%2024.4-48.3%2030.7l26.5%2026.5c5.8-1.8%2010.7-4.2%2013.8-7.3l104.7-104.7c3-3%205.6-7.6%207.7-12.9z%22%2F%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%20512%20512%22%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M360.5%20105c-3.3%200-6.1-2.6-6.2-6c-.7-17.1-7.8-33.7-20.2-46.8s-28.6-21-45.7-22.5c-3.4-.3-6-3.3-5.7-6.7s3.3-6%206.7-5.7c20.1%201.7%2039.1%2011.1%2053.6%2026.3s22.8%2034.7%2023.6%2054.9c.1%203.4-2.5%206.3-6%206.5z%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M330.3%20104.7c-3%200-5.7-2.2-6.1-5.3c-2.9-19-17.9-35.2-36.5-39.2c-3.4-.7-5.5-4-4.8-7.4s4-5.5%207.4-4.8c23.5%205.1%2042.5%2025.5%2046.2%2049.5c.5%203.4-1.8%206.6-5.2%207.1c-.4.1-.7.1-1%20.1M95.9%20396h-.5c-20.1-1.7-39.1-11.1-53.6-26.3S19%20335%2018.2%20314.8c-.1-3.4%202.5-6.3%206-6.5c3.4-.1%206.3%202.5%206.5%206c.7%2017.1%207.8%2033.7%2020.2%2046.8s28.6%2021%2045.7%2022.5c3.4.3%206%203.3%205.7%206.7c-.5%203.2-3.2%205.7-6.4%205.7%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M95.9%20365.4c-.4%200-.9%200-1.3-.1c-23.5-5.1-42.5-25.5-46.2-49.5c-.5-3.4%201.8-6.6%205.2-7.1s6.6%201.8%207.1%205.2c2.9%2019%2017.9%2035.2%2036.5%2039.2c3.4.7%205.5%204%204.8%207.4c-.6%202.9-3.2%204.9-6.1%204.9%22%2F%3E%3Cpath%20fill%3D%22%23FFD3B6%22%20d%3D%22M502.1%20373.1L481%20352c12.3-15.5%2017.1-34.9%2014.3-53.5c0-.3-.1-.5-.1-.8l-.3-1.5c-.1-1.4-.6-3.7-1.6-6.6c-.4-1.4-.9-2.8-1.4-4.2c-9.9-29.1-40.7-103.8-35.3-177.4c.1-16.5-10.9-31.4-26.5-30.5s-44.1%209-45.6%2082.7c-.3%2013.6-2.1%2020.2-1.6%2031.4l-178-178c-11.6-11.6-30-11.8-41.6-.2s-11.6%2030.4-.1%2041.9l105.4%20105.4l.3.3c9.8%209.8-2.1%2023.4-12.4%2017.5L130.3%2052.2c-11.5-11.5-30-11.8-41.6-.2S77%2082.4%2088.6%2093.9L215%20220.3c6.1%209.3-5.6%2020.4-14.7%2013L89.9%20122.9c-11.5-11.5-30-11.8-41.6-.2s-11.7%2030.4-.1%2041.9l108.7%20108.7c.1.2.3.5.7.9c9.5%209.5-1.8%2022.5-11.8%2017.1L68%20213.5c-11.5-11.5-30-11.8-41.6-.2s-11.7%2030.4-.1%2041.9l183.1%20183.1c37.2%2037.2%2091.1%2047.4%20137.5%2030.7l29.8%2029.8c11.6%2011.6%2030.3%2011.6%2041.9%200l83.7-83.7c11.4-11.7%2011.4-30.5-.2-42%22%2F%3E%3Cpath%20fill%3D%22%23F2C7AA%22%20d%3D%22M481%20352c-1.3%201.6-2.6%203.2-4.1%204.7c-.4.4-.8.8-1.1%201.2l-63.7%2063.7v-.3l-17%2017c-14.1%2014.1-30.7%2024.4-48.3%2030.7l26.5%2026.5c5.8-1.8%2010.7-4.2%2013.8-7.3l104.7-104.7c3-3%205.6-7.6%207.7-12.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/waving.svg?color=%231a73e8&size=48