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

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

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="M9 9.5c0 .8-.7 1.5-1.5 1.5S6 10.3 6 9.5S6.7 8 7.5 8S9 8.7 9 9.5m7 0c0 .8-.7 1.5-1.5 1.5S13 10.3 13 9.5S13.7 8 14.5 8s1.5.7 1.5 1.5m-2 4.62L11.88 12l-1.06 1.06l1.06 1.06l-1.06 1.06l1.06 1.06l-1.06 1.06l1.06 1.06L14 16.24l-1.06-1.06zM16.85 13a2.05 2.05 0 0 0-2.05 2.05c0 .57.23 1.07.6 1.45l3.5 3.5l3.5-3.5c.37-.37.6-.89.6-1.45A2.05 2.05 0 0 0 20.95 13c-.55 0-1.08.23-1.45.6l-.6.6l-.6-.59c-.37-.38-.9-.61-1.45-.61M15 18.92A8 8 0 0 1 11 20a8 8 0 0 1-8-8a8 8 0 0 1 8-8c4.26 0 7.73 3.33 8 7.5c.58-.31 1.26-.5 1.95-.5c-.5-5.05-4.77-9-9.95-9A10 10 0 0 0 1 12a10 10 0 0 0 10 10c2 0 3.88-.6 5.45-1.62z"/></svg>

React

import type { SVGProps } from "react";

export function MdiEmoticonKissOutline(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="M9 9.5c0 .8-.7 1.5-1.5 1.5S6 10.3 6 9.5S6.7 8 7.5 8S9 8.7 9 9.5m7 0c0 .8-.7 1.5-1.5 1.5S13 10.3 13 9.5S13.7 8 14.5 8s1.5.7 1.5 1.5m-2 4.62L11.88 12l-1.06 1.06l1.06 1.06l-1.06 1.06l1.06 1.06l-1.06 1.06l1.06 1.06L14 16.24l-1.06-1.06zM16.85 13a2.05 2.05 0 0 0-2.05 2.05c0 .57.23 1.07.6 1.45l3.5 3.5l3.5-3.5c.37-.37.6-.89.6-1.45A2.05 2.05 0 0 0 20.95 13c-.55 0-1.08.23-1.45.6l-.6.6l-.6-.59c-.37-.38-.9-.61-1.45-.61M15 18.92A8 8 0 0 1 11 20a8 8 0 0 1-8-8a8 8 0 0 1 8-8c4.26 0 7.73 3.33 8 7.5c.58-.31 1.26-.5 1.95-.5c-.5-5.05-4.77-9-9.95-9A10 10 0 0 0 1 12a10 10 0 0 0 10 10c2 0 3.88-.6 5.45-1.62z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 9.5c0 .8-.7 1.5-1.5 1.5S6 10.3 6 9.5S6.7 8 7.5 8S9 8.7 9 9.5m7 0c0 .8-.7 1.5-1.5 1.5S13 10.3 13 9.5S13.7 8 14.5 8s1.5.7 1.5 1.5m-2 4.62L11.88 12l-1.06 1.06l1.06 1.06l-1.06 1.06l1.06 1.06l-1.06 1.06l1.06 1.06L14 16.24l-1.06-1.06zM16.85 13a2.05 2.05 0 0 0-2.05 2.05c0 .57.23 1.07.6 1.45l3.5 3.5l3.5-3.5c.37-.37.6-.89.6-1.45A2.05 2.05 0 0 0 20.95 13c-.55 0-1.08.23-1.45.6l-.6.6l-.6-.59c-.37-.38-.9-.61-1.45-.61M15 18.92A8 8 0 0 1 11 20a8 8 0 0 1-8-8a8 8 0 0 1 8-8c4.26 0 7.73 3.33 8 7.5c.58-.31 1.26-.5 1.95-.5c-.5-5.05-4.77-9-9.95-9A10 10 0 0 0 1 12a10 10 0 0 0 10 10c2 0 3.88-.6 5.45-1.62z"/></svg>
</template>

CSS

.icon-emoticon-kiss-outline {
  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%22M9%209.5c0%20.8-.7%201.5-1.5%201.5S6%2010.3%206%209.5S6.7%208%207.5%208S9%208.7%209%209.5m7%200c0%20.8-.7%201.5-1.5%201.5S13%2010.3%2013%209.5S13.7%208%2014.5%208s1.5.7%201.5%201.5m-2%204.62L11.88%2012l-1.06%201.06l1.06%201.06l-1.06%201.06l1.06%201.06l-1.06%201.06l1.06%201.06L14%2016.24l-1.06-1.06zM16.85%2013a2.05%202.05%200%200%200-2.05%202.05c0%20.57.23%201.07.6%201.45l3.5%203.5l3.5-3.5c.37-.37.6-.89.6-1.45A2.05%202.05%200%200%200%2020.95%2013c-.55%200-1.08.23-1.45.6l-.6.6l-.6-.59c-.37-.38-.9-.61-1.45-.61M15%2018.92A8%208%200%200%201%2011%2020a8%208%200%200%201-8-8a8%208%200%200%201%208-8c4.26%200%207.73%203.33%208%207.5c.58-.31%201.26-.5%201.95-.5c-.5-5.05-4.77-9-9.95-9A10%2010%200%200%200%201%2012a10%2010%200%200%200%2010%2010c2%200%203.88-.6%205.45-1.62z%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%22M9%209.5c0%20.8-.7%201.5-1.5%201.5S6%2010.3%206%209.5S6.7%208%207.5%208S9%208.7%209%209.5m7%200c0%20.8-.7%201.5-1.5%201.5S13%2010.3%2013%209.5S13.7%208%2014.5%208s1.5.7%201.5%201.5m-2%204.62L11.88%2012l-1.06%201.06l1.06%201.06l-1.06%201.06l1.06%201.06l-1.06%201.06l1.06%201.06L14%2016.24l-1.06-1.06zM16.85%2013a2.05%202.05%200%200%200-2.05%202.05c0%20.57.23%201.07.6%201.45l3.5%203.5l3.5-3.5c.37-.37.6-.89.6-1.45A2.05%202.05%200%200%200%2020.95%2013c-.55%200-1.08.23-1.45.6l-.6.6l-.6-.59c-.37-.38-.9-.61-1.45-.61M15%2018.92A8%208%200%200%201%2011%2020a8%208%200%200%201-8-8a8%208%200%200%201%208-8c4.26%200%207.73%203.33%208%207.5c.58-.31%201.26-.5%201.95-.5c-.5-5.05-4.77-9-9.95-9A10%2010%200%200%200%201%2012a10%2010%200%200%200%2010%2010c2%200%203.88-.6%205.45-1.62z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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