kissmark from Firefox OS Emoji by Mozilla · Default · People · Apache-2.0 Free for personal and commercial use.

Name
kissmark
Set
Firefox OS Emoji
Style
Default
Category
People
Viewbox
72×72
License
Apache 2.0

More people icons from Firefox OS Emoji

Use the kissmark emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#FF473E" d="M71.4 43.8c.7-.7.7-1.9 0-2.7c-2-2.1-5.9-6.5-9.1-12.1l-.1-.1c-1.6-3.6-4.7-6.4-8.7-7.5h-.1c-.1 0-.2-.1-.3-.1c-2.8-.8-5.6-.5-8.2.4c-.2.1-.5.2-.9.4c-.2.1-.3.2-.5.3c-.3.1-.5.2-.8.4c-1.4.7-2.6 1.2-3.5 1.2c-.2 0-.5-.1-.7-.2c-.8-.5-1.6-1.4-2.4-2.8c-.1-.2-.3-.5-.5-.7c-.1-.2-.2-.3-.3-.5c-.2-.4-.4-.6-.6-.7c-1.7-2.1-4.1-3.7-6.9-4.5h-.2s-.1-.1-.2-.1c-4.1-1.1-8.2-.1-11.3 2.2c0 0-.1 0-.1.1c-5.6 3.2-11.2 5.1-14 5.9C1 23 .4 24 .7 25c1.6 5.8 8.1 23.5 29.6 29.4c0 0 .2.1.3.1h.1c.1 0 .3.1.3.1c21.6 5.5 36.1-6.6 40.4-10.8"/><path fill="#2B3B47" d="M43.6 34.9c-.7-1.8-2.7-2.8-4.6-2.1c-.2.1-.6.1-1 .1c-.5-.2-1-.4-1.5-.5l-1.5-.3c-.4-.2-.7-.5-.9-.7c-1.2-1.5-3.5-1.7-5-.5s-1.7 3.5-.5 5c-.2 1.5.4 3 1.7 4.2c.9.8 2.2 1.5 3.6 1.8c.8.2 1.7.3 2.5.3c2.9 0 4.5-1.4 5.1-2.9c1.9-.6 2.8-2.6 2.1-4.4"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiKissmark(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#FF473E" d="M71.4 43.8c.7-.7.7-1.9 0-2.7c-2-2.1-5.9-6.5-9.1-12.1l-.1-.1c-1.6-3.6-4.7-6.4-8.7-7.5h-.1c-.1 0-.2-.1-.3-.1c-2.8-.8-5.6-.5-8.2.4c-.2.1-.5.2-.9.4c-.2.1-.3.2-.5.3c-.3.1-.5.2-.8.4c-1.4.7-2.6 1.2-3.5 1.2c-.2 0-.5-.1-.7-.2c-.8-.5-1.6-1.4-2.4-2.8c-.1-.2-.3-.5-.5-.7c-.1-.2-.2-.3-.3-.5c-.2-.4-.4-.6-.6-.7c-1.7-2.1-4.1-3.7-6.9-4.5h-.2s-.1-.1-.2-.1c-4.1-1.1-8.2-.1-11.3 2.2c0 0-.1 0-.1.1c-5.6 3.2-11.2 5.1-14 5.9C1 23 .4 24 .7 25c1.6 5.8 8.1 23.5 29.6 29.4c0 0 .2.1.3.1h.1c.1 0 .3.1.3.1c21.6 5.5 36.1-6.6 40.4-10.8"/><path fill="#2B3B47" d="M43.6 34.9c-.7-1.8-2.7-2.8-4.6-2.1c-.2.1-.6.1-1 .1c-.5-.2-1-.4-1.5-.5l-1.5-.3c-.4-.2-.7-.5-.9-.7c-1.2-1.5-3.5-1.7-5-.5s-1.7 3.5-.5 5c-.2 1.5.4 3 1.7 4.2c.9.8 2.2 1.5 3.6 1.8c.8.2 1.7.3 2.5.3c2.9 0 4.5-1.4 5.1-2.9c1.9-.6 2.8-2.6 2.1-4.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#FF473E" d="M71.4 43.8c.7-.7.7-1.9 0-2.7c-2-2.1-5.9-6.5-9.1-12.1l-.1-.1c-1.6-3.6-4.7-6.4-8.7-7.5h-.1c-.1 0-.2-.1-.3-.1c-2.8-.8-5.6-.5-8.2.4c-.2.1-.5.2-.9.4c-.2.1-.3.2-.5.3c-.3.1-.5.2-.8.4c-1.4.7-2.6 1.2-3.5 1.2c-.2 0-.5-.1-.7-.2c-.8-.5-1.6-1.4-2.4-2.8c-.1-.2-.3-.5-.5-.7c-.1-.2-.2-.3-.3-.5c-.2-.4-.4-.6-.6-.7c-1.7-2.1-4.1-3.7-6.9-4.5h-.2s-.1-.1-.2-.1c-4.1-1.1-8.2-.1-11.3 2.2c0 0-.1 0-.1.1c-5.6 3.2-11.2 5.1-14 5.9C1 23 .4 24 .7 25c1.6 5.8 8.1 23.5 29.6 29.4c0 0 .2.1.3.1h.1c.1 0 .3.1.3.1c21.6 5.5 36.1-6.6 40.4-10.8"/><path fill="#2B3B47" d="M43.6 34.9c-.7-1.8-2.7-2.8-4.6-2.1c-.2.1-.6.1-1 .1c-.5-.2-1-.4-1.5-.5l-1.5-.3c-.4-.2-.7-.5-.9-.7c-1.2-1.5-3.5-1.7-5-.5s-1.7 3.5-.5 5c-.2 1.5.4 3 1.7 4.2c.9.8 2.2 1.5 3.6 1.8c.8.2 1.7.3 2.5.3c2.9 0 4.5-1.4 5.1-2.9c1.9-.6 2.8-2.6 2.1-4.4"/></svg>
</template>

CSS

.icon-kissmark {
  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%2072%2072%22%3E%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22M71.4%2043.8c.7-.7.7-1.9%200-2.7c-2-2.1-5.9-6.5-9.1-12.1l-.1-.1c-1.6-3.6-4.7-6.4-8.7-7.5h-.1c-.1%200-.2-.1-.3-.1c-2.8-.8-5.6-.5-8.2.4c-.2.1-.5.2-.9.4c-.2.1-.3.2-.5.3c-.3.1-.5.2-.8.4c-1.4.7-2.6%201.2-3.5%201.2c-.2%200-.5-.1-.7-.2c-.8-.5-1.6-1.4-2.4-2.8c-.1-.2-.3-.5-.5-.7c-.1-.2-.2-.3-.3-.5c-.2-.4-.4-.6-.6-.7c-1.7-2.1-4.1-3.7-6.9-4.5h-.2s-.1-.1-.2-.1c-4.1-1.1-8.2-.1-11.3%202.2c0%200-.1%200-.1.1c-5.6%203.2-11.2%205.1-14%205.9C1%2023%20.4%2024%20.7%2025c1.6%205.8%208.1%2023.5%2029.6%2029.4c0%200%20.2.1.3.1h.1c.1%200%20.3.1.3.1c21.6%205.5%2036.1-6.6%2040.4-10.8%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M43.6%2034.9c-.7-1.8-2.7-2.8-4.6-2.1c-.2.1-.6.1-1%20.1c-.5-.2-1-.4-1.5-.5l-1.5-.3c-.4-.2-.7-.5-.9-.7c-1.2-1.5-3.5-1.7-5-.5s-1.7%203.5-.5%205c-.2%201.5.4%203%201.7%204.2c.9.8%202.2%201.5%203.6%201.8c.8.2%201.7.3%202.5.3c2.9%200%204.5-1.4%205.1-2.9c1.9-.6%202.8-2.6%202.1-4.4%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23FF473E%22%20d%3D%22M71.4%2043.8c.7-.7.7-1.9%200-2.7c-2-2.1-5.9-6.5-9.1-12.1l-.1-.1c-1.6-3.6-4.7-6.4-8.7-7.5h-.1c-.1%200-.2-.1-.3-.1c-2.8-.8-5.6-.5-8.2.4c-.2.1-.5.2-.9.4c-.2.1-.3.2-.5.3c-.3.1-.5.2-.8.4c-1.4.7-2.6%201.2-3.5%201.2c-.2%200-.5-.1-.7-.2c-.8-.5-1.6-1.4-2.4-2.8c-.1-.2-.3-.5-.5-.7c-.1-.2-.2-.3-.3-.5c-.2-.4-.4-.6-.6-.7c-1.7-2.1-4.1-3.7-6.9-4.5h-.2s-.1-.1-.2-.1c-4.1-1.1-8.2-.1-11.3%202.2c0%200-.1%200-.1.1c-5.6%203.2-11.2%205.1-14%205.9C1%2023%20.4%2024%20.7%2025c1.6%205.8%208.1%2023.5%2029.6%2029.4c0%200%20.2.1.3.1h.1c.1%200%20.3.1.3.1c21.6%205.5%2036.1-6.6%2040.4-10.8%22%2F%3E%3Cpath%20fill%3D%22%232B3B47%22%20d%3D%22M43.6%2034.9c-.7-1.8-2.7-2.8-4.6-2.1c-.2.1-.6.1-1%20.1c-.5-.2-1-.4-1.5-.5l-1.5-.3c-.4-.2-.7-.5-.9-.7c-1.2-1.5-3.5-1.7-5-.5s-1.7%203.5-.5%205c-.2%201.5.4%203%201.7%204.2c.9.8%202.2%201.5%203.6%201.8c.8.2%201.7.3%202.5.3c2.9%200%204.5-1.4%205.1-2.9c1.9-.6%202.8-2.6%202.1-4.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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