happyemoji icon

happyemoji-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
happyemoji-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the happyemoji icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.97 2c-5.52 0-10 4.48-10 10s4.48 10 10 10s10-4.48 10-10s-4.47-10-10-10m5.43 14.43a6.58 6.58 0 0 1-5.4 2.82c-2.15 0-4.17-1.05-5.4-2.82a.74.74 0 0 1 .19-1.04c.34-.24.81-.15 1.04.19A5.1 5.1 0 0 0 12 17.76c1.66 0 3.22-.81 4.17-2.18c.24-.34.7-.42 1.04-.19c.35.23.43.7.19 1.04"/></svg>

React

import type { SVGProps } from "react";

export function ReiconHappyemojiFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.97 2c-5.52 0-10 4.48-10 10s4.48 10 10 10s10-4.48 10-10s-4.47-10-10-10m5.43 14.43a6.58 6.58 0 0 1-5.4 2.82c-2.15 0-4.17-1.05-5.4-2.82a.74.74 0 0 1 .19-1.04c.34-.24.81-.15 1.04.19A5.1 5.1 0 0 0 12 17.76c1.66 0 3.22-.81 4.17-2.18c.24-.34.7-.42 1.04-.19c.35.23.43.7.19 1.04"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.97 2c-5.52 0-10 4.48-10 10s4.48 10 10 10s10-4.48 10-10s-4.47-10-10-10m5.43 14.43a6.58 6.58 0 0 1-5.4 2.82c-2.15 0-4.17-1.05-5.4-2.82a.74.74 0 0 1 .19-1.04c.34-.24.81-.15 1.04.19A5.1 5.1 0 0 0 12 17.76c1.66 0 3.22-.81 4.17-2.18c.24-.34.7-.42 1.04-.19c.35.23.43.7.19 1.04"/></svg>
</template>

CSS

.icon-happyemoji-filled {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.97%202c-5.52%200-10%204.48-10%2010s4.48%2010%2010%2010s10-4.48%2010-10s-4.47-10-10-10m5.43%2014.43a6.58%206.58%200%200%201-5.4%202.82c-2.15%200-4.17-1.05-5.4-2.82a.74.74%200%200%201%20.19-1.04c.34-.24.81-.15%201.04.19A5.1%205.1%200%200%200%2012%2017.76c1.66%200%203.22-.81%204.17-2.18c.24-.34.7-.42%201.04-.19c.35.23.43.7.19%201.04%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.97%202c-5.52%200-10%204.48-10%2010s4.48%2010%2010%2010s10-4.48%2010-10s-4.47-10-10-10m5.43%2014.43a6.58%206.58%200%200%201-5.4%202.82c-2.15%200-4.17-1.05-5.4-2.82a.74.74%200%200%201%20.19-1.04c.34-.24.81-.15%201.04.19A5.1%205.1%200%200%200%2012%2017.76c1.66%200%203.22-.81%204.17-2.18c.24-.34.7-.42%201.04-.19c.35.23.43.7.19%201.04%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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