behance square icon

behance-square from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
behance-square
Set
Line Awesome
Style
Line
Category
Other
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More other icons from Line Awesome

Use the behance square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm2 4.37v8.61h4.18c1.56-.01 3.03-.76 3.03-2.51c0-1.09-.52-2.01-1.57-2.31c.77-.38 1.17-.8 1.17-1.66c0-1.72-1.27-2.13-2.75-2.13zm9.14.63v.85h3.48V12zm-7.24.69h1.78c.67 0 1.29.19 1.29.98c0 .73-.48 1.03-1.16 1.03H10.9zm9.06.74c-1.89 0-3.18 1.41-3.18 3.29c0 1.94 1.21 3.28 3.18 3.28c1.49 0 2.46-.67 2.92-2.1h-1.51c-.17.53-.83.81-1.35.81c-1.01 0-1.53-.59-1.53-1.58h4.49c.01-.1.02-.22.02-.33c0-1.84-1.09-3.37-3.04-3.37m-.06 1.28c.87 0 1.3.51 1.37 1.34h-2.78c.05-.82.59-1.34 1.41-1.34m-9.01 1.42h2.07c.83 0 1.36.35 1.36 1.24c0 .86-.63 1.13-1.4 1.13h-2.03z"/></svg>

React

import type { SVGProps } from "react";

export function LaBehanceSquare(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm2 4.37v8.61h4.18c1.56-.01 3.03-.76 3.03-2.51c0-1.09-.52-2.01-1.57-2.31c.77-.38 1.17-.8 1.17-1.66c0-1.72-1.27-2.13-2.75-2.13zm9.14.63v.85h3.48V12zm-7.24.69h1.78c.67 0 1.29.19 1.29.98c0 .73-.48 1.03-1.16 1.03H10.9zm9.06.74c-1.89 0-3.18 1.41-3.18 3.29c0 1.94 1.21 3.28 3.18 3.28c1.49 0 2.46-.67 2.92-2.1h-1.51c-.17.53-.83.81-1.35.81c-1.01 0-1.53-.59-1.53-1.58h4.49c.01-.1.02-.22.02-.33c0-1.84-1.09-3.37-3.04-3.37m-.06 1.28c.87 0 1.3.51 1.37 1.34h-2.78c.05-.82.59-1.34 1.41-1.34m-9.01 1.42h2.07c.83 0 1.36.35 1.36 1.24c0 .86-.63 1.13-1.4 1.13h-2.03z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5 5v22h22V5zm2 2h18v18H7zm2 4.37v8.61h4.18c1.56-.01 3.03-.76 3.03-2.51c0-1.09-.52-2.01-1.57-2.31c.77-.38 1.17-.8 1.17-1.66c0-1.72-1.27-2.13-2.75-2.13zm9.14.63v.85h3.48V12zm-7.24.69h1.78c.67 0 1.29.19 1.29.98c0 .73-.48 1.03-1.16 1.03H10.9zm9.06.74c-1.89 0-3.18 1.41-3.18 3.29c0 1.94 1.21 3.28 3.18 3.28c1.49 0 2.46-.67 2.92-2.1h-1.51c-.17.53-.83.81-1.35.81c-1.01 0-1.53-.59-1.53-1.58h4.49c.01-.1.02-.22.02-.33c0-1.84-1.09-3.37-3.04-3.37m-.06 1.28c.87 0 1.3.51 1.37 1.34h-2.78c.05-.82.59-1.34 1.41-1.34m-9.01 1.42h2.07c.83 0 1.36.35 1.36 1.24c0 .86-.63 1.13-1.4 1.13h-2.03z"/></svg>
</template>

CSS

.icon-behance-square {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205v22h22V5zm2%202h18v18H7zm2%204.37v8.61h4.18c1.56-.01%203.03-.76%203.03-2.51c0-1.09-.52-2.01-1.57-2.31c.77-.38%201.17-.8%201.17-1.66c0-1.72-1.27-2.13-2.75-2.13zm9.14.63v.85h3.48V12zm-7.24.69h1.78c.67%200%201.29.19%201.29.98c0%20.73-.48%201.03-1.16%201.03H10.9zm9.06.74c-1.89%200-3.18%201.41-3.18%203.29c0%201.94%201.21%203.28%203.18%203.28c1.49%200%202.46-.67%202.92-2.1h-1.51c-.17.53-.83.81-1.35.81c-1.01%200-1.53-.59-1.53-1.58h4.49c.01-.1.02-.22.02-.33c0-1.84-1.09-3.37-3.04-3.37m-.06%201.28c.87%200%201.3.51%201.37%201.34h-2.78c.05-.82.59-1.34%201.41-1.34m-9.01%201.42h2.07c.83%200%201.36.35%201.36%201.24c0%20.86-.63%201.13-1.4%201.13h-2.03z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205v22h22V5zm2%202h18v18H7zm2%204.37v8.61h4.18c1.56-.01%203.03-.76%203.03-2.51c0-1.09-.52-2.01-1.57-2.31c.77-.38%201.17-.8%201.17-1.66c0-1.72-1.27-2.13-2.75-2.13zm9.14.63v.85h3.48V12zm-7.24.69h1.78c.67%200%201.29.19%201.29.98c0%20.73-.48%201.03-1.16%201.03H10.9zm9.06.74c-1.89%200-3.18%201.41-3.18%203.29c0%201.94%201.21%203.28%203.18%203.28c1.49%200%202.46-.67%202.92-2.1h-1.51c-.17.53-.83.81-1.35.81c-1.01%200-1.53-.59-1.53-1.58h4.49c.01-.1.02-.22.02-.33c0-1.84-1.09-3.37-3.04-3.37m-.06%201.28c.87%200%201.3.51%201.37%201.34h-2.78c.05-.82.59-1.34%201.41-1.34m-9.01%201.42h2.07c.83%200%201.36.35%201.36%201.24c0%20.86-.63%201.13-1.4%201.13h-2.03z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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