discord from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
discord
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

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 16 16"><path fill="currentColor" d="M13.545 2.907a13.2 13.2 0 0 0-3.257-1.011a.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.2 12.2 0 0 0-3.658 0a8 8 0 0 0-.412-.833a.05.05 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.04.04 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032q.003.022.021.037a13.3 13.3 0 0 0 3.995 2.02a.05.05 0 0 0 .056-.019q.463-.63.818-1.329a.05.05 0 0 0-.01-.059l-.018-.011a9 9 0 0 1-1.248-.595a.05.05 0 0 1-.02-.066l.015-.019q.127-.095.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.05.05 0 0 1 .053.007q.121.1.248.195a.05.05 0 0 1-.004.085a8 8 0 0 1-1.249.594a.05.05 0 0 0-.03.03a.05.05 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019a13.2 13.2 0 0 0 4.001-2.02a.05.05 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.03.03 0 0 0-.02-.019m-8.198 7.307c-.789 0-1.438-.724-1.438-1.612s.637-1.613 1.438-1.613c.807 0 1.45.73 1.438 1.613c0 .888-.637 1.612-1.438 1.612m5.316 0c-.788 0-1.438-.724-1.438-1.612s.637-1.613 1.438-1.613c.807 0 1.451.73 1.438 1.613c0 .888-.631 1.612-1.438 1.612"/></svg>

React

import type { SVGProps } from "react";

export function BiDiscord(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.545 2.907a13.2 13.2 0 0 0-3.257-1.011a.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.2 12.2 0 0 0-3.658 0a8 8 0 0 0-.412-.833a.05.05 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.04.04 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032q.003.022.021.037a13.3 13.3 0 0 0 3.995 2.02a.05.05 0 0 0 .056-.019q.463-.63.818-1.329a.05.05 0 0 0-.01-.059l-.018-.011a9 9 0 0 1-1.248-.595a.05.05 0 0 1-.02-.066l.015-.019q.127-.095.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.05.05 0 0 1 .053.007q.121.1.248.195a.05.05 0 0 1-.004.085a8 8 0 0 1-1.249.594a.05.05 0 0 0-.03.03a.05.05 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019a13.2 13.2 0 0 0 4.001-2.02a.05.05 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.03.03 0 0 0-.02-.019m-8.198 7.307c-.789 0-1.438-.724-1.438-1.612s.637-1.613 1.438-1.613c.807 0 1.45.73 1.438 1.613c0 .888-.637 1.612-1.438 1.612m5.316 0c-.788 0-1.438-.724-1.438-1.612s.637-1.613 1.438-1.613c.807 0 1.451.73 1.438 1.613c0 .888-.631 1.612-1.438 1.612"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.545 2.907a13.2 13.2 0 0 0-3.257-1.011a.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.2 12.2 0 0 0-3.658 0a8 8 0 0 0-.412-.833a.05.05 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.04.04 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032q.003.022.021.037a13.3 13.3 0 0 0 3.995 2.02a.05.05 0 0 0 .056-.019q.463-.63.818-1.329a.05.05 0 0 0-.01-.059l-.018-.011a9 9 0 0 1-1.248-.595a.05.05 0 0 1-.02-.066l.015-.019q.127-.095.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.05.05 0 0 1 .053.007q.121.1.248.195a.05.05 0 0 1-.004.085a8 8 0 0 1-1.249.594a.05.05 0 0 0-.03.03a.05.05 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019a13.2 13.2 0 0 0 4.001-2.02a.05.05 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.03.03 0 0 0-.02-.019m-8.198 7.307c-.789 0-1.438-.724-1.438-1.612s.637-1.613 1.438-1.613c.807 0 1.45.73 1.438 1.613c0 .888-.637 1.612-1.438 1.612m5.316 0c-.788 0-1.438-.724-1.438-1.612s.637-1.613 1.438-1.613c.807 0 1.451.73 1.438 1.613c0 .888-.631 1.612-1.438 1.612"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.545%202.907a13.2%2013.2%200%200%200-3.257-1.011a.05.05%200%200%200-.052.025c-.141.25-.297.577-.406.833a12.2%2012.2%200%200%200-3.658%200a8%208%200%200%200-.412-.833a.05.05%200%200%200-.052-.025c-1.125.194-2.22.534-3.257%201.011a.04.04%200%200%200-.021.018C.356%206.024-.213%209.047.066%2012.032q.003.022.021.037a13.3%2013.3%200%200%200%203.995%202.02a.05.05%200%200%200%20.056-.019q.463-.63.818-1.329a.05.05%200%200%200-.01-.059l-.018-.011a9%209%200%200%201-1.248-.595a.05.05%200%200%201-.02-.066l.015-.019q.127-.095.248-.195a.05.05%200%200%201%20.051-.007c2.619%201.196%205.454%201.196%208.041%200a.05.05%200%200%201%20.053.007q.121.1.248.195a.05.05%200%200%201-.004.085a8%208%200%200%201-1.249.594a.05.05%200%200%200-.03.03a.05.05%200%200%200%20.003.041c.24.465.515.909.817%201.329a.05.05%200%200%200%20.056.019a13.2%2013.2%200%200%200%204.001-2.02a.05.05%200%200%200%20.021-.037c.334-3.451-.559-6.449-2.366-9.106a.03.03%200%200%200-.02-.019m-8.198%207.307c-.789%200-1.438-.724-1.438-1.612s.637-1.613%201.438-1.613c.807%200%201.45.73%201.438%201.613c0%20.888-.637%201.612-1.438%201.612m5.316%200c-.788%200-1.438-.724-1.438-1.612s.637-1.613%201.438-1.613c.807%200%201.451.73%201.438%201.613c0%20.888-.631%201.612-1.438%201.612%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.545%202.907a13.2%2013.2%200%200%200-3.257-1.011a.05.05%200%200%200-.052.025c-.141.25-.297.577-.406.833a12.2%2012.2%200%200%200-3.658%200a8%208%200%200%200-.412-.833a.05.05%200%200%200-.052-.025c-1.125.194-2.22.534-3.257%201.011a.04.04%200%200%200-.021.018C.356%206.024-.213%209.047.066%2012.032q.003.022.021.037a13.3%2013.3%200%200%200%203.995%202.02a.05.05%200%200%200%20.056-.019q.463-.63.818-1.329a.05.05%200%200%200-.01-.059l-.018-.011a9%209%200%200%201-1.248-.595a.05.05%200%200%201-.02-.066l.015-.019q.127-.095.248-.195a.05.05%200%200%201%20.051-.007c2.619%201.196%205.454%201.196%208.041%200a.05.05%200%200%201%20.053.007q.121.1.248.195a.05.05%200%200%201-.004.085a8%208%200%200%201-1.249.594a.05.05%200%200%200-.03.03a.05.05%200%200%200%20.003.041c.24.465.515.909.817%201.329a.05.05%200%200%200%20.056.019a13.2%2013.2%200%200%200%204.001-2.02a.05.05%200%200%200%20.021-.037c.334-3.451-.559-6.449-2.366-9.106a.03.03%200%200%200-.02-.019m-8.198%207.307c-.789%200-1.438-.724-1.438-1.612s.637-1.613%201.438-1.613c.807%200%201.45.73%201.438%201.613c0%20.888-.637%201.612-1.438%201.612m5.316%200c-.788%200-1.438-.724-1.438-1.612s.637-1.613%201.438-1.613c.807%200%201.451.73%201.438%201.613c0%20.888-.631%201.612-1.438%201.612%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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