sunglasses icon
sunglasses-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- sunglasses-bold
- Set
- Phosphor
- Style
- Bold
- 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 ContrastsunglassesFirefox OS EmojisunglassesHuge 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 36a12 12 0 0 0 0 24a12 12 0 0 1 12 12v52H44V72a12 12 0 0 1 12-12a12 12 0 0 0 0-24a36 36 0 0 0-36 36v92a48 48 0 0 0 96 0v-16h24v16a48 48 0 0 0 96 0V72a36 36 0 0 0-36-36M68 188a24 24 0 0 1-24-24v-9l31.74 31.74A23.9 23.9 0 0 1 68 188m24-24a25 25 0 0 1-.44 4.59L71 148h21Zm96 24a24 24 0 0 1-24-24v-9l31.74 31.74A23.9 23.9 0 0 1 188 188m24-24a25 25 0 0 1-.44 4.59L191 148h21Z"/></svg>
React
import type { SVGProps } from "react";
export function PhSunglassesBold(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 36a12 12 0 0 0 0 24a12 12 0 0 1 12 12v52H44V72a12 12 0 0 1 12-12a12 12 0 0 0 0-24a36 36 0 0 0-36 36v92a48 48 0 0 0 96 0v-16h24v16a48 48 0 0 0 96 0V72a36 36 0 0 0-36-36M68 188a24 24 0 0 1-24-24v-9l31.74 31.74A23.9 23.9 0 0 1 68 188m24-24a25 25 0 0 1-.44 4.59L71 148h21Zm96 24a24 24 0 0 1-24-24v-9l31.74 31.74A23.9 23.9 0 0 1 188 188m24-24a25 25 0 0 1-.44 4.59L191 148h21Z"/></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 36a12 12 0 0 0 0 24a12 12 0 0 1 12 12v52H44V72a12 12 0 0 1 12-12a12 12 0 0 0 0-24a36 36 0 0 0-36 36v92a48 48 0 0 0 96 0v-16h24v16a48 48 0 0 0 96 0V72a36 36 0 0 0-36-36M68 188a24 24 0 0 1-24-24v-9l31.74 31.74A23.9 23.9 0 0 1 68 188m24-24a25 25 0 0 1-.44 4.59L71 148h21Zm96 24a24 24 0 0 1-24-24v-9l31.74 31.74A23.9 23.9 0 0 1 188 188m24-24a25 25 0 0 1-.44 4.59L191 148h21Z"/></svg> </template>
CSS
.icon-sunglasses-bold {
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%2036a12%2012%200%200%200%200%2024a12%2012%200%200%201%2012%2012v52H44V72a12%2012%200%200%201%2012-12a12%2012%200%200%200%200-24a36%2036%200%200%200-36%2036v92a48%2048%200%200%200%2096%200v-16h24v16a48%2048%200%200%200%2096%200V72a36%2036%200%200%200-36-36M68%20188a24%2024%200%200%201-24-24v-9l31.74%2031.74A23.9%2023.9%200%200%201%2068%20188m24-24a25%2025%200%200%201-.44%204.59L71%20148h21Zm96%2024a24%2024%200%200%201-24-24v-9l31.74%2031.74A23.9%2023.9%200%200%201%20188%20188m24-24a25%2025%200%200%201-.44%204.59L191%20148h21Z%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%2036a12%2012%200%200%200%200%2024a12%2012%200%200%201%2012%2012v52H44V72a12%2012%200%200%201%2012-12a12%2012%200%200%200%200-24a36%2036%200%200%200-36%2036v92a48%2048%200%200%200%2096%200v-16h24v16a48%2048%200%200%200%2096%200V72a36%2036%200%200%200-36-36M68%20188a24%2024%200%200%201-24-24v-9l31.74%2031.74A23.9%2023.9%200%200%201%2068%20188m24-24a25%2025%200%200%201-.44%204.59L71%20148h21Zm96%2024a24%2024%200%200%201-24-24v-9l31.74%2031.74A23.9%2023.9%200%200%201%20188%20188m24-24a25%2025%200%200%201-.44%204.59L191%20148h21Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/sunglasses-bold.svg?color=%231a73e8&size=48