emoji sunglasses icon

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

Name
emoji-sunglasses-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 sunglasses 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 16M2.31 5.243A1 1 0 0 1 3.28 4H6a1 1 0 0 1 1 1v.116A4.2 4.2 0 0 1 8 5c.35 0 .69.04 1 .116V5a1 1 0 0 1 1-1h2.72a1 1 0 0 1 .97 1.243l-.311 1.242A2 2 0 0 1 11.439 8H11a2 2 0 0 1-1.994-1.839A3 3 0 0 0 8 6c-.393 0-.74.064-1.006.161A2 2 0 0 1 5 8h-.438a2 2 0 0 1-1.94-1.515zM4.969 9.75A3.5 3.5 0 0 0 8 11.5a3.5 3.5 0 0 0 3.032-1.75a.5.5 0 1 1 .866.5A4.5 4.5 0 0 1 8 12.5a4.5 4.5 0 0 1-3.898-2.25a.5.5 0 0 1 .866-.5z"/></svg>

React

import type { SVGProps } from "react";

export function BiEmojiSunglassesFill(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 16M2.31 5.243A1 1 0 0 1 3.28 4H6a1 1 0 0 1 1 1v.116A4.2 4.2 0 0 1 8 5c.35 0 .69.04 1 .116V5a1 1 0 0 1 1-1h2.72a1 1 0 0 1 .97 1.243l-.311 1.242A2 2 0 0 1 11.439 8H11a2 2 0 0 1-1.994-1.839A3 3 0 0 0 8 6c-.393 0-.74.064-1.006.161A2 2 0 0 1 5 8h-.438a2 2 0 0 1-1.94-1.515zM4.969 9.75A3.5 3.5 0 0 0 8 11.5a3.5 3.5 0 0 0 3.032-1.75a.5.5 0 1 1 .866.5A4.5 4.5 0 0 1 8 12.5a4.5 4.5 0 0 1-3.898-2.25a.5.5 0 0 1 .866-.5z"/></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 16M2.31 5.243A1 1 0 0 1 3.28 4H6a1 1 0 0 1 1 1v.116A4.2 4.2 0 0 1 8 5c.35 0 .69.04 1 .116V5a1 1 0 0 1 1-1h2.72a1 1 0 0 1 .97 1.243l-.311 1.242A2 2 0 0 1 11.439 8H11a2 2 0 0 1-1.994-1.839A3 3 0 0 0 8 6c-.393 0-.74.064-1.006.161A2 2 0 0 1 5 8h-.438a2 2 0 0 1-1.94-1.515zM4.969 9.75A3.5 3.5 0 0 0 8 11.5a3.5 3.5 0 0 0 3.032-1.75a.5.5 0 1 1 .866.5A4.5 4.5 0 0 1 8 12.5a4.5 4.5 0 0 1-3.898-2.25a.5.5 0 0 1 .866-.5z"/></svg>
</template>

CSS

.icon-emoji-sunglasses-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%2016M2.31%205.243A1%201%200%200%201%203.28%204H6a1%201%200%200%201%201%201v.116A4.2%204.2%200%200%201%208%205c.35%200%20.69.04%201%20.116V5a1%201%200%200%201%201-1h2.72a1%201%200%200%201%20.97%201.243l-.311%201.242A2%202%200%200%201%2011.439%208H11a2%202%200%200%201-1.994-1.839A3%203%200%200%200%208%206c-.393%200-.74.064-1.006.161A2%202%200%200%201%205%208h-.438a2%202%200%200%201-1.94-1.515zM4.969%209.75A3.5%203.5%200%200%200%208%2011.5a3.5%203.5%200%200%200%203.032-1.75a.5.5%200%201%201%20.866.5A4.5%204.5%200%200%201%208%2012.5a4.5%204.5%200%200%201-3.898-2.25a.5.5%200%200%201%20.866-.5z%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%2016M2.31%205.243A1%201%200%200%201%203.28%204H6a1%201%200%200%201%201%201v.116A4.2%204.2%200%200%201%208%205c.35%200%20.69.04%201%20.116V5a1%201%200%200%201%201-1h2.72a1%201%200%200%201%20.97%201.243l-.311%201.242A2%202%200%200%201%2011.439%208H11a2%202%200%200%201-1.994-1.839A3%203%200%200%200%208%206c-.393%200-.74.064-1.006.161A2%202%200%200%201%205%208h-.438a2%202%200%200%201-1.94-1.515zM4.969%209.75A3.5%203.5%200%200%200%208%2011.5a3.5%203.5%200%200%200%203.032-1.75a.5.5%200%201%201%20.866.5A4.5%204.5%200%200%201%208%2012.5a4.5%204.5%200%200%201-3.898-2.25a.5.5%200%200%201%20.866-.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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