winking face emoji
winking-face from Fluent Emoji High Contrast by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.
- Name
- winking-face
- 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 winking face emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.974 9.658c.144-.43.502-1.108 1.095-1.67C8.654 7.433 9.452 7 10.5 7a.5.5 0 0 0 0-1c-1.351 0-2.386.567-3.118 1.262c-.724.688-1.166 1.51-1.355 2.08a.5.5 0 0 0 .948.316M21.5 8a.5.5 0 0 0 0 1c.56 0 1.34.216 2.04.67c.694.45 1.263 1.104 1.475 1.951a.5.5 0 0 0 .97-.242c-.288-1.153-1.052-1.998-1.9-2.548C23.242 8.284 22.275 8 21.5 8m-8.302 9.041a3 3 0 1 0-4.615-.264A7 7 0 0 1 10.5 16.5c1.015 0 1.948.247 2.698.541m5.772-1.798C19.048 14.93 19.545 14 21 14s1.952.931 2.03 1.242a1 1 0 1 0 1.94-.485C24.715 13.736 23.545 12 21 12s-3.715 1.735-3.97 2.758a1 1 0 1 0 1.94.485M21.2 20.9c-.341.455-2.062 2.1-5.2 2.1c-2.488 0-3.89-1.187-4.2-1.6a1 1 0 1 0-1.6 1.2c.69.92 2.688 2.4 5.8 2.4c3.862 0 6.141-2.022 6.8-2.9a1 1 0 1 0-1.6-1.2"/><path fill="currentColor" fill-rule="evenodd" d="M4.763 5.423C7.313 2.654 11.095 1 16 1s8.686 1.654 11.235 4.423c2.537 2.755 3.764 6.515 3.764 10.576s-1.227 7.82-3.764 10.576c-2.55 2.769-6.331 4.423-11.235 4.423s-8.686-1.654-11.236-4.423C2.226 23.82 1 20.06 1 15.999S2.226 8.178 4.763 5.423m1.472 1.355C4.105 9.089 3 12.328 3 15.998s1.106 6.91 3.235 9.222c2.116 2.298 5.333 3.778 9.764 3.778s7.648-1.48 9.764-3.778c2.129-2.311 3.235-5.55 3.235-9.221c0-3.67-1.106-6.91-3.235-9.221C23.647 4.48 20.43 3 16 3S8.35 4.48 6.235 6.778" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastWinkingFace(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.974 9.658c.144-.43.502-1.108 1.095-1.67C8.654 7.433 9.452 7 10.5 7a.5.5 0 0 0 0-1c-1.351 0-2.386.567-3.118 1.262c-.724.688-1.166 1.51-1.355 2.08a.5.5 0 0 0 .948.316M21.5 8a.5.5 0 0 0 0 1c.56 0 1.34.216 2.04.67c.694.45 1.263 1.104 1.475 1.951a.5.5 0 0 0 .97-.242c-.288-1.153-1.052-1.998-1.9-2.548C23.242 8.284 22.275 8 21.5 8m-8.302 9.041a3 3 0 1 0-4.615-.264A7 7 0 0 1 10.5 16.5c1.015 0 1.948.247 2.698.541m5.772-1.798C19.048 14.93 19.545 14 21 14s1.952.931 2.03 1.242a1 1 0 1 0 1.94-.485C24.715 13.736 23.545 12 21 12s-3.715 1.735-3.97 2.758a1 1 0 1 0 1.94.485M21.2 20.9c-.341.455-2.062 2.1-5.2 2.1c-2.488 0-3.89-1.187-4.2-1.6a1 1 0 1 0-1.6 1.2c.69.92 2.688 2.4 5.8 2.4c3.862 0 6.141-2.022 6.8-2.9a1 1 0 1 0-1.6-1.2"/><path fill="currentColor" fillRule="evenodd" d="M4.763 5.423C7.313 2.654 11.095 1 16 1s8.686 1.654 11.235 4.423c2.537 2.755 3.764 6.515 3.764 10.576s-1.227 7.82-3.764 10.576c-2.55 2.769-6.331 4.423-11.235 4.423s-8.686-1.654-11.236-4.423C2.226 23.82 1 20.06 1 15.999S2.226 8.178 4.763 5.423m1.472 1.355C4.105 9.089 3 12.328 3 15.998s1.106 6.91 3.235 9.222c2.116 2.298 5.333 3.778 9.764 3.778s7.648-1.48 9.764-3.778c2.129-2.311 3.235-5.55 3.235-9.221c0-3.67-1.106-6.91-3.235-9.221C23.647 4.48 20.43 3 16 3S8.35 4.48 6.235 6.778" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.974 9.658c.144-.43.502-1.108 1.095-1.67C8.654 7.433 9.452 7 10.5 7a.5.5 0 0 0 0-1c-1.351 0-2.386.567-3.118 1.262c-.724.688-1.166 1.51-1.355 2.08a.5.5 0 0 0 .948.316M21.5 8a.5.5 0 0 0 0 1c.56 0 1.34.216 2.04.67c.694.45 1.263 1.104 1.475 1.951a.5.5 0 0 0 .97-.242c-.288-1.153-1.052-1.998-1.9-2.548C23.242 8.284 22.275 8 21.5 8m-8.302 9.041a3 3 0 1 0-4.615-.264A7 7 0 0 1 10.5 16.5c1.015 0 1.948.247 2.698.541m5.772-1.798C19.048 14.93 19.545 14 21 14s1.952.931 2.03 1.242a1 1 0 1 0 1.94-.485C24.715 13.736 23.545 12 21 12s-3.715 1.735-3.97 2.758a1 1 0 1 0 1.94.485M21.2 20.9c-.341.455-2.062 2.1-5.2 2.1c-2.488 0-3.89-1.187-4.2-1.6a1 1 0 1 0-1.6 1.2c.69.92 2.688 2.4 5.8 2.4c3.862 0 6.141-2.022 6.8-2.9a1 1 0 1 0-1.6-1.2"/><path fill="currentColor" fill-rule="evenodd" d="M4.763 5.423C7.313 2.654 11.095 1 16 1s8.686 1.654 11.235 4.423c2.537 2.755 3.764 6.515 3.764 10.576s-1.227 7.82-3.764 10.576c-2.55 2.769-6.331 4.423-11.235 4.423s-8.686-1.654-11.236-4.423C2.226 23.82 1 20.06 1 15.999S2.226 8.178 4.763 5.423m1.472 1.355C4.105 9.089 3 12.328 3 15.998s1.106 6.91 3.235 9.222c2.116 2.298 5.333 3.778 9.764 3.778s7.648-1.48 9.764-3.778c2.129-2.311 3.235-5.55 3.235-9.221c0-3.67-1.106-6.91-3.235-9.221C23.647 4.48 20.43 3 16 3S8.35 4.48 6.235 6.778" clip-rule="evenodd"/></svg> </template>
CSS
.icon-winking-face {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.974%209.658c.144-.43.502-1.108%201.095-1.67C8.654%207.433%209.452%207%2010.5%207a.5.5%200%200%200%200-1c-1.351%200-2.386.567-3.118%201.262c-.724.688-1.166%201.51-1.355%202.08a.5.5%200%200%200%20.948.316M21.5%208a.5.5%200%200%200%200%201c.56%200%201.34.216%202.04.67c.694.45%201.263%201.104%201.475%201.951a.5.5%200%200%200%20.97-.242c-.288-1.153-1.052-1.998-1.9-2.548C23.242%208.284%2022.275%208%2021.5%208m-8.302%209.041a3%203%200%201%200-4.615-.264A7%207%200%200%201%2010.5%2016.5c1.015%200%201.948.247%202.698.541m5.772-1.798C19.048%2014.93%2019.545%2014%2021%2014s1.952.931%202.03%201.242a1%201%200%201%200%201.94-.485C24.715%2013.736%2023.545%2012%2021%2012s-3.715%201.735-3.97%202.758a1%201%200%201%200%201.94.485M21.2%2020.9c-.341.455-2.062%202.1-5.2%202.1c-2.488%200-3.89-1.187-4.2-1.6a1%201%200%201%200-1.6%201.2c.69.92%202.688%202.4%205.8%202.4c3.862%200%206.141-2.022%206.8-2.9a1%201%200%201%200-1.6-1.2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.763%205.423C7.313%202.654%2011.095%201%2016%201s8.686%201.654%2011.235%204.423c2.537%202.755%203.764%206.515%203.764%2010.576s-1.227%207.82-3.764%2010.576c-2.55%202.769-6.331%204.423-11.235%204.423s-8.686-1.654-11.236-4.423C2.226%2023.82%201%2020.06%201%2015.999S2.226%208.178%204.763%205.423m1.472%201.355C4.105%209.089%203%2012.328%203%2015.998s1.106%206.91%203.235%209.222c2.116%202.298%205.333%203.778%209.764%203.778s7.648-1.48%209.764-3.778c2.129-2.311%203.235-5.55%203.235-9.221c0-3.67-1.106-6.91-3.235-9.221C23.647%204.48%2020.43%203%2016%203S8.35%204.48%206.235%206.778%22%20clip-rule%3D%22evenodd%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.974%209.658c.144-.43.502-1.108%201.095-1.67C8.654%207.433%209.452%207%2010.5%207a.5.5%200%200%200%200-1c-1.351%200-2.386.567-3.118%201.262c-.724.688-1.166%201.51-1.355%202.08a.5.5%200%200%200%20.948.316M21.5%208a.5.5%200%200%200%200%201c.56%200%201.34.216%202.04.67c.694.45%201.263%201.104%201.475%201.951a.5.5%200%200%200%20.97-.242c-.288-1.153-1.052-1.998-1.9-2.548C23.242%208.284%2022.275%208%2021.5%208m-8.302%209.041a3%203%200%201%200-4.615-.264A7%207%200%200%201%2010.5%2016.5c1.015%200%201.948.247%202.698.541m5.772-1.798C19.048%2014.93%2019.545%2014%2021%2014s1.952.931%202.03%201.242a1%201%200%201%200%201.94-.485C24.715%2013.736%2023.545%2012%2021%2012s-3.715%201.735-3.97%202.758a1%201%200%201%200%201.94.485M21.2%2020.9c-.341.455-2.062%202.1-5.2%202.1c-2.488%200-3.89-1.187-4.2-1.6a1%201%200%201%200-1.6%201.2c.69.92%202.688%202.4%205.8%202.4c3.862%200%206.141-2.022%206.8-2.9a1%201%200%201%200-1.6-1.2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.763%205.423C7.313%202.654%2011.095%201%2016%201s8.686%201.654%2011.235%204.423c2.537%202.755%203.764%206.515%203.764%2010.576s-1.227%207.82-3.764%2010.576c-2.55%202.769-6.331%204.423-11.235%204.423s-8.686-1.654-11.236-4.423C2.226%2023.82%201%2020.06%201%2015.999S2.226%208.178%204.763%205.423m1.472%201.355C4.105%209.089%203%2012.328%203%2015.998s1.106%206.91%203.235%209.222c2.116%202.298%205.333%203.778%209.764%203.778s7.648-1.48%209.764-3.778c2.129-2.311%203.235-5.55%203.235-9.221c0-3.67-1.106-6.91-3.235-9.221C23.647%204.48%2020.43%203%2016%203S8.35%204.48%206.235%206.778%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/winking-face.svg?color=%231a73e8&size=48