Discord Alt 9 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Discord Alt 9 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/324572.svg" alt="Discord Alt 9 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324572.svg" alt="Discord Alt 9 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324572.svg" alt="Discord Alt 9 icon" :width="24" :height="24" />
CSS background
.icon-discord-alt-9 {
background-image: url('https://proicons.com/icon/324572.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m17.59,34.1733c-.89,1.3069-1.8944,2.6152-2.91,3.8267-7.38-.21-10.18-5-10.18-5,.1049-6.7869,1.7496-13.4614,4.81-19.52,2.6902-2.1046,5.9681-3.3207,9.38-3.48l1,2.31c1.4283-.1983,2.8681-.3018,4.31-.31,1.4484.0048,2.8948.105,4.33.3l1-2.31c3.4152.1679,6.6935,1.3947,9.38,3.51,3.0506,6.0542,4.6883,12.7214,4.79,19.5,0,0-2.8,4.79-10.18,5-1.0166-1.2213-1.9711-2.4929-2.86-3.81m6.46-2.9c-3.84,1.9454-7.5555,3.89-12.92,3.89s-9.08-1.9446-12.92-3.89"/><circle class="c" cx="17.847" cy="26.23" r="3.35"/><path class="c" d="m28.9729,30.1026h0c-2.2342-.6941-3.6298-2.9121-3.2889-5.2266l.3269-2.219c.1539-1.0447,1.1015-1.784,2.1522-1.6793h0c2.2408.2234,4.4154.8872,6.3991,1.9531l.2227.1197c.9369.5034,1.3076,1.6578.8391,2.6126l-.9797,1.9966c-1.0306,2.1003-3.4374,3.1369-5.6715,2.4428Z"/><line class="c" x1="25.98" y1="22.84" x2="7.93" y2="16.47"/><line class="c" x1="43.25" y1="28.88" x2="35.37" y2="26.16"/></svg>
Copied!