behance logo icon

behance-logo-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
behance-logo-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the behance logo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M112.15 122.36A36 36 0 0 0 90 58H32a6 6 0 0 0-6 6v128a6 6 0 0 0 6 6h62a40 40 0 0 0 18.15-75.64M38 70h52a24 24 0 0 1 0 48H38Zm56 116H38v-56h56a28 28 0 0 1 0 56m68-106a6 6 0 0 1 6-6h64a6 6 0 0 1 0 12h-64a6 6 0 0 1-6-6m38 26a46 46 0 1 0 36.8 73.61a6 6 0 0 0-9.6-7.21a34 34 0 0 1-60.67-14.4H240a6 6 0 0 0 6-6a46.06 46.06 0 0 0-46-46m-33.47 40a34 34 0 0 1 66.94 0Z"/></svg>

React

import type { SVGProps } from "react";

export function PhBehanceLogoLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M112.15 122.36A36 36 0 0 0 90 58H32a6 6 0 0 0-6 6v128a6 6 0 0 0 6 6h62a40 40 0 0 0 18.15-75.64M38 70h52a24 24 0 0 1 0 48H38Zm56 116H38v-56h56a28 28 0 0 1 0 56m68-106a6 6 0 0 1 6-6h64a6 6 0 0 1 0 12h-64a6 6 0 0 1-6-6m38 26a46 46 0 1 0 36.8 73.61a6 6 0 0 0-9.6-7.21a34 34 0 0 1-60.67-14.4H240a6 6 0 0 0 6-6a46.06 46.06 0 0 0-46-46m-33.47 40a34 34 0 0 1 66.94 0Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M112.15 122.36A36 36 0 0 0 90 58H32a6 6 0 0 0-6 6v128a6 6 0 0 0 6 6h62a40 40 0 0 0 18.15-75.64M38 70h52a24 24 0 0 1 0 48H38Zm56 116H38v-56h56a28 28 0 0 1 0 56m68-106a6 6 0 0 1 6-6h64a6 6 0 0 1 0 12h-64a6 6 0 0 1-6-6m38 26a46 46 0 1 0 36.8 73.61a6 6 0 0 0-9.6-7.21a34 34 0 0 1-60.67-14.4H240a6 6 0 0 0 6-6a46.06 46.06 0 0 0-46-46m-33.47 40a34 34 0 0 1 66.94 0Z"/></svg>
</template>

CSS

.icon-behance-logo-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M112.15%20122.36A36%2036%200%200%200%2090%2058H32a6%206%200%200%200-6%206v128a6%206%200%200%200%206%206h62a40%2040%200%200%200%2018.15-75.64M38%2070h52a24%2024%200%200%201%200%2048H38Zm56%20116H38v-56h56a28%2028%200%200%201%200%2056m68-106a6%206%200%200%201%206-6h64a6%206%200%200%201%200%2012h-64a6%206%200%200%201-6-6m38%2026a46%2046%200%201%200%2036.8%2073.61a6%206%200%200%200-9.6-7.21a34%2034%200%200%201-60.67-14.4H240a6%206%200%200%200%206-6a46.06%2046.06%200%200%200-46-46m-33.47%2040a34%2034%200%200%201%2066.94%200Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M112.15%20122.36A36%2036%200%200%200%2090%2058H32a6%206%200%200%200-6%206v128a6%206%200%200%200%206%206h62a40%2040%200%200%200%2018.15-75.64M38%2070h52a24%2024%200%200%201%200%2048H38Zm56%20116H38v-56h56a28%2028%200%200%201%200%2056m68-106a6%206%200%200%201%206-6h64a6%206%200%200%201%200%2012h-64a6%206%200%200%201-6-6m38%2026a46%2046%200%201%200%2036.8%2073.61a6%206%200%200%200-9.6-7.21a34%2034%200%200%201-60.67-14.4H240a6%206%200%200%200%206-6a46.06%2046.06%200%200%200-46-46m-33.47%2040a34%2034%200%200%201%2066.94%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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