sunglasses icon
sunglasses from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- sunglasses
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
sunglassesBootstrap IconssunglassesEmoji One (Colored)sunglassesFluent EmojisunglassesFluent Emoji FlatsunglassesFluent Emoji High ContrastsunglassesHuge IconssunglassesMaterial Design IconssunglassesNoto EmojisunglassesOpenMojisunglassesPixelarticonssunglassesStreamline EmojissunglassesTabler IconssunglassesTwitter Emoji
Use the sunglasses icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 40a8 8 0 0 0 0 16a16 16 0 0 1 16 16v56H40V72a16 16 0 0 1 16-16a8 8 0 0 0 0-16a32 32 0 0 0-32 32v92a44 44 0 0 0 88 0v-20h32v20a44 44 0 0 0 88 0V72a32 32 0 0 0-32-32m12.63 137.31L179.31 144H216v20a27.8 27.8 0 0 1-3.37 13.31M40 164v-16.69l41.31 41.32A28 28 0 0 1 40 164m56 0a27.8 27.8 0 0 1-3.37 13.31L59.31 144H96Zm64 0v-16.69l41.31 41.32A28 28 0 0 1 160 164"/></svg>
React
import type { SVGProps } from "react";
export function PhSunglasses(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 40a8 8 0 0 0 0 16a16 16 0 0 1 16 16v56H40V72a16 16 0 0 1 16-16a8 8 0 0 0 0-16a32 32 0 0 0-32 32v92a44 44 0 0 0 88 0v-20h32v20a44 44 0 0 0 88 0V72a32 32 0 0 0-32-32m12.63 137.31L179.31 144H216v20a27.8 27.8 0 0 1-3.37 13.31M40 164v-16.69l41.31 41.32A28 28 0 0 1 40 164m56 0a27.8 27.8 0 0 1-3.37 13.31L59.31 144H96Zm64 0v-16.69l41.31 41.32A28 28 0 0 1 160 164"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 40a8 8 0 0 0 0 16a16 16 0 0 1 16 16v56H40V72a16 16 0 0 1 16-16a8 8 0 0 0 0-16a32 32 0 0 0-32 32v92a44 44 0 0 0 88 0v-20h32v20a44 44 0 0 0 88 0V72a32 32 0 0 0-32-32m12.63 137.31L179.31 144H216v20a27.8 27.8 0 0 1-3.37 13.31M40 164v-16.69l41.31 41.32A28 28 0 0 1 40 164m56 0a27.8 27.8 0 0 1-3.37 13.31L59.31 144H96Zm64 0v-16.69l41.31 41.32A28 28 0 0 1 160 164"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M200%2040a8%208%200%200%200%200%2016a16%2016%200%200%201%2016%2016v56H40V72a16%2016%200%200%201%2016-16a8%208%200%200%200%200-16a32%2032%200%200%200-32%2032v92a44%2044%200%200%200%2088%200v-20h32v20a44%2044%200%200%200%2088%200V72a32%2032%200%200%200-32-32m12.63%20137.31L179.31%20144H216v20a27.8%2027.8%200%200%201-3.37%2013.31M40%20164v-16.69l41.31%2041.32A28%2028%200%200%201%2040%20164m56%200a27.8%2027.8%200%200%201-3.37%2013.31L59.31%20144H96Zm64%200v-16.69l41.31%2041.32A28%2028%200%200%201%20160%20164%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M200%2040a8%208%200%200%200%200%2016a16%2016%200%200%201%2016%2016v56H40V72a16%2016%200%200%201%2016-16a8%208%200%200%200%200-16a32%2032%200%200%200-32%2032v92a44%2044%200%200%200%2088%200v-20h32v20a44%2044%200%200%200%2088%200V72a32%2032%200%200%200-32-32m12.63%20137.31L179.31%20144H216v20a27.8%2027.8%200%200%201-3.37%2013.31M40%20164v-16.69l41.31%2041.32A28%2028%200%200%201%2040%20164m56%200a27.8%2027.8%200%200%201-3.37%2013.31L59.31%20144H96Zm64%200v-16.69l41.31%2041.32A28%2028%200%200%201%20160%20164%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/sunglasses.svg?color=%231a73e8&size=48