behance logo icon
behance-logo from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- behance-logo
- Set
- Phosphor
- Style
- Regular
- 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="M160 80a8 8 0 0 1 8-8h64a8 8 0 0 1 0 16h-64a8 8 0 0 1-8-8m-24 78a42 42 0 0 1-42 42H32a8 8 0 0 1-8-8V64a8 8 0 0 1 8-8h58a38 38 0 0 1 25.65 66A42 42 0 0 1 136 158m-96-42h50a22 22 0 0 0 0-44H40Zm80 42a26 26 0 0 0-26-26H40v52h54a26 26 0 0 0 26-26m128-6a8 8 0 0 1-8 8h-71a32 32 0 0 0 56.59 11.2a8 8 0 0 1 12.8 9.61A48 48 0 1 1 248 152m-17-8a32 32 0 0 0-62 0Z"/></svg>
React
import type { SVGProps } from "react";
export function PhBehanceLogo(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="M160 80a8 8 0 0 1 8-8h64a8 8 0 0 1 0 16h-64a8 8 0 0 1-8-8m-24 78a42 42 0 0 1-42 42H32a8 8 0 0 1-8-8V64a8 8 0 0 1 8-8h58a38 38 0 0 1 25.65 66A42 42 0 0 1 136 158m-96-42h50a22 22 0 0 0 0-44H40Zm80 42a26 26 0 0 0-26-26H40v52h54a26 26 0 0 0 26-26m128-6a8 8 0 0 1-8 8h-71a32 32 0 0 0 56.59 11.2a8 8 0 0 1 12.8 9.61A48 48 0 1 1 248 152m-17-8a32 32 0 0 0-62 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="M160 80a8 8 0 0 1 8-8h64a8 8 0 0 1 0 16h-64a8 8 0 0 1-8-8m-24 78a42 42 0 0 1-42 42H32a8 8 0 0 1-8-8V64a8 8 0 0 1 8-8h58a38 38 0 0 1 25.65 66A42 42 0 0 1 136 158m-96-42h50a22 22 0 0 0 0-44H40Zm80 42a26 26 0 0 0-26-26H40v52h54a26 26 0 0 0 26-26m128-6a8 8 0 0 1-8 8h-71a32 32 0 0 0 56.59 11.2a8 8 0 0 1 12.8 9.61A48 48 0 1 1 248 152m-17-8a32 32 0 0 0-62 0Z"/></svg> </template>
CSS
.icon-behance-logo {
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%22M160%2080a8%208%200%200%201%208-8h64a8%208%200%200%201%200%2016h-64a8%208%200%200%201-8-8m-24%2078a42%2042%200%200%201-42%2042H32a8%208%200%200%201-8-8V64a8%208%200%200%201%208-8h58a38%2038%200%200%201%2025.65%2066A42%2042%200%200%201%20136%20158m-96-42h50a22%2022%200%200%200%200-44H40Zm80%2042a26%2026%200%200%200-26-26H40v52h54a26%2026%200%200%200%2026-26m128-6a8%208%200%200%201-8%208h-71a32%2032%200%200%200%2056.59%2011.2a8%208%200%200%201%2012.8%209.61A48%2048%200%201%201%20248%20152m-17-8a32%2032%200%200%200-62%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%22M160%2080a8%208%200%200%201%208-8h64a8%208%200%200%201%200%2016h-64a8%208%200%200%201-8-8m-24%2078a42%2042%200%200%201-42%2042H32a8%208%200%200%201-8-8V64a8%208%200%200%201%208-8h58a38%2038%200%200%201%2025.65%2066A42%2042%200%200%201%20136%20158m-96-42h50a22%2022%200%200%200%200-44H40Zm80%2042a26%2026%200%200%200-26-26H40v52h54a26%2026%200%200%200%2026-26m128-6a8%208%200%200%201-8%208h-71a32%2032%200%200%200%2056.59%2011.2a8%208%200%200%201%2012.8%209.61A48%2048%200%201%201%20248%20152m-17-8a32%2032%200%200%200-62%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.svg?color=%231a73e8&size=48