behance icon
behance from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- behance
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
The same icon in other sets
behance-fillAkar Iconsbehance-outlinedAnt Design IconsbehanceBoxicons BrandsbehanceCoreUI BrandsbehanceDeviconbehance-fillEva IconsbehanceFont Awesome 6 BrandsbehanceFont Awesome BrandsbehanceIconParkbehanceIconPark OutlinebehanceIconPark SolidbehanceIconPark TwoTonebehanceIconoirbehanceJam IconsbehanceLine AwesomebehanceSVG LogosbehanceMage IconsbehanceMaterial Design Iconsbehance-fillMingCute Iconbehance-fillRemix IconbehanceSimple Iconsbehance-outlineTeenyiconsbehanceUniconsbehanceUnicons Monochrome
Use the behance icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.654 3c.461 0 .887.035 1.278.14c.39.07.711.216.996.391s.497.426.641.747c.14.32.216.711.216 1.137c0 .496-.106.922-.356 1.242c-.215.32-.566.606-.997.817c.606.176 1.067.496 1.348.922s.461.957.461 1.563c0 .496-.105.922-.285 1.278a2.3 2.3 0 0 1-.782.887c-.32.215-.711.39-1.137.496a5.3 5.3 0 0 1-1.278.176L0 12.803V3zm-.285 3.978c.39 0 .71-.105.957-.285c.246-.18.355-.497.355-.887c0-.216-.035-.426-.105-.567a1 1 0 0 0-.32-.355a1.8 1.8 0 0 0-.461-.176c-.176-.035-.356-.035-.567-.035H2.17v2.31c0-.005 2.2-.005 2.2-.005zm.105 4.193c.215 0 .426-.035.606-.07c.176-.035.356-.106.496-.216s.25-.215.356-.39c.07-.176.14-.391.14-.641c0-.496-.14-.852-.426-1.102c-.285-.215-.676-.32-1.137-.32H2.17v2.734h2.305zm6.858-.035q.428.427 1.278.426c.39 0 .746-.106 1.032-.286q.426-.32.53-.64h1.74c-.286.851-.712 1.457-1.278 1.848c-.566.355-1.243.566-2.06.566a4.1 4.1 0 0 1-1.527-.285a2.8 2.8 0 0 1-1.137-.782a2.85 2.85 0 0 1-.712-1.172c-.175-.461-.25-.957-.25-1.528c0-.531.07-1.032.25-1.493c.18-.46.426-.852.747-1.207c.32-.32.711-.606 1.137-.782a4 4 0 0 1 1.493-.285c.606 0 1.137.105 1.598.355c.46.25.817.532 1.102.958c.285.39.496.851.641 1.348c.07.496.105.996.07 1.563h-5.15c0 .58.21 1.11.496 1.396m2.24-3.732c-.25-.25-.642-.391-1.103-.391c-.32 0-.566.07-.781.176s-.356.25-.496.39a.96.96 0 0 0-.25.497c-.036.175-.07.32-.07.46h3.196c-.07-.526-.25-.882-.497-1.132zm-3.127-3.728h3.978v.957h-3.978z"/></svg>
React
import type { SVGProps } from "react";
export function BiBehance(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.654 3c.461 0 .887.035 1.278.14c.39.07.711.216.996.391s.497.426.641.747c.14.32.216.711.216 1.137c0 .496-.106.922-.356 1.242c-.215.32-.566.606-.997.817c.606.176 1.067.496 1.348.922s.461.957.461 1.563c0 .496-.105.922-.285 1.278a2.3 2.3 0 0 1-.782.887c-.32.215-.711.39-1.137.496a5.3 5.3 0 0 1-1.278.176L0 12.803V3zm-.285 3.978c.39 0 .71-.105.957-.285c.246-.18.355-.497.355-.887c0-.216-.035-.426-.105-.567a1 1 0 0 0-.32-.355a1.8 1.8 0 0 0-.461-.176c-.176-.035-.356-.035-.567-.035H2.17v2.31c0-.005 2.2-.005 2.2-.005zm.105 4.193c.215 0 .426-.035.606-.07c.176-.035.356-.106.496-.216s.25-.215.356-.39c.07-.176.14-.391.14-.641c0-.496-.14-.852-.426-1.102c-.285-.215-.676-.32-1.137-.32H2.17v2.734h2.305zm6.858-.035q.428.427 1.278.426c.39 0 .746-.106 1.032-.286q.426-.32.53-.64h1.74c-.286.851-.712 1.457-1.278 1.848c-.566.355-1.243.566-2.06.566a4.1 4.1 0 0 1-1.527-.285a2.8 2.8 0 0 1-1.137-.782a2.85 2.85 0 0 1-.712-1.172c-.175-.461-.25-.957-.25-1.528c0-.531.07-1.032.25-1.493c.18-.46.426-.852.747-1.207c.32-.32.711-.606 1.137-.782a4 4 0 0 1 1.493-.285c.606 0 1.137.105 1.598.355c.46.25.817.532 1.102.958c.285.39.496.851.641 1.348c.07.496.105.996.07 1.563h-5.15c0 .58.21 1.11.496 1.396m2.24-3.732c-.25-.25-.642-.391-1.103-.391c-.32 0-.566.07-.781.176s-.356.25-.496.39a.96.96 0 0 0-.25.497c-.036.175-.07.32-.07.46h3.196c-.07-.526-.25-.882-.497-1.132zm-3.127-3.728h3.978v.957h-3.978z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.654 3c.461 0 .887.035 1.278.14c.39.07.711.216.996.391s.497.426.641.747c.14.32.216.711.216 1.137c0 .496-.106.922-.356 1.242c-.215.32-.566.606-.997.817c.606.176 1.067.496 1.348.922s.461.957.461 1.563c0 .496-.105.922-.285 1.278a2.3 2.3 0 0 1-.782.887c-.32.215-.711.39-1.137.496a5.3 5.3 0 0 1-1.278.176L0 12.803V3zm-.285 3.978c.39 0 .71-.105.957-.285c.246-.18.355-.497.355-.887c0-.216-.035-.426-.105-.567a1 1 0 0 0-.32-.355a1.8 1.8 0 0 0-.461-.176c-.176-.035-.356-.035-.567-.035H2.17v2.31c0-.005 2.2-.005 2.2-.005zm.105 4.193c.215 0 .426-.035.606-.07c.176-.035.356-.106.496-.216s.25-.215.356-.39c.07-.176.14-.391.14-.641c0-.496-.14-.852-.426-1.102c-.285-.215-.676-.32-1.137-.32H2.17v2.734h2.305zm6.858-.035q.428.427 1.278.426c.39 0 .746-.106 1.032-.286q.426-.32.53-.64h1.74c-.286.851-.712 1.457-1.278 1.848c-.566.355-1.243.566-2.06.566a4.1 4.1 0 0 1-1.527-.285a2.8 2.8 0 0 1-1.137-.782a2.85 2.85 0 0 1-.712-1.172c-.175-.461-.25-.957-.25-1.528c0-.531.07-1.032.25-1.493c.18-.46.426-.852.747-1.207c.32-.32.711-.606 1.137-.782a4 4 0 0 1 1.493-.285c.606 0 1.137.105 1.598.355c.46.25.817.532 1.102.958c.285.39.496.851.641 1.348c.07.496.105.996.07 1.563h-5.15c0 .58.21 1.11.496 1.396m2.24-3.732c-.25-.25-.642-.391-1.103-.391c-.32 0-.566.07-.781.176s-.356.25-.496.39a.96.96 0 0 0-.25.497c-.036.175-.07.32-.07.46h3.196c-.07-.526-.25-.882-.497-1.132zm-3.127-3.728h3.978v.957h-3.978z"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.654%203c.461%200%20.887.035%201.278.14c.39.07.711.216.996.391s.497.426.641.747c.14.32.216.711.216%201.137c0%20.496-.106.922-.356%201.242c-.215.32-.566.606-.997.817c.606.176%201.067.496%201.348.922s.461.957.461%201.563c0%20.496-.105.922-.285%201.278a2.3%202.3%200%200%201-.782.887c-.32.215-.711.39-1.137.496a5.3%205.3%200%200%201-1.278.176L0%2012.803V3zm-.285%203.978c.39%200%20.71-.105.957-.285c.246-.18.355-.497.355-.887c0-.216-.035-.426-.105-.567a1%201%200%200%200-.32-.355a1.8%201.8%200%200%200-.461-.176c-.176-.035-.356-.035-.567-.035H2.17v2.31c0-.005%202.2-.005%202.2-.005zm.105%204.193c.215%200%20.426-.035.606-.07c.176-.035.356-.106.496-.216s.25-.215.356-.39c.07-.176.14-.391.14-.641c0-.496-.14-.852-.426-1.102c-.285-.215-.676-.32-1.137-.32H2.17v2.734h2.305zm6.858-.035q.428.427%201.278.426c.39%200%20.746-.106%201.032-.286q.426-.32.53-.64h1.74c-.286.851-.712%201.457-1.278%201.848c-.566.355-1.243.566-2.06.566a4.1%204.1%200%200%201-1.527-.285a2.8%202.8%200%200%201-1.137-.782a2.85%202.85%200%200%201-.712-1.172c-.175-.461-.25-.957-.25-1.528c0-.531.07-1.032.25-1.493c.18-.46.426-.852.747-1.207c.32-.32.711-.606%201.137-.782a4%204%200%200%201%201.493-.285c.606%200%201.137.105%201.598.355c.46.25.817.532%201.102.958c.285.39.496.851.641%201.348c.07.496.105.996.07%201.563h-5.15c0%20.58.21%201.11.496%201.396m2.24-3.732c-.25-.25-.642-.391-1.103-.391c-.32%200-.566.07-.781.176s-.356.25-.496.39a.96.96%200%200%200-.25.497c-.036.175-.07.32-.07.46h3.196c-.07-.526-.25-.882-.497-1.132zm-3.127-3.728h3.978v.957h-3.978z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.654%203c.461%200%20.887.035%201.278.14c.39.07.711.216.996.391s.497.426.641.747c.14.32.216.711.216%201.137c0%20.496-.106.922-.356%201.242c-.215.32-.566.606-.997.817c.606.176%201.067.496%201.348.922s.461.957.461%201.563c0%20.496-.105.922-.285%201.278a2.3%202.3%200%200%201-.782.887c-.32.215-.711.39-1.137.496a5.3%205.3%200%200%201-1.278.176L0%2012.803V3zm-.285%203.978c.39%200%20.71-.105.957-.285c.246-.18.355-.497.355-.887c0-.216-.035-.426-.105-.567a1%201%200%200%200-.32-.355a1.8%201.8%200%200%200-.461-.176c-.176-.035-.356-.035-.567-.035H2.17v2.31c0-.005%202.2-.005%202.2-.005zm.105%204.193c.215%200%20.426-.035.606-.07c.176-.035.356-.106.496-.216s.25-.215.356-.39c.07-.176.14-.391.14-.641c0-.496-.14-.852-.426-1.102c-.285-.215-.676-.32-1.137-.32H2.17v2.734h2.305zm6.858-.035q.428.427%201.278.426c.39%200%20.746-.106%201.032-.286q.426-.32.53-.64h1.74c-.286.851-.712%201.457-1.278%201.848c-.566.355-1.243.566-2.06.566a4.1%204.1%200%200%201-1.527-.285a2.8%202.8%200%200%201-1.137-.782a2.85%202.85%200%200%201-.712-1.172c-.175-.461-.25-.957-.25-1.528c0-.531.07-1.032.25-1.493c.18-.46.426-.852.747-1.207c.32-.32.711-.606%201.137-.782a4%204%200%200%201%201.493-.285c.606%200%201.137.105%201.598.355c.46.25.817.532%201.102.958c.285.39.496.851.641%201.348c.07.496.105.996.07%201.563h-5.15c0%20.58.21%201.11.496%201.396m2.24-3.732c-.25-.25-.642-.391-1.103-.391c-.32%200-.566.07-.781.176s-.356.25-.496.39a.96.96%200%200%200-.25.497c-.036.175-.07.32-.07.46h3.196c-.07-.526-.25-.882-.497-1.132zm-3.127-3.728h3.978v.957h-3.978z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/behance.svg?color=%231a73e8&size=48