emoji-kiss from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
emoji-kiss
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

1 other variant in Bootstrap Icons

Related icons in Bootstrap Icons

Use the emoji kiss icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M12.493 13.368a7 7 0 1 1 2.489-4.858c.344.033.68.147.975.328a8 8 0 1 0-2.654 5.152a9 9 0 0 1-.81-.622m-3.731-3.22a13 13 0 0 0-1.107.318a.5.5 0 1 1-.31-.95c.38-.125.802-.254 1.192-.343c.37-.086.78-.153 1.103-.108c.16.022.394.085.561.286c.188.226.187.497.131.705a1.9 1.9 0 0 1-.31.593q-.115.16-.275.343q.16.186.276.347c.142.197.256.397.31.595c.055.208.056.479-.132.706c-.168.2-.404.262-.563.284c-.323.043-.733-.027-1.102-.113a15 15 0 0 1-1.191-.345a.5.5 0 1 1 .31-.95c.371.12.761.24 1.109.321q.264.062.446.084a6 6 0 0 0-.502-.584a.5.5 0 0 1 .002-.695a5.5 5.5 0 0 0 .5-.577a5 5 0 0 0-.448.082Zm.766-.087l-.003-.001l-.003-.001zm.002 1.867l-.006.001zM6 8c.552 0 1-.672 1-1.5S6.552 5 6 5s-1 .672-1 1.5S5.448 8 6 8m2.757-.563a.5.5 0 0 0 .68-.194a.93.93 0 0 1 .813-.493c.339 0 .645.19.813.493a.5.5 0 0 0 .874-.486A1.93 1.93 0 0 0 10.25 5.75c-.73 0-1.356.412-1.687 1.007a.5.5 0 0 0 .194.68M14 9.828c1.11-1.14 3.884.856 0 3.422c-3.884-2.566-1.11-4.562 0-3.421Z"/></svg>

React

import type { SVGProps } from "react";

export function BiEmojiKiss(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fillRule="evenodd" d="M12.493 13.368a7 7 0 1 1 2.489-4.858c.344.033.68.147.975.328a8 8 0 1 0-2.654 5.152a9 9 0 0 1-.81-.622m-3.731-3.22a13 13 0 0 0-1.107.318a.5.5 0 1 1-.31-.95c.38-.125.802-.254 1.192-.343c.37-.086.78-.153 1.103-.108c.16.022.394.085.561.286c.188.226.187.497.131.705a1.9 1.9 0 0 1-.31.593q-.115.16-.275.343q.16.186.276.347c.142.197.256.397.31.595c.055.208.056.479-.132.706c-.168.2-.404.262-.563.284c-.323.043-.733-.027-1.102-.113a15 15 0 0 1-1.191-.345a.5.5 0 1 1 .31-.95c.371.12.761.24 1.109.321q.264.062.446.084a6 6 0 0 0-.502-.584a.5.5 0 0 1 .002-.695a5.5 5.5 0 0 0 .5-.577a5 5 0 0 0-.448.082Zm.766-.087l-.003-.001l-.003-.001zm.002 1.867l-.006.001zM6 8c.552 0 1-.672 1-1.5S6.552 5 6 5s-1 .672-1 1.5S5.448 8 6 8m2.757-.563a.5.5 0 0 0 .68-.194a.93.93 0 0 1 .813-.493c.339 0 .645.19.813.493a.5.5 0 0 0 .874-.486A1.93 1.93 0 0 0 10.25 5.75c-.73 0-1.356.412-1.687 1.007a.5.5 0 0 0 .194.68M14 9.828c1.11-1.14 3.884.856 0 3.422c-3.884-2.566-1.11-4.562 0-3.421Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M12.493 13.368a7 7 0 1 1 2.489-4.858c.344.033.68.147.975.328a8 8 0 1 0-2.654 5.152a9 9 0 0 1-.81-.622m-3.731-3.22a13 13 0 0 0-1.107.318a.5.5 0 1 1-.31-.95c.38-.125.802-.254 1.192-.343c.37-.086.78-.153 1.103-.108c.16.022.394.085.561.286c.188.226.187.497.131.705a1.9 1.9 0 0 1-.31.593q-.115.16-.275.343q.16.186.276.347c.142.197.256.397.31.595c.055.208.056.479-.132.706c-.168.2-.404.262-.563.284c-.323.043-.733-.027-1.102-.113a15 15 0 0 1-1.191-.345a.5.5 0 1 1 .31-.95c.371.12.761.24 1.109.321q.264.062.446.084a6 6 0 0 0-.502-.584a.5.5 0 0 1 .002-.695a5.5 5.5 0 0 0 .5-.577a5 5 0 0 0-.448.082Zm.766-.087l-.003-.001l-.003-.001zm.002 1.867l-.006.001zM6 8c.552 0 1-.672 1-1.5S6.552 5 6 5s-1 .672-1 1.5S5.448 8 6 8m2.757-.563a.5.5 0 0 0 .68-.194a.93.93 0 0 1 .813-.493c.339 0 .645.19.813.493a.5.5 0 0 0 .874-.486A1.93 1.93 0 0 0 10.25 5.75c-.73 0-1.356.412-1.687 1.007a.5.5 0 0 0 .194.68M14 9.828c1.11-1.14 3.884.856 0 3.422c-3.884-2.566-1.11-4.562 0-3.421Z"/></svg>
</template>

CSS

.icon-emoji-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.493%2013.368a7%207%200%201%201%202.489-4.858c.344.033.68.147.975.328a8%208%200%201%200-2.654%205.152a9%209%200%200%201-.81-.622m-3.731-3.22a13%2013%200%200%200-1.107.318a.5.5%200%201%201-.31-.95c.38-.125.802-.254%201.192-.343c.37-.086.78-.153%201.103-.108c.16.022.394.085.561.286c.188.226.187.497.131.705a1.9%201.9%200%200%201-.31.593q-.115.16-.275.343q.16.186.276.347c.142.197.256.397.31.595c.055.208.056.479-.132.706c-.168.2-.404.262-.563.284c-.323.043-.733-.027-1.102-.113a15%2015%200%200%201-1.191-.345a.5.5%200%201%201%20.31-.95c.371.12.761.24%201.109.321q.264.062.446.084a6%206%200%200%200-.502-.584a.5.5%200%200%201%20.002-.695a5.5%205.5%200%200%200%20.5-.577a5%205%200%200%200-.448.082Zm.766-.087l-.003-.001l-.003-.001zm.002%201.867l-.006.001zM6%208c.552%200%201-.672%201-1.5S6.552%205%206%205s-1%20.672-1%201.5S5.448%208%206%208m2.757-.563a.5.5%200%200%200%20.68-.194a.93.93%200%200%201%20.813-.493c.339%200%20.645.19.813.493a.5.5%200%200%200%20.874-.486A1.93%201.93%200%200%200%2010.25%205.75c-.73%200-1.356.412-1.687%201.007a.5.5%200%200%200%20.194.68M14%209.828c1.11-1.14%203.884.856%200%203.422c-3.884-2.566-1.11-4.562%200-3.421Z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.493%2013.368a7%207%200%201%201%202.489-4.858c.344.033.68.147.975.328a8%208%200%201%200-2.654%205.152a9%209%200%200%201-.81-.622m-3.731-3.22a13%2013%200%200%200-1.107.318a.5.5%200%201%201-.31-.95c.38-.125.802-.254%201.192-.343c.37-.086.78-.153%201.103-.108c.16.022.394.085.561.286c.188.226.187.497.131.705a1.9%201.9%200%200%201-.31.593q-.115.16-.275.343q.16.186.276.347c.142.197.256.397.31.595c.055.208.056.479-.132.706c-.168.2-.404.262-.563.284c-.323.043-.733-.027-1.102-.113a15%2015%200%200%201-1.191-.345a.5.5%200%201%201%20.31-.95c.371.12.761.24%201.109.321q.264.062.446.084a6%206%200%200%200-.502-.584a.5.5%200%200%201%20.002-.695a5.5%205.5%200%200%200%20.5-.577a5%205%200%200%200-.448.082Zm.766-.087l-.003-.001l-.003-.001zm.002%201.867l-.006.001zM6%208c.552%200%201-.672%201-1.5S6.552%205%206%205s-1%20.672-1%201.5S5.448%208%206%208m2.757-.563a.5.5%200%200%200%20.68-.194a.93.93%200%200%201%20.813-.493c.339%200%20.645.19.813.493a.5.5%200%200%200%20.874-.486A1.93%201.93%200%200%200%2010.25%205.75c-.73%200-1.356.412-1.687%201.007a.5.5%200%200%200%20.194.68M14%209.828c1.11-1.14%203.884.856%200%203.422c-3.884-2.566-1.11-4.562%200-3.421Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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