Sunglasses Icon
Free SVG icon from the Pixelarticons collection. Download or copy for use in any project.
The Sunglasses icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/313243.svg" alt="Sunglasses icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313243.svg" alt="Sunglasses icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313243.svg" alt="Sunglasses icon" :width="24" :height="24" />
CSS background
.icon-sunglasses {
background-image: url('https://proicons.com/icon/313243.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"> <path d="M15 10h5v2h-5zM4 10h5v2H4zm16 2h2v5h-2zM9 12h2v5H9zm4 0h2v5h-2zM2 12h2v5H2zm13 5h5v2h-5zM4 17h5v2H4zm7-5h2v2h-2zM2 6h2v6H2zm18 0h2v6h-2zM4 4h2v2H4zm14 0h2v2h-2zM6 12h3v2H6zm11 0h3v2h-3zM4 14h2v3H4zm11 0h2v3h-2zm-9 2h3v1H6zm11 0h3v1h-3zm-9-2h1v2H8zm11 0h1v2h-1z"/> </svg>
Sunglasses in other icon packs
Copied!