discord logo
discord from Skill Icons by tandpfun · Default · MIT Free for personal and commercial use.
- Name
- discord
- Set
- Skill Icons
- Style
- Default
- Viewbox
- 256×256
- License
- MIT
The same logo in other sets
discord-fillAkar Iconsdiscord-filledAnt Design IconsdiscordBootstrap IconsdiscordBoxicons BrandsdiscordCoreUI BrandsdiscordFont Awesome 6 BrandsdiscordFont Awesome Brandsdiscord-solidFlowbite IconsdiscordHuge IconsdiscordIconoirdiscordJam IconsdiscordLine AwesomediscordMaterial Line IconsdiscordSVG LogosdiscordMage IconsdiscordMaterial Design Iconsdiscord-fillMingCute IcondiscordOpenMojidiscordPixelarticonsdiscordPrime Iconsdiscord-fillRemix IcondiscordSimple Iconsdiscord-outlineTeenyiconsdiscordUnicons
Use the discord logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#5865f2" rx="60"/><g clip-path="url(#SVGKXSAsd8x)"><path fill="#fff" d="M197.308 64.797a165 165 0 0 0-40.709-12.627a.62.62 0 0 0-.654.31c-1.758 3.126-3.706 7.206-5.069 10.412c-15.373-2.302-30.666-2.302-45.723 0c-1.364-3.278-3.382-7.286-5.148-10.412a.64.64 0 0 0-.655-.31a164.5 164.5 0 0 0-40.709 12.627a.6.6 0 0 0-.268.23c-25.928 38.736-33.03 76.52-29.546 113.836a.7.7 0 0 0 .26.468c17.106 12.563 33.677 20.19 49.94 25.245a.65.65 0 0 0 .702-.23c3.847-5.254 7.276-10.793 10.217-16.618a.633.633 0 0 0-.347-.881c-5.44-2.064-10.619-4.579-15.601-7.436a.642.642 0 0 1-.063-1.064a86 86 0 0 0 3.098-2.428a.62.62 0 0 1 .646-.088c32.732 14.944 68.167 14.944 100.512 0a.62.62 0 0 1 .655.08a80 80 0 0 0 3.106 2.436a.642.642 0 0 1-.055 1.064a102.6 102.6 0 0 1-15.609 7.428a.64.64 0 0 0-.339.889a133 133 0 0 0 10.208 16.61a.64.64 0 0 0 .702.238c16.342-5.055 32.913-12.682 50.02-25.245a.65.65 0 0 0 .26-.46c4.17-43.141-6.985-80.616-29.571-113.836a.5.5 0 0 0-.26-.238M94.834 156.142c-9.855 0-17.975-9.047-17.975-20.158s7.963-20.158 17.975-20.158c10.09 0 18.131 9.127 17.973 20.158c0 11.111-7.962 20.158-17.973 20.158m66.456 0c-9.855 0-17.974-9.047-17.974-20.158s7.962-20.158 17.974-20.158c10.09 0 18.131 9.127 17.974 20.158c0 11.111-7.884 20.158-17.974 20.158"/></g><defs><clipPath id="SVGKXSAsd8x"><path fill="#fff" d="M28 51h200v154.93H28z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function SkillIconsDiscord(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#5865f2" rx="60"/><g clipPath="url(#SVGKXSAsd8x)"><path fill="#fff" d="M197.308 64.797a165 165 0 0 0-40.709-12.627a.62.62 0 0 0-.654.31c-1.758 3.126-3.706 7.206-5.069 10.412c-15.373-2.302-30.666-2.302-45.723 0c-1.364-3.278-3.382-7.286-5.148-10.412a.64.64 0 0 0-.655-.31a164.5 164.5 0 0 0-40.709 12.627a.6.6 0 0 0-.268.23c-25.928 38.736-33.03 76.52-29.546 113.836a.7.7 0 0 0 .26.468c17.106 12.563 33.677 20.19 49.94 25.245a.65.65 0 0 0 .702-.23c3.847-5.254 7.276-10.793 10.217-16.618a.633.633 0 0 0-.347-.881c-5.44-2.064-10.619-4.579-15.601-7.436a.642.642 0 0 1-.063-1.064a86 86 0 0 0 3.098-2.428a.62.62 0 0 1 .646-.088c32.732 14.944 68.167 14.944 100.512 0a.62.62 0 0 1 .655.08a80 80 0 0 0 3.106 2.436a.642.642 0 0 1-.055 1.064a102.6 102.6 0 0 1-15.609 7.428a.64.64 0 0 0-.339.889a133 133 0 0 0 10.208 16.61a.64.64 0 0 0 .702.238c16.342-5.055 32.913-12.682 50.02-25.245a.65.65 0 0 0 .26-.46c4.17-43.141-6.985-80.616-29.571-113.836a.5.5 0 0 0-.26-.238M94.834 156.142c-9.855 0-17.975-9.047-17.975-20.158s7.963-20.158 17.975-20.158c10.09 0 18.131 9.127 17.973 20.158c0 11.111-7.962 20.158-17.973 20.158m66.456 0c-9.855 0-17.974-9.047-17.974-20.158s7.962-20.158 17.974-20.158c10.09 0 18.131 9.127 17.974 20.158c0 11.111-7.884 20.158-17.974 20.158"/></g><defs><clipPath id="SVGKXSAsd8x"><path fill="#fff" d="M28 51h200v154.93H28z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#5865f2" rx="60"/><g clip-path="url(#SVGKXSAsd8x)"><path fill="#fff" d="M197.308 64.797a165 165 0 0 0-40.709-12.627a.62.62 0 0 0-.654.31c-1.758 3.126-3.706 7.206-5.069 10.412c-15.373-2.302-30.666-2.302-45.723 0c-1.364-3.278-3.382-7.286-5.148-10.412a.64.64 0 0 0-.655-.31a164.5 164.5 0 0 0-40.709 12.627a.6.6 0 0 0-.268.23c-25.928 38.736-33.03 76.52-29.546 113.836a.7.7 0 0 0 .26.468c17.106 12.563 33.677 20.19 49.94 25.245a.65.65 0 0 0 .702-.23c3.847-5.254 7.276-10.793 10.217-16.618a.633.633 0 0 0-.347-.881c-5.44-2.064-10.619-4.579-15.601-7.436a.642.642 0 0 1-.063-1.064a86 86 0 0 0 3.098-2.428a.62.62 0 0 1 .646-.088c32.732 14.944 68.167 14.944 100.512 0a.62.62 0 0 1 .655.08a80 80 0 0 0 3.106 2.436a.642.642 0 0 1-.055 1.064a102.6 102.6 0 0 1-15.609 7.428a.64.64 0 0 0-.339.889a133 133 0 0 0 10.208 16.61a.64.64 0 0 0 .702.238c16.342-5.055 32.913-12.682 50.02-25.245a.65.65 0 0 0 .26-.46c4.17-43.141-6.985-80.616-29.571-113.836a.5.5 0 0 0-.26-.238M94.834 156.142c-9.855 0-17.975-9.047-17.975-20.158s7.963-20.158 17.975-20.158c10.09 0 18.131 9.127 17.973 20.158c0 11.111-7.962 20.158-17.973 20.158m66.456 0c-9.855 0-17.974-9.047-17.974-20.158s7.962-20.158 17.974-20.158c10.09 0 18.131 9.127 17.974 20.158c0 11.111-7.884 20.158-17.974 20.158"/></g><defs><clipPath id="SVGKXSAsd8x"><path fill="#fff" d="M28 51h200v154.93H28z"/></clipPath></defs></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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%235865f2%22%20rx%3D%2260%22%2F%3E%3Cg%20clip-path%3D%22url(%23SVGKXSAsd8x)%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M197.308%2064.797a165%20165%200%200%200-40.709-12.627a.62.62%200%200%200-.654.31c-1.758%203.126-3.706%207.206-5.069%2010.412c-15.373-2.302-30.666-2.302-45.723%200c-1.364-3.278-3.382-7.286-5.148-10.412a.64.64%200%200%200-.655-.31a164.5%20164.5%200%200%200-40.709%2012.627a.6.6%200%200%200-.268.23c-25.928%2038.736-33.03%2076.52-29.546%20113.836a.7.7%200%200%200%20.26.468c17.106%2012.563%2033.677%2020.19%2049.94%2025.245a.65.65%200%200%200%20.702-.23c3.847-5.254%207.276-10.793%2010.217-16.618a.633.633%200%200%200-.347-.881c-5.44-2.064-10.619-4.579-15.601-7.436a.642.642%200%200%201-.063-1.064a86%2086%200%200%200%203.098-2.428a.62.62%200%200%201%20.646-.088c32.732%2014.944%2068.167%2014.944%20100.512%200a.62.62%200%200%201%20.655.08a80%2080%200%200%200%203.106%202.436a.642.642%200%200%201-.055%201.064a102.6%20102.6%200%200%201-15.609%207.428a.64.64%200%200%200-.339.889a133%20133%200%200%200%2010.208%2016.61a.64.64%200%200%200%20.702.238c16.342-5.055%2032.913-12.682%2050.02-25.245a.65.65%200%200%200%20.26-.46c4.17-43.141-6.985-80.616-29.571-113.836a.5.5%200%200%200-.26-.238M94.834%20156.142c-9.855%200-17.975-9.047-17.975-20.158s7.963-20.158%2017.975-20.158c10.09%200%2018.131%209.127%2017.973%2020.158c0%2011.111-7.962%2020.158-17.973%2020.158m66.456%200c-9.855%200-17.974-9.047-17.974-20.158s7.962-20.158%2017.974-20.158c10.09%200%2018.131%209.127%2017.974%2020.158c0%2011.111-7.884%2020.158-17.974%2020.158%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGKXSAsd8x%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M28%2051h200v154.93H28z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%20256%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%235865f2%22%20rx%3D%2260%22%2F%3E%3Cg%20clip-path%3D%22url(%23SVGKXSAsd8x)%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M197.308%2064.797a165%20165%200%200%200-40.709-12.627a.62.62%200%200%200-.654.31c-1.758%203.126-3.706%207.206-5.069%2010.412c-15.373-2.302-30.666-2.302-45.723%200c-1.364-3.278-3.382-7.286-5.148-10.412a.64.64%200%200%200-.655-.31a164.5%20164.5%200%200%200-40.709%2012.627a.6.6%200%200%200-.268.23c-25.928%2038.736-33.03%2076.52-29.546%20113.836a.7.7%200%200%200%20.26.468c17.106%2012.563%2033.677%2020.19%2049.94%2025.245a.65.65%200%200%200%20.702-.23c3.847-5.254%207.276-10.793%2010.217-16.618a.633.633%200%200%200-.347-.881c-5.44-2.064-10.619-4.579-15.601-7.436a.642.642%200%200%201-.063-1.064a86%2086%200%200%200%203.098-2.428a.62.62%200%200%201%20.646-.088c32.732%2014.944%2068.167%2014.944%20100.512%200a.62.62%200%200%201%20.655.08a80%2080%200%200%200%203.106%202.436a.642.642%200%200%201-.055%201.064a102.6%20102.6%200%200%201-15.609%207.428a.64.64%200%200%200-.339.889a133%20133%200%200%200%2010.208%2016.61a.64.64%200%200%200%20.702.238c16.342-5.055%2032.913-12.682%2050.02-25.245a.65.65%200%200%200%20.26-.46c4.17-43.141-6.985-80.616-29.571-113.836a.5.5%200%200%200-.26-.238M94.834%20156.142c-9.855%200-17.975-9.047-17.975-20.158s7.963-20.158%2017.975-20.158c10.09%200%2018.131%209.127%2017.973%2020.158c0%2011.111-7.962%2020.158-17.973%2020.158m66.456%200c-9.855%200-17.974-9.047-17.974-20.158s7.962-20.158%2017.974-20.158c10.09%200%2018.131%209.127%2017.974%2020.158c0%2011.111-7.884%2020.158-17.974%2020.158%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGKXSAsd8x%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M28%2051h200v154.93H28z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/skill-icons/discord.svg?color=%231a73e8&size=48