bxl behance icon
bxl-behance from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- bxl-behance
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
Related icons in BoxIcons v2
Use the bxl behance icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M7.803 5.731c.589 0 1.119.051 1.605.155c.483.103.895.273 1.243.508c.343.235.611.547.804.939c.187.387.28.871.28 1.443c0 .62-.14 1.138-.421 1.551c-.283.414-.7.753-1.256 1.015c.757.219 1.318.602 1.69 1.146c.374.549.557 1.206.557 1.976c0 .625-.119 1.162-.358 1.613a3.11 3.11 0 0 1-.974 1.114a4.315 4.315 0 0 1-1.399.64a6.287 6.287 0 0 1-1.609.206H2V5.731h5.803zm-.351 4.972c.48 0 .878-.114 1.192-.345c.312-.228.463-.604.463-1.119c0-.286-.051-.522-.151-.707a1.114 1.114 0 0 0-.417-.428a1.683 1.683 0 0 0-.597-.215a3.609 3.609 0 0 0-.697-.061H4.71v2.875h2.742zm.151 5.239c.267 0 .521-.023.76-.077c.241-.052.455-.136.637-.261c.182-.12.332-.283.44-.491c.109-.206.162-.475.162-.798c0-.634-.179-1.085-.533-1.358c-.355-.27-.831-.404-1.414-.404H4.71v3.39h2.893zm8.565-.041c.367.358.896.538 1.584.538c.493 0 .919-.125 1.278-.373c.354-.249.57-.515.653-.79h2.155c-.346 1.072-.871 1.838-1.589 2.299c-.709.463-1.572.693-2.58.693c-.702 0-1.334-.113-1.9-.337a4.033 4.033 0 0 1-1.439-.958a4.37 4.37 0 0 1-.905-1.485a5.433 5.433 0 0 1-.32-1.899c0-.666.111-1.289.329-1.864a4.376 4.376 0 0 1 .934-1.493c.405-.42.885-.751 1.444-.994a4.634 4.634 0 0 1 1.858-.362c.754 0 1.413.146 1.979.44a3.967 3.967 0 0 1 1.39 1.182c.363.493.622 1.058.783 1.691c.161.632.217 1.292.171 1.983h-6.431c.001.704.238 1.371.606 1.729zm2.812-4.681c-.291-.322-.783-.496-1.385-.496c-.391 0-.714.065-.974.199a1.97 1.97 0 0 0-.62.491a1.772 1.772 0 0 0-.328.628a2.82 2.82 0 0 0-.111.587h3.982c-.058-.624-.272-1.085-.564-1.409zm-3.918-4.663h4.989v1.215h-4.989z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function BxBxlBehance(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M7.803 5.731c.589 0 1.119.051 1.605.155c.483.103.895.273 1.243.508c.343.235.611.547.804.939c.187.387.28.871.28 1.443c0 .62-.14 1.138-.421 1.551c-.283.414-.7.753-1.256 1.015c.757.219 1.318.602 1.69 1.146c.374.549.557 1.206.557 1.976c0 .625-.119 1.162-.358 1.613a3.11 3.11 0 0 1-.974 1.114a4.315 4.315 0 0 1-1.399.64a6.287 6.287 0 0 1-1.609.206H2V5.731h5.803zm-.351 4.972c.48 0 .878-.114 1.192-.345c.312-.228.463-.604.463-1.119c0-.286-.051-.522-.151-.707a1.114 1.114 0 0 0-.417-.428a1.683 1.683 0 0 0-.597-.215a3.609 3.609 0 0 0-.697-.061H4.71v2.875h2.742zm.151 5.239c.267 0 .521-.023.76-.077c.241-.052.455-.136.637-.261c.182-.12.332-.283.44-.491c.109-.206.162-.475.162-.798c0-.634-.179-1.085-.533-1.358c-.355-.27-.831-.404-1.414-.404H4.71v3.39h2.893zm8.565-.041c.367.358.896.538 1.584.538c.493 0 .919-.125 1.278-.373c.354-.249.57-.515.653-.79h2.155c-.346 1.072-.871 1.838-1.589 2.299c-.709.463-1.572.693-2.58.693c-.702 0-1.334-.113-1.9-.337a4.033 4.033 0 0 1-1.439-.958a4.37 4.37 0 0 1-.905-1.485a5.433 5.433 0 0 1-.32-1.899c0-.666.111-1.289.329-1.864a4.376 4.376 0 0 1 .934-1.493c.405-.42.885-.751 1.444-.994a4.634 4.634 0 0 1 1.858-.362c.754 0 1.413.146 1.979.44a3.967 3.967 0 0 1 1.39 1.182c.363.493.622 1.058.783 1.691c.161.632.217 1.292.171 1.983h-6.431c.001.704.238 1.371.606 1.729zm2.812-4.681c-.291-.322-.783-.496-1.385-.496c-.391 0-.714.065-.974.199a1.97 1.97 0 0 0-.62.491a1.772 1.772 0 0 0-.328.628a2.82 2.82 0 0 0-.111.587h3.982c-.058-.624-.272-1.085-.564-1.409zm-3.918-4.663h4.989v1.215h-4.989z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M7.803 5.731c.589 0 1.119.051 1.605.155c.483.103.895.273 1.243.508c.343.235.611.547.804.939c.187.387.28.871.28 1.443c0 .62-.14 1.138-.421 1.551c-.283.414-.7.753-1.256 1.015c.757.219 1.318.602 1.69 1.146c.374.549.557 1.206.557 1.976c0 .625-.119 1.162-.358 1.613a3.11 3.11 0 0 1-.974 1.114a4.315 4.315 0 0 1-1.399.64a6.287 6.287 0 0 1-1.609.206H2V5.731h5.803zm-.351 4.972c.48 0 .878-.114 1.192-.345c.312-.228.463-.604.463-1.119c0-.286-.051-.522-.151-.707a1.114 1.114 0 0 0-.417-.428a1.683 1.683 0 0 0-.597-.215a3.609 3.609 0 0 0-.697-.061H4.71v2.875h2.742zm.151 5.239c.267 0 .521-.023.76-.077c.241-.052.455-.136.637-.261c.182-.12.332-.283.44-.491c.109-.206.162-.475.162-.798c0-.634-.179-1.085-.533-1.358c-.355-.27-.831-.404-1.414-.404H4.71v3.39h2.893zm8.565-.041c.367.358.896.538 1.584.538c.493 0 .919-.125 1.278-.373c.354-.249.57-.515.653-.79h2.155c-.346 1.072-.871 1.838-1.589 2.299c-.709.463-1.572.693-2.58.693c-.702 0-1.334-.113-1.9-.337a4.033 4.033 0 0 1-1.439-.958a4.37 4.37 0 0 1-.905-1.485a5.433 5.433 0 0 1-.32-1.899c0-.666.111-1.289.329-1.864a4.376 4.376 0 0 1 .934-1.493c.405-.42.885-.751 1.444-.994a4.634 4.634 0 0 1 1.858-.362c.754 0 1.413.146 1.979.44a3.967 3.967 0 0 1 1.39 1.182c.363.493.622 1.058.783 1.691c.161.632.217 1.292.171 1.983h-6.431c.001.704.238 1.371.606 1.729zm2.812-4.681c-.291-.322-.783-.496-1.385-.496c-.391 0-.714.065-.974.199a1.97 1.97 0 0 0-.62.491a1.772 1.772 0 0 0-.328.628a2.82 2.82 0 0 0-.111.587h3.982c-.058-.624-.272-1.085-.564-1.409zm-3.918-4.663h4.989v1.215h-4.989z" fill="currentColor"/></svg> </template>
CSS
.icon-bxl-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%20d%3D%22M7.803%205.731c.589%200%201.119.051%201.605.155c.483.103.895.273%201.243.508c.343.235.611.547.804.939c.187.387.28.871.28%201.443c0%20.62-.14%201.138-.421%201.551c-.283.414-.7.753-1.256%201.015c.757.219%201.318.602%201.69%201.146c.374.549.557%201.206.557%201.976c0%20.625-.119%201.162-.358%201.613a3.11%203.11%200%200%201-.974%201.114a4.315%204.315%200%200%201-1.399.64a6.287%206.287%200%200%201-1.609.206H2V5.731h5.803zm-.351%204.972c.48%200%20.878-.114%201.192-.345c.312-.228.463-.604.463-1.119c0-.286-.051-.522-.151-.707a1.114%201.114%200%200%200-.417-.428a1.683%201.683%200%200%200-.597-.215a3.609%203.609%200%200%200-.697-.061H4.71v2.875h2.742zm.151%205.239c.267%200%20.521-.023.76-.077c.241-.052.455-.136.637-.261c.182-.12.332-.283.44-.491c.109-.206.162-.475.162-.798c0-.634-.179-1.085-.533-1.358c-.355-.27-.831-.404-1.414-.404H4.71v3.39h2.893zm8.565-.041c.367.358.896.538%201.584.538c.493%200%20.919-.125%201.278-.373c.354-.249.57-.515.653-.79h2.155c-.346%201.072-.871%201.838-1.589%202.299c-.709.463-1.572.693-2.58.693c-.702%200-1.334-.113-1.9-.337a4.033%204.033%200%200%201-1.439-.958a4.37%204.37%200%200%201-.905-1.485a5.433%205.433%200%200%201-.32-1.899c0-.666.111-1.289.329-1.864a4.376%204.376%200%200%201%20.934-1.493c.405-.42.885-.751%201.444-.994a4.634%204.634%200%200%201%201.858-.362c.754%200%201.413.146%201.979.44a3.967%203.967%200%200%201%201.39%201.182c.363.493.622%201.058.783%201.691c.161.632.217%201.292.171%201.983h-6.431c.001.704.238%201.371.606%201.729zm2.812-4.681c-.291-.322-.783-.496-1.385-.496c-.391%200-.714.065-.974.199a1.97%201.97%200%200%200-.62.491a1.772%201.772%200%200%200-.328.628a2.82%202.82%200%200%200-.111.587h3.982c-.058-.624-.272-1.085-.564-1.409zm-3.918-4.663h4.989v1.215h-4.989z%22%20fill%3D%22currentColor%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%20d%3D%22M7.803%205.731c.589%200%201.119.051%201.605.155c.483.103.895.273%201.243.508c.343.235.611.547.804.939c.187.387.28.871.28%201.443c0%20.62-.14%201.138-.421%201.551c-.283.414-.7.753-1.256%201.015c.757.219%201.318.602%201.69%201.146c.374.549.557%201.206.557%201.976c0%20.625-.119%201.162-.358%201.613a3.11%203.11%200%200%201-.974%201.114a4.315%204.315%200%200%201-1.399.64a6.287%206.287%200%200%201-1.609.206H2V5.731h5.803zm-.351%204.972c.48%200%20.878-.114%201.192-.345c.312-.228.463-.604.463-1.119c0-.286-.051-.522-.151-.707a1.114%201.114%200%200%200-.417-.428a1.683%201.683%200%200%200-.597-.215a3.609%203.609%200%200%200-.697-.061H4.71v2.875h2.742zm.151%205.239c.267%200%20.521-.023.76-.077c.241-.052.455-.136.637-.261c.182-.12.332-.283.44-.491c.109-.206.162-.475.162-.798c0-.634-.179-1.085-.533-1.358c-.355-.27-.831-.404-1.414-.404H4.71v3.39h2.893zm8.565-.041c.367.358.896.538%201.584.538c.493%200%20.919-.125%201.278-.373c.354-.249.57-.515.653-.79h2.155c-.346%201.072-.871%201.838-1.589%202.299c-.709.463-1.572.693-2.58.693c-.702%200-1.334-.113-1.9-.337a4.033%204.033%200%200%201-1.439-.958a4.37%204.37%200%200%201-.905-1.485a5.433%205.433%200%200%201-.32-1.899c0-.666.111-1.289.329-1.864a4.376%204.376%200%200%201%20.934-1.493c.405-.42.885-.751%201.444-.994a4.634%204.634%200%200%201%201.858-.362c.754%200%201.413.146%201.979.44a3.967%203.967%200%200%201%201.39%201.182c.363.493.622%201.058.783%201.691c.161.632.217%201.292.171%201.983h-6.431c.001.704.238%201.371.606%201.729zm2.812-4.681c-.291-.322-.783-.496-1.385-.496c-.391%200-.714.065-.974.199a1.97%201.97%200%200%200-.62.491a1.772%201.772%200%200%200-.328.628a2.82%202.82%200%200%200-.111.587h3.982c-.058-.624-.272-1.085-.564-1.409zm-3.918-4.663h4.989v1.215h-4.989z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/bxl-behance.svg?color=%231a73e8&size=48