behance logo icon

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

Name
behance-logo-thin
Set
Phosphor
Style
Thin
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="M108.16 122.74A34 34 0 0 0 90 60H32a4 4 0 0 0-4 4v128a4 4 0 0 0 4 4h62a38 38 0 0 0 14.16-73.26M36 68h54a26 26 0 0 1 0 52H36Zm58 120H36v-60h58a30 30 0 0 1 0 60m70-108a4 4 0 0 1 4-4h64a4 4 0 0 1 0 8h-64a4 4 0 0 1-4-4m36 28a44 44 0 1 0 35.2 70.41a4 4 0 0 0-6.4-4.81a36 36 0 0 1-64.58-17.6H240a4 4 0 0 0 4-4a44.05 44.05 0 0 0-44-44m-35.78 40a36 36 0 0 1 71.56 0Z"/></svg>

React

import type { SVGProps } from "react";

export function PhBehanceLogoThin(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="M108.16 122.74A34 34 0 0 0 90 60H32a4 4 0 0 0-4 4v128a4 4 0 0 0 4 4h62a38 38 0 0 0 14.16-73.26M36 68h54a26 26 0 0 1 0 52H36Zm58 120H36v-60h58a30 30 0 0 1 0 60m70-108a4 4 0 0 1 4-4h64a4 4 0 0 1 0 8h-64a4 4 0 0 1-4-4m36 28a44 44 0 1 0 35.2 70.41a4 4 0 0 0-6.4-4.81a36 36 0 0 1-64.58-17.6H240a4 4 0 0 0 4-4a44.05 44.05 0 0 0-44-44m-35.78 40a36 36 0 0 1 71.56 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="M108.16 122.74A34 34 0 0 0 90 60H32a4 4 0 0 0-4 4v128a4 4 0 0 0 4 4h62a38 38 0 0 0 14.16-73.26M36 68h54a26 26 0 0 1 0 52H36Zm58 120H36v-60h58a30 30 0 0 1 0 60m70-108a4 4 0 0 1 4-4h64a4 4 0 0 1 0 8h-64a4 4 0 0 1-4-4m36 28a44 44 0 1 0 35.2 70.41a4 4 0 0 0-6.4-4.81a36 36 0 0 1-64.58-17.6H240a4 4 0 0 0 4-4a44.05 44.05 0 0 0-44-44m-35.78 40a36 36 0 0 1 71.56 0Z"/></svg>
</template>

CSS

.icon-behance-logo-thin {
  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%22M108.16%20122.74A34%2034%200%200%200%2090%2060H32a4%204%200%200%200-4%204v128a4%204%200%200%200%204%204h62a38%2038%200%200%200%2014.16-73.26M36%2068h54a26%2026%200%200%201%200%2052H36Zm58%20120H36v-60h58a30%2030%200%200%201%200%2060m70-108a4%204%200%200%201%204-4h64a4%204%200%200%201%200%208h-64a4%204%200%200%201-4-4m36%2028a44%2044%200%201%200%2035.2%2070.41a4%204%200%200%200-6.4-4.81a36%2036%200%200%201-64.58-17.6H240a4%204%200%200%200%204-4a44.05%2044.05%200%200%200-44-44m-35.78%2040a36%2036%200%200%201%2071.56%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%22M108.16%20122.74A34%2034%200%200%200%2090%2060H32a4%204%200%200%200-4%204v128a4%204%200%200%200%204%204h62a38%2038%200%200%200%2014.16-73.26M36%2068h54a26%2026%200%200%201%200%2052H36Zm58%20120H36v-60h58a30%2030%200%200%201%200%2060m70-108a4%204%200%200%201%204-4h64a4%204%200%200%201%200%208h-64a4%204%200%200%201-4-4m36%2028a44%2044%200%201%200%2035.2%2070.41a4%204%200%200%200-6.4-4.81a36%2036%200%200%201-64.58-17.6H240a4%204%200%200%200%204-4a44.05%2044.05%200%200%200-44-44m-35.78%2040a36%2036%200%200%201%2071.56%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-thin.svg?color=%231a73e8&size=48