Faded Icon Pack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Faded Icon Pack 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/340232.svg" alt="Faded Icon Pack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340232.svg" alt="Faded Icon Pack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340232.svg" alt="Faded Icon Pack icon" :width="24" :height="24" />
CSS background
.icon-faded-icon-pack {
background-image: url('https://proicons.com/icon/340232.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="c" x1="16.5411" y1="17.9364" x2="16.5411" y2="11.3905"/><path class="c" d="m16.5411,4.5h0c-3.8055,0-6.8904,3.0849-6.8904,6.8904v32.1096h0c3.8055,0,6.8904-3.0849,6.8904-6.8904v-11.7827"/><path class="c" d="m9.6506,18.2809c0-3.8055,3.0849-6.8904,6.8904-6.8904h0s14.9179,0,14.9179,0c3.8055,0,6.8905-3.085,6.8905-6.8905h0s-21.8083,0-21.8083,0"/><path class="c" d="m9.6506,31.7173c0-3.8055,3.0849-6.8904,6.8904-6.8904h7.6484c3.8055,0,6.8905-3.085,6.8905-6.8905h0s-14.5389,0-14.5389,0c-3.8055,0-6.8904,3.0849-6.8904,6.8904"/></svg>
Copied!