slack from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.

Name
slack
Set
Myna UI Icons
Style
Regular
Viewbox
24×24
License
MIT
Aliases
brand-slack

1 other variant in Myna UI Icons

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="1.5" d="M13.44 18.12v1.44c0 .81.63 1.44 1.44 1.44s1.44-.63 1.44-1.44s-.63-1.44-1.44-1.44zm7.56-3.6c0-.9-.72-1.71-1.71-1.71h-4.14c-.9 0-1.71.72-1.71 1.71c0 .9.72 1.71 1.71 1.71h4.14c.9 0 1.71-.81 1.71-1.71M6.06 13.26H4.62c-.81 0-1.44.63-1.44 1.44s.63 1.44 1.44 1.44s1.44-.63 1.44-1.44zm3.6 7.56c.9 0 1.71-.72 1.71-1.71v-4.14c0-.9-.72-1.71-1.71-1.71c-.9 0-1.71.72-1.71 1.71v4.14c.09.9.81 1.71 1.71 1.71m.9-16.38c0-.81-.63-1.44-1.44-1.44s-1.44.63-1.44 1.44s.63 1.44 1.44 1.44h1.44zM3 9.48c0 .9.72 1.71 1.71 1.71h4.14c.9 0 1.71-.72 1.71-1.71c0-.9-.72-1.71-1.71-1.71H4.71C3.72 7.86 3 8.58 3 9.48m14.94 1.26h1.44c.81 0 1.44-.63 1.44-1.44s-.63-1.44-1.44-1.44s-1.44.63-1.44 1.44zm-3.69-7.47c-.9 0-1.71.72-1.71 1.71v4.14c0 .9.72 1.71 1.71 1.71c.9 0 1.71-.72 1.71-1.71V4.89c0-.9-.72-1.62-1.71-1.62"/></svg>

React

import type { SVGProps } from "react";

export function MynauiSlack(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="1.5" d="M13.44 18.12v1.44c0 .81.63 1.44 1.44 1.44s1.44-.63 1.44-1.44s-.63-1.44-1.44-1.44zm7.56-3.6c0-.9-.72-1.71-1.71-1.71h-4.14c-.9 0-1.71.72-1.71 1.71c0 .9.72 1.71 1.71 1.71h4.14c.9 0 1.71-.81 1.71-1.71M6.06 13.26H4.62c-.81 0-1.44.63-1.44 1.44s.63 1.44 1.44 1.44s1.44-.63 1.44-1.44zm3.6 7.56c.9 0 1.71-.72 1.71-1.71v-4.14c0-.9-.72-1.71-1.71-1.71c-.9 0-1.71.72-1.71 1.71v4.14c.09.9.81 1.71 1.71 1.71m.9-16.38c0-.81-.63-1.44-1.44-1.44s-1.44.63-1.44 1.44s.63 1.44 1.44 1.44h1.44zM3 9.48c0 .9.72 1.71 1.71 1.71h4.14c.9 0 1.71-.72 1.71-1.71c0-.9-.72-1.71-1.71-1.71H4.71C3.72 7.86 3 8.58 3 9.48m14.94 1.26h1.44c.81 0 1.44-.63 1.44-1.44s-.63-1.44-1.44-1.44s-1.44.63-1.44 1.44zm-3.69-7.47c-.9 0-1.71.72-1.71 1.71v4.14c0 .9.72 1.71 1.71 1.71c.9 0 1.71-.72 1.71-1.71V4.89c0-.9-.72-1.62-1.71-1.62"/></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="1.5" d="M13.44 18.12v1.44c0 .81.63 1.44 1.44 1.44s1.44-.63 1.44-1.44s-.63-1.44-1.44-1.44zm7.56-3.6c0-.9-.72-1.71-1.71-1.71h-4.14c-.9 0-1.71.72-1.71 1.71c0 .9.72 1.71 1.71 1.71h4.14c.9 0 1.71-.81 1.71-1.71M6.06 13.26H4.62c-.81 0-1.44.63-1.44 1.44s.63 1.44 1.44 1.44s1.44-.63 1.44-1.44zm3.6 7.56c.9 0 1.71-.72 1.71-1.71v-4.14c0-.9-.72-1.71-1.71-1.71c-.9 0-1.71.72-1.71 1.71v4.14c.09.9.81 1.71 1.71 1.71m.9-16.38c0-.81-.63-1.44-1.44-1.44s-1.44.63-1.44 1.44s.63 1.44 1.44 1.44h1.44zM3 9.48c0 .9.72 1.71 1.71 1.71h4.14c.9 0 1.71-.72 1.71-1.71c0-.9-.72-1.71-1.71-1.71H4.71C3.72 7.86 3 8.58 3 9.48m14.94 1.26h1.44c.81 0 1.44-.63 1.44-1.44s-.63-1.44-1.44-1.44s-1.44.63-1.44 1.44zm-3.69-7.47c-.9 0-1.71.72-1.71 1.71v4.14c0 .9.72 1.71 1.71 1.71c.9 0 1.71-.72 1.71-1.71V4.89c0-.9-.72-1.62-1.71-1.62"/></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%221.5%22%20d%3D%22M13.44%2018.12v1.44c0%20.81.63%201.44%201.44%201.44s1.44-.63%201.44-1.44s-.63-1.44-1.44-1.44zm7.56-3.6c0-.9-.72-1.71-1.71-1.71h-4.14c-.9%200-1.71.72-1.71%201.71c0%20.9.72%201.71%201.71%201.71h4.14c.9%200%201.71-.81%201.71-1.71M6.06%2013.26H4.62c-.81%200-1.44.63-1.44%201.44s.63%201.44%201.44%201.44s1.44-.63%201.44-1.44zm3.6%207.56c.9%200%201.71-.72%201.71-1.71v-4.14c0-.9-.72-1.71-1.71-1.71c-.9%200-1.71.72-1.71%201.71v4.14c.09.9.81%201.71%201.71%201.71m.9-16.38c0-.81-.63-1.44-1.44-1.44s-1.44.63-1.44%201.44s.63%201.44%201.44%201.44h1.44zM3%209.48c0%20.9.72%201.71%201.71%201.71h4.14c.9%200%201.71-.72%201.71-1.71c0-.9-.72-1.71-1.71-1.71H4.71C3.72%207.86%203%208.58%203%209.48m14.94%201.26h1.44c.81%200%201.44-.63%201.44-1.44s-.63-1.44-1.44-1.44s-1.44.63-1.44%201.44zm-3.69-7.47c-.9%200-1.71.72-1.71%201.71v4.14c0%20.9.72%201.71%201.71%201.71c.9%200%201.71-.72%201.71-1.71V4.89c0-.9-.72-1.62-1.71-1.62%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%221.5%22%20d%3D%22M13.44%2018.12v1.44c0%20.81.63%201.44%201.44%201.44s1.44-.63%201.44-1.44s-.63-1.44-1.44-1.44zm7.56-3.6c0-.9-.72-1.71-1.71-1.71h-4.14c-.9%200-1.71.72-1.71%201.71c0%20.9.72%201.71%201.71%201.71h4.14c.9%200%201.71-.81%201.71-1.71M6.06%2013.26H4.62c-.81%200-1.44.63-1.44%201.44s.63%201.44%201.44%201.44s1.44-.63%201.44-1.44zm3.6%207.56c.9%200%201.71-.72%201.71-1.71v-4.14c0-.9-.72-1.71-1.71-1.71c-.9%200-1.71.72-1.71%201.71v4.14c.09.9.81%201.71%201.71%201.71m.9-16.38c0-.81-.63-1.44-1.44-1.44s-1.44.63-1.44%201.44s.63%201.44%201.44%201.44h1.44zM3%209.48c0%20.9.72%201.71%201.71%201.71h4.14c.9%200%201.71-.72%201.71-1.71c0-.9-.72-1.71-1.71-1.71H4.71C3.72%207.86%203%208.58%203%209.48m14.94%201.26h1.44c.81%200%201.44-.63%201.44-1.44s-.63-1.44-1.44-1.44s-1.44.63-1.44%201.44zm-3.69-7.47c-.9%200-1.71.72-1.71%201.71v4.14c0%20.9.72%201.71%201.71%201.71c.9%200%201.71-.72%201.71-1.71V4.89c0-.9-.72-1.62-1.71-1.62%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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