sunglasses emoji

sunglasses from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.

Name
sunglasses
Set
Noto Emoji
Style
Default
Category
Objects
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More objects icons from Noto Emoji

Use the sunglasses emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path d="M52.44 53.27c-1.03-1.71-3.17-5.28-18.55-5.69c-10.54-.36-16.68.93-18.81 3.97c-.93 1.46-1.85 5-.95 13.57c1.56 14.33 8.76 14.71 17.89 15.18l.69.04c.99.05 1.92.08 2.8.08c12.94 0 15.2-5.65 16.86-13.48c1.48-6.67 1.51-11.26.07-13.67m60.26-1.76c-2.1-3.01-8.24-4.29-18.78-3.93c-15.39.42-17.53 3.98-18.56 5.69c-1.44 2.41-1.42 7 .08 13.64c1.67 7.85 3.92 13.49 16.86 13.49c.88 0 1.82-.03 2.8-.08l.69-.04c9.12-.47 16.33-.85 17.89-15.18c.89-8.55-.03-12.09-.98-13.59"/><path fill="#616161" d="M123.8 47.84s-1-1.7-19.03-3.41c-18.93-1.8-28.35 2-32.25 4.41c-.7.3-1.9.6-3.31.5h-.3c-1.9-.1-3.61-.2-5.61-.2h-.1c-1.1 0-3.51.1-5.21.2c-.8.1-1.5 0-2.1-.2c-3.61-2.4-13.02-6.61-32.75-4.71C5.1 46.14 4.1 47.84 4.1 47.84L4 54.65s2.7.8 4.41 2.9c1.7 2.1 2.5 14.12 5.41 19.73c4.4 8.72 26.14 6.52 26.14 6.52s8.91.7 13.22-6.81c3.71-6.41 5.21-15.43 5.61-17.63c.9-.9 2.6-2 5.11-2.1c2.8 0 4.61 1.4 5.41 2.4c.4 2.7 1.9 11.22 5.51 17.33c4.31 7.51 13.22 6.81 13.22 6.81s21.74 2.2 26.14-6.51c2.8-5.61 3.61-17.63 5.41-19.73c1.7-2.2 4.41-2.9 4.41-2.9zM51.38 66.71c-1.7 8.01-3.91 13.42-18.63 12.62c-9.52-.5-16.13-.5-17.63-14.32c-.9-8.61.1-11.82.8-12.92c.7-1 3.21-4.01 17.93-3.51c14.72.4 16.83 3.71 17.73 5.21s1.6 4.91-.2 12.92m61.3-1.7c-1.5 13.82-8.11 13.82-17.63 14.32c-14.72.8-16.93-4.61-18.63-12.62c-1.8-8.01-1.1-11.42-.2-12.92s3.01-4.81 17.73-5.21c14.72-.5 17.23 2.5 17.93 3.51c.7 1.1 1.7 4.3.8 12.92"/><path fill="#82aec0" d="M26.82 52.22c4.33-.84 5.79 1.26 5.37 3.14c-.77 3.47-4.11 1.62-9 4.6c-2.06 1.26-2.9 2.16-3.66 2.13c-.73-.03-1.36-.78-1.01-2.2c.63-2.58 1.68-6.39 8.3-7.67m56.84.99c1.77-.99 6.74-1.88 7.27.73c.54 2.69-1.99 3.43-3.78 4.04c-4.23 1.44-4.93 3.49-5.81 4.05c-.59.37-2.33 1.21-2.14-1.34c.22-3.24 1.28-5.69 4.46-7.48" opacity=".75"/></svg>

React

import type { SVGProps } from "react";

export function NotoSunglasses(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path d="M52.44 53.27c-1.03-1.71-3.17-5.28-18.55-5.69c-10.54-.36-16.68.93-18.81 3.97c-.93 1.46-1.85 5-.95 13.57c1.56 14.33 8.76 14.71 17.89 15.18l.69.04c.99.05 1.92.08 2.8.08c12.94 0 15.2-5.65 16.86-13.48c1.48-6.67 1.51-11.26.07-13.67m60.26-1.76c-2.1-3.01-8.24-4.29-18.78-3.93c-15.39.42-17.53 3.98-18.56 5.69c-1.44 2.41-1.42 7 .08 13.64c1.67 7.85 3.92 13.49 16.86 13.49c.88 0 1.82-.03 2.8-.08l.69-.04c9.12-.47 16.33-.85 17.89-15.18c.89-8.55-.03-12.09-.98-13.59"/><path fill="#616161" d="M123.8 47.84s-1-1.7-19.03-3.41c-18.93-1.8-28.35 2-32.25 4.41c-.7.3-1.9.6-3.31.5h-.3c-1.9-.1-3.61-.2-5.61-.2h-.1c-1.1 0-3.51.1-5.21.2c-.8.1-1.5 0-2.1-.2c-3.61-2.4-13.02-6.61-32.75-4.71C5.1 46.14 4.1 47.84 4.1 47.84L4 54.65s2.7.8 4.41 2.9c1.7 2.1 2.5 14.12 5.41 19.73c4.4 8.72 26.14 6.52 26.14 6.52s8.91.7 13.22-6.81c3.71-6.41 5.21-15.43 5.61-17.63c.9-.9 2.6-2 5.11-2.1c2.8 0 4.61 1.4 5.41 2.4c.4 2.7 1.9 11.22 5.51 17.33c4.31 7.51 13.22 6.81 13.22 6.81s21.74 2.2 26.14-6.51c2.8-5.61 3.61-17.63 5.41-19.73c1.7-2.2 4.41-2.9 4.41-2.9zM51.38 66.71c-1.7 8.01-3.91 13.42-18.63 12.62c-9.52-.5-16.13-.5-17.63-14.32c-.9-8.61.1-11.82.8-12.92c.7-1 3.21-4.01 17.93-3.51c14.72.4 16.83 3.71 17.73 5.21s1.6 4.91-.2 12.92m61.3-1.7c-1.5 13.82-8.11 13.82-17.63 14.32c-14.72.8-16.93-4.61-18.63-12.62c-1.8-8.01-1.1-11.42-.2-12.92s3.01-4.81 17.73-5.21c14.72-.5 17.23 2.5 17.93 3.51c.7 1.1 1.7 4.3.8 12.92"/><path fill="#82aec0" d="M26.82 52.22c4.33-.84 5.79 1.26 5.37 3.14c-.77 3.47-4.11 1.62-9 4.6c-2.06 1.26-2.9 2.16-3.66 2.13c-.73-.03-1.36-.78-1.01-2.2c.63-2.58 1.68-6.39 8.3-7.67m56.84.99c1.77-.99 6.74-1.88 7.27.73c.54 2.69-1.99 3.43-3.78 4.04c-4.23 1.44-4.93 3.49-5.81 4.05c-.59.37-2.33 1.21-2.14-1.34c.22-3.24 1.28-5.69 4.46-7.48" opacity=".75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path d="M52.44 53.27c-1.03-1.71-3.17-5.28-18.55-5.69c-10.54-.36-16.68.93-18.81 3.97c-.93 1.46-1.85 5-.95 13.57c1.56 14.33 8.76 14.71 17.89 15.18l.69.04c.99.05 1.92.08 2.8.08c12.94 0 15.2-5.65 16.86-13.48c1.48-6.67 1.51-11.26.07-13.67m60.26-1.76c-2.1-3.01-8.24-4.29-18.78-3.93c-15.39.42-17.53 3.98-18.56 5.69c-1.44 2.41-1.42 7 .08 13.64c1.67 7.85 3.92 13.49 16.86 13.49c.88 0 1.82-.03 2.8-.08l.69-.04c9.12-.47 16.33-.85 17.89-15.18c.89-8.55-.03-12.09-.98-13.59"/><path fill="#616161" d="M123.8 47.84s-1-1.7-19.03-3.41c-18.93-1.8-28.35 2-32.25 4.41c-.7.3-1.9.6-3.31.5h-.3c-1.9-.1-3.61-.2-5.61-.2h-.1c-1.1 0-3.51.1-5.21.2c-.8.1-1.5 0-2.1-.2c-3.61-2.4-13.02-6.61-32.75-4.71C5.1 46.14 4.1 47.84 4.1 47.84L4 54.65s2.7.8 4.41 2.9c1.7 2.1 2.5 14.12 5.41 19.73c4.4 8.72 26.14 6.52 26.14 6.52s8.91.7 13.22-6.81c3.71-6.41 5.21-15.43 5.61-17.63c.9-.9 2.6-2 5.11-2.1c2.8 0 4.61 1.4 5.41 2.4c.4 2.7 1.9 11.22 5.51 17.33c4.31 7.51 13.22 6.81 13.22 6.81s21.74 2.2 26.14-6.51c2.8-5.61 3.61-17.63 5.41-19.73c1.7-2.2 4.41-2.9 4.41-2.9zM51.38 66.71c-1.7 8.01-3.91 13.42-18.63 12.62c-9.52-.5-16.13-.5-17.63-14.32c-.9-8.61.1-11.82.8-12.92c.7-1 3.21-4.01 17.93-3.51c14.72.4 16.83 3.71 17.73 5.21s1.6 4.91-.2 12.92m61.3-1.7c-1.5 13.82-8.11 13.82-17.63 14.32c-14.72.8-16.93-4.61-18.63-12.62c-1.8-8.01-1.1-11.42-.2-12.92s3.01-4.81 17.73-5.21c14.72-.5 17.23 2.5 17.93 3.51c.7 1.1 1.7 4.3.8 12.92"/><path fill="#82aec0" d="M26.82 52.22c4.33-.84 5.79 1.26 5.37 3.14c-.77 3.47-4.11 1.62-9 4.6c-2.06 1.26-2.9 2.16-3.66 2.13c-.73-.03-1.36-.78-1.01-2.2c.63-2.58 1.68-6.39 8.3-7.67m56.84.99c1.77-.99 6.74-1.88 7.27.73c.54 2.69-1.99 3.43-3.78 4.04c-4.23 1.44-4.93 3.49-5.81 4.05c-.59.37-2.33 1.21-2.14-1.34c.22-3.24 1.28-5.69 4.46-7.48" opacity=".75"/></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%20128%20128%22%3E%3Cpath%20d%3D%22M52.44%2053.27c-1.03-1.71-3.17-5.28-18.55-5.69c-10.54-.36-16.68.93-18.81%203.97c-.93%201.46-1.85%205-.95%2013.57c1.56%2014.33%208.76%2014.71%2017.89%2015.18l.69.04c.99.05%201.92.08%202.8.08c12.94%200%2015.2-5.65%2016.86-13.48c1.48-6.67%201.51-11.26.07-13.67m60.26-1.76c-2.1-3.01-8.24-4.29-18.78-3.93c-15.39.42-17.53%203.98-18.56%205.69c-1.44%202.41-1.42%207%20.08%2013.64c1.67%207.85%203.92%2013.49%2016.86%2013.49c.88%200%201.82-.03%202.8-.08l.69-.04c9.12-.47%2016.33-.85%2017.89-15.18c.89-8.55-.03-12.09-.98-13.59%22%2F%3E%3Cpath%20fill%3D%22%23616161%22%20d%3D%22M123.8%2047.84s-1-1.7-19.03-3.41c-18.93-1.8-28.35%202-32.25%204.41c-.7.3-1.9.6-3.31.5h-.3c-1.9-.1-3.61-.2-5.61-.2h-.1c-1.1%200-3.51.1-5.21.2c-.8.1-1.5%200-2.1-.2c-3.61-2.4-13.02-6.61-32.75-4.71C5.1%2046.14%204.1%2047.84%204.1%2047.84L4%2054.65s2.7.8%204.41%202.9c1.7%202.1%202.5%2014.12%205.41%2019.73c4.4%208.72%2026.14%206.52%2026.14%206.52s8.91.7%2013.22-6.81c3.71-6.41%205.21-15.43%205.61-17.63c.9-.9%202.6-2%205.11-2.1c2.8%200%204.61%201.4%205.41%202.4c.4%202.7%201.9%2011.22%205.51%2017.33c4.31%207.51%2013.22%206.81%2013.22%206.81s21.74%202.2%2026.14-6.51c2.8-5.61%203.61-17.63%205.41-19.73c1.7-2.2%204.41-2.9%204.41-2.9zM51.38%2066.71c-1.7%208.01-3.91%2013.42-18.63%2012.62c-9.52-.5-16.13-.5-17.63-14.32c-.9-8.61.1-11.82.8-12.92c.7-1%203.21-4.01%2017.93-3.51c14.72.4%2016.83%203.71%2017.73%205.21s1.6%204.91-.2%2012.92m61.3-1.7c-1.5%2013.82-8.11%2013.82-17.63%2014.32c-14.72.8-16.93-4.61-18.63-12.62c-1.8-8.01-1.1-11.42-.2-12.92s3.01-4.81%2017.73-5.21c14.72-.5%2017.23%202.5%2017.93%203.51c.7%201.1%201.7%204.3.8%2012.92%22%2F%3E%3Cpath%20fill%3D%22%2382aec0%22%20d%3D%22M26.82%2052.22c4.33-.84%205.79%201.26%205.37%203.14c-.77%203.47-4.11%201.62-9%204.6c-2.06%201.26-2.9%202.16-3.66%202.13c-.73-.03-1.36-.78-1.01-2.2c.63-2.58%201.68-6.39%208.3-7.67m56.84.99c1.77-.99%206.74-1.88%207.27.73c.54%202.69-1.99%203.43-3.78%204.04c-4.23%201.44-4.93%203.49-5.81%204.05c-.59.37-2.33%201.21-2.14-1.34c.22-3.24%201.28-5.69%204.46-7.48%22%20opacity%3D%22.75%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%20128%20128%22%3E%3Cpath%20d%3D%22M52.44%2053.27c-1.03-1.71-3.17-5.28-18.55-5.69c-10.54-.36-16.68.93-18.81%203.97c-.93%201.46-1.85%205-.95%2013.57c1.56%2014.33%208.76%2014.71%2017.89%2015.18l.69.04c.99.05%201.92.08%202.8.08c12.94%200%2015.2-5.65%2016.86-13.48c1.48-6.67%201.51-11.26.07-13.67m60.26-1.76c-2.1-3.01-8.24-4.29-18.78-3.93c-15.39.42-17.53%203.98-18.56%205.69c-1.44%202.41-1.42%207%20.08%2013.64c1.67%207.85%203.92%2013.49%2016.86%2013.49c.88%200%201.82-.03%202.8-.08l.69-.04c9.12-.47%2016.33-.85%2017.89-15.18c.89-8.55-.03-12.09-.98-13.59%22%2F%3E%3Cpath%20fill%3D%22%23616161%22%20d%3D%22M123.8%2047.84s-1-1.7-19.03-3.41c-18.93-1.8-28.35%202-32.25%204.41c-.7.3-1.9.6-3.31.5h-.3c-1.9-.1-3.61-.2-5.61-.2h-.1c-1.1%200-3.51.1-5.21.2c-.8.1-1.5%200-2.1-.2c-3.61-2.4-13.02-6.61-32.75-4.71C5.1%2046.14%204.1%2047.84%204.1%2047.84L4%2054.65s2.7.8%204.41%202.9c1.7%202.1%202.5%2014.12%205.41%2019.73c4.4%208.72%2026.14%206.52%2026.14%206.52s8.91.7%2013.22-6.81c3.71-6.41%205.21-15.43%205.61-17.63c.9-.9%202.6-2%205.11-2.1c2.8%200%204.61%201.4%205.41%202.4c.4%202.7%201.9%2011.22%205.51%2017.33c4.31%207.51%2013.22%206.81%2013.22%206.81s21.74%202.2%2026.14-6.51c2.8-5.61%203.61-17.63%205.41-19.73c1.7-2.2%204.41-2.9%204.41-2.9zM51.38%2066.71c-1.7%208.01-3.91%2013.42-18.63%2012.62c-9.52-.5-16.13-.5-17.63-14.32c-.9-8.61.1-11.82.8-12.92c.7-1%203.21-4.01%2017.93-3.51c14.72.4%2016.83%203.71%2017.73%205.21s1.6%204.91-.2%2012.92m61.3-1.7c-1.5%2013.82-8.11%2013.82-17.63%2014.32c-14.72.8-16.93-4.61-18.63-12.62c-1.8-8.01-1.1-11.42-.2-12.92s3.01-4.81%2017.73-5.21c14.72-.5%2017.23%202.5%2017.93%203.51c.7%201.1%201.7%204.3.8%2012.92%22%2F%3E%3Cpath%20fill%3D%22%2382aec0%22%20d%3D%22M26.82%2052.22c4.33-.84%205.79%201.26%205.37%203.14c-.77%203.47-4.11%201.62-9%204.6c-2.06%201.26-2.9%202.16-3.66%202.13c-.73-.03-1.36-.78-1.01-2.2c.63-2.58%201.68-6.39%208.3-7.67m56.84.99c1.77-.99%206.74-1.88%207.27.73c.54%202.69-1.99%203.43-3.78%204.04c-4.23%201.44-4.93%203.49-5.81%204.05c-.59.37-2.33%201.21-2.14-1.34c.22-3.24%201.28-5.69%204.46-7.48%22%20opacity%3D%22.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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