slack logo
slack from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.
- Name
- slack
- Set
- Boxicons Brands
- Style
- Logo
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
slack-fillAkar Iconsslack-outlinedAnt Design IconsslackBootstrap IconsslackCoreUI BrandsslackDeviconslackFont Awesome 6 BrandsslackFont Awesome BrandsslackFeather Iconsslackcss.ggslackHuge IconsslackJam IconsslackLine AwesomeslackSVG LogosslackLucideslackMage IconsslackMaterial Design IconsslackMyna UI IconsslackPixelarticonsslackPrime Iconsslack-fillRemix IconslackSimple Iconsslack-outlineTeenyiconsslackUniconsslackUnicons Monochrome
Related icons in Boxicons Brands
Use the slack logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.194 14.644c0 1.16-.943 2.107-2.103 2.107a2.11 2.11 0 0 1-2.104-2.107a2.11 2.11 0 0 1 2.104-2.106h2.103zm1.061 0c0-1.16.944-2.106 2.104-2.106a2.11 2.11 0 0 1 2.103 2.106v5.274a2.11 2.11 0 0 1-2.103 2.106a2.11 2.11 0 0 1-2.104-2.106zm2.104-8.455c-1.16 0-2.104-.948-2.104-2.107s.944-2.106 2.104-2.106a2.11 2.11 0 0 1 2.103 2.106v2.107zm0 1.06a2.11 2.11 0 0 1 2.103 2.107a2.11 2.11 0 0 1-2.103 2.106H4.092a2.11 2.11 0 0 1-2.104-2.106a2.11 2.11 0 0 1 2.104-2.107zm8.447 2.107c0-1.16.943-2.107 2.103-2.107a2.11 2.11 0 0 1 2.104 2.107a2.11 2.11 0 0 1-2.104 2.106h-2.103zm-1.061 0c0 1.16-.944 2.106-2.104 2.106a2.11 2.11 0 0 1-2.103-2.106V4.082a2.11 2.11 0 0 1 2.103-2.106c1.16 0 2.104.946 2.104 2.106zm-2.104 8.455c1.16 0 2.104.948 2.104 2.107s-.944 2.106-2.104 2.106a2.11 2.11 0 0 1-2.103-2.106v-2.107zm0-1.06a2.11 2.11 0 0 1-2.103-2.107a2.11 2.11 0 0 1 2.103-2.106h5.268a2.11 2.11 0 0 1 2.104 2.106a2.11 2.11 0 0 1-2.104 2.107z"/></svg>
React
import type { SVGProps } from "react";
export function BxlSlack(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.194 14.644c0 1.16-.943 2.107-2.103 2.107a2.11 2.11 0 0 1-2.104-2.107a2.11 2.11 0 0 1 2.104-2.106h2.103zm1.061 0c0-1.16.944-2.106 2.104-2.106a2.11 2.11 0 0 1 2.103 2.106v5.274a2.11 2.11 0 0 1-2.103 2.106a2.11 2.11 0 0 1-2.104-2.106zm2.104-8.455c-1.16 0-2.104-.948-2.104-2.107s.944-2.106 2.104-2.106a2.11 2.11 0 0 1 2.103 2.106v2.107zm0 1.06a2.11 2.11 0 0 1 2.103 2.107a2.11 2.11 0 0 1-2.103 2.106H4.092a2.11 2.11 0 0 1-2.104-2.106a2.11 2.11 0 0 1 2.104-2.107zm8.447 2.107c0-1.16.943-2.107 2.103-2.107a2.11 2.11 0 0 1 2.104 2.107a2.11 2.11 0 0 1-2.104 2.106h-2.103zm-1.061 0c0 1.16-.944 2.106-2.104 2.106a2.11 2.11 0 0 1-2.103-2.106V4.082a2.11 2.11 0 0 1 2.103-2.106c1.16 0 2.104.946 2.104 2.106zm-2.104 8.455c1.16 0 2.104.948 2.104 2.107s-.944 2.106-2.104 2.106a2.11 2.11 0 0 1-2.103-2.106v-2.107zm0-1.06a2.11 2.11 0 0 1-2.103-2.107a2.11 2.11 0 0 1 2.103-2.106h5.268a2.11 2.11 0 0 1 2.104 2.106a2.11 2.11 0 0 1-2.104 2.107z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.194 14.644c0 1.16-.943 2.107-2.103 2.107a2.11 2.11 0 0 1-2.104-2.107a2.11 2.11 0 0 1 2.104-2.106h2.103zm1.061 0c0-1.16.944-2.106 2.104-2.106a2.11 2.11 0 0 1 2.103 2.106v5.274a2.11 2.11 0 0 1-2.103 2.106a2.11 2.11 0 0 1-2.104-2.106zm2.104-8.455c-1.16 0-2.104-.948-2.104-2.107s.944-2.106 2.104-2.106a2.11 2.11 0 0 1 2.103 2.106v2.107zm0 1.06a2.11 2.11 0 0 1 2.103 2.107a2.11 2.11 0 0 1-2.103 2.106H4.092a2.11 2.11 0 0 1-2.104-2.106a2.11 2.11 0 0 1 2.104-2.107zm8.447 2.107c0-1.16.943-2.107 2.103-2.107a2.11 2.11 0 0 1 2.104 2.107a2.11 2.11 0 0 1-2.104 2.106h-2.103zm-1.061 0c0 1.16-.944 2.106-2.104 2.106a2.11 2.11 0 0 1-2.103-2.106V4.082a2.11 2.11 0 0 1 2.103-2.106c1.16 0 2.104.946 2.104 2.106zm-2.104 8.455c1.16 0 2.104.948 2.104 2.107s-.944 2.106-2.104 2.106a2.11 2.11 0 0 1-2.103-2.106v-2.107zm0-1.06a2.11 2.11 0 0 1-2.103-2.107a2.11 2.11 0 0 1 2.103-2.106h5.268a2.11 2.11 0 0 1 2.104 2.106a2.11 2.11 0 0 1-2.104 2.107z"/></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%22currentColor%22%20d%3D%22M6.194%2014.644c0%201.16-.943%202.107-2.103%202.107a2.11%202.11%200%200%201-2.104-2.107a2.11%202.11%200%200%201%202.104-2.106h2.103zm1.061%200c0-1.16.944-2.106%202.104-2.106a2.11%202.11%200%200%201%202.103%202.106v5.274a2.11%202.11%200%200%201-2.103%202.106a2.11%202.11%200%200%201-2.104-2.106zm2.104-8.455c-1.16%200-2.104-.948-2.104-2.107s.944-2.106%202.104-2.106a2.11%202.11%200%200%201%202.103%202.106v2.107zm0%201.06a2.11%202.11%200%200%201%202.103%202.107a2.11%202.11%200%200%201-2.103%202.106H4.092a2.11%202.11%200%200%201-2.104-2.106a2.11%202.11%200%200%201%202.104-2.107zm8.447%202.107c0-1.16.943-2.107%202.103-2.107a2.11%202.11%200%200%201%202.104%202.107a2.11%202.11%200%200%201-2.104%202.106h-2.103zm-1.061%200c0%201.16-.944%202.106-2.104%202.106a2.11%202.11%200%200%201-2.103-2.106V4.082a2.11%202.11%200%200%201%202.103-2.106c1.16%200%202.104.946%202.104%202.106zm-2.104%208.455c1.16%200%202.104.948%202.104%202.107s-.944%202.106-2.104%202.106a2.11%202.11%200%200%201-2.103-2.106v-2.107zm0-1.06a2.11%202.11%200%200%201-2.103-2.107a2.11%202.11%200%200%201%202.103-2.106h5.268a2.11%202.11%200%200%201%202.104%202.106a2.11%202.11%200%200%201-2.104%202.107z%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%22currentColor%22%20d%3D%22M6.194%2014.644c0%201.16-.943%202.107-2.103%202.107a2.11%202.11%200%200%201-2.104-2.107a2.11%202.11%200%200%201%202.104-2.106h2.103zm1.061%200c0-1.16.944-2.106%202.104-2.106a2.11%202.11%200%200%201%202.103%202.106v5.274a2.11%202.11%200%200%201-2.103%202.106a2.11%202.11%200%200%201-2.104-2.106zm2.104-8.455c-1.16%200-2.104-.948-2.104-2.107s.944-2.106%202.104-2.106a2.11%202.11%200%200%201%202.103%202.106v2.107zm0%201.06a2.11%202.11%200%200%201%202.103%202.107a2.11%202.11%200%200%201-2.103%202.106H4.092a2.11%202.11%200%200%201-2.104-2.106a2.11%202.11%200%200%201%202.104-2.107zm8.447%202.107c0-1.16.943-2.107%202.103-2.107a2.11%202.11%200%200%201%202.104%202.107a2.11%202.11%200%200%201-2.104%202.106h-2.103zm-1.061%200c0%201.16-.944%202.106-2.104%202.106a2.11%202.11%200%200%201-2.103-2.106V4.082a2.11%202.11%200%200%201%202.103-2.106c1.16%200%202.104.946%202.104%202.106zm-2.104%208.455c1.16%200%202.104.948%202.104%202.107s-.944%202.106-2.104%202.106a2.11%202.11%200%200%201-2.103-2.106v-2.107zm0-1.06a2.11%202.11%200%200%201-2.103-2.107a2.11%202.11%200%200%201%202.103-2.106h5.268a2.11%202.11%200%200%201%202.104%202.106a2.11%202.11%200%200%201-2.104%202.107z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxl/slack.svg?color=%231a73e8&size=48