behance square icon

behance-square-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
behance-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 behance 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-32M598.5 350.9h138.4v33.7H598.5zM512 628.8a89.5 89.5 0 0 1-27 31c-11.8 8.2-24.9 14.2-38.8 17.7a167.4 167.4 0 0 1-44.6 5.7H236V342.1h161c16.3 0 31.1 1.5 44.6 4.3c13.4 2.8 24.8 7.6 34.4 14.1c9.5 6.5 17 15.2 22.3 26c5.2 10.7 7.9 24.1 7.9 40c0 17.2-3.9 31.4-11.7 42.9c-7.9 11.5-19.3 20.8-34.8 28.1c21.1 6 36.6 16.7 46.8 31.7c10.4 15.2 15.5 33.4 15.5 54.8c0 17.4-3.3 32.3-10 44.8M790.8 576H612.4c0 19.4 6.7 38 16.8 48c10.2 9.9 24.8 14.9 43.9 14.9c13.8 0 25.5-3.5 35.5-10.4c9.9-6.9 15.9-14.2 18.1-21.8h59.8c-9.6 29.7-24.2 50.9-44 63.7c-19.6 12.8-43.6 19.2-71.5 19.2c-19.5 0-37-3.2-52.7-9.3c-15.1-5.9-28.7-14.9-39.9-26.5a121.2 121.2 0 0 1-25.1-41.2c-6.1-16.9-9.1-34.7-8.9-52.6c0-18.5 3.1-35.7 9.1-51.7c11.5-31.1 35.4-56 65.9-68.9c16.3-6.8 33.8-10.2 51.5-10c21 0 39.2 4 55 12.2a111.6 111.6 0 0 1 38.6 32.8c10.1 13.7 17.2 29.3 21.7 46.9c4.3 17.3 5.8 35.5 4.6 54.7m-122-95.6c-10.8 0-19.9 1.9-26.9 5.6s-12.8 8.3-17.2 13.6a48.4 48.4 0 0 0-9.1 17.4c-1.6 5.3-2.7 10.7-3.1 16.2H723c-1.6-17.3-7.6-30.1-15.6-39.1c-8.4-8.9-21.9-13.7-38.6-13.7m-248.5-10.1c8.7-6.3 12.9-16.7 12.9-31c.3-6.8-1.1-13.5-4.1-19.6c-2.7-4.9-6.7-9-11.6-11.9a44.8 44.8 0 0 0-16.6-6c-6.4-1.2-12.9-1.8-19.3-1.7h-70.3v79.7h76.1c13.1.1 24.2-3.1 32.9-9.5m11.8 72c-9.8-7.5-22.9-11.2-39.2-11.2h-81.8v94h80.2c7.5 0 14.4-.7 21.1-2.1s12.7-3.8 17.8-7.2c5.1-3.3 9.2-7.8 12.3-13.6c3-5.8 4.5-13.2 4.5-22.1c0-17.7-5-30.2-14.9-37.8"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignBehanceSquareOutlined(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-32M598.5 350.9h138.4v33.7H598.5zM512 628.8a89.5 89.5 0 0 1-27 31c-11.8 8.2-24.9 14.2-38.8 17.7a167.4 167.4 0 0 1-44.6 5.7H236V342.1h161c16.3 0 31.1 1.5 44.6 4.3c13.4 2.8 24.8 7.6 34.4 14.1c9.5 6.5 17 15.2 22.3 26c5.2 10.7 7.9 24.1 7.9 40c0 17.2-3.9 31.4-11.7 42.9c-7.9 11.5-19.3 20.8-34.8 28.1c21.1 6 36.6 16.7 46.8 31.7c10.4 15.2 15.5 33.4 15.5 54.8c0 17.4-3.3 32.3-10 44.8M790.8 576H612.4c0 19.4 6.7 38 16.8 48c10.2 9.9 24.8 14.9 43.9 14.9c13.8 0 25.5-3.5 35.5-10.4c9.9-6.9 15.9-14.2 18.1-21.8h59.8c-9.6 29.7-24.2 50.9-44 63.7c-19.6 12.8-43.6 19.2-71.5 19.2c-19.5 0-37-3.2-52.7-9.3c-15.1-5.9-28.7-14.9-39.9-26.5a121.2 121.2 0 0 1-25.1-41.2c-6.1-16.9-9.1-34.7-8.9-52.6c0-18.5 3.1-35.7 9.1-51.7c11.5-31.1 35.4-56 65.9-68.9c16.3-6.8 33.8-10.2 51.5-10c21 0 39.2 4 55 12.2a111.6 111.6 0 0 1 38.6 32.8c10.1 13.7 17.2 29.3 21.7 46.9c4.3 17.3 5.8 35.5 4.6 54.7m-122-95.6c-10.8 0-19.9 1.9-26.9 5.6s-12.8 8.3-17.2 13.6a48.4 48.4 0 0 0-9.1 17.4c-1.6 5.3-2.7 10.7-3.1 16.2H723c-1.6-17.3-7.6-30.1-15.6-39.1c-8.4-8.9-21.9-13.7-38.6-13.7m-248.5-10.1c8.7-6.3 12.9-16.7 12.9-31c.3-6.8-1.1-13.5-4.1-19.6c-2.7-4.9-6.7-9-11.6-11.9a44.8 44.8 0 0 0-16.6-6c-6.4-1.2-12.9-1.8-19.3-1.7h-70.3v79.7h76.1c13.1.1 24.2-3.1 32.9-9.5m11.8 72c-9.8-7.5-22.9-11.2-39.2-11.2h-81.8v94h80.2c7.5 0 14.4-.7 21.1-2.1s12.7-3.8 17.8-7.2c5.1-3.3 9.2-7.8 12.3-13.6c3-5.8 4.5-13.2 4.5-22.1c0-17.7-5-30.2-14.9-37.8"/></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-32M598.5 350.9h138.4v33.7H598.5zM512 628.8a89.5 89.5 0 0 1-27 31c-11.8 8.2-24.9 14.2-38.8 17.7a167.4 167.4 0 0 1-44.6 5.7H236V342.1h161c16.3 0 31.1 1.5 44.6 4.3c13.4 2.8 24.8 7.6 34.4 14.1c9.5 6.5 17 15.2 22.3 26c5.2 10.7 7.9 24.1 7.9 40c0 17.2-3.9 31.4-11.7 42.9c-7.9 11.5-19.3 20.8-34.8 28.1c21.1 6 36.6 16.7 46.8 31.7c10.4 15.2 15.5 33.4 15.5 54.8c0 17.4-3.3 32.3-10 44.8M790.8 576H612.4c0 19.4 6.7 38 16.8 48c10.2 9.9 24.8 14.9 43.9 14.9c13.8 0 25.5-3.5 35.5-10.4c9.9-6.9 15.9-14.2 18.1-21.8h59.8c-9.6 29.7-24.2 50.9-44 63.7c-19.6 12.8-43.6 19.2-71.5 19.2c-19.5 0-37-3.2-52.7-9.3c-15.1-5.9-28.7-14.9-39.9-26.5a121.2 121.2 0 0 1-25.1-41.2c-6.1-16.9-9.1-34.7-8.9-52.6c0-18.5 3.1-35.7 9.1-51.7c11.5-31.1 35.4-56 65.9-68.9c16.3-6.8 33.8-10.2 51.5-10c21 0 39.2 4 55 12.2a111.6 111.6 0 0 1 38.6 32.8c10.1 13.7 17.2 29.3 21.7 46.9c4.3 17.3 5.8 35.5 4.6 54.7m-122-95.6c-10.8 0-19.9 1.9-26.9 5.6s-12.8 8.3-17.2 13.6a48.4 48.4 0 0 0-9.1 17.4c-1.6 5.3-2.7 10.7-3.1 16.2H723c-1.6-17.3-7.6-30.1-15.6-39.1c-8.4-8.9-21.9-13.7-38.6-13.7m-248.5-10.1c8.7-6.3 12.9-16.7 12.9-31c.3-6.8-1.1-13.5-4.1-19.6c-2.7-4.9-6.7-9-11.6-11.9a44.8 44.8 0 0 0-16.6-6c-6.4-1.2-12.9-1.8-19.3-1.7h-70.3v79.7h76.1c13.1.1 24.2-3.1 32.9-9.5m11.8 72c-9.8-7.5-22.9-11.2-39.2-11.2h-81.8v94h80.2c7.5 0 14.4-.7 21.1-2.1s12.7-3.8 17.8-7.2c5.1-3.3 9.2-7.8 12.3-13.6c3-5.8 4.5-13.2 4.5-22.1c0-17.7-5-30.2-14.9-37.8"/></svg>
</template>

CSS

.icon-behance-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-32M598.5%20350.9h138.4v33.7H598.5zM512%20628.8a89.5%2089.5%200%200%201-27%2031c-11.8%208.2-24.9%2014.2-38.8%2017.7a167.4%20167.4%200%200%201-44.6%205.7H236V342.1h161c16.3%200%2031.1%201.5%2044.6%204.3c13.4%202.8%2024.8%207.6%2034.4%2014.1c9.5%206.5%2017%2015.2%2022.3%2026c5.2%2010.7%207.9%2024.1%207.9%2040c0%2017.2-3.9%2031.4-11.7%2042.9c-7.9%2011.5-19.3%2020.8-34.8%2028.1c21.1%206%2036.6%2016.7%2046.8%2031.7c10.4%2015.2%2015.5%2033.4%2015.5%2054.8c0%2017.4-3.3%2032.3-10%2044.8M790.8%20576H612.4c0%2019.4%206.7%2038%2016.8%2048c10.2%209.9%2024.8%2014.9%2043.9%2014.9c13.8%200%2025.5-3.5%2035.5-10.4c9.9-6.9%2015.9-14.2%2018.1-21.8h59.8c-9.6%2029.7-24.2%2050.9-44%2063.7c-19.6%2012.8-43.6%2019.2-71.5%2019.2c-19.5%200-37-3.2-52.7-9.3c-15.1-5.9-28.7-14.9-39.9-26.5a121.2%20121.2%200%200%201-25.1-41.2c-6.1-16.9-9.1-34.7-8.9-52.6c0-18.5%203.1-35.7%209.1-51.7c11.5-31.1%2035.4-56%2065.9-68.9c16.3-6.8%2033.8-10.2%2051.5-10c21%200%2039.2%204%2055%2012.2a111.6%20111.6%200%200%201%2038.6%2032.8c10.1%2013.7%2017.2%2029.3%2021.7%2046.9c4.3%2017.3%205.8%2035.5%204.6%2054.7m-122-95.6c-10.8%200-19.9%201.9-26.9%205.6s-12.8%208.3-17.2%2013.6a48.4%2048.4%200%200%200-9.1%2017.4c-1.6%205.3-2.7%2010.7-3.1%2016.2H723c-1.6-17.3-7.6-30.1-15.6-39.1c-8.4-8.9-21.9-13.7-38.6-13.7m-248.5-10.1c8.7-6.3%2012.9-16.7%2012.9-31c.3-6.8-1.1-13.5-4.1-19.6c-2.7-4.9-6.7-9-11.6-11.9a44.8%2044.8%200%200%200-16.6-6c-6.4-1.2-12.9-1.8-19.3-1.7h-70.3v79.7h76.1c13.1.1%2024.2-3.1%2032.9-9.5m11.8%2072c-9.8-7.5-22.9-11.2-39.2-11.2h-81.8v94h80.2c7.5%200%2014.4-.7%2021.1-2.1s12.7-3.8%2017.8-7.2c5.1-3.3%209.2-7.8%2012.3-13.6c3-5.8%204.5-13.2%204.5-22.1c0-17.7-5-30.2-14.9-37.8%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-32M598.5%20350.9h138.4v33.7H598.5zM512%20628.8a89.5%2089.5%200%200%201-27%2031c-11.8%208.2-24.9%2014.2-38.8%2017.7a167.4%20167.4%200%200%201-44.6%205.7H236V342.1h161c16.3%200%2031.1%201.5%2044.6%204.3c13.4%202.8%2024.8%207.6%2034.4%2014.1c9.5%206.5%2017%2015.2%2022.3%2026c5.2%2010.7%207.9%2024.1%207.9%2040c0%2017.2-3.9%2031.4-11.7%2042.9c-7.9%2011.5-19.3%2020.8-34.8%2028.1c21.1%206%2036.6%2016.7%2046.8%2031.7c10.4%2015.2%2015.5%2033.4%2015.5%2054.8c0%2017.4-3.3%2032.3-10%2044.8M790.8%20576H612.4c0%2019.4%206.7%2038%2016.8%2048c10.2%209.9%2024.8%2014.9%2043.9%2014.9c13.8%200%2025.5-3.5%2035.5-10.4c9.9-6.9%2015.9-14.2%2018.1-21.8h59.8c-9.6%2029.7-24.2%2050.9-44%2063.7c-19.6%2012.8-43.6%2019.2-71.5%2019.2c-19.5%200-37-3.2-52.7-9.3c-15.1-5.9-28.7-14.9-39.9-26.5a121.2%20121.2%200%200%201-25.1-41.2c-6.1-16.9-9.1-34.7-8.9-52.6c0-18.5%203.1-35.7%209.1-51.7c11.5-31.1%2035.4-56%2065.9-68.9c16.3-6.8%2033.8-10.2%2051.5-10c21%200%2039.2%204%2055%2012.2a111.6%20111.6%200%200%201%2038.6%2032.8c10.1%2013.7%2017.2%2029.3%2021.7%2046.9c4.3%2017.3%205.8%2035.5%204.6%2054.7m-122-95.6c-10.8%200-19.9%201.9-26.9%205.6s-12.8%208.3-17.2%2013.6a48.4%2048.4%200%200%200-9.1%2017.4c-1.6%205.3-2.7%2010.7-3.1%2016.2H723c-1.6-17.3-7.6-30.1-15.6-39.1c-8.4-8.9-21.9-13.7-38.6-13.7m-248.5-10.1c8.7-6.3%2012.9-16.7%2012.9-31c.3-6.8-1.1-13.5-4.1-19.6c-2.7-4.9-6.7-9-11.6-11.9a44.8%2044.8%200%200%200-16.6-6c-6.4-1.2-12.9-1.8-19.3-1.7h-70.3v79.7h76.1c13.1.1%2024.2-3.1%2032.9-9.5m11.8%2072c-9.8-7.5-22.9-11.2-39.2-11.2h-81.8v94h80.2c7.5%200%2014.4-.7%2021.1-2.1s12.7-3.8%2017.8-7.2c5.1-3.3%209.2-7.8%2012.3-13.6c3-5.8%204.5-13.2%204.5-22.1c0-17.7-5-30.2-14.9-37.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Behance Square outlined icon — Ant Design Icons · IconsDB