behance icon

behance from IconPark by ByteDance · Color · Brand · Apache-2.0 Free for personal and commercial use.

Name
behance
Set
IconPark
Style
Color
Category
Brand
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More brand icons from IconPark

Use the behance icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M12 24C17 24 20 21.2 20 17C20 12.8 17 10 12 10C7 10 4 10 4 10V24H12Z" clip-rule="evenodd"/><path d="M13.0312 40C18.5368 40 22 37 22 32C22 27 18.5368 24 13.0312 24H4V40H13.0312Z" clip-rule="evenodd"/><path d="M29 31H44C44 27 42 22 36 22C31 22 28 26 28 31C28 36 31 40 36 40C41 40 43 37 43 37"/><path d="M42 15H30"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkBehance(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M12 24C17 24 20 21.2 20 17C20 12.8 17 10 12 10C7 10 4 10 4 10V24H12Z" clipRule="evenodd"/><path d="M13.0312 40C18.5368 40 22 37 22 32C22 27 18.5368 24 13.0312 24H4V40H13.0312Z" clipRule="evenodd"/><path d="M29 31H44C44 27 42 22 36 22C31 22 28 26 28 31C28 36 31 40 36 40C41 40 43 37 43 37"/><path d="M42 15H30"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M12 24C17 24 20 21.2 20 17C20 12.8 17 10 12 10C7 10 4 10 4 10V24H12Z" clip-rule="evenodd"/><path d="M13.0312 40C18.5368 40 22 37 22 32C22 27 18.5368 24 13.0312 24H4V40H13.0312Z" clip-rule="evenodd"/><path d="M29 31H44C44 27 42 22 36 22C31 22 28 26 28 31C28 36 31 40 36 40C41 40 43 37 43 37"/><path d="M42 15H30"/></g></svg>
</template>

CSS

.icon-behance {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M12%2024C17%2024%2020%2021.2%2020%2017C20%2012.8%2017%2010%2012%2010C7%2010%204%2010%204%2010V24H12Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13.0312%2040C18.5368%2040%2022%2037%2022%2032C22%2027%2018.5368%2024%2013.0312%2024H4V40H13.0312Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M29%2031H44C44%2027%2042%2022%2036%2022C31%2022%2028%2026%2028%2031C28%2036%2031%2040%2036%2040C41%2040%2043%2037%2043%2037%22%2F%3E%3Cpath%20d%3D%22M42%2015H30%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M12%2024C17%2024%2020%2021.2%2020%2017C20%2012.8%2017%2010%2012%2010C7%2010%204%2010%204%2010V24H12Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13.0312%2040C18.5368%2040%2022%2037%2022%2032C22%2027%2018.5368%2024%2013.0312%2024H4V40H13.0312Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M29%2031H44C44%2027%2042%2022%2036%2022C31%2022%2028%2026%2028%2031C28%2036%2031%2040%2036%2040C41%2040%2043%2037%2043%2037%22%2F%3E%3Cpath%20d%3D%22M42%2015H30%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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