emoticon-kiss from Material Design Icons by Pictogrammers · Filled · Emoji · Apache-2.0 Free for personal and commercial use.

Name
emoticon-kiss
Set
Material Design Icons
Style
Filled
Category
Emoji
Viewbox
24×24
License
Apache 2.0
Aliases
emoji-kiss, face-kiss, smiley-kiss

1 other variant in Material Design Icons

More emoji icons from Material Design Icons

Use the emoticon kiss icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.9 18.94L15.94 16c-.18-.21-.39-.5-.39-.95a1.3 1.3 0 0 1 1.3-1.3c.34 0 .68.14.92.4l1.14 1.11l1.12-1.13c.24-.24.58-.38.92-.38a1.3 1.3 0 0 1 1.3 1.3c0 .34-.14.68-.38.92zm-1.44.68A9.93 9.93 0 0 1 11 22A10 10 0 0 1 1 12A10 10 0 0 1 11 2a10 10 0 0 1 10 10c0 .09 0 .17-.05.25c-.74 0-1.45.3-1.98.82l-.07.07l-.06-.05a2.76 2.76 0 0 0-1.99-.84a2.8 2.8 0 0 0-2.8 2.8c0 .73.29 1.45.82 1.98zM13 9.5c0 .8.7 1.5 1.5 1.5s1.5-.7 1.5-1.5S15.3 8 14.5 8S13 8.7 13 9.5m-4 0C9 8.7 8.3 8 7.5 8S6 8.7 6 9.5S6.7 11 7.5 11S9 10.3 9 9.5m3.94 5.68L14 14.12L11.88 12l-1.06 1.06l1.06 1.06l-1.06 1.06l1.06 1.06l-1.06 1.06l1.06 1.06L14 16.24z"/></svg>

React

import type { SVGProps } from "react";

export function MdiEmoticonKiss(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.9 18.94L15.94 16c-.18-.21-.39-.5-.39-.95a1.3 1.3 0 0 1 1.3-1.3c.34 0 .68.14.92.4l1.14 1.11l1.12-1.13c.24-.24.58-.38.92-.38a1.3 1.3 0 0 1 1.3 1.3c0 .34-.14.68-.38.92zm-1.44.68A9.93 9.93 0 0 1 11 22A10 10 0 0 1 1 12A10 10 0 0 1 11 2a10 10 0 0 1 10 10c0 .09 0 .17-.05.25c-.74 0-1.45.3-1.98.82l-.07.07l-.06-.05a2.76 2.76 0 0 0-1.99-.84a2.8 2.8 0 0 0-2.8 2.8c0 .73.29 1.45.82 1.98zM13 9.5c0 .8.7 1.5 1.5 1.5s1.5-.7 1.5-1.5S15.3 8 14.5 8S13 8.7 13 9.5m-4 0C9 8.7 8.3 8 7.5 8S6 8.7 6 9.5S6.7 11 7.5 11S9 10.3 9 9.5m3.94 5.68L14 14.12L11.88 12l-1.06 1.06l1.06 1.06l-1.06 1.06l1.06 1.06l-1.06 1.06l1.06 1.06L14 16.24z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.9 18.94L15.94 16c-.18-.21-.39-.5-.39-.95a1.3 1.3 0 0 1 1.3-1.3c.34 0 .68.14.92.4l1.14 1.11l1.12-1.13c.24-.24.58-.38.92-.38a1.3 1.3 0 0 1 1.3 1.3c0 .34-.14.68-.38.92zm-1.44.68A9.93 9.93 0 0 1 11 22A10 10 0 0 1 1 12A10 10 0 0 1 11 2a10 10 0 0 1 10 10c0 .09 0 .17-.05.25c-.74 0-1.45.3-1.98.82l-.07.07l-.06-.05a2.76 2.76 0 0 0-1.99-.84a2.8 2.8 0 0 0-2.8 2.8c0 .73.29 1.45.82 1.98zM13 9.5c0 .8.7 1.5 1.5 1.5s1.5-.7 1.5-1.5S15.3 8 14.5 8S13 8.7 13 9.5m-4 0C9 8.7 8.3 8 7.5 8S6 8.7 6 9.5S6.7 11 7.5 11S9 10.3 9 9.5m3.94 5.68L14 14.12L11.88 12l-1.06 1.06l1.06 1.06l-1.06 1.06l1.06 1.06l-1.06 1.06l1.06 1.06L14 16.24z"/></svg>
</template>

CSS

.icon-emoticon-kiss {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.9%2018.94L15.94%2016c-.18-.21-.39-.5-.39-.95a1.3%201.3%200%200%201%201.3-1.3c.34%200%20.68.14.92.4l1.14%201.11l1.12-1.13c.24-.24.58-.38.92-.38a1.3%201.3%200%200%201%201.3%201.3c0%20.34-.14.68-.38.92zm-1.44.68A9.93%209.93%200%200%201%2011%2022A10%2010%200%200%201%201%2012A10%2010%200%200%201%2011%202a10%2010%200%200%201%2010%2010c0%20.09%200%20.17-.05.25c-.74%200-1.45.3-1.98.82l-.07.07l-.06-.05a2.76%202.76%200%200%200-1.99-.84a2.8%202.8%200%200%200-2.8%202.8c0%20.73.29%201.45.82%201.98zM13%209.5c0%20.8.7%201.5%201.5%201.5s1.5-.7%201.5-1.5S15.3%208%2014.5%208S13%208.7%2013%209.5m-4%200C9%208.7%208.3%208%207.5%208S6%208.7%206%209.5S6.7%2011%207.5%2011S9%2010.3%209%209.5m3.94%205.68L14%2014.12L11.88%2012l-1.06%201.06l1.06%201.06l-1.06%201.06l1.06%201.06l-1.06%201.06l1.06%201.06L14%2016.24z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.9%2018.94L15.94%2016c-.18-.21-.39-.5-.39-.95a1.3%201.3%200%200%201%201.3-1.3c.34%200%20.68.14.92.4l1.14%201.11l1.12-1.13c.24-.24.58-.38.92-.38a1.3%201.3%200%200%201%201.3%201.3c0%20.34-.14.68-.38.92zm-1.44.68A9.93%209.93%200%200%201%2011%2022A10%2010%200%200%201%201%2012A10%2010%200%200%201%2011%202a10%2010%200%200%201%2010%2010c0%20.09%200%20.17-.05.25c-.74%200-1.45.3-1.98.82l-.07.07l-.06-.05a2.76%202.76%200%200%200-1.99-.84a2.8%202.8%200%200%200-2.8%202.8c0%20.73.29%201.45.82%201.98zM13%209.5c0%20.8.7%201.5%201.5%201.5s1.5-.7%201.5-1.5S15.3%208%2014.5%208S13%208.7%2013%209.5m-4%200C9%208.7%208.3%208%207.5%208S6%208.7%206%209.5S6.7%2011%207.5%2011S9%2010.3%209%209.5m3.94%205.68L14%2014.12L11.88%2012l-1.06%201.06l1.06%201.06l-1.06%201.06l1.06%201.06l-1.06%201.06l1.06%201.06L14%2016.24z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/emoticon-kiss.svg?color=%231a73e8&size=48