sunglasses from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.

Name
sunglasses
Set
Fluent Emoji Flat
Style
Default
Category
Objects
Viewbox
32×32
License
MIT

The same emoji in other sets

More objects icons from Fluent Emoji Flat

Use the sunglasses emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#635994" d="M15.32 14.34c0 3.68-2.98 6.66-6.66 6.66S2 18.02 2 14.34s2.98-3.78 6.66-3.78c2.775 0 5.153.057 6.154 1.664a4.5 4.5 0 0 1 2.394-.003c1.001-1.604 3.378-1.66 6.152-1.66c3.68 0 6.66.1 6.66 3.78S27.04 21 23.36 21a6.66 6.66 0 0 1-6.653-6.954a2.6 2.6 0 0 0-1.394.003q.007.14.007.29"/><path fill="#321b41" d="M23.35 20.08c3.03 0 5.49-2.46 5.49-5.49s-2.46-3.11-5.49-3.11s-5.49.08-5.49 3.11s2.46 5.49 5.49 5.49m-14.69 0c3.03 0 5.49-2.46 5.49-5.49s-2.46-3.043-5.49-3.043s-5.49.013-5.49 3.043s2.46 5.49 5.49 5.49"/><path fill="#d3d3d3" d="M12.4 15.6c.69-.22 1.04-1.1.77-1.95c-.27-.86-1.05-1.37-1.75-1.16c-.69.22-1.04 1.09-.77 1.95s1.05 1.37 1.75 1.16m14.77 0c.69-.22 1.04-1.1.77-1.95c-.27-.86-1.06-1.37-1.75-1.15s-1.04 1.09-.77 1.95s1.05 1.37 1.75 1.15"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatSunglasses(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#635994" d="M15.32 14.34c0 3.68-2.98 6.66-6.66 6.66S2 18.02 2 14.34s2.98-3.78 6.66-3.78c2.775 0 5.153.057 6.154 1.664a4.5 4.5 0 0 1 2.394-.003c1.001-1.604 3.378-1.66 6.152-1.66c3.68 0 6.66.1 6.66 3.78S27.04 21 23.36 21a6.66 6.66 0 0 1-6.653-6.954a2.6 2.6 0 0 0-1.394.003q.007.14.007.29"/><path fill="#321b41" d="M23.35 20.08c3.03 0 5.49-2.46 5.49-5.49s-2.46-3.11-5.49-3.11s-5.49.08-5.49 3.11s2.46 5.49 5.49 5.49m-14.69 0c3.03 0 5.49-2.46 5.49-5.49s-2.46-3.043-5.49-3.043s-5.49.013-5.49 3.043s2.46 5.49 5.49 5.49"/><path fill="#d3d3d3" d="M12.4 15.6c.69-.22 1.04-1.1.77-1.95c-.27-.86-1.05-1.37-1.75-1.16c-.69.22-1.04 1.09-.77 1.95s1.05 1.37 1.75 1.16m14.77 0c.69-.22 1.04-1.1.77-1.95c-.27-.86-1.06-1.37-1.75-1.15s-1.04 1.09-.77 1.95s1.05 1.37 1.75 1.15"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#635994" d="M15.32 14.34c0 3.68-2.98 6.66-6.66 6.66S2 18.02 2 14.34s2.98-3.78 6.66-3.78c2.775 0 5.153.057 6.154 1.664a4.5 4.5 0 0 1 2.394-.003c1.001-1.604 3.378-1.66 6.152-1.66c3.68 0 6.66.1 6.66 3.78S27.04 21 23.36 21a6.66 6.66 0 0 1-6.653-6.954a2.6 2.6 0 0 0-1.394.003q.007.14.007.29"/><path fill="#321b41" d="M23.35 20.08c3.03 0 5.49-2.46 5.49-5.49s-2.46-3.11-5.49-3.11s-5.49.08-5.49 3.11s2.46 5.49 5.49 5.49m-14.69 0c3.03 0 5.49-2.46 5.49-5.49s-2.46-3.043-5.49-3.043s-5.49.013-5.49 3.043s2.46 5.49 5.49 5.49"/><path fill="#d3d3d3" d="M12.4 15.6c.69-.22 1.04-1.1.77-1.95c-.27-.86-1.05-1.37-1.75-1.16c-.69.22-1.04 1.09-.77 1.95s1.05 1.37 1.75 1.16m14.77 0c.69-.22 1.04-1.1.77-1.95c-.27-.86-1.06-1.37-1.75-1.15s-1.04 1.09-.77 1.95s1.05 1.37 1.75 1.15"/></g></svg>
</template>

CSS

.icon-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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23635994%22%20d%3D%22M15.32%2014.34c0%203.68-2.98%206.66-6.66%206.66S2%2018.02%202%2014.34s2.98-3.78%206.66-3.78c2.775%200%205.153.057%206.154%201.664a4.5%204.5%200%200%201%202.394-.003c1.001-1.604%203.378-1.66%206.152-1.66c3.68%200%206.66.1%206.66%203.78S27.04%2021%2023.36%2021a6.66%206.66%200%200%201-6.653-6.954a2.6%202.6%200%200%200-1.394.003q.007.14.007.29%22%2F%3E%3Cpath%20fill%3D%22%23321b41%22%20d%3D%22M23.35%2020.08c3.03%200%205.49-2.46%205.49-5.49s-2.46-3.11-5.49-3.11s-5.49.08-5.49%203.11s2.46%205.49%205.49%205.49m-14.69%200c3.03%200%205.49-2.46%205.49-5.49s-2.46-3.043-5.49-3.043s-5.49.013-5.49%203.043s2.46%205.49%205.49%205.49%22%2F%3E%3Cpath%20fill%3D%22%23d3d3d3%22%20d%3D%22M12.4%2015.6c.69-.22%201.04-1.1.77-1.95c-.27-.86-1.05-1.37-1.75-1.16c-.69.22-1.04%201.09-.77%201.95s1.05%201.37%201.75%201.16m14.77%200c.69-.22%201.04-1.1.77-1.95c-.27-.86-1.06-1.37-1.75-1.15s-1.04%201.09-.77%201.95s1.05%201.37%201.75%201.15%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23635994%22%20d%3D%22M15.32%2014.34c0%203.68-2.98%206.66-6.66%206.66S2%2018.02%202%2014.34s2.98-3.78%206.66-3.78c2.775%200%205.153.057%206.154%201.664a4.5%204.5%200%200%201%202.394-.003c1.001-1.604%203.378-1.66%206.152-1.66c3.68%200%206.66.1%206.66%203.78S27.04%2021%2023.36%2021a6.66%206.66%200%200%201-6.653-6.954a2.6%202.6%200%200%200-1.394.003q.007.14.007.29%22%2F%3E%3Cpath%20fill%3D%22%23321b41%22%20d%3D%22M23.35%2020.08c3.03%200%205.49-2.46%205.49-5.49s-2.46-3.11-5.49-3.11s-5.49.08-5.49%203.11s2.46%205.49%205.49%205.49m-14.69%200c3.03%200%205.49-2.46%205.49-5.49s-2.46-3.043-5.49-3.043s-5.49.013-5.49%203.043s2.46%205.49%205.49%205.49%22%2F%3E%3Cpath%20fill%3D%22%23d3d3d3%22%20d%3D%22M12.4%2015.6c.69-.22%201.04-1.1.77-1.95c-.27-.86-1.05-1.37-1.75-1.16c-.69.22-1.04%201.09-.77%201.95s1.05%201.37%201.75%201.16m14.77%200c.69-.22%201.04-1.1.77-1.95c-.27-.86-1.06-1.37-1.75-1.15s-1.04%201.09-.77%201.95s1.05%201.37%201.75%201.15%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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