smiling face with sunglasses emoji

smiling-face-with-sunglasses from Twitter Emoji by Twitter · Default · Smileys & Emotion · CC-BY-4.0 Attribution required.

Name
smiling-face-with-sunglasses
Set
Twitter Emoji
Style
Default
Category
Smileys & Emotion
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More smileys & emotion icons from Twitter Emoji

Use the smiling face with sunglasses emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M36 18c0 9.941-8.059 18-18 18S0 27.941 0 18S8.059 0 18 0s18 8.059 18 18"/><path fill="#292f33" fill-rule="evenodd" d="M1.24 11.018c.24.239 1.438.957 1.677 1.675c.24.717.72 4.784 2.158 5.981c1.483 1.232 7.077.774 8.148.24c2.397-1.195 2.691-4.531 3.115-6.221c.239-.957 1.677-.957 1.677-.957s1.438 0 1.678.956c.424 1.691.72 5.027 3.115 6.221c1.072.535 6.666.994 8.151-.238c1.436-1.197 1.915-5.264 2.155-5.982c.238-.717 1.438-1.435 1.677-1.674c.241-.239.241-1.196 0-1.436c-.479-.478-6.134-.904-12.223-.239c-1.215.133-1.677.478-4.554.478c-2.875 0-3.339-.346-4.553-.478c-6.085-.666-11.741-.24-12.221.238c-.239.239-.239 1.197 0 1.436" clip-rule="evenodd"/><path fill="#664500" d="M27.335 23.629a.5.5 0 0 0-.635-.029c-.039.029-3.922 2.9-8.7 2.9c-4.766 0-8.662-2.871-8.7-2.9a.5.5 0 0 0-.729.657C8.7 24.472 11.788 29.5 18 29.5s9.301-5.028 9.429-5.243a.5.5 0 0 0-.094-.628"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiSmilingFaceWithSunglasses(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M36 18c0 9.941-8.059 18-18 18S0 27.941 0 18S8.059 0 18 0s18 8.059 18 18"/><path fill="#292f33" fillRule="evenodd" d="M1.24 11.018c.24.239 1.438.957 1.677 1.675c.24.717.72 4.784 2.158 5.981c1.483 1.232 7.077.774 8.148.24c2.397-1.195 2.691-4.531 3.115-6.221c.239-.957 1.677-.957 1.677-.957s1.438 0 1.678.956c.424 1.691.72 5.027 3.115 6.221c1.072.535 6.666.994 8.151-.238c1.436-1.197 1.915-5.264 2.155-5.982c.238-.717 1.438-1.435 1.677-1.674c.241-.239.241-1.196 0-1.436c-.479-.478-6.134-.904-12.223-.239c-1.215.133-1.677.478-4.554.478c-2.875 0-3.339-.346-4.553-.478c-6.085-.666-11.741-.24-12.221.238c-.239.239-.239 1.197 0 1.436" clipRule="evenodd"/><path fill="#664500" d="M27.335 23.629a.5.5 0 0 0-.635-.029c-.039.029-3.922 2.9-8.7 2.9c-4.766 0-8.662-2.871-8.7-2.9a.5.5 0 0 0-.729.657C8.7 24.472 11.788 29.5 18 29.5s9.301-5.028 9.429-5.243a.5.5 0 0 0-.094-.628"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffcc4d" d="M36 18c0 9.941-8.059 18-18 18S0 27.941 0 18S8.059 0 18 0s18 8.059 18 18"/><path fill="#292f33" fill-rule="evenodd" d="M1.24 11.018c.24.239 1.438.957 1.677 1.675c.24.717.72 4.784 2.158 5.981c1.483 1.232 7.077.774 8.148.24c2.397-1.195 2.691-4.531 3.115-6.221c.239-.957 1.677-.957 1.677-.957s1.438 0 1.678.956c.424 1.691.72 5.027 3.115 6.221c1.072.535 6.666.994 8.151-.238c1.436-1.197 1.915-5.264 2.155-5.982c.238-.717 1.438-1.435 1.677-1.674c.241-.239.241-1.196 0-1.436c-.479-.478-6.134-.904-12.223-.239c-1.215.133-1.677.478-4.554.478c-2.875 0-3.339-.346-4.553-.478c-6.085-.666-11.741-.24-12.221.238c-.239.239-.239 1.197 0 1.436" clip-rule="evenodd"/><path fill="#664500" d="M27.335 23.629a.5.5 0 0 0-.635-.029c-.039.029-3.922 2.9-8.7 2.9c-4.766 0-8.662-2.871-8.7-2.9a.5.5 0 0 0-.729.657C8.7 24.472 11.788 29.5 18 29.5s9.301-5.028 9.429-5.243a.5.5 0 0 0-.094-.628"/></svg>
</template>

CSS

.icon-smiling-face-with-sunglasses {
  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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M36%2018c0%209.941-8.059%2018-18%2018S0%2027.941%200%2018S8.059%200%2018%200s18%208.059%2018%2018%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1.24%2011.018c.24.239%201.438.957%201.677%201.675c.24.717.72%204.784%202.158%205.981c1.483%201.232%207.077.774%208.148.24c2.397-1.195%202.691-4.531%203.115-6.221c.239-.957%201.677-.957%201.677-.957s1.438%200%201.678.956c.424%201.691.72%205.027%203.115%206.221c1.072.535%206.666.994%208.151-.238c1.436-1.197%201.915-5.264%202.155-5.982c.238-.717%201.438-1.435%201.677-1.674c.241-.239.241-1.196%200-1.436c-.479-.478-6.134-.904-12.223-.239c-1.215.133-1.677.478-4.554.478c-2.875%200-3.339-.346-4.553-.478c-6.085-.666-11.741-.24-12.221.238c-.239.239-.239%201.197%200%201.436%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M27.335%2023.629a.5.5%200%200%200-.635-.029c-.039.029-3.922%202.9-8.7%202.9c-4.766%200-8.662-2.871-8.7-2.9a.5.5%200%200%200-.729.657C8.7%2024.472%2011.788%2029.5%2018%2029.5s9.301-5.028%209.429-5.243a.5.5%200%200%200-.094-.628%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffcc4d%22%20d%3D%22M36%2018c0%209.941-8.059%2018-18%2018S0%2027.941%200%2018S8.059%200%2018%200s18%208.059%2018%2018%22%2F%3E%3Cpath%20fill%3D%22%23292f33%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1.24%2011.018c.24.239%201.438.957%201.677%201.675c.24.717.72%204.784%202.158%205.981c1.483%201.232%207.077.774%208.148.24c2.397-1.195%202.691-4.531%203.115-6.221c.239-.957%201.677-.957%201.677-.957s1.438%200%201.678.956c.424%201.691.72%205.027%203.115%206.221c1.072.535%206.666.994%208.151-.238c1.436-1.197%201.915-5.264%202.155-5.982c.238-.717%201.438-1.435%201.677-1.674c.241-.239.241-1.196%200-1.436c-.479-.478-6.134-.904-12.223-.239c-1.215.133-1.677.478-4.554.478c-2.875%200-3.339-.346-4.553-.478c-6.085-.666-11.741-.24-12.221.238c-.239.239-.239%201.197%200%201.436%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23664500%22%20d%3D%22M27.335%2023.629a.5.5%200%200%200-.635-.029c-.039.029-3.922%202.9-8.7%202.9c-4.766%200-8.662-2.871-8.7-2.9a.5.5%200%200%200-.729.657C8.7%2024.472%2011.788%2029.5%2018%2029.5s9.301-5.028%209.429-5.243a.5.5%200%200%200-.094-.628%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/smiling-face-with-sunglasses.svg?color=%231a73e8&size=48