Discourse Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Discourse 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/314116.svg" alt="Discourse icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314116.svg" alt="Discourse icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314116.svg" alt="Discourse icon" :width="24" :height="24" />
CSS background
.icon-discourse {
background-image: url('https://proicons.com/icon/314116.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>Discourse</title><path d="M12.103 0C18.666 0 24 5.485 24 11.997c0 6.51-5.33 11.99-11.9 11.99L0 24V11.79C0 5.28 5.532 0 12.103 0zm.116 4.563c-2.593-.003-4.996 1.352-6.337 3.57-1.33 2.208-1.387 4.957-.148 7.22L4.4 19.61l4.794-1.074c2.745 1.225 5.965.676 8.136-1.39 2.17-2.054 2.86-5.228 1.737-7.997-1.135-2.778-3.84-4.59-6.84-4.585h-.008z"/></svg>
Copied!