behance icon
behance from Unicons Monochrome by Iconscout · Monochrome · Brand Logos · Apache-2.0 Free for personal and commercial use.
- Name
- behance
- Set
- Unicons Monochrome
- Style
- Monochrome
- Category
- Brand Logos
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
behance-fillAkar IconsbehanceBootstrap IconsbehanceBoxicons BrandsbehanceDeviconbehance-fillEva IconsbehanceFont Awesome 6 BrandsbehanceIconoirbehanceJam IconsbehanceLine AwesomebehanceSVG LogosbehanceMage IconsbehanceMaterial Design Iconsbehance-fillMingCute Iconbehance-fillRemix IconbehanceSimple Iconsbehance-outlineTeenyiconsbehanceUnicons
More brand logos icons from Unicons Monochrome
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="M10.396 11.519h-.108l.24-.132a2.33 2.33 0 0 0 1.095-1.203a3.46 3.46 0 0 0 .145-1.697a2.82 2.82 0 0 0-1.732-2.297a4.7 4.7 0 0 0-1.925-.385H2v12.354h5.582a9.5 9.5 0 0 0 1.587-.132a3.47 3.47 0 0 0 2.659-1.973a3.74 3.74 0 0 0 .3-2.406a2.7 2.7 0 0 0-1.732-2.13ZM4.9 7.959h2.406a4.7 4.7 0 0 1 1.203.156a1.035 1.035 0 0 1 .794.926a1.9 1.9 0 0 1 0 .746a1 1 0 0 1-.517.65a2.5 2.5 0 0 1-1.203.264H4.875Zm4.655 6.904a1.395 1.395 0 0 1-1.202 1.13a4.4 4.4 0 0 1-.794.085H4.875v-3.272h2.863a2.7 2.7 0 0 1 .902.156a1.31 1.31 0 0 1 .914 1.203a2.6 2.6 0 0 1 0 .698Zm12.439-.806c.012-.024.012-.048-.024-.024v-1.335a4.4 4.4 0 0 0-.41-1.769a3.73 3.73 0 0 0-1.924-1.852a5.14 5.14 0 0 0-2.947-.289a3.89 3.89 0 0 0-3.212 2.815a6.7 6.7 0 0 0-.144 3.465a3.5 3.5 0 0 0 .866 1.732a4.5 4.5 0 0 0 2.069 1.203a5.45 5.45 0 0 0 2.321.12a4 4 0 0 0 2.515-1.323a3.2 3.2 0 0 0 .71-1.203a.52.52 0 0 0 .084-.349H19.54a.12.12 0 0 0-.12.072a1.7 1.7 0 0 1-1.203.902a2.7 2.7 0 0 1-1.083 0a1.9 1.9 0 0 1-1.432-1.058a2.4 2.4 0 0 1-.204-.722v-.385Zm-6.352-1.732a5 5 0 0 1 .193-.566a1.73 1.73 0 0 1 1.576-1.082a2.3 2.3 0 0 1 1.046.144a1.78 1.78 0 0 1 1.13 1.444v.252l-3.945.036a2 2 0 0 1 0-.228m4.415-6.015h-5.004v1.444l5.004-.012Z"/></svg>
React
import type { SVGProps } from "react";
export function UimBehance(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="M10.396 11.519h-.108l.24-.132a2.33 2.33 0 0 0 1.095-1.203a3.46 3.46 0 0 0 .145-1.697a2.82 2.82 0 0 0-1.732-2.297a4.7 4.7 0 0 0-1.925-.385H2v12.354h5.582a9.5 9.5 0 0 0 1.587-.132a3.47 3.47 0 0 0 2.659-1.973a3.74 3.74 0 0 0 .3-2.406a2.7 2.7 0 0 0-1.732-2.13ZM4.9 7.959h2.406a4.7 4.7 0 0 1 1.203.156a1.035 1.035 0 0 1 .794.926a1.9 1.9 0 0 1 0 .746a1 1 0 0 1-.517.65a2.5 2.5 0 0 1-1.203.264H4.875Zm4.655 6.904a1.395 1.395 0 0 1-1.202 1.13a4.4 4.4 0 0 1-.794.085H4.875v-3.272h2.863a2.7 2.7 0 0 1 .902.156a1.31 1.31 0 0 1 .914 1.203a2.6 2.6 0 0 1 0 .698Zm12.439-.806c.012-.024.012-.048-.024-.024v-1.335a4.4 4.4 0 0 0-.41-1.769a3.73 3.73 0 0 0-1.924-1.852a5.14 5.14 0 0 0-2.947-.289a3.89 3.89 0 0 0-3.212 2.815a6.7 6.7 0 0 0-.144 3.465a3.5 3.5 0 0 0 .866 1.732a4.5 4.5 0 0 0 2.069 1.203a5.45 5.45 0 0 0 2.321.12a4 4 0 0 0 2.515-1.323a3.2 3.2 0 0 0 .71-1.203a.52.52 0 0 0 .084-.349H19.54a.12.12 0 0 0-.12.072a1.7 1.7 0 0 1-1.203.902a2.7 2.7 0 0 1-1.083 0a1.9 1.9 0 0 1-1.432-1.058a2.4 2.4 0 0 1-.204-.722v-.385Zm-6.352-1.732a5 5 0 0 1 .193-.566a1.73 1.73 0 0 1 1.576-1.082a2.3 2.3 0 0 1 1.046.144a1.78 1.78 0 0 1 1.13 1.444v.252l-3.945.036a2 2 0 0 1 0-.228m4.415-6.015h-5.004v1.444l5.004-.012Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.396 11.519h-.108l.24-.132a2.33 2.33 0 0 0 1.095-1.203a3.46 3.46 0 0 0 .145-1.697a2.82 2.82 0 0 0-1.732-2.297a4.7 4.7 0 0 0-1.925-.385H2v12.354h5.582a9.5 9.5 0 0 0 1.587-.132a3.47 3.47 0 0 0 2.659-1.973a3.74 3.74 0 0 0 .3-2.406a2.7 2.7 0 0 0-1.732-2.13ZM4.9 7.959h2.406a4.7 4.7 0 0 1 1.203.156a1.035 1.035 0 0 1 .794.926a1.9 1.9 0 0 1 0 .746a1 1 0 0 1-.517.65a2.5 2.5 0 0 1-1.203.264H4.875Zm4.655 6.904a1.395 1.395 0 0 1-1.202 1.13a4.4 4.4 0 0 1-.794.085H4.875v-3.272h2.863a2.7 2.7 0 0 1 .902.156a1.31 1.31 0 0 1 .914 1.203a2.6 2.6 0 0 1 0 .698Zm12.439-.806c.012-.024.012-.048-.024-.024v-1.335a4.4 4.4 0 0 0-.41-1.769a3.73 3.73 0 0 0-1.924-1.852a5.14 5.14 0 0 0-2.947-.289a3.89 3.89 0 0 0-3.212 2.815a6.7 6.7 0 0 0-.144 3.465a3.5 3.5 0 0 0 .866 1.732a4.5 4.5 0 0 0 2.069 1.203a5.45 5.45 0 0 0 2.321.12a4 4 0 0 0 2.515-1.323a3.2 3.2 0 0 0 .71-1.203a.52.52 0 0 0 .084-.349H19.54a.12.12 0 0 0-.12.072a1.7 1.7 0 0 1-1.203.902a2.7 2.7 0 0 1-1.083 0a1.9 1.9 0 0 1-1.432-1.058a2.4 2.4 0 0 1-.204-.722v-.385Zm-6.352-1.732a5 5 0 0 1 .193-.566a1.73 1.73 0 0 1 1.576-1.082a2.3 2.3 0 0 1 1.046.144a1.78 1.78 0 0 1 1.13 1.444v.252l-3.945.036a2 2 0 0 1 0-.228m4.415-6.015h-5.004v1.444l5.004-.012Z"/></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%22M10.396%2011.519h-.108l.24-.132a2.33%202.33%200%200%200%201.095-1.203a3.46%203.46%200%200%200%20.145-1.697a2.82%202.82%200%200%200-1.732-2.297a4.7%204.7%200%200%200-1.925-.385H2v12.354h5.582a9.5%209.5%200%200%200%201.587-.132a3.47%203.47%200%200%200%202.659-1.973a3.74%203.74%200%200%200%20.3-2.406a2.7%202.7%200%200%200-1.732-2.13ZM4.9%207.959h2.406a4.7%204.7%200%200%201%201.203.156a1.035%201.035%200%200%201%20.794.926a1.9%201.9%200%200%201%200%20.746a1%201%200%200%201-.517.65a2.5%202.5%200%200%201-1.203.264H4.875Zm4.655%206.904a1.395%201.395%200%200%201-1.202%201.13a4.4%204.4%200%200%201-.794.085H4.875v-3.272h2.863a2.7%202.7%200%200%201%20.902.156a1.31%201.31%200%200%201%20.914%201.203a2.6%202.6%200%200%201%200%20.698Zm12.439-.806c.012-.024.012-.048-.024-.024v-1.335a4.4%204.4%200%200%200-.41-1.769a3.73%203.73%200%200%200-1.924-1.852a5.14%205.14%200%200%200-2.947-.289a3.89%203.89%200%200%200-3.212%202.815a6.7%206.7%200%200%200-.144%203.465a3.5%203.5%200%200%200%20.866%201.732a4.5%204.5%200%200%200%202.069%201.203a5.45%205.45%200%200%200%202.321.12a4%204%200%200%200%202.515-1.323a3.2%203.2%200%200%200%20.71-1.203a.52.52%200%200%200%20.084-.349H19.54a.12.12%200%200%200-.12.072a1.7%201.7%200%200%201-1.203.902a2.7%202.7%200%200%201-1.083%200a1.9%201.9%200%200%201-1.432-1.058a2.4%202.4%200%200%201-.204-.722v-.385Zm-6.352-1.732a5%205%200%200%201%20.193-.566a1.73%201.73%200%200%201%201.576-1.082a2.3%202.3%200%200%201%201.046.144a1.78%201.78%200%200%201%201.13%201.444v.252l-3.945.036a2%202%200%200%201%200-.228m4.415-6.015h-5.004v1.444l5.004-.012Z%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%22M10.396%2011.519h-.108l.24-.132a2.33%202.33%200%200%200%201.095-1.203a3.46%203.46%200%200%200%20.145-1.697a2.82%202.82%200%200%200-1.732-2.297a4.7%204.7%200%200%200-1.925-.385H2v12.354h5.582a9.5%209.5%200%200%200%201.587-.132a3.47%203.47%200%200%200%202.659-1.973a3.74%203.74%200%200%200%20.3-2.406a2.7%202.7%200%200%200-1.732-2.13ZM4.9%207.959h2.406a4.7%204.7%200%200%201%201.203.156a1.035%201.035%200%200%201%20.794.926a1.9%201.9%200%200%201%200%20.746a1%201%200%200%201-.517.65a2.5%202.5%200%200%201-1.203.264H4.875Zm4.655%206.904a1.395%201.395%200%200%201-1.202%201.13a4.4%204.4%200%200%201-.794.085H4.875v-3.272h2.863a2.7%202.7%200%200%201%20.902.156a1.31%201.31%200%200%201%20.914%201.203a2.6%202.6%200%200%201%200%20.698Zm12.439-.806c.012-.024.012-.048-.024-.024v-1.335a4.4%204.4%200%200%200-.41-1.769a3.73%203.73%200%200%200-1.924-1.852a5.14%205.14%200%200%200-2.947-.289a3.89%203.89%200%200%200-3.212%202.815a6.7%206.7%200%200%200-.144%203.465a3.5%203.5%200%200%200%20.866%201.732a4.5%204.5%200%200%200%202.069%201.203a5.45%205.45%200%200%200%202.321.12a4%204%200%200%200%202.515-1.323a3.2%203.2%200%200%200%20.71-1.203a.52.52%200%200%200%20.084-.349H19.54a.12.12%200%200%200-.12.072a1.7%201.7%200%200%201-1.203.902a2.7%202.7%200%200%201-1.083%200a1.9%201.9%200%200%201-1.432-1.058a2.4%202.4%200%200%201-.204-.722v-.385Zm-6.352-1.732a5%205%200%200%201%20.193-.566a1.73%201.73%200%200%201%201.576-1.082a2.3%202.3%200%200%201%201.046.144a1.78%201.78%200%200%201%201.13%201.444v.252l-3.945.036a2%202%200%200%201%200-.228m4.415-6.015h-5.004v1.444l5.004-.012Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uim/behance.svg?color=%231a73e8&size=48