winking emoji
winking from Firefox OS Emoji by Mozilla · Default · People · Apache-2.0 Free for personal and commercial use.
- Name
- winking
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- People
- Viewbox
- 512×512
- License
- Apache 2.0
The same emoji in other sets
More people icons from Firefox OS Emoji
Use the winking emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFD469" d="M255.9 35.3C134 35.3 35.2 134.1 35.2 256c0 3.3.1 6.6.2 9.9c-12.8 1.7-22.8 12.6-22.8 25.9c0 14.5 11.7 26.2 26.2 26.2H44c26.8 91.7 111.4 158.7 211.7 158.7c121.8 0 220.6-98.8 220.6-220.6c.2-122-98.6-220.8-220.4-220.8"/><path fill="#FFB636" d="M476.2 265.8c.1-3.3.2-6.6.2-9.9c0-58.9-23.1-112.5-60.8-152c21.3 34.5 33.6 75.2 33.6 118.8c0 125.2-101.5 226.7-226.7 226.7c-43.6 0-84.2-12.3-118.8-33.6c39.6 37.7 93.1 60.8 152 60.8c100.3 0 185-67 211.7-158.7h5.2c14.5 0 26.2-11.7 26.2-26.2c.2-13.3-9.7-24.2-22.6-25.9"/><path fill="#F2A74E" d="M141.6 197.6c-1.8 0-3.6-.6-5-1.9c-3.1-2.8-3.4-7.6-.6-10.7c8.7-9.8 21.2-15.4 34.3-15.4s25.6 5.6 34.3 15.4c2.8 3.1 2.5 8-.7 10.7c-3.1 2.8-8 2.5-10.7-.7c-5.8-6.5-14.1-10.3-22.9-10.3s-17.1 3.7-22.9 10.3c-1.6 1.7-3.7 2.6-5.8 2.6m276.9-40.9c-2.1 0-4.2-.9-5.7-2.6c-5.8-6.5-14.1-10.3-22.9-10.3s-17.1 3.7-22.9 10.3c-2.8 3.1-7.6 3.4-10.7.6s-3.4-7.6-.6-10.7c8.7-9.8 21.2-15.4 34.3-15.4s25.6 5.6 34.3 15.4c2.8 3.1 2.5 8-.6 10.7c-1.6 1.4-3.4 2-5.2 2m-249 118.1c-8.4 0-16.8-1.8-24.6-5.6a7.56 7.56 0 0 1-3.6-10.1c1.8-3.8 6.3-5.4 10.1-3.6c11.8 5.6 25.4 5.4 37.4-.5c3.8-1.9 8.3-.3 10.2 3.4c1.9 3.8.3 8.3-3.4 10.2c-8.3 4.2-17.3 6.2-26.1 6.2"/><path fill="#2B3B47" d="M340.9 346c0 22.5-25.1 40.8-56.1 40.8s-56.1-18.3-56.1-40.8s25.1-16.3 56.1-16.3s56.1-6.2 56.1 16.3m49-167c13.4 0 24.2 10.8 24.2 24.2v54.3c0 13.4-10.8 8.1-24.2 8.1s-24.2 5.3-24.2-8.1v-54.3c-.1-13.3 10.8-24.2 24.2-24.2m-187.4 48.2c-6-13.7-18.5-22.1-32.3-22.1c-13.9 0-26.3 8.5-32.3 22.1c-1.9 4.4-1.8 11.4 1.7 14.5c1.9 1.7 4.4 2.6 6.8 2.6c2.8 0 5.6-1.2 7.7-3.4c4.1-4.6 10-7.2 16.2-7.2s12.1 2.6 16.2 7.2c3.7 4.2 10.2 4.6 14.4.9c3.4-3.2 4.1-8.9 1.6-14.6"/><path fill="#F2A74E" d="M413.7 272.4H366c-4.2 0-7.6-3.4-7.6-7.6s3.4-7.6 7.6-7.6h47.7c4.2 0 7.6 3.4 7.6 7.6s-3.4 7.6-7.6 7.6"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiWinking(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFD469" d="M255.9 35.3C134 35.3 35.2 134.1 35.2 256c0 3.3.1 6.6.2 9.9c-12.8 1.7-22.8 12.6-22.8 25.9c0 14.5 11.7 26.2 26.2 26.2H44c26.8 91.7 111.4 158.7 211.7 158.7c121.8 0 220.6-98.8 220.6-220.6c.2-122-98.6-220.8-220.4-220.8"/><path fill="#FFB636" d="M476.2 265.8c.1-3.3.2-6.6.2-9.9c0-58.9-23.1-112.5-60.8-152c21.3 34.5 33.6 75.2 33.6 118.8c0 125.2-101.5 226.7-226.7 226.7c-43.6 0-84.2-12.3-118.8-33.6c39.6 37.7 93.1 60.8 152 60.8c100.3 0 185-67 211.7-158.7h5.2c14.5 0 26.2-11.7 26.2-26.2c.2-13.3-9.7-24.2-22.6-25.9"/><path fill="#F2A74E" d="M141.6 197.6c-1.8 0-3.6-.6-5-1.9c-3.1-2.8-3.4-7.6-.6-10.7c8.7-9.8 21.2-15.4 34.3-15.4s25.6 5.6 34.3 15.4c2.8 3.1 2.5 8-.7 10.7c-3.1 2.8-8 2.5-10.7-.7c-5.8-6.5-14.1-10.3-22.9-10.3s-17.1 3.7-22.9 10.3c-1.6 1.7-3.7 2.6-5.8 2.6m276.9-40.9c-2.1 0-4.2-.9-5.7-2.6c-5.8-6.5-14.1-10.3-22.9-10.3s-17.1 3.7-22.9 10.3c-2.8 3.1-7.6 3.4-10.7.6s-3.4-7.6-.6-10.7c8.7-9.8 21.2-15.4 34.3-15.4s25.6 5.6 34.3 15.4c2.8 3.1 2.5 8-.6 10.7c-1.6 1.4-3.4 2-5.2 2m-249 118.1c-8.4 0-16.8-1.8-24.6-5.6a7.56 7.56 0 0 1-3.6-10.1c1.8-3.8 6.3-5.4 10.1-3.6c11.8 5.6 25.4 5.4 37.4-.5c3.8-1.9 8.3-.3 10.2 3.4c1.9 3.8.3 8.3-3.4 10.2c-8.3 4.2-17.3 6.2-26.1 6.2"/><path fill="#2B3B47" d="M340.9 346c0 22.5-25.1 40.8-56.1 40.8s-56.1-18.3-56.1-40.8s25.1-16.3 56.1-16.3s56.1-6.2 56.1 16.3m49-167c13.4 0 24.2 10.8 24.2 24.2v54.3c0 13.4-10.8 8.1-24.2 8.1s-24.2 5.3-24.2-8.1v-54.3c-.1-13.3 10.8-24.2 24.2-24.2m-187.4 48.2c-6-13.7-18.5-22.1-32.3-22.1c-13.9 0-26.3 8.5-32.3 22.1c-1.9 4.4-1.8 11.4 1.7 14.5c1.9 1.7 4.4 2.6 6.8 2.6c2.8 0 5.6-1.2 7.7-3.4c4.1-4.6 10-7.2 16.2-7.2s12.1 2.6 16.2 7.2c3.7 4.2 10.2 4.6 14.4.9c3.4-3.2 4.1-8.9 1.6-14.6"/><path fill="#F2A74E" d="M413.7 272.4H366c-4.2 0-7.6-3.4-7.6-7.6s3.4-7.6 7.6-7.6h47.7c4.2 0 7.6 3.4 7.6 7.6s-3.4 7.6-7.6 7.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FFD469" d="M255.9 35.3C134 35.3 35.2 134.1 35.2 256c0 3.3.1 6.6.2 9.9c-12.8 1.7-22.8 12.6-22.8 25.9c0 14.5 11.7 26.2 26.2 26.2H44c26.8 91.7 111.4 158.7 211.7 158.7c121.8 0 220.6-98.8 220.6-220.6c.2-122-98.6-220.8-220.4-220.8"/><path fill="#FFB636" d="M476.2 265.8c.1-3.3.2-6.6.2-9.9c0-58.9-23.1-112.5-60.8-152c21.3 34.5 33.6 75.2 33.6 118.8c0 125.2-101.5 226.7-226.7 226.7c-43.6 0-84.2-12.3-118.8-33.6c39.6 37.7 93.1 60.8 152 60.8c100.3 0 185-67 211.7-158.7h5.2c14.5 0 26.2-11.7 26.2-26.2c.2-13.3-9.7-24.2-22.6-25.9"/><path fill="#F2A74E" d="M141.6 197.6c-1.8 0-3.6-.6-5-1.9c-3.1-2.8-3.4-7.6-.6-10.7c8.7-9.8 21.2-15.4 34.3-15.4s25.6 5.6 34.3 15.4c2.8 3.1 2.5 8-.7 10.7c-3.1 2.8-8 2.5-10.7-.7c-5.8-6.5-14.1-10.3-22.9-10.3s-17.1 3.7-22.9 10.3c-1.6 1.7-3.7 2.6-5.8 2.6m276.9-40.9c-2.1 0-4.2-.9-5.7-2.6c-5.8-6.5-14.1-10.3-22.9-10.3s-17.1 3.7-22.9 10.3c-2.8 3.1-7.6 3.4-10.7.6s-3.4-7.6-.6-10.7c8.7-9.8 21.2-15.4 34.3-15.4s25.6 5.6 34.3 15.4c2.8 3.1 2.5 8-.6 10.7c-1.6 1.4-3.4 2-5.2 2m-249 118.1c-8.4 0-16.8-1.8-24.6-5.6a7.56 7.56 0 0 1-3.6-10.1c1.8-3.8 6.3-5.4 10.1-3.6c11.8 5.6 25.4 5.4 37.4-.5c3.8-1.9 8.3-.3 10.2 3.4c1.9 3.8.3 8.3-3.4 10.2c-8.3 4.2-17.3 6.2-26.1 6.2"/><path fill="#2B3B47" d="M340.9 346c0 22.5-25.1 40.8-56.1 40.8s-56.1-18.3-56.1-40.8s25.1-16.3 56.1-16.3s56.1-6.2 56.1 16.3m49-167c13.4 0 24.2 10.8 24.2 24.2v54.3c0 13.4-10.8 8.1-24.2 8.1s-24.2 5.3-24.2-8.1v-54.3c-.1-13.3 10.8-24.2 24.2-24.2m-187.4 48.2c-6-13.7-18.5-22.1-32.3-22.1c-13.9 0-26.3 8.5-32.3 22.1c-1.9 4.4-1.8 11.4 1.7 14.5c1.9 1.7 4.4 2.6 6.8 2.6c2.8 0 5.6-1.2 7.7-3.4c4.1-4.6 10-7.2 16.2-7.2s12.1 2.6 16.2 7.2c3.7 4.2 10.2 4.6 14.4.9c3.4-3.2 4.1-8.9 1.6-14.6"/><path fill="#F2A74E" d="M413.7 272.4H366c-4.2 0-7.6-3.4-7.6-7.6s3.4-7.6 7.6-7.6h47.7c4.2 0 7.6 3.4 7.6 7.6s-3.4 7.6-7.6 7.6"/></svg> </template>
CSS
.icon-winking {
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%23FFD469%22%20d%3D%22M255.9%2035.3C134%2035.3%2035.2%20134.1%2035.2%20256c0%203.3.1%206.6.2%209.9c-12.8%201.7-22.8%2012.6-22.8%2025.9c0%2014.5%2011.7%2026.2%2026.2%2026.2H44c26.8%2091.7%20111.4%20158.7%20211.7%20158.7c121.8%200%20220.6-98.8%20220.6-220.6c.2-122-98.6-220.8-220.4-220.8%22%2F%3E%3Cpath%20fill%3D%22%23FFB636%22%20d%3D%22M476.2%20265.8c.1-3.3.2-6.6.2-9.9c0-58.9-23.1-112.5-60.8-152c21.3%2034.5%2033.6%2075.2%2033.6%20118.8c0%20125.2-101.5%20226.7-226.7%20226.7c-43.6%200-84.2-12.3-118.8-33.6c39.6%2037.7%2093.1%2060.8%20152%2060.8c100.3%200%20185-67%20211.7-158.7h5.2c14.5%200%2026.2-11.7%2026.2-26.2c.2-13.3-9.7-24.2-22.6-25.9%22%2F%3E%3Cpath%20fill%3D%22%23F2A74E%22%20d%3D%22M141.6%20197.6c-1.8%200-3.6-.6-5-1.9c-3.1-2.8-3.4-7.6-.6-10.7c8.7-9.8%2021.2-15.4%2034.3-15.4s25.6%205.6%2034.3%2015.4c2.8%203.1%202.5%208-.7%2010.7c-3.1%202.8-8%202.5-10.7-.7c-5.8-6.5-14.1-10.3-22.9-10.3s-17.1%203.7-22.9%2010.3c-1.6%201.7-3.7%202.6-5.8%202.6m276.9-40.9c-2.1%200-4.2-.9-5.7-2.6c-5.8-6.5-14.1-10.3-22.9-10.3s-17.1%203.7-22.9%2010.3c-2.8%203.1-7.6%203.4-10.7.6s-3.4-7.6-.6-10.7c8.7-9.8%2021.2-15.4%2034.3-15.4s25.6%205.6%2034.3%2015.4c2.8%203.1%202.5%208-.6%2010.7c-1.6%201.4-3.4%202-5.2%202m-249%20118.1c-8.4%200-16.8-1.8-24.6-5.6a7.56%207.56%200%200%201-3.6-10.1c1.8-3.8%206.3-5.4%2010.1-3.6c11.8%205.6%2025.4%205.4%2037.4-.5c3.8-1.9%208.3-.3%2010.2%203.4c1.9%203.8.3%208.3-3.4%2010.2c-8.3%204.2-17.3%206.2-26.1%206.2%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M340.9%20346c0%2022.5-25.1%2040.8-56.1%2040.8s-56.1-18.3-56.1-40.8s25.1-16.3%2056.1-16.3s56.1-6.2%2056.1%2016.3m49-167c13.4%200%2024.2%2010.8%2024.2%2024.2v54.3c0%2013.4-10.8%208.1-24.2%208.1s-24.2%205.3-24.2-8.1v-54.3c-.1-13.3%2010.8-24.2%2024.2-24.2m-187.4%2048.2c-6-13.7-18.5-22.1-32.3-22.1c-13.9%200-26.3%208.5-32.3%2022.1c-1.9%204.4-1.8%2011.4%201.7%2014.5c1.9%201.7%204.4%202.6%206.8%202.6c2.8%200%205.6-1.2%207.7-3.4c4.1-4.6%2010-7.2%2016.2-7.2s12.1%202.6%2016.2%207.2c3.7%204.2%2010.2%204.6%2014.4.9c3.4-3.2%204.1-8.9%201.6-14.6%22%2F%3E%3Cpath%20fill%3D%22%23F2A74E%22%20d%3D%22M413.7%20272.4H366c-4.2%200-7.6-3.4-7.6-7.6s3.4-7.6%207.6-7.6h47.7c4.2%200%207.6%203.4%207.6%207.6s-3.4%207.6-7.6%207.6%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%23FFD469%22%20d%3D%22M255.9%2035.3C134%2035.3%2035.2%20134.1%2035.2%20256c0%203.3.1%206.6.2%209.9c-12.8%201.7-22.8%2012.6-22.8%2025.9c0%2014.5%2011.7%2026.2%2026.2%2026.2H44c26.8%2091.7%20111.4%20158.7%20211.7%20158.7c121.8%200%20220.6-98.8%20220.6-220.6c.2-122-98.6-220.8-220.4-220.8%22%2F%3E%3Cpath%20fill%3D%22%23FFB636%22%20d%3D%22M476.2%20265.8c.1-3.3.2-6.6.2-9.9c0-58.9-23.1-112.5-60.8-152c21.3%2034.5%2033.6%2075.2%2033.6%20118.8c0%20125.2-101.5%20226.7-226.7%20226.7c-43.6%200-84.2-12.3-118.8-33.6c39.6%2037.7%2093.1%2060.8%20152%2060.8c100.3%200%20185-67%20211.7-158.7h5.2c14.5%200%2026.2-11.7%2026.2-26.2c.2-13.3-9.7-24.2-22.6-25.9%22%2F%3E%3Cpath%20fill%3D%22%23F2A74E%22%20d%3D%22M141.6%20197.6c-1.8%200-3.6-.6-5-1.9c-3.1-2.8-3.4-7.6-.6-10.7c8.7-9.8%2021.2-15.4%2034.3-15.4s25.6%205.6%2034.3%2015.4c2.8%203.1%202.5%208-.7%2010.7c-3.1%202.8-8%202.5-10.7-.7c-5.8-6.5-14.1-10.3-22.9-10.3s-17.1%203.7-22.9%2010.3c-1.6%201.7-3.7%202.6-5.8%202.6m276.9-40.9c-2.1%200-4.2-.9-5.7-2.6c-5.8-6.5-14.1-10.3-22.9-10.3s-17.1%203.7-22.9%2010.3c-2.8%203.1-7.6%203.4-10.7.6s-3.4-7.6-.6-10.7c8.7-9.8%2021.2-15.4%2034.3-15.4s25.6%205.6%2034.3%2015.4c2.8%203.1%202.5%208-.6%2010.7c-1.6%201.4-3.4%202-5.2%202m-249%20118.1c-8.4%200-16.8-1.8-24.6-5.6a7.56%207.56%200%200%201-3.6-10.1c1.8-3.8%206.3-5.4%2010.1-3.6c11.8%205.6%2025.4%205.4%2037.4-.5c3.8-1.9%208.3-.3%2010.2%203.4c1.9%203.8.3%208.3-3.4%2010.2c-8.3%204.2-17.3%206.2-26.1%206.2%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M340.9%20346c0%2022.5-25.1%2040.8-56.1%2040.8s-56.1-18.3-56.1-40.8s25.1-16.3%2056.1-16.3s56.1-6.2%2056.1%2016.3m49-167c13.4%200%2024.2%2010.8%2024.2%2024.2v54.3c0%2013.4-10.8%208.1-24.2%208.1s-24.2%205.3-24.2-8.1v-54.3c-.1-13.3%2010.8-24.2%2024.2-24.2m-187.4%2048.2c-6-13.7-18.5-22.1-32.3-22.1c-13.9%200-26.3%208.5-32.3%2022.1c-1.9%204.4-1.8%2011.4%201.7%2014.5c1.9%201.7%204.4%202.6%206.8%202.6c2.8%200%205.6-1.2%207.7-3.4c4.1-4.6%2010-7.2%2016.2-7.2s12.1%202.6%2016.2%207.2c3.7%204.2%2010.2%204.6%2014.4.9c3.4-3.2%204.1-8.9%201.6-14.6%22%2F%3E%3Cpath%20fill%3D%22%23F2A74E%22%20d%3D%22M413.7%20272.4H366c-4.2%200-7.6-3.4-7.6-7.6s3.4-7.6%207.6-7.6h47.7c4.2%200%207.6%203.4%207.6%207.6s-3.4%207.6-7.6%207.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/winking.svg?color=%231a73e8&size=48