behance icon
behance from Unicons by Iconscout · Line · Brand Logos · Apache-2.0 Free for personal and commercial use.
- Name
- behance
- Set
- Unicons
- Style
- Line
- Category
- Brand Logos
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
behance-fillAkar Iconsbehance-outlinedAnt Design IconsbehanceBootstrap IconsbehanceBoxicons BrandsbehanceCoreUI BrandsbehanceDeviconbehance-fillEva IconsbehanceFont Awesome 6 BrandsbehanceFont Awesome BrandsbehanceIconParkbehanceIconPark OutlinebehanceIconPark SolidbehanceIconPark TwoTonebehanceIconoirbehanceJam IconsbehanceLine AwesomebehanceSVG LogosbehanceMage IconsbehanceMaterial Design Iconsbehance-fillMingCute Iconbehance-fillRemix IconbehanceSimple Iconsbehance-outlineTeenyiconsbehanceUnicons Monochrome
More brand logos icons from Unicons
Use the behance icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.07 6.35H15v1.41h5.09ZM19 16.05a2.23 2.23 0 0 1-1.3.37a2.23 2.23 0 0 1-1.7-.54a2.5 2.5 0 0 1-.62-1.76H22a6.5 6.5 0 0 0-.17-2a5.1 5.1 0 0 0-.8-1.73a4.2 4.2 0 0 0-1.42-1.21a4.4 4.4 0 0 0-2-.45a4.9 4.9 0 0 0-1.9.37a4.5 4.5 0 0 0-1.47 1a4.4 4.4 0 0 0-.95 1.52a5.4 5.4 0 0 0-.33 1.91a5.5 5.5 0 0 0 .32 1.94a4.5 4.5 0 0 0 .88 1.53a4 4 0 0 0 1.46 1a5.2 5.2 0 0 0 1.94.34a4.77 4.77 0 0 0 2.64-.7a4.2 4.2 0 0 0 1.63-2.35h-2.21a1.54 1.54 0 0 1-.62.76m-3.43-4.12a1.87 1.87 0 0 1 1-1.14a2.3 2.3 0 0 1 1-.2a1.73 1.73 0 0 1 1.36.49a2.9 2.9 0 0 1 .63 1.45h-4.15a3 3 0 0 1 .11-.6Zm-5.29-.48a3.06 3.06 0 0 0 1.28-1a2.7 2.7 0 0 0 .43-1.58a3.3 3.3 0 0 0-.29-1.48a2.4 2.4 0 0 0-.82-1a3.2 3.2 0 0 0-1.27-.52a7.5 7.5 0 0 0-1.64-.16H2v12.58h6.1a6.6 6.6 0 0 0 1.65-.21a4.6 4.6 0 0 0 1.43-.65a3.1 3.1 0 0 0 1-1.14a3.4 3.4 0 0 0 .37-1.65a3.47 3.47 0 0 0-.57-2a3 3 0 0 0-1.75-1.19ZM4.77 7.86h2.59a4 4 0 0 1 .71.06a1.6 1.6 0 0 1 .61.22a1.05 1.05 0 0 1 .42.44a1.4 1.4 0 0 1 .16.72a1.36 1.36 0 0 1-.47 1.15a2 2 0 0 1-1.22.35h-2.8Zm4.84 7.44a1.3 1.3 0 0 1-.45.5a2 2 0 0 1-.65.26a3.3 3.3 0 0 1-.78.08h-3v-3.45h3a2.4 2.4 0 0 1 1.45.41a1.65 1.65 0 0 1 .54 1.39a1.8 1.8 0 0 1-.11.81"/></svg>
React
import type { SVGProps } from "react";
export function UilBehance(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.07 6.35H15v1.41h5.09ZM19 16.05a2.23 2.23 0 0 1-1.3.37a2.23 2.23 0 0 1-1.7-.54a2.5 2.5 0 0 1-.62-1.76H22a6.5 6.5 0 0 0-.17-2a5.1 5.1 0 0 0-.8-1.73a4.2 4.2 0 0 0-1.42-1.21a4.4 4.4 0 0 0-2-.45a4.9 4.9 0 0 0-1.9.37a4.5 4.5 0 0 0-1.47 1a4.4 4.4 0 0 0-.95 1.52a5.4 5.4 0 0 0-.33 1.91a5.5 5.5 0 0 0 .32 1.94a4.5 4.5 0 0 0 .88 1.53a4 4 0 0 0 1.46 1a5.2 5.2 0 0 0 1.94.34a4.77 4.77 0 0 0 2.64-.7a4.2 4.2 0 0 0 1.63-2.35h-2.21a1.54 1.54 0 0 1-.62.76m-3.43-4.12a1.87 1.87 0 0 1 1-1.14a2.3 2.3 0 0 1 1-.2a1.73 1.73 0 0 1 1.36.49a2.9 2.9 0 0 1 .63 1.45h-4.15a3 3 0 0 1 .11-.6Zm-5.29-.48a3.06 3.06 0 0 0 1.28-1a2.7 2.7 0 0 0 .43-1.58a3.3 3.3 0 0 0-.29-1.48a2.4 2.4 0 0 0-.82-1a3.2 3.2 0 0 0-1.27-.52a7.5 7.5 0 0 0-1.64-.16H2v12.58h6.1a6.6 6.6 0 0 0 1.65-.21a4.6 4.6 0 0 0 1.43-.65a3.1 3.1 0 0 0 1-1.14a3.4 3.4 0 0 0 .37-1.65a3.47 3.47 0 0 0-.57-2a3 3 0 0 0-1.75-1.19ZM4.77 7.86h2.59a4 4 0 0 1 .71.06a1.6 1.6 0 0 1 .61.22a1.05 1.05 0 0 1 .42.44a1.4 1.4 0 0 1 .16.72a1.36 1.36 0 0 1-.47 1.15a2 2 0 0 1-1.22.35h-2.8Zm4.84 7.44a1.3 1.3 0 0 1-.45.5a2 2 0 0 1-.65.26a3.3 3.3 0 0 1-.78.08h-3v-3.45h3a2.4 2.4 0 0 1 1.45.41a1.65 1.65 0 0 1 .54 1.39a1.8 1.8 0 0 1-.11.81"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.07 6.35H15v1.41h5.09ZM19 16.05a2.23 2.23 0 0 1-1.3.37a2.23 2.23 0 0 1-1.7-.54a2.5 2.5 0 0 1-.62-1.76H22a6.5 6.5 0 0 0-.17-2a5.1 5.1 0 0 0-.8-1.73a4.2 4.2 0 0 0-1.42-1.21a4.4 4.4 0 0 0-2-.45a4.9 4.9 0 0 0-1.9.37a4.5 4.5 0 0 0-1.47 1a4.4 4.4 0 0 0-.95 1.52a5.4 5.4 0 0 0-.33 1.91a5.5 5.5 0 0 0 .32 1.94a4.5 4.5 0 0 0 .88 1.53a4 4 0 0 0 1.46 1a5.2 5.2 0 0 0 1.94.34a4.77 4.77 0 0 0 2.64-.7a4.2 4.2 0 0 0 1.63-2.35h-2.21a1.54 1.54 0 0 1-.62.76m-3.43-4.12a1.87 1.87 0 0 1 1-1.14a2.3 2.3 0 0 1 1-.2a1.73 1.73 0 0 1 1.36.49a2.9 2.9 0 0 1 .63 1.45h-4.15a3 3 0 0 1 .11-.6Zm-5.29-.48a3.06 3.06 0 0 0 1.28-1a2.7 2.7 0 0 0 .43-1.58a3.3 3.3 0 0 0-.29-1.48a2.4 2.4 0 0 0-.82-1a3.2 3.2 0 0 0-1.27-.52a7.5 7.5 0 0 0-1.64-.16H2v12.58h6.1a6.6 6.6 0 0 0 1.65-.21a4.6 4.6 0 0 0 1.43-.65a3.1 3.1 0 0 0 1-1.14a3.4 3.4 0 0 0 .37-1.65a3.47 3.47 0 0 0-.57-2a3 3 0 0 0-1.75-1.19ZM4.77 7.86h2.59a4 4 0 0 1 .71.06a1.6 1.6 0 0 1 .61.22a1.05 1.05 0 0 1 .42.44a1.4 1.4 0 0 1 .16.72a1.36 1.36 0 0 1-.47 1.15a2 2 0 0 1-1.22.35h-2.8Zm4.84 7.44a1.3 1.3 0 0 1-.45.5a2 2 0 0 1-.65.26a3.3 3.3 0 0 1-.78.08h-3v-3.45h3a2.4 2.4 0 0 1 1.45.41a1.65 1.65 0 0 1 .54 1.39a1.8 1.8 0 0 1-.11.81"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.07%206.35H15v1.41h5.09ZM19%2016.05a2.23%202.23%200%200%201-1.3.37a2.23%202.23%200%200%201-1.7-.54a2.5%202.5%200%200%201-.62-1.76H22a6.5%206.5%200%200%200-.17-2a5.1%205.1%200%200%200-.8-1.73a4.2%204.2%200%200%200-1.42-1.21a4.4%204.4%200%200%200-2-.45a4.9%204.9%200%200%200-1.9.37a4.5%204.5%200%200%200-1.47%201a4.4%204.4%200%200%200-.95%201.52a5.4%205.4%200%200%200-.33%201.91a5.5%205.5%200%200%200%20.32%201.94a4.5%204.5%200%200%200%20.88%201.53a4%204%200%200%200%201.46%201a5.2%205.2%200%200%200%201.94.34a4.77%204.77%200%200%200%202.64-.7a4.2%204.2%200%200%200%201.63-2.35h-2.21a1.54%201.54%200%200%201-.62.76m-3.43-4.12a1.87%201.87%200%200%201%201-1.14a2.3%202.3%200%200%201%201-.2a1.73%201.73%200%200%201%201.36.49a2.9%202.9%200%200%201%20.63%201.45h-4.15a3%203%200%200%201%20.11-.6Zm-5.29-.48a3.06%203.06%200%200%200%201.28-1a2.7%202.7%200%200%200%20.43-1.58a3.3%203.3%200%200%200-.29-1.48a2.4%202.4%200%200%200-.82-1a3.2%203.2%200%200%200-1.27-.52a7.5%207.5%200%200%200-1.64-.16H2v12.58h6.1a6.6%206.6%200%200%200%201.65-.21a4.6%204.6%200%200%200%201.43-.65a3.1%203.1%200%200%200%201-1.14a3.4%203.4%200%200%200%20.37-1.65a3.47%203.47%200%200%200-.57-2a3%203%200%200%200-1.75-1.19ZM4.77%207.86h2.59a4%204%200%200%201%20.71.06a1.6%201.6%200%200%201%20.61.22a1.05%201.05%200%200%201%20.42.44a1.4%201.4%200%200%201%20.16.72a1.36%201.36%200%200%201-.47%201.15a2%202%200%200%201-1.22.35h-2.8Zm4.84%207.44a1.3%201.3%200%200%201-.45.5a2%202%200%200%201-.65.26a3.3%203.3%200%200%201-.78.08h-3v-3.45h3a2.4%202.4%200%200%201%201.45.41a1.65%201.65%200%200%201%20.54%201.39a1.8%201.8%200%200%201-.11.81%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.07%206.35H15v1.41h5.09ZM19%2016.05a2.23%202.23%200%200%201-1.3.37a2.23%202.23%200%200%201-1.7-.54a2.5%202.5%200%200%201-.62-1.76H22a6.5%206.5%200%200%200-.17-2a5.1%205.1%200%200%200-.8-1.73a4.2%204.2%200%200%200-1.42-1.21a4.4%204.4%200%200%200-2-.45a4.9%204.9%200%200%200-1.9.37a4.5%204.5%200%200%200-1.47%201a4.4%204.4%200%200%200-.95%201.52a5.4%205.4%200%200%200-.33%201.91a5.5%205.5%200%200%200%20.32%201.94a4.5%204.5%200%200%200%20.88%201.53a4%204%200%200%200%201.46%201a5.2%205.2%200%200%200%201.94.34a4.77%204.77%200%200%200%202.64-.7a4.2%204.2%200%200%200%201.63-2.35h-2.21a1.54%201.54%200%200%201-.62.76m-3.43-4.12a1.87%201.87%200%200%201%201-1.14a2.3%202.3%200%200%201%201-.2a1.73%201.73%200%200%201%201.36.49a2.9%202.9%200%200%201%20.63%201.45h-4.15a3%203%200%200%201%20.11-.6Zm-5.29-.48a3.06%203.06%200%200%200%201.28-1a2.7%202.7%200%200%200%20.43-1.58a3.3%203.3%200%200%200-.29-1.48a2.4%202.4%200%200%200-.82-1a3.2%203.2%200%200%200-1.27-.52a7.5%207.5%200%200%200-1.64-.16H2v12.58h6.1a6.6%206.6%200%200%200%201.65-.21a4.6%204.6%200%200%200%201.43-.65a3.1%203.1%200%200%200%201-1.14a3.4%203.4%200%200%200%20.37-1.65a3.47%203.47%200%200%200-.57-2a3%203%200%200%200-1.75-1.19ZM4.77%207.86h2.59a4%204%200%200%201%20.71.06a1.6%201.6%200%200%201%20.61.22a1.05%201.05%200%200%201%20.42.44a1.4%201.4%200%200%201%20.16.72a1.36%201.36%200%200%201-.47%201.15a2%202%200%200%201-1.22.35h-2.8Zm4.84%207.44a1.3%201.3%200%200%201-.45.5a2%202%200%200%201-.65.26a3.3%203.3%200%200%201-.78.08h-3v-3.45h3a2.4%202.4%200%200%201%201.45.41a1.65%201.65%200%200%201%20.54%201.39a1.8%201.8%200%200%201-.11.81%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/behance.svg?color=%231a73e8&size=48