discord icon
discord from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- discord
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
discord-fillAkar Iconsdiscord-filledAnt Design IconsdiscordBootstrap IconsdiscordBoxicons BrandsdiscordCoreUI BrandsdiscordFont Awesome 6 BrandsdiscordFont Awesome Brandsdiscord-solidFlowbite IconsdiscordIconoirdiscordJam IconsdiscordLine AwesomediscordMaterial Line IconsdiscordSVG LogosdiscordMage IconsdiscordMaterial Design Iconsdiscord-fillMingCute IcondiscordOpenMojidiscordPixelarticonsdiscordPrime Iconsdiscord-fillRemix IcondiscordSimple IconsdiscordSkill Iconsdiscord-outlineTeenyiconsdiscordUnicons
Use the discord icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M15.5 17.5c1 1.5 1.833 2.167 2.5 2.5c1.333-.333 4-1.8 4-5s-1.333-7.667-2-9.5C18 4.3 15.833 4 15 4l-.802 1.604c-.784-.317-1.792-.35-2.198-.326c-.406-.024-1.414.01-2.198.326L9 4c-.833 0-3 .3-5 1.5c-.667 1.833-2 6.3-2 9.5s2.667 4.667 4 5c.667-.333 1.5-1 2.5-2.5"/><path d="M17.365 11.5c0 1.105-.783 2-1.75 2c-.966 0-1.75-.895-1.75-2s.784-2 1.75-2c.967 0 1.75.895 1.75 2M10 11.5c0 1.105-.784 2-1.75 2s-1.75-.895-1.75-2s.784-2 1.75-2s1.75.895 1.75 2m7.5 5c-1.098.897-3.15 1.5-5.5 1.5s-4.402-.603-5.5-1.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsDiscord(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M15.5 17.5c1 1.5 1.833 2.167 2.5 2.5c1.333-.333 4-1.8 4-5s-1.333-7.667-2-9.5C18 4.3 15.833 4 15 4l-.802 1.604c-.784-.317-1.792-.35-2.198-.326c-.406-.024-1.414.01-2.198.326L9 4c-.833 0-3 .3-5 1.5c-.667 1.833-2 6.3-2 9.5s2.667 4.667 4 5c.667-.333 1.5-1 2.5-2.5"/><path d="M17.365 11.5c0 1.105-.783 2-1.75 2c-.966 0-1.75-.895-1.75-2s.784-2 1.75-2c.967 0 1.75.895 1.75 2M10 11.5c0 1.105-.784 2-1.75 2s-1.75-.895-1.75-2s.784-2 1.75-2s1.75.895 1.75 2m7.5 5c-1.098.897-3.15 1.5-5.5 1.5s-4.402-.603-5.5-1.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M15.5 17.5c1 1.5 1.833 2.167 2.5 2.5c1.333-.333 4-1.8 4-5s-1.333-7.667-2-9.5C18 4.3 15.833 4 15 4l-.802 1.604c-.784-.317-1.792-.35-2.198-.326c-.406-.024-1.414.01-2.198.326L9 4c-.833 0-3 .3-5 1.5c-.667 1.833-2 6.3-2 9.5s2.667 4.667 4 5c.667-.333 1.5-1 2.5-2.5"/><path d="M17.365 11.5c0 1.105-.783 2-1.75 2c-.966 0-1.75-.895-1.75-2s.784-2 1.75-2c.967 0 1.75.895 1.75 2M10 11.5c0 1.105-.784 2-1.75 2s-1.75-.895-1.75-2s.784-2 1.75-2s1.75.895 1.75 2m7.5 5c-1.098.897-3.15 1.5-5.5 1.5s-4.402-.603-5.5-1.5"/></g></svg> </template>
CSS
.icon-discord {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.5%2017.5c1%201.5%201.833%202.167%202.5%202.5c1.333-.333%204-1.8%204-5s-1.333-7.667-2-9.5C18%204.3%2015.833%204%2015%204l-.802%201.604c-.784-.317-1.792-.35-2.198-.326c-.406-.024-1.414.01-2.198.326L9%204c-.833%200-3%20.3-5%201.5c-.667%201.833-2%206.3-2%209.5s2.667%204.667%204%205c.667-.333%201.5-1%202.5-2.5%22%2F%3E%3Cpath%20d%3D%22M17.365%2011.5c0%201.105-.783%202-1.75%202c-.966%200-1.75-.895-1.75-2s.784-2%201.75-2c.967%200%201.75.895%201.75%202M10%2011.5c0%201.105-.784%202-1.75%202s-1.75-.895-1.75-2s.784-2%201.75-2s1.75.895%201.75%202m7.5%205c-1.098.897-3.15%201.5-5.5%201.5s-4.402-.603-5.5-1.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.5%2017.5c1%201.5%201.833%202.167%202.5%202.5c1.333-.333%204-1.8%204-5s-1.333-7.667-2-9.5C18%204.3%2015.833%204%2015%204l-.802%201.604c-.784-.317-1.792-.35-2.198-.326c-.406-.024-1.414.01-2.198.326L9%204c-.833%200-3%20.3-5%201.5c-.667%201.833-2%206.3-2%209.5s2.667%204.667%204%205c.667-.333%201.5-1%202.5-2.5%22%2F%3E%3Cpath%20d%3D%22M17.365%2011.5c0%201.105-.783%202-1.75%202c-.966%200-1.75-.895-1.75-2s.784-2%201.75-2c.967%200%201.75.895%201.75%202M10%2011.5c0%201.105-.784%202-1.75%202s-1.75-.895-1.75-2s.784-2%201.75-2s1.75.895%201.75%202m7.5%205c-1.098.897-3.15%201.5-5.5%201.5s-4.402-.603-5.5-1.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/discord.svg?color=%231a73e8&size=48