Shade Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shade 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/347186.svg" alt="Shade icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347186.svg" alt="Shade icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347186.svg" alt="Shade icon" :width="24" :height="24" />
CSS background
.icon-shade {
background-image: url('https://proicons.com/icon/347186.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" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="a" points="23.98 5.945 4.5 24.968 10.071 24.968 10.071 42.055 19.367 42.055 19.367 30.232 28.633 30.232 28.633 42.055 37.929 42.055 37.929 24.968 43.5 24.968 23.98 5.945"/></svg>
Shade in other icon packs
Copied!