Slack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Slack icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/332879.svg" alt="Slack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332879.svg" alt="Slack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332879.svg" alt="Slack icon" :width="24" :height="24" />
CSS background
.icon-slack {
background-image: url('https://proicons.com/icon/332879.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><path class="cls-1" d="M19.06,5.5a3.7,3.7,0,0,0,0,7.4h3.7V9.2a3.69,3.69,0,0,0-3.68-3.7h0m0,9.86H9.2a3.7,3.7,0,1,0,0,7.4h9.86a3.7,3.7,0,1,0,0-7.4"/><path class="cls-1" d="M42.5,19.06a3.7,3.7,0,0,0-7.4,0h0v3.7h3.7a3.7,3.7,0,0,0,3.7-3.7m-9.86,0V9.2a3.7,3.7,0,1,0-7.4,0v9.86a3.7,3.7,0,0,0,7.4,0"/><path class="cls-1" d="M28.94,42.5a3.7,3.7,0,0,0,0-7.4h-3.7v3.7a3.7,3.7,0,0,0,3.7,3.7m0-9.86H38.8a3.7,3.7,0,1,0,0-7.4H28.94a3.7,3.7,0,0,0,0,7.4"/><path class="cls-1" d="M5.5,28.94a3.7,3.7,0,0,0,7.4,0v-3.7H9.2a3.7,3.7,0,0,0-3.7,3.7m9.86,0V38.8a3.7,3.7,0,0,0,7.4,0V28.94a3.68,3.68,0,0,0-3.68-3.7h0a3.7,3.7,0,0,0-3.7,3.7"/></svg>
Slack in other icon packs
Copied!