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

Name
emoji-grin-fill
Set
Bootstrap Icons
Style
Fill
Viewbox
16×16
License
MIT

1 other variant in Bootstrap Icons

The same icon in other sets

Related icons in Bootstrap Icons

Use the emoji grin icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16M6.488 7c-.23-.598-.661-1-1.155-1c-.493 0-.924.402-1.155 1A2.8 2.8 0 0 1 4 6c0-1.105.597-2 1.333-2c.737 0 1.334.895 1.334 2c0 .364-.065.706-.179 1m5.334 0c-.23-.598-.662-1-1.155-1c-.494 0-.925.402-1.155 1a2.8 2.8 0 0 1-.179-1c0-1.105.597-2 1.334-2C11.403 4 12 4.895 12 6c0 .364-.065.706-.178 1M2.696 8.756a.48.48 0 0 1 .382-.118C4.348 8.786 6.448 9 8 9c1.553 0 3.653-.214 4.922-.362a.48.48 0 0 1 .383.118a.3.3 0 0 1 .096.29c-.09.47-.242.921-.445 1.342c-.263.035-.576.075-.929.115A37 37 0 0 1 8 10.75c-1.475 0-2.934-.123-4.027-.247c-.353-.04-.666-.08-.93-.115A5.5 5.5 0 0 1 2.6 9.045a.3.3 0 0 1 .097-.29ZM8 13.5a5.49 5.49 0 0 1-4.256-2.017l.116.014c1.115.126 2.615.253 4.14.253s3.025-.127 4.14-.253l.117-.014A5.49 5.49 0 0 1 8 13.5"/></svg>

React

import type { SVGProps } from "react";

export function BiEmojiGrinFill(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 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16M6.488 7c-.23-.598-.661-1-1.155-1c-.493 0-.924.402-1.155 1A2.8 2.8 0 0 1 4 6c0-1.105.597-2 1.333-2c.737 0 1.334.895 1.334 2c0 .364-.065.706-.179 1m5.334 0c-.23-.598-.662-1-1.155-1c-.494 0-.925.402-1.155 1a2.8 2.8 0 0 1-.179-1c0-1.105.597-2 1.334-2C11.403 4 12 4.895 12 6c0 .364-.065.706-.178 1M2.696 8.756a.48.48 0 0 1 .382-.118C4.348 8.786 6.448 9 8 9c1.553 0 3.653-.214 4.922-.362a.48.48 0 0 1 .383.118a.3.3 0 0 1 .096.29c-.09.47-.242.921-.445 1.342c-.263.035-.576.075-.929.115A37 37 0 0 1 8 10.75c-1.475 0-2.934-.123-4.027-.247c-.353-.04-.666-.08-.93-.115A5.5 5.5 0 0 1 2.6 9.045a.3.3 0 0 1 .097-.29ZM8 13.5a5.49 5.49 0 0 1-4.256-2.017l.116.014c1.115.126 2.615.253 4.14.253s3.025-.127 4.14-.253l.117-.014A5.49 5.49 0 0 1 8 13.5"/></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 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16M6.488 7c-.23-.598-.661-1-1.155-1c-.493 0-.924.402-1.155 1A2.8 2.8 0 0 1 4 6c0-1.105.597-2 1.333-2c.737 0 1.334.895 1.334 2c0 .364-.065.706-.179 1m5.334 0c-.23-.598-.662-1-1.155-1c-.494 0-.925.402-1.155 1a2.8 2.8 0 0 1-.179-1c0-1.105.597-2 1.334-2C11.403 4 12 4.895 12 6c0 .364-.065.706-.178 1M2.696 8.756a.48.48 0 0 1 .382-.118C4.348 8.786 6.448 9 8 9c1.553 0 3.653-.214 4.922-.362a.48.48 0 0 1 .383.118a.3.3 0 0 1 .096.29c-.09.47-.242.921-.445 1.342c-.263.035-.576.075-.929.115A37 37 0 0 1 8 10.75c-1.475 0-2.934-.123-4.027-.247c-.353-.04-.666-.08-.93-.115A5.5 5.5 0 0 1 2.6 9.045a.3.3 0 0 1 .097-.29ZM8 13.5a5.49 5.49 0 0 1-4.256-2.017l.116.014c1.115.126 2.615.253 4.14.253s3.025-.127 4.14-.253l.117-.014A5.49 5.49 0 0 1 8 13.5"/></svg>
</template>

CSS

.icon-emoji-grin-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%2016A8%208%200%201%200%208%200a8%208%200%200%200%200%2016M6.488%207c-.23-.598-.661-1-1.155-1c-.493%200-.924.402-1.155%201A2.8%202.8%200%200%201%204%206c0-1.105.597-2%201.333-2c.737%200%201.334.895%201.334%202c0%20.364-.065.706-.179%201m5.334%200c-.23-.598-.662-1-1.155-1c-.494%200-.925.402-1.155%201a2.8%202.8%200%200%201-.179-1c0-1.105.597-2%201.334-2C11.403%204%2012%204.895%2012%206c0%20.364-.065.706-.178%201M2.696%208.756a.48.48%200%200%201%20.382-.118C4.348%208.786%206.448%209%208%209c1.553%200%203.653-.214%204.922-.362a.48.48%200%200%201%20.383.118a.3.3%200%200%201%20.096.29c-.09.47-.242.921-.445%201.342c-.263.035-.576.075-.929.115A37%2037%200%200%201%208%2010.75c-1.475%200-2.934-.123-4.027-.247c-.353-.04-.666-.08-.93-.115A5.5%205.5%200%200%201%202.6%209.045a.3.3%200%200%201%20.097-.29ZM8%2013.5a5.49%205.49%200%200%201-4.256-2.017l.116.014c1.115.126%202.615.253%204.14.253s3.025-.127%204.14-.253l.117-.014A5.49%205.49%200%200%201%208%2013.5%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%2016A8%208%200%201%200%208%200a8%208%200%200%200%200%2016M6.488%207c-.23-.598-.661-1-1.155-1c-.493%200-.924.402-1.155%201A2.8%202.8%200%200%201%204%206c0-1.105.597-2%201.333-2c.737%200%201.334.895%201.334%202c0%20.364-.065.706-.179%201m5.334%200c-.23-.598-.662-1-1.155-1c-.494%200-.925.402-1.155%201a2.8%202.8%200%200%201-.179-1c0-1.105.597-2%201.334-2C11.403%204%2012%204.895%2012%206c0%20.364-.065.706-.178%201M2.696%208.756a.48.48%200%200%201%20.382-.118C4.348%208.786%206.448%209%208%209c1.553%200%203.653-.214%204.922-.362a.48.48%200%200%201%20.383.118a.3.3%200%200%201%20.096.29c-.09.47-.242.921-.445%201.342c-.263.035-.576.075-.929.115A37%2037%200%200%201%208%2010.75c-1.475%200-2.934-.123-4.027-.247c-.353-.04-.666-.08-.93-.115A5.5%205.5%200%200%201%202.6%209.045a.3.3%200%200%201%20.097-.29ZM8%2013.5a5.49%205.49%200%200%201-4.256-2.017l.116.014c1.115.126%202.615.253%204.14.253s3.025-.127%204.14-.253l.117-.014A5.49%205.49%200%200%201%208%2013.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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