slack logo icon
slack-logo-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- slack-logo-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the slack logo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M214.4 128A28 28 0 1 0 180 84.43V56a28 28 0 0 0-52-14.4A28 28 0 1 0 84.43 76H56a28 28 0 0 0-14.4 52A28 28 0 1 0 76 171.57V200a28 28 0 0 0 52 14.41A28 28 0 1 0 171.57 180H200a28 28 0 0 0 14.4-52M76 152a20 20 0 1 1-20-20h20Zm48 48a20 20 0 0 1-40 0v-48a20 20 0 0 1 20-20h20Zm0-76H56a20 20 0 0 1 0-40h48a20 20 0 0 1 20 20Zm0-48h-20a20 20 0 1 1 20-20Zm56 28a20 20 0 1 1 20 20h-20Zm-48-48a20 20 0 0 1 40 0v48a20 20 0 0 1-20 20h-20Zm40 144a20 20 0 0 1-40 0v-20h20a20 20 0 0 1 20 20m28-28h-48a20 20 0 0 1-20-20v-20h68a20 20 0 0 1 0 40"/></svg>
React
import type { SVGProps } from "react";
export function PhSlackLogoThin(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="M214.4 128A28 28 0 1 0 180 84.43V56a28 28 0 0 0-52-14.4A28 28 0 1 0 84.43 76H56a28 28 0 0 0-14.4 52A28 28 0 1 0 76 171.57V200a28 28 0 0 0 52 14.41A28 28 0 1 0 171.57 180H200a28 28 0 0 0 14.4-52M76 152a20 20 0 1 1-20-20h20Zm48 48a20 20 0 0 1-40 0v-48a20 20 0 0 1 20-20h20Zm0-76H56a20 20 0 0 1 0-40h48a20 20 0 0 1 20 20Zm0-48h-20a20 20 0 1 1 20-20Zm56 28a20 20 0 1 1 20 20h-20Zm-48-48a20 20 0 0 1 40 0v48a20 20 0 0 1-20 20h-20Zm40 144a20 20 0 0 1-40 0v-20h20a20 20 0 0 1 20 20m28-28h-48a20 20 0 0 1-20-20v-20h68a20 20 0 0 1 0 40"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M214.4 128A28 28 0 1 0 180 84.43V56a28 28 0 0 0-52-14.4A28 28 0 1 0 84.43 76H56a28 28 0 0 0-14.4 52A28 28 0 1 0 76 171.57V200a28 28 0 0 0 52 14.41A28 28 0 1 0 171.57 180H200a28 28 0 0 0 14.4-52M76 152a20 20 0 1 1-20-20h20Zm48 48a20 20 0 0 1-40 0v-48a20 20 0 0 1 20-20h20Zm0-76H56a20 20 0 0 1 0-40h48a20 20 0 0 1 20 20Zm0-48h-20a20 20 0 1 1 20-20Zm56 28a20 20 0 1 1 20 20h-20Zm-48-48a20 20 0 0 1 40 0v48a20 20 0 0 1-20 20h-20Zm40 144a20 20 0 0 1-40 0v-20h20a20 20 0 0 1 20 20m28-28h-48a20 20 0 0 1-20-20v-20h68a20 20 0 0 1 0 40"/></svg> </template>
CSS
.icon-slack-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%22M214.4%20128A28%2028%200%201%200%20180%2084.43V56a28%2028%200%200%200-52-14.4A28%2028%200%201%200%2084.43%2076H56a28%2028%200%200%200-14.4%2052A28%2028%200%201%200%2076%20171.57V200a28%2028%200%200%200%2052%2014.41A28%2028%200%201%200%20171.57%20180H200a28%2028%200%200%200%2014.4-52M76%20152a20%2020%200%201%201-20-20h20Zm48%2048a20%2020%200%200%201-40%200v-48a20%2020%200%200%201%2020-20h20Zm0-76H56a20%2020%200%200%201%200-40h48a20%2020%200%200%201%2020%2020Zm0-48h-20a20%2020%200%201%201%2020-20Zm56%2028a20%2020%200%201%201%2020%2020h-20Zm-48-48a20%2020%200%200%201%2040%200v48a20%2020%200%200%201-20%2020h-20Zm40%20144a20%2020%200%200%201-40%200v-20h20a20%2020%200%200%201%2020%2020m28-28h-48a20%2020%200%200%201-20-20v-20h68a20%2020%200%200%201%200%2040%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%22M214.4%20128A28%2028%200%201%200%20180%2084.43V56a28%2028%200%200%200-52-14.4A28%2028%200%201%200%2084.43%2076H56a28%2028%200%200%200-14.4%2052A28%2028%200%201%200%2076%20171.57V200a28%2028%200%200%200%2052%2014.41A28%2028%200%201%200%20171.57%20180H200a28%2028%200%200%200%2014.4-52M76%20152a20%2020%200%201%201-20-20h20Zm48%2048a20%2020%200%200%201-40%200v-48a20%2020%200%200%201%2020-20h20Zm0-76H56a20%2020%200%200%201%200-40h48a20%2020%200%200%201%2020%2020Zm0-48h-20a20%2020%200%201%201%2020-20Zm56%2028a20%2020%200%201%201%2020%2020h-20Zm-48-48a20%2020%200%200%201%2040%200v48a20%2020%200%200%201-20%2020h-20Zm40%20144a20%2020%200%200%201-40%200v-20h20a20%2020%200%200%201%2020%2020m28-28h-48a20%2020%200%200%201-20-20v-20h68a20%2020%200%200%201%200%2040%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/slack-logo-thin.svg?color=%231a73e8&size=48