behance logo
behance from Devicon by konpa · Original · MIT Free for personal and commercial use.
- Name
- behance
- Set
- Devicon
- Style
- Original
- Viewbox
- 128×128
- License
- MIT
1 other variant in Devicon
The same logo in other sets
behance-fillAkar IconsbehanceBootstrap IconsbehanceBoxicons Brandsbehance-fillEva IconsbehanceFont Awesome 6 BrandsbehanceIconoirbehanceJam IconsbehanceLine AwesomebehanceSVG LogosbehanceMage IconsbehanceMaterial Design Iconsbehance-fillMingCute Iconbehance-fillRemix IconbehanceSimple Iconsbehance-outlineTeenyiconsbehanceUniconsbehanceUnicons Monochrome
Use the behance logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGdPAaMbgP" x1="64" x2="64" y1="2.16" y2="125.84" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#005cff"/><stop offset="1" stop-color="#0047ad"/></linearGradient></defs><rect width="123.68" height="123.67" x="2.16" y="2.16" fill="url(#SVGdPAaMbgP)" rx="14.59" ry="14.59"/><path fill="#fff" d="M52.63 60.28s10.5-.78 10.5-13.09s-8.59-18.32-19.47-18.32H7.86v68.8h35.8s21.85.69 21.85-20.31c0 0 .96-17.08-12.88-17.08m-29-19.18h20s4.87 0 4.87 7.16s-2.86 8.2-6.11 8.2H23.64zm19.1 44.34H23.64V67.06h20s7.25-.1 7.25 9.45c.02 7.95-5.28 8.85-8.15 8.93zm51.93-39.06c-26.46 0-26.43 26.43-26.43 26.43s-1.82 26.3 26.43 26.3c0 0 23.54 1.34 23.54-18.29h-12.1s.4 7.4-11 7.4c0 0-12.11.81-12.11-12h35.65s3.87-29.84-23.98-29.84m10.76 20.68h-22.6s1.48-10.6 12.11-10.6s10.49 10.6 10.49 10.6M79.86 32.93h28.38v8.47H79.86z"/></svg>
React
import type { SVGProps } from "react";
export function DeviconBehance(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGdPAaMbgP" x1="64" x2="64" y1="2.16" y2="125.84" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#005cff"/><stop offset="1" stopColor="#0047ad"/></linearGradient></defs><rect width="123.68" height="123.67" x="2.16" y="2.16" fill="url(#SVGdPAaMbgP)" rx="14.59" ry="14.59"/><path fill="#fff" d="M52.63 60.28s10.5-.78 10.5-13.09s-8.59-18.32-19.47-18.32H7.86v68.8h35.8s21.85.69 21.85-20.31c0 0 .96-17.08-12.88-17.08m-29-19.18h20s4.87 0 4.87 7.16s-2.86 8.2-6.11 8.2H23.64zm19.1 44.34H23.64V67.06h20s7.25-.1 7.25 9.45c.02 7.95-5.28 8.85-8.15 8.93zm51.93-39.06c-26.46 0-26.43 26.43-26.43 26.43s-1.82 26.3 26.43 26.3c0 0 23.54 1.34 23.54-18.29h-12.1s.4 7.4-11 7.4c0 0-12.11.81-12.11-12h35.65s3.87-29.84-23.98-29.84m10.76 20.68h-22.6s1.48-10.6 12.11-10.6s10.49 10.6 10.49 10.6M79.86 32.93h28.38v8.47H79.86z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGdPAaMbgP" x1="64" x2="64" y1="2.16" y2="125.84" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#005cff"/><stop offset="1" stop-color="#0047ad"/></linearGradient></defs><rect width="123.68" height="123.67" x="2.16" y="2.16" fill="url(#SVGdPAaMbgP)" rx="14.59" ry="14.59"/><path fill="#fff" d="M52.63 60.28s10.5-.78 10.5-13.09s-8.59-18.32-19.47-18.32H7.86v68.8h35.8s21.85.69 21.85-20.31c0 0 .96-17.08-12.88-17.08m-29-19.18h20s4.87 0 4.87 7.16s-2.86 8.2-6.11 8.2H23.64zm19.1 44.34H23.64V67.06h20s7.25-.1 7.25 9.45c.02 7.95-5.28 8.85-8.15 8.93zm51.93-39.06c-26.46 0-26.43 26.43-26.43 26.43s-1.82 26.3 26.43 26.3c0 0 23.54 1.34 23.54-18.29h-12.1s.4 7.4-11 7.4c0 0-12.11.81-12.11-12h35.65s3.87-29.84-23.98-29.84m10.76 20.68h-22.6s1.48-10.6 12.11-10.6s10.49 10.6 10.49 10.6M79.86 32.93h28.38v8.47H79.86z"/></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%20128%20128%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGdPAaMbgP%22%20x1%3D%2264%22%20x2%3D%2264%22%20y1%3D%222.16%22%20y2%3D%22125.84%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23005cff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230047ad%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22123.68%22%20height%3D%22123.67%22%20x%3D%222.16%22%20y%3D%222.16%22%20fill%3D%22url(%23SVGdPAaMbgP)%22%20rx%3D%2214.59%22%20ry%3D%2214.59%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M52.63%2060.28s10.5-.78%2010.5-13.09s-8.59-18.32-19.47-18.32H7.86v68.8h35.8s21.85.69%2021.85-20.31c0%200%20.96-17.08-12.88-17.08m-29-19.18h20s4.87%200%204.87%207.16s-2.86%208.2-6.11%208.2H23.64zm19.1%2044.34H23.64V67.06h20s7.25-.1%207.25%209.45c.02%207.95-5.28%208.85-8.15%208.93zm51.93-39.06c-26.46%200-26.43%2026.43-26.43%2026.43s-1.82%2026.3%2026.43%2026.3c0%200%2023.54%201.34%2023.54-18.29h-12.1s.4%207.4-11%207.4c0%200-12.11.81-12.11-12h35.65s3.87-29.84-23.98-29.84m10.76%2020.68h-22.6s1.48-10.6%2012.11-10.6s10.49%2010.6%2010.49%2010.6M79.86%2032.93h28.38v8.47H79.86z%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%20128%20128%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGdPAaMbgP%22%20x1%3D%2264%22%20x2%3D%2264%22%20y1%3D%222.16%22%20y2%3D%22125.84%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23005cff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230047ad%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22123.68%22%20height%3D%22123.67%22%20x%3D%222.16%22%20y%3D%222.16%22%20fill%3D%22url(%23SVGdPAaMbgP)%22%20rx%3D%2214.59%22%20ry%3D%2214.59%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M52.63%2060.28s10.5-.78%2010.5-13.09s-8.59-18.32-19.47-18.32H7.86v68.8h35.8s21.85.69%2021.85-20.31c0%200%20.96-17.08-12.88-17.08m-29-19.18h20s4.87%200%204.87%207.16s-2.86%208.2-6.11%208.2H23.64zm19.1%2044.34H23.64V67.06h20s7.25-.1%207.25%209.45c.02%207.95-5.28%208.85-8.15%208.93zm51.93-39.06c-26.46%200-26.43%2026.43-26.43%2026.43s-1.82%2026.3%2026.43%2026.3c0%200%2023.54%201.34%2023.54-18.29h-12.1s.4%207.4-11%207.4c0%200-12.11.81-12.11-12h35.65s3.87-29.84-23.98-29.84m10.76%2020.68h-22.6s1.48-10.6%2012.11-10.6s10.49%2010.6%2010.49%2010.6M79.86%2032.93h28.38v8.47H79.86z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/behance.svg?color=%231a73e8&size=48