Status2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Status2 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/333311.svg" alt="Status2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333311.svg" alt="Status2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333311.svg" alt="Status2 icon" :width="24" :height="24" />
CSS background
.icon-status2 {
background-image: url('https://proicons.com/icon/333311.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M33.9978,4.6277a9.3577,9.3577,0,0,1,8.4671,10.1705c-.47,5.1467-4.8547,8.1237-10.17,8.4672,0,0-2.98.4263-8.6675-1.476a20.1536,20.1536,0,0,0-11.018-.3107s4.5439-18.6935,21.39-16.8509"/><path class="a" d="M14.0022,43.3723A9.3577,9.3577,0,0,1,5.5351,33.2018c.47-5.1465,4.8547-8.1237,10.1705-8.4672,0,0,2.98-.4263,8.6675,1.476a20.1536,20.1536,0,0,0,11.018.3107s-4.5439,18.6935-21.39,16.8509"/></svg>
Copied!