dingtalk square icon

dingtalk-square-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
dingtalk-square-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT
Aliases
dingtalk-square, dingtalk-square-fill

Related icons in Ant Design Icons

Use the dingtalk 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-32M739 449.3c-1 4.2-3.5 10.4-7 17.8h.1l-.4.7c-20.3 43.1-73.1 127.7-73.1 127.7s-.1-.2-.3-.5l-15.5 26.8h74.5L575.1 810l32.3-128h-58.6l20.4-84.7c-16.5 3.9-35.9 9.4-59 16.8c0 0-31.2 18.2-89.9-35c0 0-39.6-34.7-16.6-43.4c9.8-3.7 47.4-8.4 77-12.3c40-5.4 64.6-8.2 64.6-8.2S422 517 392.7 512.5c-29.3-4.6-66.4-53.1-74.3-95.8c0 0-12.2-23.4 26.3-12.3s197.9 43.2 197.9 43.2s-207.4-63.3-221.2-78.7s-40.6-84.2-37.1-126.5c0 0 1.5-10.5 12.4-7.7c0 0 153.3 69.7 258.1 107.9c104.8 37.9 195.9 57.3 184.2 106.7"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignDingtalkSquareFilled(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-32M739 449.3c-1 4.2-3.5 10.4-7 17.8h.1l-.4.7c-20.3 43.1-73.1 127.7-73.1 127.7s-.1-.2-.3-.5l-15.5 26.8h74.5L575.1 810l32.3-128h-58.6l20.4-84.7c-16.5 3.9-35.9 9.4-59 16.8c0 0-31.2 18.2-89.9-35c0 0-39.6-34.7-16.6-43.4c9.8-3.7 47.4-8.4 77-12.3c40-5.4 64.6-8.2 64.6-8.2S422 517 392.7 512.5c-29.3-4.6-66.4-53.1-74.3-95.8c0 0-12.2-23.4 26.3-12.3s197.9 43.2 197.9 43.2s-207.4-63.3-221.2-78.7s-40.6-84.2-37.1-126.5c0 0 1.5-10.5 12.4-7.7c0 0 153.3 69.7 258.1 107.9c104.8 37.9 195.9 57.3 184.2 106.7"/></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-32M739 449.3c-1 4.2-3.5 10.4-7 17.8h.1l-.4.7c-20.3 43.1-73.1 127.7-73.1 127.7s-.1-.2-.3-.5l-15.5 26.8h74.5L575.1 810l32.3-128h-58.6l20.4-84.7c-16.5 3.9-35.9 9.4-59 16.8c0 0-31.2 18.2-89.9-35c0 0-39.6-34.7-16.6-43.4c9.8-3.7 47.4-8.4 77-12.3c40-5.4 64.6-8.2 64.6-8.2S422 517 392.7 512.5c-29.3-4.6-66.4-53.1-74.3-95.8c0 0-12.2-23.4 26.3-12.3s197.9 43.2 197.9 43.2s-207.4-63.3-221.2-78.7s-40.6-84.2-37.1-126.5c0 0 1.5-10.5 12.4-7.7c0 0 153.3 69.7 258.1 107.9c104.8 37.9 195.9 57.3 184.2 106.7"/></svg>
</template>

CSS

.icon-dingtalk-square-filled {
  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-32M739%20449.3c-1%204.2-3.5%2010.4-7%2017.8h.1l-.4.7c-20.3%2043.1-73.1%20127.7-73.1%20127.7s-.1-.2-.3-.5l-15.5%2026.8h74.5L575.1%20810l32.3-128h-58.6l20.4-84.7c-16.5%203.9-35.9%209.4-59%2016.8c0%200-31.2%2018.2-89.9-35c0%200-39.6-34.7-16.6-43.4c9.8-3.7%2047.4-8.4%2077-12.3c40-5.4%2064.6-8.2%2064.6-8.2S422%20517%20392.7%20512.5c-29.3-4.6-66.4-53.1-74.3-95.8c0%200-12.2-23.4%2026.3-12.3s197.9%2043.2%20197.9%2043.2s-207.4-63.3-221.2-78.7s-40.6-84.2-37.1-126.5c0%200%201.5-10.5%2012.4-7.7c0%200%20153.3%2069.7%20258.1%20107.9c104.8%2037.9%20195.9%2057.3%20184.2%20106.7%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-32M739%20449.3c-1%204.2-3.5%2010.4-7%2017.8h.1l-.4.7c-20.3%2043.1-73.1%20127.7-73.1%20127.7s-.1-.2-.3-.5l-15.5%2026.8h74.5L575.1%20810l32.3-128h-58.6l20.4-84.7c-16.5%203.9-35.9%209.4-59%2016.8c0%200-31.2%2018.2-89.9-35c0%200-39.6-34.7-16.6-43.4c9.8-3.7%2047.4-8.4%2077-12.3c40-5.4%2064.6-8.2%2064.6-8.2S422%20517%20392.7%20512.5c-29.3-4.6-66.4-53.1-74.3-95.8c0%200-12.2-23.4%2026.3-12.3s197.9%2043.2%20197.9%2043.2s-207.4-63.3-221.2-78.7s-40.6-84.2-37.1-126.5c0%200%201.5-10.5%2012.4-7.7c0%200%20153.3%2069.7%20258.1%20107.9c104.8%2037.9%20195.9%2057.3%20184.2%20106.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/dingtalk-square-filled.svg?color=%231a73e8&size=48