sunglasses icon
sunglasses from Material Design Icons by Pictogrammers · Filled · Clothing · Apache-2.0 Free for personal and commercial use.
- Name
- sunglasses
- Set
- Material Design Icons
- Style
- Filled
- Category
- Clothing
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
sunglassesBootstrap IconssunglassesEmoji One (Colored)sunglassesFluent EmojisunglassesFluent Emoji FlatsunglassesFluent Emoji High ContrastsunglassesFirefox OS EmojisunglassesHuge IconssunglassesNoto EmojisunglassesOpenMojisunglassesPhosphorsunglassesPixelarticonssunglassesStreamline EmojissunglassesTabler IconssunglassesTwitter Emoji
More clothing icons from Material Design Icons
Use the sunglasses icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 17H4C2.38 17 .96 15.74.76 14.14l-.5-2.99C.15 10.3.39 9.5.91 8.92S2.19 8 3 8h6c.83 0 1.58.35 2.06.96c.11.15.21.31.29.49c.43-.09.87-.09 1.29 0c.08-.18.18-.34.3-.49C13.41 8.35 14.16 8 15 8h6c.81 0 1.57.34 2.09.92c.51.58.75 1.38.65 2.19l-.51 3.07C23.04 15.74 21.61 17 20 17h-3c-1.56 0-3.08-1.19-3.46-2.7l-.9-2.71c-.38-.28-.91-.28-1.29 0l-.92 2.78C10.07 15.82 8.56 17 7 17"/></svg>
React
import type { SVGProps } from "react";
export function MdiSunglasses(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 17H4C2.38 17 .96 15.74.76 14.14l-.5-2.99C.15 10.3.39 9.5.91 8.92S2.19 8 3 8h6c.83 0 1.58.35 2.06.96c.11.15.21.31.29.49c.43-.09.87-.09 1.29 0c.08-.18.18-.34.3-.49C13.41 8.35 14.16 8 15 8h6c.81 0 1.57.34 2.09.92c.51.58.75 1.38.65 2.19l-.51 3.07C23.04 15.74 21.61 17 20 17h-3c-1.56 0-3.08-1.19-3.46-2.7l-.9-2.71c-.38-.28-.91-.28-1.29 0l-.92 2.78C10.07 15.82 8.56 17 7 17"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 17H4C2.38 17 .96 15.74.76 14.14l-.5-2.99C.15 10.3.39 9.5.91 8.92S2.19 8 3 8h6c.83 0 1.58.35 2.06.96c.11.15.21.31.29.49c.43-.09.87-.09 1.29 0c.08-.18.18-.34.3-.49C13.41 8.35 14.16 8 15 8h6c.81 0 1.57.34 2.09.92c.51.58.75 1.38.65 2.19l-.51 3.07C23.04 15.74 21.61 17 20 17h-3c-1.56 0-3.08-1.19-3.46-2.7l-.9-2.71c-.38-.28-.91-.28-1.29 0l-.92 2.78C10.07 15.82 8.56 17 7 17"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%2017H4C2.38%2017%20.96%2015.74.76%2014.14l-.5-2.99C.15%2010.3.39%209.5.91%208.92S2.19%208%203%208h6c.83%200%201.58.35%202.06.96c.11.15.21.31.29.49c.43-.09.87-.09%201.29%200c.08-.18.18-.34.3-.49C13.41%208.35%2014.16%208%2015%208h6c.81%200%201.57.34%202.09.92c.51.58.75%201.38.65%202.19l-.51%203.07C23.04%2015.74%2021.61%2017%2020%2017h-3c-1.56%200-3.08-1.19-3.46-2.7l-.9-2.71c-.38-.28-.91-.28-1.29%200l-.92%202.78C10.07%2015.82%208.56%2017%207%2017%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%2017H4C2.38%2017%20.96%2015.74.76%2014.14l-.5-2.99C.15%2010.3.39%209.5.91%208.92S2.19%208%203%208h6c.83%200%201.58.35%202.06.96c.11.15.21.31.29.49c.43-.09.87-.09%201.29%200c.08-.18.18-.34.3-.49C13.41%208.35%2014.16%208%2015%208h6c.81%200%201.57.34%202.09.92c.51.58.75%201.38.65%202.19l-.51%203.07C23.04%2015.74%2021.61%2017%2020%2017h-3c-1.56%200-3.08-1.19-3.46-2.7l-.9-2.71c-.38-.28-.91-.28-1.29%200l-.92%202.78C10.07%2015.82%208.56%2017%207%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/sunglasses.svg?color=%231a73e8&size=48