slack icon
slack-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- slack-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
- Aliases
- brand-slack-solid
1 other variant in Myna UI Icons
The same icon in other sets
slack-fillAkar Iconsslack-outlinedAnt Design IconsslackBootstrap IconsslackBoxicons BrandsslackCoreUI BrandsslackDeviconslackFont Awesome 6 BrandsslackFont Awesome BrandsslackFeather Iconsslackcss.ggslackHuge IconsslackJam IconsslackLine AwesomeslackSVG LogosslackLucideslackMage IconsslackMaterial Design IconsslackPixelarticonsslackPrime Iconsslack-fillRemix IconslackSimple Iconsslack-outlineTeenyiconsslackUniconsslackUnicons Monochrome
Use the slack icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.25 2.52c-1.288 0-2.46 1.03-2.46 2.46v4.14c0 1.288 1.03 2.46 2.46 2.46c1.288 0 2.46-1.03 2.46-2.46V4.89c0-1.34-1.083-2.37-2.46-2.37m5.13 4.59c-1.224 0-2.19.966-2.19 2.19v1.44c0 .414.336.75.75.75h1.44c1.224 0 2.19-.966 2.19-2.19s-.966-2.19-2.19-2.19M4.71 7.02l-.068.003c-1.314.12-2.392 1.11-2.392 2.457c0 1.288 1.03 2.46 2.46 2.46h4.14c1.288 0 2.46-1.03 2.46-2.46c0-1.288-1.03-2.46-2.46-2.46zm4.41-4.77c-1.224 0-2.19.966-2.19 2.19s.966 2.19 2.19 2.19h1.44a.75.75 0 0 0 .75-.75V4.44c0-1.224-.966-2.19-2.19-2.19m.54 10.26c-1.288 0-2.46 1.03-2.46 2.46v4.14q0 .038.004.075c.119 1.188 1.082 2.385 2.456 2.385c1.288 0 2.46-1.03 2.46-2.46v-4.14c0-1.288-1.03-2.46-2.46-2.46m-5.04 0c-1.224 0-2.19.966-2.19 2.19s.966 2.19 2.19 2.19s2.19-.966 2.19-2.19v-1.44a.75.75 0 0 0-.75-.75zm10.53-.45c-1.288 0-2.46 1.03-2.46 2.46c0 1.288 1.03 2.46 2.46 2.46h4.14c1.314 0 2.46-1.146 2.46-2.46c0-1.288-1.03-2.46-2.46-2.46zm-1.71 5.31a.75.75 0 0 0-.75.75v1.44c0 1.224.966 2.19 2.19 2.19s2.19-.966 2.19-2.19s-.966-2.19-2.19-2.19z"/></svg>
React
import type { SVGProps } from "react";
export function MynauiSlackSolid(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="M14.25 2.52c-1.288 0-2.46 1.03-2.46 2.46v4.14c0 1.288 1.03 2.46 2.46 2.46c1.288 0 2.46-1.03 2.46-2.46V4.89c0-1.34-1.083-2.37-2.46-2.37m5.13 4.59c-1.224 0-2.19.966-2.19 2.19v1.44c0 .414.336.75.75.75h1.44c1.224 0 2.19-.966 2.19-2.19s-.966-2.19-2.19-2.19M4.71 7.02l-.068.003c-1.314.12-2.392 1.11-2.392 2.457c0 1.288 1.03 2.46 2.46 2.46h4.14c1.288 0 2.46-1.03 2.46-2.46c0-1.288-1.03-2.46-2.46-2.46zm4.41-4.77c-1.224 0-2.19.966-2.19 2.19s.966 2.19 2.19 2.19h1.44a.75.75 0 0 0 .75-.75V4.44c0-1.224-.966-2.19-2.19-2.19m.54 10.26c-1.288 0-2.46 1.03-2.46 2.46v4.14q0 .038.004.075c.119 1.188 1.082 2.385 2.456 2.385c1.288 0 2.46-1.03 2.46-2.46v-4.14c0-1.288-1.03-2.46-2.46-2.46m-5.04 0c-1.224 0-2.19.966-2.19 2.19s.966 2.19 2.19 2.19s2.19-.966 2.19-2.19v-1.44a.75.75 0 0 0-.75-.75zm10.53-.45c-1.288 0-2.46 1.03-2.46 2.46c0 1.288 1.03 2.46 2.46 2.46h4.14c1.314 0 2.46-1.146 2.46-2.46c0-1.288-1.03-2.46-2.46-2.46zm-1.71 5.31a.75.75 0 0 0-.75.75v1.44c0 1.224.966 2.19 2.19 2.19s2.19-.966 2.19-2.19s-.966-2.19-2.19-2.19z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.25 2.52c-1.288 0-2.46 1.03-2.46 2.46v4.14c0 1.288 1.03 2.46 2.46 2.46c1.288 0 2.46-1.03 2.46-2.46V4.89c0-1.34-1.083-2.37-2.46-2.37m5.13 4.59c-1.224 0-2.19.966-2.19 2.19v1.44c0 .414.336.75.75.75h1.44c1.224 0 2.19-.966 2.19-2.19s-.966-2.19-2.19-2.19M4.71 7.02l-.068.003c-1.314.12-2.392 1.11-2.392 2.457c0 1.288 1.03 2.46 2.46 2.46h4.14c1.288 0 2.46-1.03 2.46-2.46c0-1.288-1.03-2.46-2.46-2.46zm4.41-4.77c-1.224 0-2.19.966-2.19 2.19s.966 2.19 2.19 2.19h1.44a.75.75 0 0 0 .75-.75V4.44c0-1.224-.966-2.19-2.19-2.19m.54 10.26c-1.288 0-2.46 1.03-2.46 2.46v4.14q0 .038.004.075c.119 1.188 1.082 2.385 2.456 2.385c1.288 0 2.46-1.03 2.46-2.46v-4.14c0-1.288-1.03-2.46-2.46-2.46m-5.04 0c-1.224 0-2.19.966-2.19 2.19s.966 2.19 2.19 2.19s2.19-.966 2.19-2.19v-1.44a.75.75 0 0 0-.75-.75zm10.53-.45c-1.288 0-2.46 1.03-2.46 2.46c0 1.288 1.03 2.46 2.46 2.46h4.14c1.314 0 2.46-1.146 2.46-2.46c0-1.288-1.03-2.46-2.46-2.46zm-1.71 5.31a.75.75 0 0 0-.75.75v1.44c0 1.224.966 2.19 2.19 2.19s2.19-.966 2.19-2.19s-.966-2.19-2.19-2.19z"/></svg> </template>
CSS
.icon-slack-solid {
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%22M14.25%202.52c-1.288%200-2.46%201.03-2.46%202.46v4.14c0%201.288%201.03%202.46%202.46%202.46c1.288%200%202.46-1.03%202.46-2.46V4.89c0-1.34-1.083-2.37-2.46-2.37m5.13%204.59c-1.224%200-2.19.966-2.19%202.19v1.44c0%20.414.336.75.75.75h1.44c1.224%200%202.19-.966%202.19-2.19s-.966-2.19-2.19-2.19M4.71%207.02l-.068.003c-1.314.12-2.392%201.11-2.392%202.457c0%201.288%201.03%202.46%202.46%202.46h4.14c1.288%200%202.46-1.03%202.46-2.46c0-1.288-1.03-2.46-2.46-2.46zm4.41-4.77c-1.224%200-2.19.966-2.19%202.19s.966%202.19%202.19%202.19h1.44a.75.75%200%200%200%20.75-.75V4.44c0-1.224-.966-2.19-2.19-2.19m.54%2010.26c-1.288%200-2.46%201.03-2.46%202.46v4.14q0%20.038.004.075c.119%201.188%201.082%202.385%202.456%202.385c1.288%200%202.46-1.03%202.46-2.46v-4.14c0-1.288-1.03-2.46-2.46-2.46m-5.04%200c-1.224%200-2.19.966-2.19%202.19s.966%202.19%202.19%202.19s2.19-.966%202.19-2.19v-1.44a.75.75%200%200%200-.75-.75zm10.53-.45c-1.288%200-2.46%201.03-2.46%202.46c0%201.288%201.03%202.46%202.46%202.46h4.14c1.314%200%202.46-1.146%202.46-2.46c0-1.288-1.03-2.46-2.46-2.46zm-1.71%205.31a.75.75%200%200%200-.75.75v1.44c0%201.224.966%202.19%202.19%202.19s2.19-.966%202.19-2.19s-.966-2.19-2.19-2.19z%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%22M14.25%202.52c-1.288%200-2.46%201.03-2.46%202.46v4.14c0%201.288%201.03%202.46%202.46%202.46c1.288%200%202.46-1.03%202.46-2.46V4.89c0-1.34-1.083-2.37-2.46-2.37m5.13%204.59c-1.224%200-2.19.966-2.19%202.19v1.44c0%20.414.336.75.75.75h1.44c1.224%200%202.19-.966%202.19-2.19s-.966-2.19-2.19-2.19M4.71%207.02l-.068.003c-1.314.12-2.392%201.11-2.392%202.457c0%201.288%201.03%202.46%202.46%202.46h4.14c1.288%200%202.46-1.03%202.46-2.46c0-1.288-1.03-2.46-2.46-2.46zm4.41-4.77c-1.224%200-2.19.966-2.19%202.19s.966%202.19%202.19%202.19h1.44a.75.75%200%200%200%20.75-.75V4.44c0-1.224-.966-2.19-2.19-2.19m.54%2010.26c-1.288%200-2.46%201.03-2.46%202.46v4.14q0%20.038.004.075c.119%201.188%201.082%202.385%202.456%202.385c1.288%200%202.46-1.03%202.46-2.46v-4.14c0-1.288-1.03-2.46-2.46-2.46m-5.04%200c-1.224%200-2.19.966-2.19%202.19s.966%202.19%202.19%202.19s2.19-.966%202.19-2.19v-1.44a.75.75%200%200%200-.75-.75zm10.53-.45c-1.288%200-2.46%201.03-2.46%202.46c0%201.288%201.03%202.46%202.46%202.46h4.14c1.314%200%202.46-1.146%202.46-2.46c0-1.288-1.03-2.46-2.46-2.46zm-1.71%205.31a.75.75%200%200%200-.75.75v1.44c0%201.224.966%202.19%202.19%202.19s2.19-.966%202.19-2.19s-.966-2.19-2.19-2.19z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/slack-solid.svg?color=%231a73e8&size=48