discord icon
discord-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- discord-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon 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 IconsdiscordOpenMojidiscordPixelarticonsdiscordPrime 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="M15.003 4c.93 0 1.924.406 2.777.764c1.26.528 1.968 1.635 2.517 2.852c.891 1.975 1.51 4.608 1.724 6.61c.102.95.127 1.906-.056 2.548c-.266.928-1.396 1.49-2.174 1.924c-.877.49-1.869.96-2.341 1.197a1 1 0 1 1-.894-1.79c.212-.106.486-.239.791-.39l-.58-.608c-1.39.571-3.028.893-4.767.893s-3.376-.322-4.766-.893l-.58.608c.288.142.537.262.793.39a1 1 0 0 1-.895 1.79c-.783-.392-1.574-.77-2.34-1.197c-.777-.434-1.908-.996-2.173-1.924c-.184-.642-.159-1.598-.057-2.548c.214-2.002.833-4.635 1.724-6.61c.549-1.217 1.257-2.324 2.516-2.852C7.058 4.414 8.072 4 9 4c.603 0 1.076.555.989 1.147A14 14 0 0 1 11.999 5c.692 0 1.367.05 2.015.147A1.01 1.01 0 0 1 15.003 4M8.75 10.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5m6.5 0a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteDiscordFill(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="M15.003 4c.93 0 1.924.406 2.777.764c1.26.528 1.968 1.635 2.517 2.852c.891 1.975 1.51 4.608 1.724 6.61c.102.95.127 1.906-.056 2.548c-.266.928-1.396 1.49-2.174 1.924c-.877.49-1.869.96-2.341 1.197a1 1 0 1 1-.894-1.79c.212-.106.486-.239.791-.39l-.58-.608c-1.39.571-3.028.893-4.767.893s-3.376-.322-4.766-.893l-.58.608c.288.142.537.262.793.39a1 1 0 0 1-.895 1.79c-.783-.392-1.574-.77-2.34-1.197c-.777-.434-1.908-.996-2.173-1.924c-.184-.642-.159-1.598-.057-2.548c.214-2.002.833-4.635 1.724-6.61c.549-1.217 1.257-2.324 2.516-2.852C7.058 4.414 8.072 4 9 4c.603 0 1.076.555.989 1.147A14 14 0 0 1 11.999 5c.692 0 1.367.05 2.015.147A1.01 1.01 0 0 1 15.003 4M8.75 10.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5m6.5 0a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.003 4c.93 0 1.924.406 2.777.764c1.26.528 1.968 1.635 2.517 2.852c.891 1.975 1.51 4.608 1.724 6.61c.102.95.127 1.906-.056 2.548c-.266.928-1.396 1.49-2.174 1.924c-.877.49-1.869.96-2.341 1.197a1 1 0 1 1-.894-1.79c.212-.106.486-.239.791-.39l-.58-.608c-1.39.571-3.028.893-4.767.893s-3.376-.322-4.766-.893l-.58.608c.288.142.537.262.793.39a1 1 0 0 1-.895 1.79c-.783-.392-1.574-.77-2.34-1.197c-.777-.434-1.908-.996-2.173-1.924c-.184-.642-.159-1.598-.057-2.548c.214-2.002.833-4.635 1.724-6.61c.549-1.217 1.257-2.324 2.516-2.852C7.058 4.414 8.072 4 9 4c.603 0 1.076.555.989 1.147A14 14 0 0 1 11.999 5c.692 0 1.367.05 2.015.147A1.01 1.01 0 0 1 15.003 4M8.75 10.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5m6.5 0a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5"/></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%22M15.003%204c.93%200%201.924.406%202.777.764c1.26.528%201.968%201.635%202.517%202.852c.891%201.975%201.51%204.608%201.724%206.61c.102.95.127%201.906-.056%202.548c-.266.928-1.396%201.49-2.174%201.924c-.877.49-1.869.96-2.341%201.197a1%201%200%201%201-.894-1.79c.212-.106.486-.239.791-.39l-.58-.608c-1.39.571-3.028.893-4.767.893s-3.376-.322-4.766-.893l-.58.608c.288.142.537.262.793.39a1%201%200%200%201-.895%201.79c-.783-.392-1.574-.77-2.34-1.197c-.777-.434-1.908-.996-2.173-1.924c-.184-.642-.159-1.598-.057-2.548c.214-2.002.833-4.635%201.724-6.61c.549-1.217%201.257-2.324%202.516-2.852C7.058%204.414%208.072%204%209%204c.603%200%201.076.555.989%201.147A14%2014%200%200%201%2011.999%205c.692%200%201.367.05%202.015.147A1.01%201.01%200%200%201%2015.003%204M8.75%2010.5a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5m6.5%200a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5%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%22M15.003%204c.93%200%201.924.406%202.777.764c1.26.528%201.968%201.635%202.517%202.852c.891%201.975%201.51%204.608%201.724%206.61c.102.95.127%201.906-.056%202.548c-.266.928-1.396%201.49-2.174%201.924c-.877.49-1.869.96-2.341%201.197a1%201%200%201%201-.894-1.79c.212-.106.486-.239.791-.39l-.58-.608c-1.39.571-3.028.893-4.767.893s-3.376-.322-4.766-.893l-.58.608c.288.142.537.262.793.39a1%201%200%200%201-.895%201.79c-.783-.392-1.574-.77-2.34-1.197c-.777-.434-1.908-.996-2.173-1.924c-.184-.642-.159-1.598-.057-2.548c.214-2.002.833-4.635%201.724-6.61c.549-1.217%201.257-2.324%202.516-2.852C7.058%204.414%208.072%204%209%204c.603%200%201.076.555.989%201.147A14%2014%200%200%201%2011.999%205c.692%200%201.367.05%202.015.147A1.01%201.01%200%200%201%2015.003%204M8.75%2010.5a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5m6.5%200a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/discord-fill.svg?color=%231a73e8&size=48