discord icon
discord-fill from Akar Icons by Arturo Wibawa · Fill · MIT Free for personal and commercial use.
- Name
- discord-fill
- Set
- Akar Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
discord-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 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"><path fill="currentColor" d="M20.317 4.492c-1.53-.69-3.17-1.2-4.885-1.49a.075.075 0 0 0-.079.036c-.21.369-.444.85-.608 1.23a18.6 18.6 0 0 0-5.487 0a12 12 0 0 0-.617-1.23A.08.08 0 0 0 8.562 3c-1.714.29-3.354.8-4.885 1.491a.1.1 0 0 0-.032.027C.533 9.093-.32 13.555.099 17.961a.08.08 0 0 0 .031.055a20 20 0 0 0 5.993 2.98a.08.08 0 0 0 .084-.026a14 14 0 0 0 1.226-1.963a.074.074 0 0 0-.041-.104a13 13 0 0 1-1.872-.878a.075.075 0 0 1-.008-.125q.19-.14.372-.287a.08.08 0 0 1 .078-.01c3.927 1.764 8.18 1.764 12.061 0a.08.08 0 0 1 .079.009q.18.148.372.288a.075.075 0 0 1-.006.125q-.895.515-1.873.877a.075.075 0 0 0-.041.105c.36.687.772 1.341 1.225 1.962a.08.08 0 0 0 .084.028a20 20 0 0 0 6.002-2.981a.08.08 0 0 0 .032-.054c.5-5.094-.838-9.52-3.549-13.442a.06.06 0 0 0-.031-.028M8.02 15.278c-1.182 0-2.157-1.069-2.157-2.38c0-1.312.956-2.38 2.157-2.38c1.21 0 2.176 1.077 2.157 2.38c0 1.312-.956 2.38-2.157 2.38m7.975 0c-1.183 0-2.157-1.069-2.157-2.38c0-1.312.955-2.38 2.157-2.38c1.21 0 2.176 1.077 2.157 2.38c0 1.312-.946 2.38-2.157 2.38"/></svg>
React
import type { SVGProps } from "react";
export function AkarIconsDiscordFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.317 4.492c-1.53-.69-3.17-1.2-4.885-1.49a.075.075 0 0 0-.079.036c-.21.369-.444.85-.608 1.23a18.6 18.6 0 0 0-5.487 0a12 12 0 0 0-.617-1.23A.08.08 0 0 0 8.562 3c-1.714.29-3.354.8-4.885 1.491a.1.1 0 0 0-.032.027C.533 9.093-.32 13.555.099 17.961a.08.08 0 0 0 .031.055a20 20 0 0 0 5.993 2.98a.08.08 0 0 0 .084-.026a14 14 0 0 0 1.226-1.963a.074.074 0 0 0-.041-.104a13 13 0 0 1-1.872-.878a.075.075 0 0 1-.008-.125q.19-.14.372-.287a.08.08 0 0 1 .078-.01c3.927 1.764 8.18 1.764 12.061 0a.08.08 0 0 1 .079.009q.18.148.372.288a.075.075 0 0 1-.006.125q-.895.515-1.873.877a.075.075 0 0 0-.041.105c.36.687.772 1.341 1.225 1.962a.08.08 0 0 0 .084.028a20 20 0 0 0 6.002-2.981a.08.08 0 0 0 .032-.054c.5-5.094-.838-9.52-3.549-13.442a.06.06 0 0 0-.031-.028M8.02 15.278c-1.182 0-2.157-1.069-2.157-2.38c0-1.312.956-2.38 2.157-2.38c1.21 0 2.176 1.077 2.157 2.38c0 1.312-.956 2.38-2.157 2.38m7.975 0c-1.183 0-2.157-1.069-2.157-2.38c0-1.312.955-2.38 2.157-2.38c1.21 0 2.176 1.077 2.157 2.38c0 1.312-.946 2.38-2.157 2.38"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.317 4.492c-1.53-.69-3.17-1.2-4.885-1.49a.075.075 0 0 0-.079.036c-.21.369-.444.85-.608 1.23a18.6 18.6 0 0 0-5.487 0a12 12 0 0 0-.617-1.23A.08.08 0 0 0 8.562 3c-1.714.29-3.354.8-4.885 1.491a.1.1 0 0 0-.032.027C.533 9.093-.32 13.555.099 17.961a.08.08 0 0 0 .031.055a20 20 0 0 0 5.993 2.98a.08.08 0 0 0 .084-.026a14 14 0 0 0 1.226-1.963a.074.074 0 0 0-.041-.104a13 13 0 0 1-1.872-.878a.075.075 0 0 1-.008-.125q.19-.14.372-.287a.08.08 0 0 1 .078-.01c3.927 1.764 8.18 1.764 12.061 0a.08.08 0 0 1 .079.009q.18.148.372.288a.075.075 0 0 1-.006.125q-.895.515-1.873.877a.075.075 0 0 0-.041.105c.36.687.772 1.341 1.225 1.962a.08.08 0 0 0 .084.028a20 20 0 0 0 6.002-2.981a.08.08 0 0 0 .032-.054c.5-5.094-.838-9.52-3.549-13.442a.06.06 0 0 0-.031-.028M8.02 15.278c-1.182 0-2.157-1.069-2.157-2.38c0-1.312.956-2.38 2.157-2.38c1.21 0 2.176 1.077 2.157 2.38c0 1.312-.956 2.38-2.157 2.38m7.975 0c-1.183 0-2.157-1.069-2.157-2.38c0-1.312.955-2.38 2.157-2.38c1.21 0 2.176 1.077 2.157 2.38c0 1.312-.946 2.38-2.157 2.38"/></svg> </template>
CSS
.icon-discord-fill {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.317%204.492c-1.53-.69-3.17-1.2-4.885-1.49a.075.075%200%200%200-.079.036c-.21.369-.444.85-.608%201.23a18.6%2018.6%200%200%200-5.487%200a12%2012%200%200%200-.617-1.23A.08.08%200%200%200%208.562%203c-1.714.29-3.354.8-4.885%201.491a.1.1%200%200%200-.032.027C.533%209.093-.32%2013.555.099%2017.961a.08.08%200%200%200%20.031.055a20%2020%200%200%200%205.993%202.98a.08.08%200%200%200%20.084-.026a14%2014%200%200%200%201.226-1.963a.074.074%200%200%200-.041-.104a13%2013%200%200%201-1.872-.878a.075.075%200%200%201-.008-.125q.19-.14.372-.287a.08.08%200%200%201%20.078-.01c3.927%201.764%208.18%201.764%2012.061%200a.08.08%200%200%201%20.079.009q.18.148.372.288a.075.075%200%200%201-.006.125q-.895.515-1.873.877a.075.075%200%200%200-.041.105c.36.687.772%201.341%201.225%201.962a.08.08%200%200%200%20.084.028a20%2020%200%200%200%206.002-2.981a.08.08%200%200%200%20.032-.054c.5-5.094-.838-9.52-3.549-13.442a.06.06%200%200%200-.031-.028M8.02%2015.278c-1.182%200-2.157-1.069-2.157-2.38c0-1.312.956-2.38%202.157-2.38c1.21%200%202.176%201.077%202.157%202.38c0%201.312-.956%202.38-2.157%202.38m7.975%200c-1.183%200-2.157-1.069-2.157-2.38c0-1.312.955-2.38%202.157-2.38c1.21%200%202.176%201.077%202.157%202.38c0%201.312-.946%202.38-2.157%202.38%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.317%204.492c-1.53-.69-3.17-1.2-4.885-1.49a.075.075%200%200%200-.079.036c-.21.369-.444.85-.608%201.23a18.6%2018.6%200%200%200-5.487%200a12%2012%200%200%200-.617-1.23A.08.08%200%200%200%208.562%203c-1.714.29-3.354.8-4.885%201.491a.1.1%200%200%200-.032.027C.533%209.093-.32%2013.555.099%2017.961a.08.08%200%200%200%20.031.055a20%2020%200%200%200%205.993%202.98a.08.08%200%200%200%20.084-.026a14%2014%200%200%200%201.226-1.963a.074.074%200%200%200-.041-.104a13%2013%200%200%201-1.872-.878a.075.075%200%200%201-.008-.125q.19-.14.372-.287a.08.08%200%200%201%20.078-.01c3.927%201.764%208.18%201.764%2012.061%200a.08.08%200%200%201%20.079.009q.18.148.372.288a.075.075%200%200%201-.006.125q-.895.515-1.873.877a.075.075%200%200%200-.041.105c.36.687.772%201.341%201.225%201.962a.08.08%200%200%200%20.084.028a20%2020%200%200%200%206.002-2.981a.08.08%200%200%200%20.032-.054c.5-5.094-.838-9.52-3.549-13.442a.06.06%200%200%200-.031-.028M8.02%2015.278c-1.182%200-2.157-1.069-2.157-2.38c0-1.312.956-2.38%202.157-2.38c1.21%200%202.176%201.077%202.157%202.38c0%201.312-.956%202.38-2.157%202.38m7.975%200c-1.183%200-2.157-1.069-2.157-2.38c0-1.312.955-2.38%202.157-2.38c1.21%200%202.176%201.077%202.157%202.38c0%201.312-.946%202.38-2.157%202.38%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/akar-icons/discord-fill.svg?color=%231a73e8&size=48