face kiss wink heart icon
face-kiss-wink-heart from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- face-kiss-wink-heart
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
face-angryface-dizzyface-flushedface-frownface-frown-openface-grimaceface-grinface-grin-beamface-grin-beam-sweatface-grin-heartsface-grin-squintface-grin-squint-tearsface-grin-starsface-grin-tearsface-grin-tongueface-grin-tongue-squintface-grin-tongue-winkface-grin-wideface-grin-winkface-kissface-kiss-beamface-laughface-laugh-beamface-laugh-squint
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="M498 339.7c9.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-22.9-89.3c-10-39 11.8-80.9 51.8-92.1c37.2-10.4 73.8 10.1 87.5 44c12.7-1.6 25.1.4 36.2 5zM296 332c0 6.9-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.3s-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.1l-.6-.4l-.3-.2l-.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.3zM176.4 176a32 32 0 1 1 0 64a32 32 0 1 1 0-64m194.8 57.6c-17.6-23.5-52.8-23.5-70.4 0c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0c5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2M434 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 Fa6SolidFaceKissWinkHeart(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="M498 339.7c9.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-22.9-89.3c-10-39 11.8-80.9 51.8-92.1c37.2-10.4 73.8 10.1 87.5 44c12.7-1.6 25.1.4 36.2 5zM296 332c0 6.9-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.3s-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.1l-.6-.4l-.3-.2l-.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.3zM176.4 176a32 32 0 1 1 0 64a32 32 0 1 1 0-64m194.8 57.6c-17.6-23.5-52.8-23.5-70.4 0c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0c5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2M434 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="M498 339.7c9.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-22.9-89.3c-10-39 11.8-80.9 51.8-92.1c37.2-10.4 73.8 10.1 87.5 44c12.7-1.6 25.1.4 36.2 5zM296 332c0 6.9-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.3s-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.1l-.6-.4l-.3-.2l-.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.3zM176.4 176a32 32 0 1 1 0 64a32 32 0 1 1 0-64m194.8 57.6c-17.6-23.5-52.8-23.5-70.4 0c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0c5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2M434 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%22M498%20339.7c9.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-22.9-89.3c-10-39%2011.8-80.9%2051.8-92.1c37.2-10.4%2073.8%2010.1%2087.5%2044c12.7-1.6%2025.1.4%2036.2%205zM296%20332c0%206.9-3.1%2013.2-7.3%2018.3c-4.3%205.2-10.1%209.7-16.7%2013.4c-2.7%201.5-5.7%203-8.7%204.3c3.1%201.3%206%202.7%208.7%204.3c6.6%203.7%2012.5%208.2%2016.7%2013.4c4.3%205.1%207.3%2011.4%207.3%2018.3s-3.1%2013.2-7.3%2018.3c-4.3%205.2-10.1%209.7-16.7%2013.4c-13.3%207.4-30.6%2012.3-48%2012.3c-3.6%200-6.8-2.5-7.7-6s.6-7.2%203.8-9l.2-.1c.2-.1.5-.3.9-.5c.8-.5%202-1.2%203.4-2.1c2.8-1.9%206.5-4.5%2010.2-7.6s7.2-6.6%209.6-10.1c2.5-3.5%203.5-6.4%203.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.1l-.6-.4l-.3-.2l-.2-.1c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6%204.1-7l.2-.1c.2-.1.5-.3.9-.5c.8-.5%202-1.2%203.4-2.1c2.8-1.9%206.5-4.5%2010.2-7.6s7.2-6.6%209.6-10.1c2.5-3.5%203.5-6.4%203.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%207.7-6c17.4%200%2034.7%204.9%2047.9%2012.3c6.6%203.7%2012.5%208.2%2016.7%2013.4c4.3%205.1%207.3%2011.4%207.3%2018.3zM176.4%20176a32%2032%200%201%201%200%2064a32%2032%200%201%201%200-64m194.8%2057.6c-17.6-23.5-52.8-23.5-70.4%200c-5.3%207.1-15.3%208.5-22.4%203.2s-8.5-15.3-3.2-22.4c30.4-40.5%2091.2-40.5%20121.6%200c5.3%207.1%203.9%2017.1-3.2%2022.4s-17.1%203.9-22.4-3.2M434%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%22M498%20339.7c9.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-22.9-89.3c-10-39%2011.8-80.9%2051.8-92.1c37.2-10.4%2073.8%2010.1%2087.5%2044c12.7-1.6%2025.1.4%2036.2%205zM296%20332c0%206.9-3.1%2013.2-7.3%2018.3c-4.3%205.2-10.1%209.7-16.7%2013.4c-2.7%201.5-5.7%203-8.7%204.3c3.1%201.3%206%202.7%208.7%204.3c6.6%203.7%2012.5%208.2%2016.7%2013.4c4.3%205.1%207.3%2011.4%207.3%2018.3s-3.1%2013.2-7.3%2018.3c-4.3%205.2-10.1%209.7-16.7%2013.4c-13.3%207.4-30.6%2012.3-48%2012.3c-3.6%200-6.8-2.5-7.7-6s.6-7.2%203.8-9l.2-.1c.2-.1.5-.3.9-.5c.8-.5%202-1.2%203.4-2.1c2.8-1.9%206.5-4.5%2010.2-7.6s7.2-6.6%209.6-10.1c2.5-3.5%203.5-6.4%203.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.1l-.6-.4l-.3-.2l-.2-.1c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6%204.1-7l.2-.1c.2-.1.5-.3.9-.5c.8-.5%202-1.2%203.4-2.1c2.8-1.9%206.5-4.5%2010.2-7.6s7.2-6.6%209.6-10.1c2.5-3.5%203.5-6.4%203.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%207.7-6c17.4%200%2034.7%204.9%2047.9%2012.3c6.6%203.7%2012.5%208.2%2016.7%2013.4c4.3%205.1%207.3%2011.4%207.3%2018.3zM176.4%20176a32%2032%200%201%201%200%2064a32%2032%200%201%201%200-64m194.8%2057.6c-17.6-23.5-52.8-23.5-70.4%200c-5.3%207.1-15.3%208.5-22.4%203.2s-8.5-15.3-3.2-22.4c30.4-40.5%2091.2-40.5%20121.6%200c5.3%207.1%203.9%2017.1-3.2%2022.4s-17.1%203.9-22.4-3.2M434%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-solid/face-kiss-wink-heart.svg?color=%231a73e8&size=48