discord from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.

Name
discord
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

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="M19.888 7.335a5.13 5.13 0 0 0-2.893-2.418a9 9 0 0 0-2.275-.508q-.284.504-.508 1.038a15 15 0 0 0-4.56 0a11 11 0 0 0-.519-1.038c-.752.082-1.493.249-2.208.497a5.12 5.12 0 0 0-2.904 2.44a16.18 16.18 0 0 0-1.91 9.717a16.6 16.6 0 0 0 4.98 2.528a4.34 4.34 0 0 0 1.104-1.777q-.81-.304-1.557-.74c-.089-.122.254-.32.364-.354a11.83 11.83 0 0 0 10.037 0c.1 0 .453.232.364.354c-.441.342-1.424.585-1.59.828a7.4 7.4 0 0 0 1.105 1.69a16.6 16.6 0 0 0 4.99-2.53a16.23 16.23 0 0 0-2.02-9.727M8.669 14.7a1.943 1.943 0 0 1-1.92-1.955a1.943 1.943 0 0 1 1.92-1.91a1.94 1.94 0 0 1 1.933 1.965a1.943 1.943 0 0 1-1.933 1.9m6.625 0a1.943 1.943 0 0 1-1.932-1.944a1.932 1.932 0 1 1 3.865.034a1.93 1.93 0 0 1-1.933 1.899z"/></svg>

React

import type { SVGProps } from "react";

export function MageDiscord(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="M19.888 7.335a5.13 5.13 0 0 0-2.893-2.418a9 9 0 0 0-2.275-.508q-.284.504-.508 1.038a15 15 0 0 0-4.56 0a11 11 0 0 0-.519-1.038c-.752.082-1.493.249-2.208.497a5.12 5.12 0 0 0-2.904 2.44a16.18 16.18 0 0 0-1.91 9.717a16.6 16.6 0 0 0 4.98 2.528a4.34 4.34 0 0 0 1.104-1.777q-.81-.304-1.557-.74c-.089-.122.254-.32.364-.354a11.83 11.83 0 0 0 10.037 0c.1 0 .453.232.364.354c-.441.342-1.424.585-1.59.828a7.4 7.4 0 0 0 1.105 1.69a16.6 16.6 0 0 0 4.99-2.53a16.23 16.23 0 0 0-2.02-9.727M8.669 14.7a1.943 1.943 0 0 1-1.92-1.955a1.943 1.943 0 0 1 1.92-1.91a1.94 1.94 0 0 1 1.933 1.965a1.943 1.943 0 0 1-1.933 1.9m6.625 0a1.943 1.943 0 0 1-1.932-1.944a1.932 1.932 0 1 1 3.865.034a1.93 1.93 0 0 1-1.933 1.899z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.888 7.335a5.13 5.13 0 0 0-2.893-2.418a9 9 0 0 0-2.275-.508q-.284.504-.508 1.038a15 15 0 0 0-4.56 0a11 11 0 0 0-.519-1.038c-.752.082-1.493.249-2.208.497a5.12 5.12 0 0 0-2.904 2.44a16.18 16.18 0 0 0-1.91 9.717a16.6 16.6 0 0 0 4.98 2.528a4.34 4.34 0 0 0 1.104-1.777q-.81-.304-1.557-.74c-.089-.122.254-.32.364-.354a11.83 11.83 0 0 0 10.037 0c.1 0 .453.232.364.354c-.441.342-1.424.585-1.59.828a7.4 7.4 0 0 0 1.105 1.69a16.6 16.6 0 0 0 4.99-2.53a16.23 16.23 0 0 0-2.02-9.727M8.669 14.7a1.943 1.943 0 0 1-1.92-1.955a1.943 1.943 0 0 1 1.92-1.91a1.94 1.94 0 0 1 1.933 1.965a1.943 1.943 0 0 1-1.933 1.9m6.625 0a1.943 1.943 0 0 1-1.932-1.944a1.932 1.932 0 1 1 3.865.034a1.93 1.93 0 0 1-1.933 1.899z"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.888%207.335a5.13%205.13%200%200%200-2.893-2.418a9%209%200%200%200-2.275-.508q-.284.504-.508%201.038a15%2015%200%200%200-4.56%200a11%2011%200%200%200-.519-1.038c-.752.082-1.493.249-2.208.497a5.12%205.12%200%200%200-2.904%202.44a16.18%2016.18%200%200%200-1.91%209.717a16.6%2016.6%200%200%200%204.98%202.528a4.34%204.34%200%200%200%201.104-1.777q-.81-.304-1.557-.74c-.089-.122.254-.32.364-.354a11.83%2011.83%200%200%200%2010.037%200c.1%200%20.453.232.364.354c-.441.342-1.424.585-1.59.828a7.4%207.4%200%200%200%201.105%201.69a16.6%2016.6%200%200%200%204.99-2.53a16.23%2016.23%200%200%200-2.02-9.727M8.669%2014.7a1.943%201.943%200%200%201-1.92-1.955a1.943%201.943%200%200%201%201.92-1.91a1.94%201.94%200%200%201%201.933%201.965a1.943%201.943%200%200%201-1.933%201.9m6.625%200a1.943%201.943%200%200%201-1.932-1.944a1.932%201.932%200%201%201%203.865.034a1.93%201.93%200%200%201-1.933%201.899z%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%22M19.888%207.335a5.13%205.13%200%200%200-2.893-2.418a9%209%200%200%200-2.275-.508q-.284.504-.508%201.038a15%2015%200%200%200-4.56%200a11%2011%200%200%200-.519-1.038c-.752.082-1.493.249-2.208.497a5.12%205.12%200%200%200-2.904%202.44a16.18%2016.18%200%200%200-1.91%209.717a16.6%2016.6%200%200%200%204.98%202.528a4.34%204.34%200%200%200%201.104-1.777q-.81-.304-1.557-.74c-.089-.122.254-.32.364-.354a11.83%2011.83%200%200%200%2010.037%200c.1%200%20.453.232.364.354c-.441.342-1.424.585-1.59.828a7.4%207.4%200%200%200%201.105%201.69a16.6%2016.6%200%200%200%204.99-2.53a16.23%2016.23%200%200%200-2.02-9.727M8.669%2014.7a1.943%201.943%200%200%201-1.92-1.955a1.943%201.943%200%200%201%201.92-1.91a1.94%201.94%200%200%201%201.933%201.965a1.943%201.943%200%200%201-1.933%201.9m6.625%200a1.943%201.943%200%200%201-1.932-1.944a1.932%201.932%200%201%201%203.865.034a1.93%201.93%200%200%201-1.933%201.899z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/discord.svg?color=%231a73e8&size=48