Stackexchange Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Stackexchange 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/316146.svg" alt="Stackexchange icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316146.svg" alt="Stackexchange icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316146.svg" alt="Stackexchange icon" :width="24" :height="24" />
CSS background
.icon-stackexchange {
background-image: url('https://proicons.com/icon/316146.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>Stack Exchange</title><path d="M21.728 15.577v1.036c0 1.754-1.395 3.177-3.1 3.177h-.904L13.645 24v-4.21H5.371c-1.704 0-3.099-1.423-3.099-3.181v-1.032h19.456zM2.275 10.463h19.323v3.979H2.275v-3.979zm0-5.141h19.323v3.979H2.275V5.322zM18.575 0c1.681 0 3.023 1.42 3.023 3.178v1.034H2.275V3.178C2.275 1.422 3.67 0 5.375 0h13.2z"/></svg>
Copied!