Fade Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Fade 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/317756.svg" alt="Fade icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317756.svg" alt="Fade icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317756.svg" alt="Fade icon" :width="24" :height="24" />
CSS background
.icon-fade {
background-image: url('https://proicons.com/icon/317756.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>fade</title><path d="M8.24,25.14,7,26.67a13.79,13.79,0,0,0,4.18,2.44l.69-1.87A12,12,0,0,1,8.24,25.14Z"/><path d="M4.19,18l-2,.41A14.09,14.09,0,0,0,3.86,23L5.59,22A12.44,12.44,0,0,1,4.19,18Z"/><path d="M11.82,4.76l-.69-1.87A13.79,13.79,0,0,0,7,5.33L8.24,6.86A12,12,0,0,1,11.82,4.76Z"/><path d="M5.59,10,3.86,9a14.37,14.37,0,0,0-1.64,4.59l2,.34A12.05,12.05,0,0,1,5.59,10Z"/><path d="M16,2V4a12,12,0,0,1,0,24v2A14,14,0,0,0,16,2Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!