slack from Feather Icons by Cole Bemis · Regular · MIT Free for personal and commercial use.

Name
slack
Set
Feather Icons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

Use the slack icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.5 10c-.83 0-1.5-.67-1.5-1.5v-5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5m6 0H19V8.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5m-11 4c.83 0 1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5S8 21.33 8 20.5v-5c0-.83.67-1.5 1.5-1.5m-6 0H5v1.5c0 .83-.67 1.5-1.5 1.5S2 16.33 2 15.5S2.67 14 3.5 14m10.5.5c0-.83.67-1.5 1.5-1.5h5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-5c-.83 0-1.5-.67-1.5-1.5m1.5 4.5H14v1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5M10 9.5C10 8.67 9.33 8 8.5 8h-5C2.67 8 2 8.67 2 9.5S2.67 11 3.5 11h5c.83 0 1.5-.67 1.5-1.5M8.5 5H10V3.5C10 2.67 9.33 2 8.5 2S7 2.67 7 3.5S7.67 5 8.5 5"/></svg>

React

import type { SVGProps } from "react";

export function FeatherSlack(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M14.5 10c-.83 0-1.5-.67-1.5-1.5v-5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5m6 0H19V8.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5m-11 4c.83 0 1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5S8 21.33 8 20.5v-5c0-.83.67-1.5 1.5-1.5m-6 0H5v1.5c0 .83-.67 1.5-1.5 1.5S2 16.33 2 15.5S2.67 14 3.5 14m10.5.5c0-.83.67-1.5 1.5-1.5h5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-5c-.83 0-1.5-.67-1.5-1.5m1.5 4.5H14v1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5M10 9.5C10 8.67 9.33 8 8.5 8h-5C2.67 8 2 8.67 2 9.5S2.67 11 3.5 11h5c.83 0 1.5-.67 1.5-1.5M8.5 5H10V3.5C10 2.67 9.33 2 8.5 2S7 2.67 7 3.5S7.67 5 8.5 5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.5 10c-.83 0-1.5-.67-1.5-1.5v-5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5m6 0H19V8.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5m-11 4c.83 0 1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5S8 21.33 8 20.5v-5c0-.83.67-1.5 1.5-1.5m-6 0H5v1.5c0 .83-.67 1.5-1.5 1.5S2 16.33 2 15.5S2.67 14 3.5 14m10.5.5c0-.83.67-1.5 1.5-1.5h5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-5c-.83 0-1.5-.67-1.5-1.5m1.5 4.5H14v1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5M10 9.5C10 8.67 9.33 8 8.5 8h-5C2.67 8 2 8.67 2 9.5S2.67 11 3.5 11h5c.83 0 1.5-.67 1.5-1.5M8.5 5H10V3.5C10 2.67 9.33 2 8.5 2S7 2.67 7 3.5S7.67 5 8.5 5"/></svg>
</template>

CSS

.icon-slack {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M14.5%2010c-.83%200-1.5-.67-1.5-1.5v-5c0-.83.67-1.5%201.5-1.5s1.5.67%201.5%201.5v5c0%20.83-.67%201.5-1.5%201.5m6%200H19V8.5c0-.83.67-1.5%201.5-1.5s1.5.67%201.5%201.5s-.67%201.5-1.5%201.5m-11%204c.83%200%201.5.67%201.5%201.5v5c0%20.83-.67%201.5-1.5%201.5S8%2021.33%208%2020.5v-5c0-.83.67-1.5%201.5-1.5m-6%200H5v1.5c0%20.83-.67%201.5-1.5%201.5S2%2016.33%202%2015.5S2.67%2014%203.5%2014m10.5.5c0-.83.67-1.5%201.5-1.5h5c.83%200%201.5.67%201.5%201.5s-.67%201.5-1.5%201.5h-5c-.83%200-1.5-.67-1.5-1.5m1.5%204.5H14v1.5c0%20.83.67%201.5%201.5%201.5s1.5-.67%201.5-1.5s-.67-1.5-1.5-1.5M10%209.5C10%208.67%209.33%208%208.5%208h-5C2.67%208%202%208.67%202%209.5S2.67%2011%203.5%2011h5c.83%200%201.5-.67%201.5-1.5M8.5%205H10V3.5C10%202.67%209.33%202%208.5%202S7%202.67%207%203.5S7.67%205%208.5%205%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M14.5%2010c-.83%200-1.5-.67-1.5-1.5v-5c0-.83.67-1.5%201.5-1.5s1.5.67%201.5%201.5v5c0%20.83-.67%201.5-1.5%201.5m6%200H19V8.5c0-.83.67-1.5%201.5-1.5s1.5.67%201.5%201.5s-.67%201.5-1.5%201.5m-11%204c.83%200%201.5.67%201.5%201.5v5c0%20.83-.67%201.5-1.5%201.5S8%2021.33%208%2020.5v-5c0-.83.67-1.5%201.5-1.5m-6%200H5v1.5c0%20.83-.67%201.5-1.5%201.5S2%2016.33%202%2015.5S2.67%2014%203.5%2014m10.5.5c0-.83.67-1.5%201.5-1.5h5c.83%200%201.5.67%201.5%201.5s-.67%201.5-1.5%201.5h-5c-.83%200-1.5-.67-1.5-1.5m1.5%204.5H14v1.5c0%20.83.67%201.5%201.5%201.5s1.5-.67%201.5-1.5s-.67-1.5-1.5-1.5M10%209.5C10%208.67%209.33%208%208.5%208h-5C2.67%208%202%208.67%202%209.5S2.67%2011%203.5%2011h5c.83%200%201.5-.67%201.5-1.5M8.5%205H10V3.5C10%202.67%209.33%202%208.5%202S7%202.67%207%203.5S7.67%205%208.5%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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