bxl discord icon

bxl-discord from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
bxl-discord
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT

Related icons in BoxIcons v2

Use the bxl discord icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M9.593 10.971c-.542 0-.969.475-.969 1.055c0 .578.437 1.055.969 1.055c.541 0 .968-.477.968-1.055c.011-.581-.427-1.055-.968-1.055zm3.468 0c-.542 0-.969.475-.969 1.055c0 .578.437 1.055.969 1.055c.541 0 .968-.477.968-1.055c-.001-.581-.427-1.055-.968-1.055z" fill="currentColor"/><path d="M17.678 3H4.947A1.952 1.952 0 0 0 3 4.957v12.844c0 1.083.874 1.957 1.947 1.957H15.72l-.505-1.759l1.217 1.131l1.149 1.064L19.625 22V4.957A1.952 1.952 0 0 0 17.678 3zM14.01 15.407s-.342-.408-.626-.771c1.244-.352 1.719-1.13 1.719-1.13c-.39.256-.76.438-1.093.562a6.679 6.679 0 0 1-3.838.398a7.944 7.944 0 0 1-1.396-.41a5.402 5.402 0 0 1-.693-.321c-.029-.021-.057-.029-.085-.048a.117.117 0 0 1-.039-.03c-.171-.094-.266-.16-.266-.16s.456.76 1.663 1.121c-.285.36-.637.789-.637.789c-2.099-.067-2.896-1.444-2.896-1.444c0-3.059 1.368-5.538 1.368-5.538c1.368-1.027 2.669-.998 2.669-.998l.095.114c-1.71.495-2.499 1.245-2.499 1.245s.21-.114.561-.275c1.016-.446 1.823-.57 2.156-.599c.057-.009.105-.019.162-.019a7.756 7.756 0 0 1 4.778.893s-.751-.712-2.366-1.206l.133-.152s1.302-.029 2.669.998c0 0 1.368 2.479 1.368 5.538c0-.001-.807 1.376-2.907 1.443z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxBxlDiscord(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M9.593 10.971c-.542 0-.969.475-.969 1.055c0 .578.437 1.055.969 1.055c.541 0 .968-.477.968-1.055c.011-.581-.427-1.055-.968-1.055zm3.468 0c-.542 0-.969.475-.969 1.055c0 .578.437 1.055.969 1.055c.541 0 .968-.477.968-1.055c-.001-.581-.427-1.055-.968-1.055z" fill="currentColor"/><path d="M17.678 3H4.947A1.952 1.952 0 0 0 3 4.957v12.844c0 1.083.874 1.957 1.947 1.957H15.72l-.505-1.759l1.217 1.131l1.149 1.064L19.625 22V4.957A1.952 1.952 0 0 0 17.678 3zM14.01 15.407s-.342-.408-.626-.771c1.244-.352 1.719-1.13 1.719-1.13c-.39.256-.76.438-1.093.562a6.679 6.679 0 0 1-3.838.398a7.944 7.944 0 0 1-1.396-.41a5.402 5.402 0 0 1-.693-.321c-.029-.021-.057-.029-.085-.048a.117.117 0 0 1-.039-.03c-.171-.094-.266-.16-.266-.16s.456.76 1.663 1.121c-.285.36-.637.789-.637.789c-2.099-.067-2.896-1.444-2.896-1.444c0-3.059 1.368-5.538 1.368-5.538c1.368-1.027 2.669-.998 2.669-.998l.095.114c-1.71.495-2.499 1.245-2.499 1.245s.21-.114.561-.275c1.016-.446 1.823-.57 2.156-.599c.057-.009.105-.019.162-.019a7.756 7.756 0 0 1 4.778.893s-.751-.712-2.366-1.206l.133-.152s1.302-.029 2.669.998c0 0 1.368 2.479 1.368 5.538c0-.001-.807 1.376-2.907 1.443z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M9.593 10.971c-.542 0-.969.475-.969 1.055c0 .578.437 1.055.969 1.055c.541 0 .968-.477.968-1.055c.011-.581-.427-1.055-.968-1.055zm3.468 0c-.542 0-.969.475-.969 1.055c0 .578.437 1.055.969 1.055c.541 0 .968-.477.968-1.055c-.001-.581-.427-1.055-.968-1.055z" fill="currentColor"/><path d="M17.678 3H4.947A1.952 1.952 0 0 0 3 4.957v12.844c0 1.083.874 1.957 1.947 1.957H15.72l-.505-1.759l1.217 1.131l1.149 1.064L19.625 22V4.957A1.952 1.952 0 0 0 17.678 3zM14.01 15.407s-.342-.408-.626-.771c1.244-.352 1.719-1.13 1.719-1.13c-.39.256-.76.438-1.093.562a6.679 6.679 0 0 1-3.838.398a7.944 7.944 0 0 1-1.396-.41a5.402 5.402 0 0 1-.693-.321c-.029-.021-.057-.029-.085-.048a.117.117 0 0 1-.039-.03c-.171-.094-.266-.16-.266-.16s.456.76 1.663 1.121c-.285.36-.637.789-.637.789c-2.099-.067-2.896-1.444-2.896-1.444c0-3.059 1.368-5.538 1.368-5.538c1.368-1.027 2.669-.998 2.669-.998l.095.114c-1.71.495-2.499 1.245-2.499 1.245s.21-.114.561-.275c1.016-.446 1.823-.57 2.156-.599c.057-.009.105-.019.162-.019a7.756 7.756 0 0 1 4.778.893s-.751-.712-2.366-1.206l.133-.152s1.302-.029 2.669.998c0 0 1.368 2.479 1.368 5.538c0-.001-.807 1.376-2.907 1.443z" fill="currentColor"/></svg>
</template>

CSS

.icon-bxl-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%20d%3D%22M9.593%2010.971c-.542%200-.969.475-.969%201.055c0%20.578.437%201.055.969%201.055c.541%200%20.968-.477.968-1.055c.011-.581-.427-1.055-.968-1.055zm3.468%200c-.542%200-.969.475-.969%201.055c0%20.578.437%201.055.969%201.055c.541%200%20.968-.477.968-1.055c-.001-.581-.427-1.055-.968-1.055z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M17.678%203H4.947A1.952%201.952%200%200%200%203%204.957v12.844c0%201.083.874%201.957%201.947%201.957H15.72l-.505-1.759l1.217%201.131l1.149%201.064L19.625%2022V4.957A1.952%201.952%200%200%200%2017.678%203zM14.01%2015.407s-.342-.408-.626-.771c1.244-.352%201.719-1.13%201.719-1.13c-.39.256-.76.438-1.093.562a6.679%206.679%200%200%201-3.838.398a7.944%207.944%200%200%201-1.396-.41a5.402%205.402%200%200%201-.693-.321c-.029-.021-.057-.029-.085-.048a.117.117%200%200%201-.039-.03c-.171-.094-.266-.16-.266-.16s.456.76%201.663%201.121c-.285.36-.637.789-.637.789c-2.099-.067-2.896-1.444-2.896-1.444c0-3.059%201.368-5.538%201.368-5.538c1.368-1.027%202.669-.998%202.669-.998l.095.114c-1.71.495-2.499%201.245-2.499%201.245s.21-.114.561-.275c1.016-.446%201.823-.57%202.156-.599c.057-.009.105-.019.162-.019a7.756%207.756%200%200%201%204.778.893s-.751-.712-2.366-1.206l.133-.152s1.302-.029%202.669.998c0%200%201.368%202.479%201.368%205.538c0-.001-.807%201.376-2.907%201.443z%22%20fill%3D%22currentColor%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%20d%3D%22M9.593%2010.971c-.542%200-.969.475-.969%201.055c0%20.578.437%201.055.969%201.055c.541%200%20.968-.477.968-1.055c.011-.581-.427-1.055-.968-1.055zm3.468%200c-.542%200-.969.475-.969%201.055c0%20.578.437%201.055.969%201.055c.541%200%20.968-.477.968-1.055c-.001-.581-.427-1.055-.968-1.055z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M17.678%203H4.947A1.952%201.952%200%200%200%203%204.957v12.844c0%201.083.874%201.957%201.947%201.957H15.72l-.505-1.759l1.217%201.131l1.149%201.064L19.625%2022V4.957A1.952%201.952%200%200%200%2017.678%203zM14.01%2015.407s-.342-.408-.626-.771c1.244-.352%201.719-1.13%201.719-1.13c-.39.256-.76.438-1.093.562a6.679%206.679%200%200%201-3.838.398a7.944%207.944%200%200%201-1.396-.41a5.402%205.402%200%200%201-.693-.321c-.029-.021-.057-.029-.085-.048a.117.117%200%200%201-.039-.03c-.171-.094-.266-.16-.266-.16s.456.76%201.663%201.121c-.285.36-.637.789-.637.789c-2.099-.067-2.896-1.444-2.896-1.444c0-3.059%201.368-5.538%201.368-5.538c1.368-1.027%202.669-.998%202.669-.998l.095.114c-1.71.495-2.499%201.245-2.499%201.245s.21-.114.561-.275c1.016-.446%201.823-.57%202.156-.599c.057-.009.105-.019.162-.019a7.756%207.756%200%200%201%204.778.893s-.751-.712-2.366-1.206l.133-.152s1.302-.029%202.669.998c0%200%201.368%202.479%201.368%205.538c0-.001-.807%201.376-2.907%201.443z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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