face kiss wink heart icon

face-kiss-wink-heart from Font Awesome 6 Regular by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
face-kiss-wink-heart
Set
Font Awesome 6 Regular
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Regular

Use the face kiss wink heart icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M338.9 446.8c-25.4 11-53.4 17.2-82.9 17.2c-114.9 0-208-93.1-208-208S141.1 48 256 48s208 93.1 208 208c0 22.4-3.5 43.9-10.1 64.1c3.1 4.5 5.7 9.4 7.8 14.6c12.7-1.6 25.1.4 36.2 5c9.1-26.2 14-54.4 14-83.7C512 114.6 397.4 0 256 0S0 114.6 0 256s114.6 256 256 256c35.4 0 69.1-7.2 99.7-20.2c-4.8-5.5-8.5-12.2-10.4-19.7l-6.5-25.3zM296 316c0-6.9-3.1-13.2-7.3-18.3c-4.3-5.2-10.1-9.7-16.7-13.4c-13.3-7.4-30.6-12.3-48-12.3c-3.6 0-6.8 2.5-7.7 6s.6 7.2 3.8 9l.2.1c.2.1.5.3.9.5c.8.5 2 1.2 3.4 2.1c2.8 1.9 6.5 4.5 10.2 7.6s7.2 6.6 9.6 10.1c2.5 3.5 3.5 6.4 3.5 8.6s-1 5-3.5 8.6c-2.5 3.5-5.9 6.9-9.6 10.1c-3.7 3.1-7.4 5.7-10.2 7.6c-1.4.9-2.6 1.6-3.4 2.1c-.4.2-.7.4-.9.5l-.2.1c-2.5 1.4-4.1 4.1-4.1 7s1.6 5.6 4.1 7l.2.1c.2.1.5.3.9.5c.8.5 2 1.2 3.4 2.1c2.8 1.9 6.5 4.5 10.2 7.6s7.2 6.6 9.6 10.1c2.5 3.5 3.5 6.4 3.5 8.6s-1 5-3.5 8.6c-2.5 3.5-5.9 6.9-9.6 10.1c-3.7 3.1-7.4 5.7-10.2 7.6c-1.4.9-2.6 1.6-3.4 2.1c-.4.2-.7.4-.9.5l-.2.1c-3.2 1.8-4.7 5.5-3.8 9s4.1 6 7.7 6c17.4 0 34.7-4.9 47.9-12.3c6.6-3.7 12.5-8.2 16.7-13.4c4.3-5.1 7.3-11.4 7.3-18.3s-3.1-13.2-7.3-18.3c-4.3-5.2-10.1-9.7-16.7-13.4c-2.7-1.5-5.7-3-8.7-4.3c3.1-1.3 6-2.7 8.7-4.3c6.6-3.7 12.5-8.2 16.7-13.4c4.3-5.1 7.3-11.4 7.3-18.3zm-119.6-76a32 32 0 1 0 0-64a32 32 0 1 0 0 64m159.3-20c10.6 0 19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3.9s8.5-20.2.9-28.3C375.7 186.8 355 180 335.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7.9 28.3s20.7 7.1 28.3-.9c5.5-5.8 14.8-9.7 25.4-9.7zM434 352.3c-6-23.2-28.8-37-51.1-30.8s-35.4 30.1-29.5 53.4l22.9 89.3c2.2 8.7 11.2 13.9 19.8 11.4l84.9-23.8c22.2-6.2 35.4-30.1 29.5-53.4s-28.8-37-51.1-30.8l-20.2 5.6l-5.4-21z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6RegularFaceKissWinkHeart(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M338.9 446.8c-25.4 11-53.4 17.2-82.9 17.2c-114.9 0-208-93.1-208-208S141.1 48 256 48s208 93.1 208 208c0 22.4-3.5 43.9-10.1 64.1c3.1 4.5 5.7 9.4 7.8 14.6c12.7-1.6 25.1.4 36.2 5c9.1-26.2 14-54.4 14-83.7C512 114.6 397.4 0 256 0S0 114.6 0 256s114.6 256 256 256c35.4 0 69.1-7.2 99.7-20.2c-4.8-5.5-8.5-12.2-10.4-19.7l-6.5-25.3zM296 316c0-6.9-3.1-13.2-7.3-18.3c-4.3-5.2-10.1-9.7-16.7-13.4c-13.3-7.4-30.6-12.3-48-12.3c-3.6 0-6.8 2.5-7.7 6s.6 7.2 3.8 9l.2.1c.2.1.5.3.9.5c.8.5 2 1.2 3.4 2.1c2.8 1.9 6.5 4.5 10.2 7.6s7.2 6.6 9.6 10.1c2.5 3.5 3.5 6.4 3.5 8.6s-1 5-3.5 8.6c-2.5 3.5-5.9 6.9-9.6 10.1c-3.7 3.1-7.4 5.7-10.2 7.6c-1.4.9-2.6 1.6-3.4 2.1c-.4.2-.7.4-.9.5l-.2.1c-2.5 1.4-4.1 4.1-4.1 7s1.6 5.6 4.1 7l.2.1c.2.1.5.3.9.5c.8.5 2 1.2 3.4 2.1c2.8 1.9 6.5 4.5 10.2 7.6s7.2 6.6 9.6 10.1c2.5 3.5 3.5 6.4 3.5 8.6s-1 5-3.5 8.6c-2.5 3.5-5.9 6.9-9.6 10.1c-3.7 3.1-7.4 5.7-10.2 7.6c-1.4.9-2.6 1.6-3.4 2.1c-.4.2-.7.4-.9.5l-.2.1c-3.2 1.8-4.7 5.5-3.8 9s4.1 6 7.7 6c17.4 0 34.7-4.9 47.9-12.3c6.6-3.7 12.5-8.2 16.7-13.4c4.3-5.1 7.3-11.4 7.3-18.3s-3.1-13.2-7.3-18.3c-4.3-5.2-10.1-9.7-16.7-13.4c-2.7-1.5-5.7-3-8.7-4.3c3.1-1.3 6-2.7 8.7-4.3c6.6-3.7 12.5-8.2 16.7-13.4c4.3-5.1 7.3-11.4 7.3-18.3zm-119.6-76a32 32 0 1 0 0-64a32 32 0 1 0 0 64m159.3-20c10.6 0 19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3.9s8.5-20.2.9-28.3C375.7 186.8 355 180 335.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7.9 28.3s20.7 7.1 28.3-.9c5.5-5.8 14.8-9.7 25.4-9.7zM434 352.3c-6-23.2-28.8-37-51.1-30.8s-35.4 30.1-29.5 53.4l22.9 89.3c2.2 8.7 11.2 13.9 19.8 11.4l84.9-23.8c22.2-6.2 35.4-30.1 29.5-53.4s-28.8-37-51.1-30.8l-20.2 5.6l-5.4-21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M338.9 446.8c-25.4 11-53.4 17.2-82.9 17.2c-114.9 0-208-93.1-208-208S141.1 48 256 48s208 93.1 208 208c0 22.4-3.5 43.9-10.1 64.1c3.1 4.5 5.7 9.4 7.8 14.6c12.7-1.6 25.1.4 36.2 5c9.1-26.2 14-54.4 14-83.7C512 114.6 397.4 0 256 0S0 114.6 0 256s114.6 256 256 256c35.4 0 69.1-7.2 99.7-20.2c-4.8-5.5-8.5-12.2-10.4-19.7l-6.5-25.3zM296 316c0-6.9-3.1-13.2-7.3-18.3c-4.3-5.2-10.1-9.7-16.7-13.4c-13.3-7.4-30.6-12.3-48-12.3c-3.6 0-6.8 2.5-7.7 6s.6 7.2 3.8 9l.2.1c.2.1.5.3.9.5c.8.5 2 1.2 3.4 2.1c2.8 1.9 6.5 4.5 10.2 7.6s7.2 6.6 9.6 10.1c2.5 3.5 3.5 6.4 3.5 8.6s-1 5-3.5 8.6c-2.5 3.5-5.9 6.9-9.6 10.1c-3.7 3.1-7.4 5.7-10.2 7.6c-1.4.9-2.6 1.6-3.4 2.1c-.4.2-.7.4-.9.5l-.2.1c-2.5 1.4-4.1 4.1-4.1 7s1.6 5.6 4.1 7l.2.1c.2.1.5.3.9.5c.8.5 2 1.2 3.4 2.1c2.8 1.9 6.5 4.5 10.2 7.6s7.2 6.6 9.6 10.1c2.5 3.5 3.5 6.4 3.5 8.6s-1 5-3.5 8.6c-2.5 3.5-5.9 6.9-9.6 10.1c-3.7 3.1-7.4 5.7-10.2 7.6c-1.4.9-2.6 1.6-3.4 2.1c-.4.2-.7.4-.9.5l-.2.1c-3.2 1.8-4.7 5.5-3.8 9s4.1 6 7.7 6c17.4 0 34.7-4.9 47.9-12.3c6.6-3.7 12.5-8.2 16.7-13.4c4.3-5.1 7.3-11.4 7.3-18.3s-3.1-13.2-7.3-18.3c-4.3-5.2-10.1-9.7-16.7-13.4c-2.7-1.5-5.7-3-8.7-4.3c3.1-1.3 6-2.7 8.7-4.3c6.6-3.7 12.5-8.2 16.7-13.4c4.3-5.1 7.3-11.4 7.3-18.3zm-119.6-76a32 32 0 1 0 0-64a32 32 0 1 0 0 64m159.3-20c10.6 0 19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3.9s8.5-20.2.9-28.3C375.7 186.8 355 180 335.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7.9 28.3s20.7 7.1 28.3-.9c5.5-5.8 14.8-9.7 25.4-9.7zM434 352.3c-6-23.2-28.8-37-51.1-30.8s-35.4 30.1-29.5 53.4l22.9 89.3c2.2 8.7 11.2 13.9 19.8 11.4l84.9-23.8c22.2-6.2 35.4-30.1 29.5-53.4s-28.8-37-51.1-30.8l-20.2 5.6l-5.4-21z"/></svg>
</template>

CSS

.icon-face-kiss-wink-heart {
  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%22currentColor%22%20d%3D%22M338.9%20446.8c-25.4%2011-53.4%2017.2-82.9%2017.2c-114.9%200-208-93.1-208-208S141.1%2048%20256%2048s208%2093.1%20208%20208c0%2022.4-3.5%2043.9-10.1%2064.1c3.1%204.5%205.7%209.4%207.8%2014.6c12.7-1.6%2025.1.4%2036.2%205c9.1-26.2%2014-54.4%2014-83.7C512%20114.6%20397.4%200%20256%200S0%20114.6%200%20256s114.6%20256%20256%20256c35.4%200%2069.1-7.2%2099.7-20.2c-4.8-5.5-8.5-12.2-10.4-19.7l-6.5-25.3zM296%20316c0-6.9-3.1-13.2-7.3-18.3c-4.3-5.2-10.1-9.7-16.7-13.4c-13.3-7.4-30.6-12.3-48-12.3c-3.6%200-6.8%202.5-7.7%206s.6%207.2%203.8%209l.2.1c.2.1.5.3.9.5c.8.5%202%201.2%203.4%202.1c2.8%201.9%206.5%204.5%2010.2%207.6s7.2%206.6%209.6%2010.1c2.5%203.5%203.5%206.4%203.5%208.6s-1%205-3.5%208.6c-2.5%203.5-5.9%206.9-9.6%2010.1c-3.7%203.1-7.4%205.7-10.2%207.6c-1.4.9-2.6%201.6-3.4%202.1c-.4.2-.7.4-.9.5l-.2.1c-2.5%201.4-4.1%204.1-4.1%207s1.6%205.6%204.1%207l.2.1c.2.1.5.3.9.5c.8.5%202%201.2%203.4%202.1c2.8%201.9%206.5%204.5%2010.2%207.6s7.2%206.6%209.6%2010.1c2.5%203.5%203.5%206.4%203.5%208.6s-1%205-3.5%208.6c-2.5%203.5-5.9%206.9-9.6%2010.1c-3.7%203.1-7.4%205.7-10.2%207.6c-1.4.9-2.6%201.6-3.4%202.1c-.4.2-.7.4-.9.5l-.2.1c-3.2%201.8-4.7%205.5-3.8%209s4.1%206%207.7%206c17.4%200%2034.7-4.9%2047.9-12.3c6.6-3.7%2012.5-8.2%2016.7-13.4c4.3-5.1%207.3-11.4%207.3-18.3s-3.1-13.2-7.3-18.3c-4.3-5.2-10.1-9.7-16.7-13.4c-2.7-1.5-5.7-3-8.7-4.3c3.1-1.3%206-2.7%208.7-4.3c6.6-3.7%2012.5-8.2%2016.7-13.4c4.3-5.1%207.3-11.4%207.3-18.3zm-119.6-76a32%2032%200%201%200%200-64a32%2032%200%201%200%200%2064m159.3-20c10.6%200%2019.9%203.8%2025.4%209.7c7.6%208.1%2020.2%208.5%2028.3.9s8.5-20.2.9-28.3C375.7%20186.8%20355%20180%20335.6%20180s-40.1%206.8-54.6%2022.3c-7.6%208.1-7.1%2020.7.9%2028.3s20.7%207.1%2028.3-.9c5.5-5.8%2014.8-9.7%2025.4-9.7zM434%20352.3c-6-23.2-28.8-37-51.1-30.8s-35.4%2030.1-29.5%2053.4l22.9%2089.3c2.2%208.7%2011.2%2013.9%2019.8%2011.4l84.9-23.8c22.2-6.2%2035.4-30.1%2029.5-53.4s-28.8-37-51.1-30.8l-20.2%205.6l-5.4-21z%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%22currentColor%22%20d%3D%22M338.9%20446.8c-25.4%2011-53.4%2017.2-82.9%2017.2c-114.9%200-208-93.1-208-208S141.1%2048%20256%2048s208%2093.1%20208%20208c0%2022.4-3.5%2043.9-10.1%2064.1c3.1%204.5%205.7%209.4%207.8%2014.6c12.7-1.6%2025.1.4%2036.2%205c9.1-26.2%2014-54.4%2014-83.7C512%20114.6%20397.4%200%20256%200S0%20114.6%200%20256s114.6%20256%20256%20256c35.4%200%2069.1-7.2%2099.7-20.2c-4.8-5.5-8.5-12.2-10.4-19.7l-6.5-25.3zM296%20316c0-6.9-3.1-13.2-7.3-18.3c-4.3-5.2-10.1-9.7-16.7-13.4c-13.3-7.4-30.6-12.3-48-12.3c-3.6%200-6.8%202.5-7.7%206s.6%207.2%203.8%209l.2.1c.2.1.5.3.9.5c.8.5%202%201.2%203.4%202.1c2.8%201.9%206.5%204.5%2010.2%207.6s7.2%206.6%209.6%2010.1c2.5%203.5%203.5%206.4%203.5%208.6s-1%205-3.5%208.6c-2.5%203.5-5.9%206.9-9.6%2010.1c-3.7%203.1-7.4%205.7-10.2%207.6c-1.4.9-2.6%201.6-3.4%202.1c-.4.2-.7.4-.9.5l-.2.1c-2.5%201.4-4.1%204.1-4.1%207s1.6%205.6%204.1%207l.2.1c.2.1.5.3.9.5c.8.5%202%201.2%203.4%202.1c2.8%201.9%206.5%204.5%2010.2%207.6s7.2%206.6%209.6%2010.1c2.5%203.5%203.5%206.4%203.5%208.6s-1%205-3.5%208.6c-2.5%203.5-5.9%206.9-9.6%2010.1c-3.7%203.1-7.4%205.7-10.2%207.6c-1.4.9-2.6%201.6-3.4%202.1c-.4.2-.7.4-.9.5l-.2.1c-3.2%201.8-4.7%205.5-3.8%209s4.1%206%207.7%206c17.4%200%2034.7-4.9%2047.9-12.3c6.6-3.7%2012.5-8.2%2016.7-13.4c4.3-5.1%207.3-11.4%207.3-18.3s-3.1-13.2-7.3-18.3c-4.3-5.2-10.1-9.7-16.7-13.4c-2.7-1.5-5.7-3-8.7-4.3c3.1-1.3%206-2.7%208.7-4.3c6.6-3.7%2012.5-8.2%2016.7-13.4c4.3-5.1%207.3-11.4%207.3-18.3zm-119.6-76a32%2032%200%201%200%200-64a32%2032%200%201%200%200%2064m159.3-20c10.6%200%2019.9%203.8%2025.4%209.7c7.6%208.1%2020.2%208.5%2028.3.9s8.5-20.2.9-28.3C375.7%20186.8%20355%20180%20335.6%20180s-40.1%206.8-54.6%2022.3c-7.6%208.1-7.1%2020.7.9%2028.3s20.7%207.1%2028.3-.9c5.5-5.8%2014.8-9.7%2025.4-9.7zM434%20352.3c-6-23.2-28.8-37-51.1-30.8s-35.4%2030.1-29.5%2053.4l22.9%2089.3c2.2%208.7%2011.2%2013.9%2019.8%2011.4l84.9-23.8c22.2-6.2%2035.4-30.1%2029.5-53.4s-28.8-37-51.1-30.8l-20.2%205.6l-5.4-21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-regular/face-kiss-wink-heart.svg?color=%231a73e8&size=48