kiss wink heart icon
kiss-wink-heart from Font Awesome Solid by Dave Gandy · Solid · Emoji · CC-BY-4.0 Attribution required.
- Name
- kiss-wink-heart
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Emoji
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More emoji icons from Font Awesome Solid
Use the kiss wink heart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M543.7 332.3q.3-6.15.3-12.3c0-141.4-114.6-256-256-256S32 178.6 32 320s114.6 256 256 256c41.4 0 80.5-9.8 115.1-27.3c-7.6-17.1-16.1-38.8-21.8-61.7c-7.7-30.5-14.1-76.2 8.2-114.7l2.7-4.6c29.5-51 94.7-68.5 145.7-39c2 1.2 4 2.4 5.9 3.7zM240 368c0-8.8 7.2-16 16-16h32c26.5 0 48 21.5 48 48c0 12.3-4.6 23.5-12.2 32c7.6 8.5 12.2 19.7 12.2 32c0 26.5-21.5 48-48 48h-32c-8.8 0-16-7.2-16-16s7.2-16 16-16h16c8.8 0 16-7.2 16-16s-7.2-16-16-16h-16c-8.8 0-16-7.2-16-16s7.2-16 16-16h16c8.8 0 16-7.2 16-16s-7.2-16-16-16h-16c-8.8 0-16-7.2-16-16m-32-128c17.7 0 32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32m152 20c-11 0-20 9-20 20s-9 20-20 20s-20-9-20-20c0-33.1 26.9-60 60-60h16c33.1 0 60 26.9 60 60c0 11-9 20-20 20s-20-9-20-20s-9-20-20-20zm182.8 154c-2.2-18.3-12.9-34.6-28.9-43.8c-28.1-16.2-63.9-6.6-80.1 21.5l-2.7 4.6c-24.5 42.5 7.9 117.9 24.4 150.8c5.1 10.1 15.5 16.1 26.8 15.5c36.7-2.2 118.2-11.7 142.8-54.2l2.7-4.6c16.2-28.1 6.6-63.9-21.5-80.1c-16-9.2-35.4-10.4-52.4-3.1l-9.8 4.2l-1.3-10.6z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidKissWinkHeart(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M543.7 332.3q.3-6.15.3-12.3c0-141.4-114.6-256-256-256S32 178.6 32 320s114.6 256 256 256c41.4 0 80.5-9.8 115.1-27.3c-7.6-17.1-16.1-38.8-21.8-61.7c-7.7-30.5-14.1-76.2 8.2-114.7l2.7-4.6c29.5-51 94.7-68.5 145.7-39c2 1.2 4 2.4 5.9 3.7zM240 368c0-8.8 7.2-16 16-16h32c26.5 0 48 21.5 48 48c0 12.3-4.6 23.5-12.2 32c7.6 8.5 12.2 19.7 12.2 32c0 26.5-21.5 48-48 48h-32c-8.8 0-16-7.2-16-16s7.2-16 16-16h16c8.8 0 16-7.2 16-16s-7.2-16-16-16h-16c-8.8 0-16-7.2-16-16s7.2-16 16-16h16c8.8 0 16-7.2 16-16s-7.2-16-16-16h-16c-8.8 0-16-7.2-16-16m-32-128c17.7 0 32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32m152 20c-11 0-20 9-20 20s-9 20-20 20s-20-9-20-20c0-33.1 26.9-60 60-60h16c33.1 0 60 26.9 60 60c0 11-9 20-20 20s-20-9-20-20s-9-20-20-20zm182.8 154c-2.2-18.3-12.9-34.6-28.9-43.8c-28.1-16.2-63.9-6.6-80.1 21.5l-2.7 4.6c-24.5 42.5 7.9 117.9 24.4 150.8c5.1 10.1 15.5 16.1 26.8 15.5c36.7-2.2 118.2-11.7 142.8-54.2l2.7-4.6c16.2-28.1 6.6-63.9-21.5-80.1c-16-9.2-35.4-10.4-52.4-3.1l-9.8 4.2l-1.3-10.6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M543.7 332.3q.3-6.15.3-12.3c0-141.4-114.6-256-256-256S32 178.6 32 320s114.6 256 256 256c41.4 0 80.5-9.8 115.1-27.3c-7.6-17.1-16.1-38.8-21.8-61.7c-7.7-30.5-14.1-76.2 8.2-114.7l2.7-4.6c29.5-51 94.7-68.5 145.7-39c2 1.2 4 2.4 5.9 3.7zM240 368c0-8.8 7.2-16 16-16h32c26.5 0 48 21.5 48 48c0 12.3-4.6 23.5-12.2 32c7.6 8.5 12.2 19.7 12.2 32c0 26.5-21.5 48-48 48h-32c-8.8 0-16-7.2-16-16s7.2-16 16-16h16c8.8 0 16-7.2 16-16s-7.2-16-16-16h-16c-8.8 0-16-7.2-16-16s7.2-16 16-16h16c8.8 0 16-7.2 16-16s-7.2-16-16-16h-16c-8.8 0-16-7.2-16-16m-32-128c17.7 0 32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32s14.3-32 32-32m152 20c-11 0-20 9-20 20s-9 20-20 20s-20-9-20-20c0-33.1 26.9-60 60-60h16c33.1 0 60 26.9 60 60c0 11-9 20-20 20s-20-9-20-20s-9-20-20-20zm182.8 154c-2.2-18.3-12.9-34.6-28.9-43.8c-28.1-16.2-63.9-6.6-80.1 21.5l-2.7 4.6c-24.5 42.5 7.9 117.9 24.4 150.8c5.1 10.1 15.5 16.1 26.8 15.5c36.7-2.2 118.2-11.7 142.8-54.2l2.7-4.6c16.2-28.1 6.6-63.9-21.5-80.1c-16-9.2-35.4-10.4-52.4-3.1l-9.8 4.2l-1.3-10.6z"/></svg> </template>
CSS
.icon-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M543.7%20332.3q.3-6.15.3-12.3c0-141.4-114.6-256-256-256S32%20178.6%2032%20320s114.6%20256%20256%20256c41.4%200%2080.5-9.8%20115.1-27.3c-7.6-17.1-16.1-38.8-21.8-61.7c-7.7-30.5-14.1-76.2%208.2-114.7l2.7-4.6c29.5-51%2094.7-68.5%20145.7-39c2%201.2%204%202.4%205.9%203.7zM240%20368c0-8.8%207.2-16%2016-16h32c26.5%200%2048%2021.5%2048%2048c0%2012.3-4.6%2023.5-12.2%2032c7.6%208.5%2012.2%2019.7%2012.2%2032c0%2026.5-21.5%2048-48%2048h-32c-8.8%200-16-7.2-16-16s7.2-16%2016-16h16c8.8%200%2016-7.2%2016-16s-7.2-16-16-16h-16c-8.8%200-16-7.2-16-16s7.2-16%2016-16h16c8.8%200%2016-7.2%2016-16s-7.2-16-16-16h-16c-8.8%200-16-7.2-16-16m-32-128c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032s-32-14.3-32-32s14.3-32%2032-32m152%2020c-11%200-20%209-20%2020s-9%2020-20%2020s-20-9-20-20c0-33.1%2026.9-60%2060-60h16c33.1%200%2060%2026.9%2060%2060c0%2011-9%2020-20%2020s-20-9-20-20s-9-20-20-20zm182.8%20154c-2.2-18.3-12.9-34.6-28.9-43.8c-28.1-16.2-63.9-6.6-80.1%2021.5l-2.7%204.6c-24.5%2042.5%207.9%20117.9%2024.4%20150.8c5.1%2010.1%2015.5%2016.1%2026.8%2015.5c36.7-2.2%20118.2-11.7%20142.8-54.2l2.7-4.6c16.2-28.1%206.6-63.9-21.5-80.1c-16-9.2-35.4-10.4-52.4-3.1l-9.8%204.2l-1.3-10.6z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M543.7%20332.3q.3-6.15.3-12.3c0-141.4-114.6-256-256-256S32%20178.6%2032%20320s114.6%20256%20256%20256c41.4%200%2080.5-9.8%20115.1-27.3c-7.6-17.1-16.1-38.8-21.8-61.7c-7.7-30.5-14.1-76.2%208.2-114.7l2.7-4.6c29.5-51%2094.7-68.5%20145.7-39c2%201.2%204%202.4%205.9%203.7zM240%20368c0-8.8%207.2-16%2016-16h32c26.5%200%2048%2021.5%2048%2048c0%2012.3-4.6%2023.5-12.2%2032c7.6%208.5%2012.2%2019.7%2012.2%2032c0%2026.5-21.5%2048-48%2048h-32c-8.8%200-16-7.2-16-16s7.2-16%2016-16h16c8.8%200%2016-7.2%2016-16s-7.2-16-16-16h-16c-8.8%200-16-7.2-16-16s7.2-16%2016-16h16c8.8%200%2016-7.2%2016-16s-7.2-16-16-16h-16c-8.8%200-16-7.2-16-16m-32-128c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032s-32-14.3-32-32s14.3-32%2032-32m152%2020c-11%200-20%209-20%2020s-9%2020-20%2020s-20-9-20-20c0-33.1%2026.9-60%2060-60h16c33.1%200%2060%2026.9%2060%2060c0%2011-9%2020-20%2020s-20-9-20-20s-9-20-20-20zm182.8%20154c-2.2-18.3-12.9-34.6-28.9-43.8c-28.1-16.2-63.9-6.6-80.1%2021.5l-2.7%204.6c-24.5%2042.5%207.9%20117.9%2024.4%20150.8c5.1%2010.1%2015.5%2016.1%2026.8%2015.5c36.7-2.2%20118.2-11.7%20142.8-54.2l2.7-4.6c16.2-28.1%206.6-63.9-21.5-80.1c-16-9.2-35.4-10.4-52.4-3.1l-9.8%204.2l-1.3-10.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/kiss-wink-heart.svg?color=%231a73e8&size=48