taobao square icon
taobao-square-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.
- Name
- taobao-square-filled
- Set
- Ant Design Icons
- Style
- Filled
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- taobao-square, taobao-square-fill
Related icons in Ant Design Icons
Use the taobao 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-32M315.7 291.5c27.3 0 49.5 22.1 49.5 49.4s-22.1 49.4-49.5 49.4a49.4 49.4 0 1 1 0-98.8M366.9 578c-13.6 42.3-10.2 26.7-64.4 144.5l-78.5-49s87.7-79.8 105.6-116.2c19.2-38.4-21.1-58.9-21.1-58.9l-60.2-37.5l32.7-50.2c45.4 33.7 48.7 36.6 79.2 67.2c23.8 23.9 20.7 56.8 6.7 100.1m427.2 55c-15.3 143.8-202.4 90.3-202.4 90.3l10.2-41.1l43.3 9.3c80 5 72.3-64.9 72.3-64.9V423c.6-77.3-72.6-85.4-204.2-38.3l30.6 8.3c-2.5 9-12.5 23.2-25.2 38.6h176v35.6h-99.1v44.5h98.7v35.7h-98.7V622c14.9-4.8 28.6-11.5 40.5-20.5l-8.7-32.5l46.5-14.4l38.8 94.9l-57.3 23.9l-10.2-37.8c-25.6 19.5-78.8 48-171.8 45.4c-99.2 2.6-73.7-112-73.7-112l2.5-1.3H472c-.5 14.7-6.6 38.7 1.7 51.8c6.8 10.8 24.2 12.6 35.3 13.1c1.3.1 2.6.1 3.9.1v-85.3h-101v-35.7h101v-44.5H487c-22.7 24.1-43.5 44.1-43.5 44.1l-30.6-26.7c21.7-22.9 43.3-59.1 56.8-83.2c-10.9 4.4-22 9.2-33.6 14.2c-11.2 14.3-24.2 29-38.7 43.5c.5.8-50-28.4-50-28.4c52.2-44.4 81.4-139.9 81.4-139.9l72.5 20.4s-5.9 14-18.4 35.6c290.3-82.3 307.4 50.5 307.4 50.5s19.1 91.8 3.8 235.7"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignTaobaoSquareFilled(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-32M315.7 291.5c27.3 0 49.5 22.1 49.5 49.4s-22.1 49.4-49.5 49.4a49.4 49.4 0 1 1 0-98.8M366.9 578c-13.6 42.3-10.2 26.7-64.4 144.5l-78.5-49s87.7-79.8 105.6-116.2c19.2-38.4-21.1-58.9-21.1-58.9l-60.2-37.5l32.7-50.2c45.4 33.7 48.7 36.6 79.2 67.2c23.8 23.9 20.7 56.8 6.7 100.1m427.2 55c-15.3 143.8-202.4 90.3-202.4 90.3l10.2-41.1l43.3 9.3c80 5 72.3-64.9 72.3-64.9V423c.6-77.3-72.6-85.4-204.2-38.3l30.6 8.3c-2.5 9-12.5 23.2-25.2 38.6h176v35.6h-99.1v44.5h98.7v35.7h-98.7V622c14.9-4.8 28.6-11.5 40.5-20.5l-8.7-32.5l46.5-14.4l38.8 94.9l-57.3 23.9l-10.2-37.8c-25.6 19.5-78.8 48-171.8 45.4c-99.2 2.6-73.7-112-73.7-112l2.5-1.3H472c-.5 14.7-6.6 38.7 1.7 51.8c6.8 10.8 24.2 12.6 35.3 13.1c1.3.1 2.6.1 3.9.1v-85.3h-101v-35.7h101v-44.5H487c-22.7 24.1-43.5 44.1-43.5 44.1l-30.6-26.7c21.7-22.9 43.3-59.1 56.8-83.2c-10.9 4.4-22 9.2-33.6 14.2c-11.2 14.3-24.2 29-38.7 43.5c.5.8-50-28.4-50-28.4c52.2-44.4 81.4-139.9 81.4-139.9l72.5 20.4s-5.9 14-18.4 35.6c290.3-82.3 307.4 50.5 307.4 50.5s19.1 91.8 3.8 235.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-32M315.7 291.5c27.3 0 49.5 22.1 49.5 49.4s-22.1 49.4-49.5 49.4a49.4 49.4 0 1 1 0-98.8M366.9 578c-13.6 42.3-10.2 26.7-64.4 144.5l-78.5-49s87.7-79.8 105.6-116.2c19.2-38.4-21.1-58.9-21.1-58.9l-60.2-37.5l32.7-50.2c45.4 33.7 48.7 36.6 79.2 67.2c23.8 23.9 20.7 56.8 6.7 100.1m427.2 55c-15.3 143.8-202.4 90.3-202.4 90.3l10.2-41.1l43.3 9.3c80 5 72.3-64.9 72.3-64.9V423c.6-77.3-72.6-85.4-204.2-38.3l30.6 8.3c-2.5 9-12.5 23.2-25.2 38.6h176v35.6h-99.1v44.5h98.7v35.7h-98.7V622c14.9-4.8 28.6-11.5 40.5-20.5l-8.7-32.5l46.5-14.4l38.8 94.9l-57.3 23.9l-10.2-37.8c-25.6 19.5-78.8 48-171.8 45.4c-99.2 2.6-73.7-112-73.7-112l2.5-1.3H472c-.5 14.7-6.6 38.7 1.7 51.8c6.8 10.8 24.2 12.6 35.3 13.1c1.3.1 2.6.1 3.9.1v-85.3h-101v-35.7h101v-44.5H487c-22.7 24.1-43.5 44.1-43.5 44.1l-30.6-26.7c21.7-22.9 43.3-59.1 56.8-83.2c-10.9 4.4-22 9.2-33.6 14.2c-11.2 14.3-24.2 29-38.7 43.5c.5.8-50-28.4-50-28.4c52.2-44.4 81.4-139.9 81.4-139.9l72.5 20.4s-5.9 14-18.4 35.6c290.3-82.3 307.4 50.5 307.4 50.5s19.1 91.8 3.8 235.7"/></svg> </template>
CSS
.icon-taobao-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-32M315.7%20291.5c27.3%200%2049.5%2022.1%2049.5%2049.4s-22.1%2049.4-49.5%2049.4a49.4%2049.4%200%201%201%200-98.8M366.9%20578c-13.6%2042.3-10.2%2026.7-64.4%20144.5l-78.5-49s87.7-79.8%20105.6-116.2c19.2-38.4-21.1-58.9-21.1-58.9l-60.2-37.5l32.7-50.2c45.4%2033.7%2048.7%2036.6%2079.2%2067.2c23.8%2023.9%2020.7%2056.8%206.7%20100.1m427.2%2055c-15.3%20143.8-202.4%2090.3-202.4%2090.3l10.2-41.1l43.3%209.3c80%205%2072.3-64.9%2072.3-64.9V423c.6-77.3-72.6-85.4-204.2-38.3l30.6%208.3c-2.5%209-12.5%2023.2-25.2%2038.6h176v35.6h-99.1v44.5h98.7v35.7h-98.7V622c14.9-4.8%2028.6-11.5%2040.5-20.5l-8.7-32.5l46.5-14.4l38.8%2094.9l-57.3%2023.9l-10.2-37.8c-25.6%2019.5-78.8%2048-171.8%2045.4c-99.2%202.6-73.7-112-73.7-112l2.5-1.3H472c-.5%2014.7-6.6%2038.7%201.7%2051.8c6.8%2010.8%2024.2%2012.6%2035.3%2013.1c1.3.1%202.6.1%203.9.1v-85.3h-101v-35.7h101v-44.5H487c-22.7%2024.1-43.5%2044.1-43.5%2044.1l-30.6-26.7c21.7-22.9%2043.3-59.1%2056.8-83.2c-10.9%204.4-22%209.2-33.6%2014.2c-11.2%2014.3-24.2%2029-38.7%2043.5c.5.8-50-28.4-50-28.4c52.2-44.4%2081.4-139.9%2081.4-139.9l72.5%2020.4s-5.9%2014-18.4%2035.6c290.3-82.3%20307.4%2050.5%20307.4%2050.5s19.1%2091.8%203.8%20235.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-32M315.7%20291.5c27.3%200%2049.5%2022.1%2049.5%2049.4s-22.1%2049.4-49.5%2049.4a49.4%2049.4%200%201%201%200-98.8M366.9%20578c-13.6%2042.3-10.2%2026.7-64.4%20144.5l-78.5-49s87.7-79.8%20105.6-116.2c19.2-38.4-21.1-58.9-21.1-58.9l-60.2-37.5l32.7-50.2c45.4%2033.7%2048.7%2036.6%2079.2%2067.2c23.8%2023.9%2020.7%2056.8%206.7%20100.1m427.2%2055c-15.3%20143.8-202.4%2090.3-202.4%2090.3l10.2-41.1l43.3%209.3c80%205%2072.3-64.9%2072.3-64.9V423c.6-77.3-72.6-85.4-204.2-38.3l30.6%208.3c-2.5%209-12.5%2023.2-25.2%2038.6h176v35.6h-99.1v44.5h98.7v35.7h-98.7V622c14.9-4.8%2028.6-11.5%2040.5-20.5l-8.7-32.5l46.5-14.4l38.8%2094.9l-57.3%2023.9l-10.2-37.8c-25.6%2019.5-78.8%2048-171.8%2045.4c-99.2%202.6-73.7-112-73.7-112l2.5-1.3H472c-.5%2014.7-6.6%2038.7%201.7%2051.8c6.8%2010.8%2024.2%2012.6%2035.3%2013.1c1.3.1%202.6.1%203.9.1v-85.3h-101v-35.7h101v-44.5H487c-22.7%2024.1-43.5%2044.1-43.5%2044.1l-30.6-26.7c21.7-22.9%2043.3-59.1%2056.8-83.2c-10.9%204.4-22%209.2-33.6%2014.2c-11.2%2014.3-24.2%2029-38.7%2043.5c.5.8-50-28.4-50-28.4c52.2-44.4%2081.4-139.9%2081.4-139.9l72.5%2020.4s-5.9%2014-18.4%2035.6c290.3-82.3%20307.4%2050.5%20307.4%2050.5s19.1%2091.8%203.8%20235.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/taobao-square-filled.svg?color=%231a73e8&size=48