slack square icon
slack-square-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- slack-square-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
1 other variant in Ant Design Icons
The same icon in other sets
Related icons in Ant Design Icons
Use the slack square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32M529 311.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4v134.4c0 27.8-22.5 50.4-50.3 50.4S529 473.6 529 445.8zM361.5 580.2c0 27.8-22.5 50.4-50.3 50.4c-13.3 0-26.1-5.3-35.6-14.8c-9.4-9.5-14.7-22.3-14.7-35.6c0-27.8 22.5-50.4 50.3-50.4h50.3zm134 134.4c0 27.8-22.5 50.4-50.3 50.4s-50.3-22.6-50.3-50.4V580.2c0-27.8 22.5-50.4 50.3-50.4c13.3 0 26.1 5.3 35.6 14.8s14.7 22.3 14.7 35.6zm-50.2-218.4h-134c-27.8 0-50.3-22.6-50.3-50.4s22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4c-.1 27.9-22.6 50.4-50.3 50.4m0-134.4c-13.3 0-26.1-5.3-35.6-14.8S395 324.8 395 311.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4v50.4zm134 403.2c-27.8 0-50.3-22.6-50.3-50.4v-50.4h50.3c27.8 0 50.3 22.6 50.3 50.4S607.1 765 579.3 765m134-134.4h-134c-13.3 0-26.1-5.3-35.6-14.8c-9.4-9.5-14.7-22.3-14.7-35.6c0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4s-22.5 50.4-50.3 50.4m0-134.4H663v-50.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4s-22.5 50.4-50.3 50.4"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignSlackSquareOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32M529 311.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4v134.4c0 27.8-22.5 50.4-50.3 50.4S529 473.6 529 445.8zM361.5 580.2c0 27.8-22.5 50.4-50.3 50.4c-13.3 0-26.1-5.3-35.6-14.8c-9.4-9.5-14.7-22.3-14.7-35.6c0-27.8 22.5-50.4 50.3-50.4h50.3zm134 134.4c0 27.8-22.5 50.4-50.3 50.4s-50.3-22.6-50.3-50.4V580.2c0-27.8 22.5-50.4 50.3-50.4c13.3 0 26.1 5.3 35.6 14.8s14.7 22.3 14.7 35.6zm-50.2-218.4h-134c-27.8 0-50.3-22.6-50.3-50.4s22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4c-.1 27.9-22.6 50.4-50.3 50.4m0-134.4c-13.3 0-26.1-5.3-35.6-14.8S395 324.8 395 311.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4v50.4zm134 403.2c-27.8 0-50.3-22.6-50.3-50.4v-50.4h50.3c27.8 0 50.3 22.6 50.3 50.4S607.1 765 579.3 765m134-134.4h-134c-13.3 0-26.1-5.3-35.6-14.8c-9.4-9.5-14.7-22.3-14.7-35.6c0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4s-22.5 50.4-50.3 50.4m0-134.4H663v-50.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4s-22.5 50.4-50.3 50.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32M529 311.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4v134.4c0 27.8-22.5 50.4-50.3 50.4S529 473.6 529 445.8zM361.5 580.2c0 27.8-22.5 50.4-50.3 50.4c-13.3 0-26.1-5.3-35.6-14.8c-9.4-9.5-14.7-22.3-14.7-35.6c0-27.8 22.5-50.4 50.3-50.4h50.3zm134 134.4c0 27.8-22.5 50.4-50.3 50.4s-50.3-22.6-50.3-50.4V580.2c0-27.8 22.5-50.4 50.3-50.4c13.3 0 26.1 5.3 35.6 14.8s14.7 22.3 14.7 35.6zm-50.2-218.4h-134c-27.8 0-50.3-22.6-50.3-50.4s22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4c-.1 27.9-22.6 50.4-50.3 50.4m0-134.4c-13.3 0-26.1-5.3-35.6-14.8S395 324.8 395 311.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4v50.4zm134 403.2c-27.8 0-50.3-22.6-50.3-50.4v-50.4h50.3c27.8 0 50.3 22.6 50.3 50.4S607.1 765 579.3 765m134-134.4h-134c-13.3 0-26.1-5.3-35.6-14.8c-9.4-9.5-14.7-22.3-14.7-35.6c0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4s-22.5 50.4-50.3 50.4m0-134.4H663v-50.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4s-22.5 50.4-50.3 50.4"/></svg> </template>
CSS
.icon-slack-square-outlined {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M880%20112H144c-17.7%200-32%2014.3-32%2032v736c0%2017.7%2014.3%2032%2032%2032h736c17.7%200%2032-14.3%2032-32V144c0-17.7-14.3-32-32-32M529%20311.4c0-27.8%2022.5-50.4%2050.3-50.4s50.3%2022.6%2050.3%2050.4v134.4c0%2027.8-22.5%2050.4-50.3%2050.4S529%20473.6%20529%20445.8zM361.5%20580.2c0%2027.8-22.5%2050.4-50.3%2050.4c-13.3%200-26.1-5.3-35.6-14.8c-9.4-9.5-14.7-22.3-14.7-35.6c0-27.8%2022.5-50.4%2050.3-50.4h50.3zm134%20134.4c0%2027.8-22.5%2050.4-50.3%2050.4s-50.3-22.6-50.3-50.4V580.2c0-27.8%2022.5-50.4%2050.3-50.4c13.3%200%2026.1%205.3%2035.6%2014.8s14.7%2022.3%2014.7%2035.6zm-50.2-218.4h-134c-27.8%200-50.3-22.6-50.3-50.4s22.5-50.4%2050.3-50.4h134c27.8%200%2050.3%2022.6%2050.3%2050.4c-.1%2027.9-22.6%2050.4-50.3%2050.4m0-134.4c-13.3%200-26.1-5.3-35.6-14.8S395%20324.8%20395%20311.4c0-27.8%2022.5-50.4%2050.3-50.4s50.3%2022.6%2050.3%2050.4v50.4zm134%20403.2c-27.8%200-50.3-22.6-50.3-50.4v-50.4h50.3c27.8%200%2050.3%2022.6%2050.3%2050.4S607.1%20765%20579.3%20765m134-134.4h-134c-13.3%200-26.1-5.3-35.6-14.8c-9.4-9.5-14.7-22.3-14.7-35.6c0-27.8%2022.5-50.4%2050.3-50.4h134c27.8%200%2050.3%2022.6%2050.3%2050.4s-22.5%2050.4-50.3%2050.4m0-134.4H663v-50.4c0-27.8%2022.5-50.4%2050.3-50.4s50.3%2022.6%2050.3%2050.4s-22.5%2050.4-50.3%2050.4%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M880%20112H144c-17.7%200-32%2014.3-32%2032v736c0%2017.7%2014.3%2032%2032%2032h736c17.7%200%2032-14.3%2032-32V144c0-17.7-14.3-32-32-32M529%20311.4c0-27.8%2022.5-50.4%2050.3-50.4s50.3%2022.6%2050.3%2050.4v134.4c0%2027.8-22.5%2050.4-50.3%2050.4S529%20473.6%20529%20445.8zM361.5%20580.2c0%2027.8-22.5%2050.4-50.3%2050.4c-13.3%200-26.1-5.3-35.6-14.8c-9.4-9.5-14.7-22.3-14.7-35.6c0-27.8%2022.5-50.4%2050.3-50.4h50.3zm134%20134.4c0%2027.8-22.5%2050.4-50.3%2050.4s-50.3-22.6-50.3-50.4V580.2c0-27.8%2022.5-50.4%2050.3-50.4c13.3%200%2026.1%205.3%2035.6%2014.8s14.7%2022.3%2014.7%2035.6zm-50.2-218.4h-134c-27.8%200-50.3-22.6-50.3-50.4s22.5-50.4%2050.3-50.4h134c27.8%200%2050.3%2022.6%2050.3%2050.4c-.1%2027.9-22.6%2050.4-50.3%2050.4m0-134.4c-13.3%200-26.1-5.3-35.6-14.8S395%20324.8%20395%20311.4c0-27.8%2022.5-50.4%2050.3-50.4s50.3%2022.6%2050.3%2050.4v50.4zm134%20403.2c-27.8%200-50.3-22.6-50.3-50.4v-50.4h50.3c27.8%200%2050.3%2022.6%2050.3%2050.4S607.1%20765%20579.3%20765m134-134.4h-134c-13.3%200-26.1-5.3-35.6-14.8c-9.4-9.5-14.7-22.3-14.7-35.6c0-27.8%2022.5-50.4%2050.3-50.4h134c27.8%200%2050.3%2022.6%2050.3%2050.4s-22.5%2050.4-50.3%2050.4m0-134.4H663v-50.4c0-27.8%2022.5-50.4%2050.3-50.4s50.3%2022.6%2050.3%2050.4s-22.5%2050.4-50.3%2050.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/slack-square-outlined.svg?color=%231a73e8&size=48