Progressive Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Progressive 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/346200.svg" alt="Progressive icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346200.svg" alt="Progressive icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346200.svg" alt="Progressive icon" :width="24" :height="24" />
CSS background
.icon-progressive {
background-image: url('https://proicons.com/icon/346200.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m21.5954,6.6969h14.9519c4.6048,0,6.4756,3.1774,5.8284,4.7929l-5.4552,13.6156c-1.0553,2.634-3.7521,3.7668-6.5974,4.1625-.6698.0932-1.5894.1262-10.4368.1262l-5.5438,11.9091H5.5L21.5954,6.6969Zm6.944,16.0826c.2763-.0767.6891-.3496,1.0247-.6773.5669-.5536.7326-.8736,3.3835-6.533.7973-1.7023.8387-2.5404.0509-2.5582l-5.4476-.1238-4.6033,9.901c-.0708.1523,4.9835.1604,5.5917-.0085h0Z"/></svg>
Copied!