Discord Alt 6 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Discord Alt 6 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/339128.svg" alt="Discord Alt 6 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339128.svg" alt="Discord Alt 6 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339128.svg" alt="Discord Alt 6 icon" :width="24" :height="24" />
CSS background
.icon-discord-alt-6 {
background-image: url('https://proicons.com/icon/339128.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:#fff;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"/><path class="c" d="m33.1084,24.6529c.1812.3493.2961.7052.352,1.0585.1144.7232-.302,1.4231-.9957,1.6575-1.0675.3608-2.7917.9435-3.7314,1.2611-.4708.1591-.9842-.011-1.2797-.4105-.1997-.2701-.3622-.5766-.4772-.9168-.685-2.0267.6803-4.2523,2.9804-4.4225,1.2897-.0955,2.556.6249,3.1517,1.7728Z"/><path class="c" d="m14.8778,24.6529c-.1812.3493-.2961.7052-.352,1.0585-.1144.7232.302,1.4231.9957,1.6575,1.0675.3608,2.7917.9435,3.7314,1.2611.4708.1591.9842-.011,1.2797-.4105.1997-.2701.3622-.5766.4772-.9168.685-2.0267-.6803-4.2523-2.9804-4.4225-1.2897-.0955-2.556.6249-3.1517,1.7728Z"/><line class="c" x1="36.8616" y1="26.6427" x2="36.42" y2="27.9675"/><line class="c" x1="38.7906" y1="25.9211" x2="37.8679" y2="28.6891"/><line class="c" x1="40.2385" y1="26.6427" x2="39.7969" y2="27.9675"/><line class="c" x1="8.2031" y1="26.6427" x2="7.7615" y2="27.9675"/><line class="c" x1="10.1321" y1="25.9211" x2="9.2094" y2="28.6891"/><line class="c" x1="11.58" y1="26.6427" x2="11.1384" y2="27.9675"/></svg>
Copied!