Statuspage Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Statuspage 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/316165.svg" alt="Statuspage icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316165.svg" alt="Statuspage icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316165.svg" alt="Statuspage icon" :width="24" :height="24" />
CSS background
.icon-statuspage {
background-image: url('https://proicons.com/icon/316165.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Statuspage</title><path d="M12.008 9.597a5.623 5.623 0 1 1 0 11.245 5.623 5.623 0 0 1 0-11.245zM.154 8.717l3.02 3.574a.639.639 0 0 0 .913.068c4.885-4.379 10.97-4.379 15.84 0a.642.642 0 0 0 .916-.068l3.006-3.574a.646.646 0 0 0-.075-.906c-7.1-6.204-16.462-6.204-23.555 0a.65.65 0 0 0-.065.906z"/></svg>
Copied!