emoji heart eyes icon

emoji-heart-eyes-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.

Name
emoji-heart-eyes-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 heart eyes icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0M4.756 4.566c.763-1.424 4.02-.12.952 3.434c-4.496-1.596-2.35-4.298-.952-3.434m6.559 5.448a.5.5 0 0 1 .548.736A4.5 4.5 0 0 1 7.965 13a4.5 4.5 0 0 1-3.898-2.25a.5.5 0 0 1 .548-.736h.005l.017.005l.067.015l.252.055c.215.046.515.108.857.169c.693.124 1.522.242 2.152.242s1.46-.118 2.152-.242a27 27 0 0 0 1.109-.224l.067-.015l.017-.004l.005-.002zm-.07-5.448c1.397-.864 3.543 1.838-.953 3.434c-3.067-3.554.19-4.858.952-3.434z"/></svg>

React

import type { SVGProps } from "react";

export function BiEmojiHeartEyesFill(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" d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0M4.756 4.566c.763-1.424 4.02-.12.952 3.434c-4.496-1.596-2.35-4.298-.952-3.434m6.559 5.448a.5.5 0 0 1 .548.736A4.5 4.5 0 0 1 7.965 13a4.5 4.5 0 0 1-3.898-2.25a.5.5 0 0 1 .548-.736h.005l.017.005l.067.015l.252.055c.215.046.515.108.857.169c.693.124 1.522.242 2.152.242s1.46-.118 2.152-.242a27 27 0 0 0 1.109-.224l.067-.015l.017-.004l.005-.002zm-.07-5.448c1.397-.864 3.543 1.838-.953 3.434c-3.067-3.554.19-4.858.952-3.434z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0M4.756 4.566c.763-1.424 4.02-.12.952 3.434c-4.496-1.596-2.35-4.298-.952-3.434m6.559 5.448a.5.5 0 0 1 .548.736A4.5 4.5 0 0 1 7.965 13a4.5 4.5 0 0 1-3.898-2.25a.5.5 0 0 1 .548-.736h.005l.017.005l.067.015l.252.055c.215.046.515.108.857.169c.693.124 1.522.242 2.152.242s1.46-.118 2.152-.242a27 27 0 0 0 1.109-.224l.067-.015l.017-.004l.005-.002zm-.07-5.448c1.397-.864 3.543 1.838-.953 3.434c-3.067-3.554.19-4.858.952-3.434z"/></svg>
</template>

CSS

.icon-emoji-heart-eyes-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%20d%3D%22M8%200a8%208%200%201%200%200%2016A8%208%200%200%200%208%200M4.756%204.566c.763-1.424%204.02-.12.952%203.434c-4.496-1.596-2.35-4.298-.952-3.434m6.559%205.448a.5.5%200%200%201%20.548.736A4.5%204.5%200%200%201%207.965%2013a4.5%204.5%200%200%201-3.898-2.25a.5.5%200%200%201%20.548-.736h.005l.017.005l.067.015l.252.055c.215.046.515.108.857.169c.693.124%201.522.242%202.152.242s1.46-.118%202.152-.242a27%2027%200%200%200%201.109-.224l.067-.015l.017-.004l.005-.002zm-.07-5.448c1.397-.864%203.543%201.838-.953%203.434c-3.067-3.554.19-4.858.952-3.434z%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%20d%3D%22M8%200a8%208%200%201%200%200%2016A8%208%200%200%200%208%200M4.756%204.566c.763-1.424%204.02-.12.952%203.434c-4.496-1.596-2.35-4.298-.952-3.434m6.559%205.448a.5.5%200%200%201%20.548.736A4.5%204.5%200%200%201%207.965%2013a4.5%204.5%200%200%201-3.898-2.25a.5.5%200%200%201%20.548-.736h.005l.017.005l.067.015l.252.055c.215.046.515.108.857.169c.693.124%201.522.242%202.152.242s1.46-.118%202.152-.242a27%2027%200%200%200%201.109-.224l.067-.015l.017-.004l.005-.002zm-.07-5.448c1.397-.864%203.543%201.838-.953%203.434c-3.067-3.554.19-4.858.952-3.434z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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