kiss mark emoji

kiss-mark from Noto Emoji by Google Inc · Default · Smileys & Emotion · Apache-2.0 Free for personal and commercial use.

Name
kiss-mark
Set
Noto Emoji
Style
Default
Category
Smileys & Emotion
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More smileys & emotion icons from Noto Emoji

Use the kiss mark emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#e53935" d="M112.3 6.13C105.57 7.79 98.47 8 93.12 7.83c-16.89-.54-32.6-4.41-44.71 5.25c-9.53 7.61-6.72 22.35-9.54 25.17l-.03.03l-.03.03c-2.81 2.81-17.56 0-25.17 9.54C3.99 59.96 8.87 74.28 8.2 90.27c-.22 5.35-.66 14.47-2.32 21.19c-.99 4.01 1.54 7.06 5.15 5.07c12.98-7.16 21-22.75 27.04-36.6c2.29-5.24 5.9-5.75 10.76-7.93c5.2-2.34 9.35-3.72 14.65-9.02l.03-.03l.03-.03c5.3-5.3 6.69-9.45 9.02-14.65c2.18-4.86 2.69-8.47 7.93-10.76c13.85-6.04 29.44-14.06 36.6-27.04c2-3.61-.79-5.33-4.79-4.34m6.44 15.79c-.41-2.44-3.33-2.99-5.14-1.18c-8.71 8.69-16.34 17.24-21.87 28.77c-4.48 9.34-6.53 17.44-13.81 25.08c-8.6 9.03-20.57 14.29-29.95 18.69c-13.03 6.1-20.53 13.6-28.61 21.83c-1.89 1.92-1.15 4.99 1.47 5.18c6.37.45 16.52 1.13 28.27 1.72c18.28.92 36.49-2.1 53.12-17.66c17.37-16.25 17.37-32.69 18.01-50.44c.43-11.75-.53-26.23-1.49-31.99"/></svg>

React

import type { SVGProps } from "react";

export function NotoKissMark(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#e53935" d="M112.3 6.13C105.57 7.79 98.47 8 93.12 7.83c-16.89-.54-32.6-4.41-44.71 5.25c-9.53 7.61-6.72 22.35-9.54 25.17l-.03.03l-.03.03c-2.81 2.81-17.56 0-25.17 9.54C3.99 59.96 8.87 74.28 8.2 90.27c-.22 5.35-.66 14.47-2.32 21.19c-.99 4.01 1.54 7.06 5.15 5.07c12.98-7.16 21-22.75 27.04-36.6c2.29-5.24 5.9-5.75 10.76-7.93c5.2-2.34 9.35-3.72 14.65-9.02l.03-.03l.03-.03c5.3-5.3 6.69-9.45 9.02-14.65c2.18-4.86 2.69-8.47 7.93-10.76c13.85-6.04 29.44-14.06 36.6-27.04c2-3.61-.79-5.33-4.79-4.34m6.44 15.79c-.41-2.44-3.33-2.99-5.14-1.18c-8.71 8.69-16.34 17.24-21.87 28.77c-4.48 9.34-6.53 17.44-13.81 25.08c-8.6 9.03-20.57 14.29-29.95 18.69c-13.03 6.1-20.53 13.6-28.61 21.83c-1.89 1.92-1.15 4.99 1.47 5.18c6.37.45 16.52 1.13 28.27 1.72c18.28.92 36.49-2.1 53.12-17.66c17.37-16.25 17.37-32.69 18.01-50.44c.43-11.75-.53-26.23-1.49-31.99"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#e53935" d="M112.3 6.13C105.57 7.79 98.47 8 93.12 7.83c-16.89-.54-32.6-4.41-44.71 5.25c-9.53 7.61-6.72 22.35-9.54 25.17l-.03.03l-.03.03c-2.81 2.81-17.56 0-25.17 9.54C3.99 59.96 8.87 74.28 8.2 90.27c-.22 5.35-.66 14.47-2.32 21.19c-.99 4.01 1.54 7.06 5.15 5.07c12.98-7.16 21-22.75 27.04-36.6c2.29-5.24 5.9-5.75 10.76-7.93c5.2-2.34 9.35-3.72 14.65-9.02l.03-.03l.03-.03c5.3-5.3 6.69-9.45 9.02-14.65c2.18-4.86 2.69-8.47 7.93-10.76c13.85-6.04 29.44-14.06 36.6-27.04c2-3.61-.79-5.33-4.79-4.34m6.44 15.79c-.41-2.44-3.33-2.99-5.14-1.18c-8.71 8.69-16.34 17.24-21.87 28.77c-4.48 9.34-6.53 17.44-13.81 25.08c-8.6 9.03-20.57 14.29-29.95 18.69c-13.03 6.1-20.53 13.6-28.61 21.83c-1.89 1.92-1.15 4.99 1.47 5.18c6.37.45 16.52 1.13 28.27 1.72c18.28.92 36.49-2.1 53.12-17.66c17.37-16.25 17.37-32.69 18.01-50.44c.43-11.75-.53-26.23-1.49-31.99"/></svg>
</template>

CSS

.icon-kiss-mark {
  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%20128%20128%22%3E%3Cpath%20fill%3D%22%23e53935%22%20d%3D%22M112.3%206.13C105.57%207.79%2098.47%208%2093.12%207.83c-16.89-.54-32.6-4.41-44.71%205.25c-9.53%207.61-6.72%2022.35-9.54%2025.17l-.03.03l-.03.03c-2.81%202.81-17.56%200-25.17%209.54C3.99%2059.96%208.87%2074.28%208.2%2090.27c-.22%205.35-.66%2014.47-2.32%2021.19c-.99%204.01%201.54%207.06%205.15%205.07c12.98-7.16%2021-22.75%2027.04-36.6c2.29-5.24%205.9-5.75%2010.76-7.93c5.2-2.34%209.35-3.72%2014.65-9.02l.03-.03l.03-.03c5.3-5.3%206.69-9.45%209.02-14.65c2.18-4.86%202.69-8.47%207.93-10.76c13.85-6.04%2029.44-14.06%2036.6-27.04c2-3.61-.79-5.33-4.79-4.34m6.44%2015.79c-.41-2.44-3.33-2.99-5.14-1.18c-8.71%208.69-16.34%2017.24-21.87%2028.77c-4.48%209.34-6.53%2017.44-13.81%2025.08c-8.6%209.03-20.57%2014.29-29.95%2018.69c-13.03%206.1-20.53%2013.6-28.61%2021.83c-1.89%201.92-1.15%204.99%201.47%205.18c6.37.45%2016.52%201.13%2028.27%201.72c18.28.92%2036.49-2.1%2053.12-17.66c17.37-16.25%2017.37-32.69%2018.01-50.44c.43-11.75-.53-26.23-1.49-31.99%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23e53935%22%20d%3D%22M112.3%206.13C105.57%207.79%2098.47%208%2093.12%207.83c-16.89-.54-32.6-4.41-44.71%205.25c-9.53%207.61-6.72%2022.35-9.54%2025.17l-.03.03l-.03.03c-2.81%202.81-17.56%200-25.17%209.54C3.99%2059.96%208.87%2074.28%208.2%2090.27c-.22%205.35-.66%2014.47-2.32%2021.19c-.99%204.01%201.54%207.06%205.15%205.07c12.98-7.16%2021-22.75%2027.04-36.6c2.29-5.24%205.9-5.75%2010.76-7.93c5.2-2.34%209.35-3.72%2014.65-9.02l.03-.03l.03-.03c5.3-5.3%206.69-9.45%209.02-14.65c2.18-4.86%202.69-8.47%207.93-10.76c13.85-6.04%2029.44-14.06%2036.6-27.04c2-3.61-.79-5.33-4.79-4.34m6.44%2015.79c-.41-2.44-3.33-2.99-5.14-1.18c-8.71%208.69-16.34%2017.24-21.87%2028.77c-4.48%209.34-6.53%2017.44-13.81%2025.08c-8.6%209.03-20.57%2014.29-29.95%2018.69c-13.03%206.1-20.53%2013.6-28.61%2021.83c-1.89%201.92-1.15%204.99%201.47%205.18c6.37.45%2016.52%201.13%2028.27%201.72c18.28.92%2036.49-2.1%2053.12-17.66c17.37-16.25%2017.37-32.69%2018.01-50.44c.43-11.75-.53-26.23-1.49-31.99%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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