emoji kiss icon
emoji-kiss-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.
- Name
- emoji-kiss-fill
- Set
- Bootstrap Icons
- Style
- Fill
- 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="M16 8a8 8 0 1 0-2.697 5.99c-.972-.665-1.632-1.356-1.99-2.062c-.388-.766-.419-1.561-.075-2.23c.496-.97 1.73-1.466 2.762-1.05c.65-.262 1.38-.162 1.957.19Q16 8.425 16 8M7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5m1.512 3.647c-.347.08-.737.198-1.107.319a.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.082m.766-.086l-.006-.002zm.002 1.867l-.005.001l.006-.002Zm.157-4.685a.5.5 0 0 1-.874-.486A1.93 1.93 0 0 1 10.25 5.75c.73 0 1.356.412 1.687 1.007a.5.5 0 1 1-.874.486a.93.93 0 0 0-.813-.493a.93.93 0 0 0-.813.493M14 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 BiEmojiKissFill(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="M16 8a8 8 0 1 0-2.697 5.99c-.972-.665-1.632-1.356-1.99-2.062c-.388-.766-.419-1.561-.075-2.23c.496-.97 1.73-1.466 2.762-1.05c.65-.262 1.38-.162 1.957.19Q16 8.425 16 8M7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5m1.512 3.647c-.347.08-.737.198-1.107.319a.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.082m.766-.086l-.006-.002zm.002 1.867l-.005.001l.006-.002Zm.157-4.685a.5.5 0 0 1-.874-.486A1.93 1.93 0 0 1 10.25 5.75c.73 0 1.356.412 1.687 1.007a.5.5 0 1 1-.874.486a.93.93 0 0 0-.813-.493a.93.93 0 0 0-.813.493M14 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="M16 8a8 8 0 1 0-2.697 5.99c-.972-.665-1.632-1.356-1.99-2.062c-.388-.766-.419-1.561-.075-2.23c.496-.97 1.73-1.466 2.762-1.05c.65-.262 1.38-.162 1.957.19Q16 8.425 16 8M7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5m1.512 3.647c-.347.08-.737.198-1.107.319a.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.082m.766-.086l-.006-.002zm.002 1.867l-.005.001l.006-.002Zm.157-4.685a.5.5 0 0 1-.874-.486A1.93 1.93 0 0 1 10.25 5.75c.73 0 1.356.412 1.687 1.007a.5.5 0 1 1-.874.486a.93.93 0 0 0-.813-.493a.93.93 0 0 0-.813.493M14 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-fill {
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%22M16%208a8%208%200%201%200-2.697%205.99c-.972-.665-1.632-1.356-1.99-2.062c-.388-.766-.419-1.561-.075-2.23c.496-.97%201.73-1.466%202.762-1.05c.65-.262%201.38-.162%201.957.19Q16%208.425%2016%208M7%206.5C7%207.328%206.552%208%206%208s-1-.672-1-1.5S5.448%205%206%205s1%20.672%201%201.5m1.512%203.647c-.347.08-.737.198-1.107.319a.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.082m.766-.086l-.006-.002zm.002%201.867l-.005.001l.006-.002Zm.157-4.685a.5.5%200%200%201-.874-.486A1.93%201.93%200%200%201%2010.25%205.75c.73%200%201.356.412%201.687%201.007a.5.5%200%201%201-.874.486a.93.93%200%200%200-.813-.493a.93.93%200%200%200-.813.493M14%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%22M16%208a8%208%200%201%200-2.697%205.99c-.972-.665-1.632-1.356-1.99-2.062c-.388-.766-.419-1.561-.075-2.23c.496-.97%201.73-1.466%202.762-1.05c.65-.262%201.38-.162%201.957.19Q16%208.425%2016%208M7%206.5C7%207.328%206.552%208%206%208s-1-.672-1-1.5S5.448%205%206%205s1%20.672%201%201.5m1.512%203.647c-.347.08-.737.198-1.107.319a.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.082m.766-.086l-.006-.002zm.002%201.867l-.005.001l.006-.002Zm.157-4.685a.5.5%200%200%201-.874-.486A1.93%201.93%200%200%201%2010.25%205.75c.73%200%201.356.412%201.687%201.007a.5.5%200%201%201-.874.486a.93.93%200%200%200-.813-.493a.93.93%200%200%200-.813.493M14%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-fill.svg?color=%231a73e8&size=48