discord logo icon
discord-logo-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- discord-logo-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the discord logo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M100 140a8 8 0 1 1-8-8a8 8 0 0 1 8 8m64-8a8 8 0 1 0 8 8a8 8 0 0 0-8-8m72.83 57.25l-67 29.71a12.4 12.4 0 0 1-5 1a12.13 12.13 0 0 1-11.38-7.88l-9.15-24.81c-5.36.45-10.81.69-16.34.69s-11-.24-16.34-.69l-9.15 24.81A12.13 12.13 0 0 1 91.13 220a12.4 12.4 0 0 1-5-1l-67-29.71a12 12 0 0 1-6.8-13.88L41.9 59a12.06 12.06 0 0 1 9.77-8.91l36.06-5.92a12.18 12.18 0 0 1 13.73 8.91l4.12 16.22a195.5 195.5 0 0 1 44.84 0l4.12-16.22a12.18 12.18 0 0 1 13.73-8.91l36.06 5.92A12.06 12.06 0 0 1 214.1 59l29.53 116.38a12 12 0 0 1-6.8 13.87m-1-11.91L206.35 61a4.07 4.07 0 0 0-3.35-3l-36-5.95a4.15 4.15 0 0 0-4.69 3l-3.91 15.33a167 167 0 0 1 18.68 4.08a4 4 0 1 1-2.16 7.7A176.2 176.2 0 0 0 128 76a176.2 176.2 0 0 0-46.92 6.16a4 4 0 1 1-2.16-7.7a167 167 0 0 1 18.68-4.08L93.71 55a4.15 4.15 0 0 0-4.69-3L53 58a4.07 4.07 0 0 0-3.31 3L20.12 177.34a4 4 0 0 0 2.29 4.59l67 29.71a4.16 4.16 0 0 0 3.35 0a4 4 0 0 0 2.24-2.29l8.45-22.88a171.5 171.5 0 0 1-24.53-4.92a4 4 0 0 1 2.16-7.71A176.2 176.2 0 0 0 128 180a176.2 176.2 0 0 0 46.92-6.16a4 4 0 0 1 2.16 7.71a171.5 171.5 0 0 1-24.53 4.92l8.45 22.88a4 4 0 0 0 2.23 2.32a4.16 4.16 0 0 0 3.35 0l67-29.71a4 4 0 0 0 2.3-4.62Z"/></svg>
React
import type { SVGProps } from "react";
export function PhDiscordLogoThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M100 140a8 8 0 1 1-8-8a8 8 0 0 1 8 8m64-8a8 8 0 1 0 8 8a8 8 0 0 0-8-8m72.83 57.25l-67 29.71a12.4 12.4 0 0 1-5 1a12.13 12.13 0 0 1-11.38-7.88l-9.15-24.81c-5.36.45-10.81.69-16.34.69s-11-.24-16.34-.69l-9.15 24.81A12.13 12.13 0 0 1 91.13 220a12.4 12.4 0 0 1-5-1l-67-29.71a12 12 0 0 1-6.8-13.88L41.9 59a12.06 12.06 0 0 1 9.77-8.91l36.06-5.92a12.18 12.18 0 0 1 13.73 8.91l4.12 16.22a195.5 195.5 0 0 1 44.84 0l4.12-16.22a12.18 12.18 0 0 1 13.73-8.91l36.06 5.92A12.06 12.06 0 0 1 214.1 59l29.53 116.38a12 12 0 0 1-6.8 13.87m-1-11.91L206.35 61a4.07 4.07 0 0 0-3.35-3l-36-5.95a4.15 4.15 0 0 0-4.69 3l-3.91 15.33a167 167 0 0 1 18.68 4.08a4 4 0 1 1-2.16 7.7A176.2 176.2 0 0 0 128 76a176.2 176.2 0 0 0-46.92 6.16a4 4 0 1 1-2.16-7.7a167 167 0 0 1 18.68-4.08L93.71 55a4.15 4.15 0 0 0-4.69-3L53 58a4.07 4.07 0 0 0-3.31 3L20.12 177.34a4 4 0 0 0 2.29 4.59l67 29.71a4.16 4.16 0 0 0 3.35 0a4 4 0 0 0 2.24-2.29l8.45-22.88a171.5 171.5 0 0 1-24.53-4.92a4 4 0 0 1 2.16-7.71A176.2 176.2 0 0 0 128 180a176.2 176.2 0 0 0 46.92-6.16a4 4 0 0 1 2.16 7.71a171.5 171.5 0 0 1-24.53 4.92l8.45 22.88a4 4 0 0 0 2.23 2.32a4.16 4.16 0 0 0 3.35 0l67-29.71a4 4 0 0 0 2.3-4.62Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M100 140a8 8 0 1 1-8-8a8 8 0 0 1 8 8m64-8a8 8 0 1 0 8 8a8 8 0 0 0-8-8m72.83 57.25l-67 29.71a12.4 12.4 0 0 1-5 1a12.13 12.13 0 0 1-11.38-7.88l-9.15-24.81c-5.36.45-10.81.69-16.34.69s-11-.24-16.34-.69l-9.15 24.81A12.13 12.13 0 0 1 91.13 220a12.4 12.4 0 0 1-5-1l-67-29.71a12 12 0 0 1-6.8-13.88L41.9 59a12.06 12.06 0 0 1 9.77-8.91l36.06-5.92a12.18 12.18 0 0 1 13.73 8.91l4.12 16.22a195.5 195.5 0 0 1 44.84 0l4.12-16.22a12.18 12.18 0 0 1 13.73-8.91l36.06 5.92A12.06 12.06 0 0 1 214.1 59l29.53 116.38a12 12 0 0 1-6.8 13.87m-1-11.91L206.35 61a4.07 4.07 0 0 0-3.35-3l-36-5.95a4.15 4.15 0 0 0-4.69 3l-3.91 15.33a167 167 0 0 1 18.68 4.08a4 4 0 1 1-2.16 7.7A176.2 176.2 0 0 0 128 76a176.2 176.2 0 0 0-46.92 6.16a4 4 0 1 1-2.16-7.7a167 167 0 0 1 18.68-4.08L93.71 55a4.15 4.15 0 0 0-4.69-3L53 58a4.07 4.07 0 0 0-3.31 3L20.12 177.34a4 4 0 0 0 2.29 4.59l67 29.71a4.16 4.16 0 0 0 3.35 0a4 4 0 0 0 2.24-2.29l8.45-22.88a171.5 171.5 0 0 1-24.53-4.92a4 4 0 0 1 2.16-7.71A176.2 176.2 0 0 0 128 180a176.2 176.2 0 0 0 46.92-6.16a4 4 0 0 1 2.16 7.71a171.5 171.5 0 0 1-24.53 4.92l8.45 22.88a4 4 0 0 0 2.23 2.32a4.16 4.16 0 0 0 3.35 0l67-29.71a4 4 0 0 0 2.3-4.62Z"/></svg> </template>
CSS
.icon-discord-logo-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M100%20140a8%208%200%201%201-8-8a8%208%200%200%201%208%208m64-8a8%208%200%201%200%208%208a8%208%200%200%200-8-8m72.83%2057.25l-67%2029.71a12.4%2012.4%200%200%201-5%201a12.13%2012.13%200%200%201-11.38-7.88l-9.15-24.81c-5.36.45-10.81.69-16.34.69s-11-.24-16.34-.69l-9.15%2024.81A12.13%2012.13%200%200%201%2091.13%20220a12.4%2012.4%200%200%201-5-1l-67-29.71a12%2012%200%200%201-6.8-13.88L41.9%2059a12.06%2012.06%200%200%201%209.77-8.91l36.06-5.92a12.18%2012.18%200%200%201%2013.73%208.91l4.12%2016.22a195.5%20195.5%200%200%201%2044.84%200l4.12-16.22a12.18%2012.18%200%200%201%2013.73-8.91l36.06%205.92A12.06%2012.06%200%200%201%20214.1%2059l29.53%20116.38a12%2012%200%200%201-6.8%2013.87m-1-11.91L206.35%2061a4.07%204.07%200%200%200-3.35-3l-36-5.95a4.15%204.15%200%200%200-4.69%203l-3.91%2015.33a167%20167%200%200%201%2018.68%204.08a4%204%200%201%201-2.16%207.7A176.2%20176.2%200%200%200%20128%2076a176.2%20176.2%200%200%200-46.92%206.16a4%204%200%201%201-2.16-7.7a167%20167%200%200%201%2018.68-4.08L93.71%2055a4.15%204.15%200%200%200-4.69-3L53%2058a4.07%204.07%200%200%200-3.31%203L20.12%20177.34a4%204%200%200%200%202.29%204.59l67%2029.71a4.16%204.16%200%200%200%203.35%200a4%204%200%200%200%202.24-2.29l8.45-22.88a171.5%20171.5%200%200%201-24.53-4.92a4%204%200%200%201%202.16-7.71A176.2%20176.2%200%200%200%20128%20180a176.2%20176.2%200%200%200%2046.92-6.16a4%204%200%200%201%202.16%207.71a171.5%20171.5%200%200%201-24.53%204.92l8.45%2022.88a4%204%200%200%200%202.23%202.32a4.16%204.16%200%200%200%203.35%200l67-29.71a4%204%200%200%200%202.3-4.62Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M100%20140a8%208%200%201%201-8-8a8%208%200%200%201%208%208m64-8a8%208%200%201%200%208%208a8%208%200%200%200-8-8m72.83%2057.25l-67%2029.71a12.4%2012.4%200%200%201-5%201a12.13%2012.13%200%200%201-11.38-7.88l-9.15-24.81c-5.36.45-10.81.69-16.34.69s-11-.24-16.34-.69l-9.15%2024.81A12.13%2012.13%200%200%201%2091.13%20220a12.4%2012.4%200%200%201-5-1l-67-29.71a12%2012%200%200%201-6.8-13.88L41.9%2059a12.06%2012.06%200%200%201%209.77-8.91l36.06-5.92a12.18%2012.18%200%200%201%2013.73%208.91l4.12%2016.22a195.5%20195.5%200%200%201%2044.84%200l4.12-16.22a12.18%2012.18%200%200%201%2013.73-8.91l36.06%205.92A12.06%2012.06%200%200%201%20214.1%2059l29.53%20116.38a12%2012%200%200%201-6.8%2013.87m-1-11.91L206.35%2061a4.07%204.07%200%200%200-3.35-3l-36-5.95a4.15%204.15%200%200%200-4.69%203l-3.91%2015.33a167%20167%200%200%201%2018.68%204.08a4%204%200%201%201-2.16%207.7A176.2%20176.2%200%200%200%20128%2076a176.2%20176.2%200%200%200-46.92%206.16a4%204%200%201%201-2.16-7.7a167%20167%200%200%201%2018.68-4.08L93.71%2055a4.15%204.15%200%200%200-4.69-3L53%2058a4.07%204.07%200%200%200-3.31%203L20.12%20177.34a4%204%200%200%200%202.29%204.59l67%2029.71a4.16%204.16%200%200%200%203.35%200a4%204%200%200%200%202.24-2.29l8.45-22.88a171.5%20171.5%200%200%201-24.53-4.92a4%204%200%200%201%202.16-7.71A176.2%20176.2%200%200%200%20128%20180a176.2%20176.2%200%200%200%2046.92-6.16a4%204%200%200%201%202.16%207.71a171.5%20171.5%200%200%201-24.53%204.92l8.45%2022.88a4%204%200%200%200%202.23%202.32a4.16%204.16%200%200%200%203.35%200l67-29.71a4%204%200%200%200%202.3-4.62Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/discord-logo-thin.svg?color=%231a73e8&size=48