Stack Exchange Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Stack Exchange 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/306572.svg" alt="Stack Exchange icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306572.svg" alt="Stack Exchange icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306572.svg" alt="Stack Exchange icon" :width="24" :height="24" />
CSS background
.icon-stack-exchange {
background-image: url('https://proicons.com/icon/306572.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M147 445h706v145H147zm0 185v38c0 32 11 60 33 82 22 23 48 34 79 34h301v154l149-154h32c31 0 57-11 79-34 22-22 33-50 33-82v-38H147zm0-372h706v145H147zm706-80c0-32-11-59-33-82s-48-34-79-34H259c-31 0-57 12-79 34-22 23-33 50-33 82v38h706v-38z"/></svg>
Copied!