slack icon
slack from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- slack
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
slack-fillAkar Iconsslack-outlinedAnt Design IconsslackBootstrap IconsslackBoxicons BrandsslackCoreUI BrandsslackDeviconslackFont Awesome 6 BrandsslackFont Awesome BrandsslackFeather Iconsslackcss.ggslackHuge IconsslackLine AwesomeslackSVG LogosslackLucideslackMage IconsslackMaterial Design IconsslackMyna UI IconsslackPixelarticonsslackPrime Iconsslack-fillRemix IconslackSimple Iconsslack-outlineTeenyiconsslackUniconsslackUnicons Monochrome
Related icons in Jam Icons
Use the slack icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M19.874 10.725a1.777 1.777 0 0 0-2.24-1.143l-1.792.583l-1.217-3.75l1.792-.583a1.782 1.782 0 0 0-1.1-3.39l-1.79.585l-.583-1.795a1.776 1.776 0 0 0-2.24-1.144a1.78 1.78 0 0 0-1.141 2.245l.582 1.795l-3.742 1.219C6.05 4.255 5.82 3.552 5.82 3.552a1.777 1.777 0 0 0-2.24-1.144a1.78 1.78 0 0 0-1.142 2.244l.583 1.796l-1.85.602A1.78 1.78 0 0 0 .07 9.218c.272.945 1.274 1.521 2.2 1.22l1.85-.603l1.216 3.75l-1.849.603a1.784 1.784 0 0 0-1.103 2.167c.272.945 1.274 1.523 2.2 1.22c.008-.002.736-.238 1.851-.602l.601 1.852A1.78 1.78 0 0 0 9.2 19.93c.943-.272 1.52-1.276 1.217-2.205l-.6-1.852l3.743-1.219l.601 1.853a1.78 1.78 0 0 0 2.163 1.105c.944-.273 1.52-1.277 1.218-2.205l-.601-1.853l1.791-.584a1.783 1.783 0 0 0 1.142-2.245m-11.156 1.76l-1.216-3.75l3.742-1.218l1.217 3.75z"/></svg>
React
import type { SVGProps } from "react";
export function JamSlack(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M19.874 10.725a1.777 1.777 0 0 0-2.24-1.143l-1.792.583l-1.217-3.75l1.792-.583a1.782 1.782 0 0 0-1.1-3.39l-1.79.585l-.583-1.795a1.776 1.776 0 0 0-2.24-1.144a1.78 1.78 0 0 0-1.141 2.245l.582 1.795l-3.742 1.219C6.05 4.255 5.82 3.552 5.82 3.552a1.777 1.777 0 0 0-2.24-1.144a1.78 1.78 0 0 0-1.142 2.244l.583 1.796l-1.85.602A1.78 1.78 0 0 0 .07 9.218c.272.945 1.274 1.521 2.2 1.22l1.85-.603l1.216 3.75l-1.849.603a1.784 1.784 0 0 0-1.103 2.167c.272.945 1.274 1.523 2.2 1.22c.008-.002.736-.238 1.851-.602l.601 1.852A1.78 1.78 0 0 0 9.2 19.93c.943-.272 1.52-1.276 1.217-2.205l-.6-1.852l3.743-1.219l.601 1.853a1.78 1.78 0 0 0 2.163 1.105c.944-.273 1.52-1.277 1.218-2.205l-.601-1.853l1.791-.584a1.783 1.783 0 0 0 1.142-2.245m-11.156 1.76l-1.216-3.75l3.742-1.218l1.217 3.75z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M19.874 10.725a1.777 1.777 0 0 0-2.24-1.143l-1.792.583l-1.217-3.75l1.792-.583a1.782 1.782 0 0 0-1.1-3.39l-1.79.585l-.583-1.795a1.776 1.776 0 0 0-2.24-1.144a1.78 1.78 0 0 0-1.141 2.245l.582 1.795l-3.742 1.219C6.05 4.255 5.82 3.552 5.82 3.552a1.777 1.777 0 0 0-2.24-1.144a1.78 1.78 0 0 0-1.142 2.244l.583 1.796l-1.85.602A1.78 1.78 0 0 0 .07 9.218c.272.945 1.274 1.521 2.2 1.22l1.85-.603l1.216 3.75l-1.849.603a1.784 1.784 0 0 0-1.103 2.167c.272.945 1.274 1.523 2.2 1.22c.008-.002.736-.238 1.851-.602l.601 1.852A1.78 1.78 0 0 0 9.2 19.93c.943-.272 1.52-1.276 1.217-2.205l-.6-1.852l3.743-1.219l.601 1.853a1.78 1.78 0 0 0 2.163 1.105c.944-.273 1.52-1.277 1.218-2.205l-.601-1.853l1.791-.584a1.783 1.783 0 0 0 1.142-2.245m-11.156 1.76l-1.216-3.75l3.742-1.218l1.217 3.75z"/></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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.874%2010.725a1.777%201.777%200%200%200-2.24-1.143l-1.792.583l-1.217-3.75l1.792-.583a1.782%201.782%200%200%200-1.1-3.39l-1.79.585l-.583-1.795a1.776%201.776%200%200%200-2.24-1.144a1.78%201.78%200%200%200-1.141%202.245l.582%201.795l-3.742%201.219C6.05%204.255%205.82%203.552%205.82%203.552a1.777%201.777%200%200%200-2.24-1.144a1.78%201.78%200%200%200-1.142%202.244l.583%201.796l-1.85.602A1.78%201.78%200%200%200%20.07%209.218c.272.945%201.274%201.521%202.2%201.22l1.85-.603l1.216%203.75l-1.849.603a1.784%201.784%200%200%200-1.103%202.167c.272.945%201.274%201.523%202.2%201.22c.008-.002.736-.238%201.851-.602l.601%201.852A1.78%201.78%200%200%200%209.2%2019.93c.943-.272%201.52-1.276%201.217-2.205l-.6-1.852l3.743-1.219l.601%201.853a1.78%201.78%200%200%200%202.163%201.105c.944-.273%201.52-1.277%201.218-2.205l-.601-1.853l1.791-.584a1.783%201.783%200%200%200%201.142-2.245m-11.156%201.76l-1.216-3.75l3.742-1.218l1.217%203.75z%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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.874%2010.725a1.777%201.777%200%200%200-2.24-1.143l-1.792.583l-1.217-3.75l1.792-.583a1.782%201.782%200%200%200-1.1-3.39l-1.79.585l-.583-1.795a1.776%201.776%200%200%200-2.24-1.144a1.78%201.78%200%200%200-1.141%202.245l.582%201.795l-3.742%201.219C6.05%204.255%205.82%203.552%205.82%203.552a1.777%201.777%200%200%200-2.24-1.144a1.78%201.78%200%200%200-1.142%202.244l.583%201.796l-1.85.602A1.78%201.78%200%200%200%20.07%209.218c.272.945%201.274%201.521%202.2%201.22l1.85-.603l1.216%203.75l-1.849.603a1.784%201.784%200%200%200-1.103%202.167c.272.945%201.274%201.523%202.2%201.22c.008-.002.736-.238%201.851-.602l.601%201.852A1.78%201.78%200%200%200%209.2%2019.93c.943-.272%201.52-1.276%201.217-2.205l-.6-1.852l3.743-1.219l.601%201.853a1.78%201.78%200%200%200%202.163%201.105c.944-.273%201.52-1.277%201.218-2.205l-.601-1.853l1.791-.584a1.783%201.783%200%200%200%201.142-2.245m-11.156%201.76l-1.216-3.75l3.742-1.218l1.217%203.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/slack.svg?color=%231a73e8&size=48