behance from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.

Name
behance
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

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="M7.354 11.107V9.502c0-.095 0-.133.124-.133c1.063 0 1.927-.063 2.356.19c.43.252.448.6.455.704s.004.253-.196.616s-1.095.37-1.741.37h-.855c-.105 0-.143-.038-.143-.142m2.946 1.682a1.12 1.12 0 0 1-.324 1.662a1.7 1.7 0 0 1-.646.133H7.487c-.095 0-.133 0-.133-.123v-1.9c0-.095 0-.133.124-.133h1.225c.76 0 1.235-.067 1.597.36"/><path fill="currentColor" d="M16.989 11.909a.87.87 0 0 0-.566-.498a1.84 1.84 0 0 0-1.492.235a1.43 1.43 0 0 0-.4.809c0 .107 0 .127.127.127h2.37c.117 0 .117 0 .107-.147a1.3 1.3 0 0 0-.147-.526m0 0a.87.87 0 0 0-.566-.498a1.84 1.84 0 0 0-1.492.235a1.43 1.43 0 0 0-.4.809c0 .107 0 .127.127.127h2.37c.117 0 .117 0 .107-.147a1.3 1.3 0 0 0-.147-.526M18.1 2.5H6.4a3.9 3.9 0 0 0-3.9 3.9v11.7A3.9 3.9 0 0 0 6.4 22h11.7a3.9 3.9 0 0 0 3.9-3.9V6.4a3.9 3.9 0 0 0-3.9-3.9m-3.822 6.21c0-.077 0-.107.088-.107h3.159v.82s.003.058-.049.058h-3.061c-.137 0-.137 0-.137-.136zm-2.925 7.167c-1.2.653-3.217.39-5.606.39V8.184h3.812c.975 0 2.135.244 2.447 1.277a1.95 1.95 0 0 1-.975 2.409a2.213 2.213 0 0 1 .312 4.007zm7.264-2.301h-3.9c-.107 0-.205.058-.186.195c.117.575.38 1.18.976 1.268a1.47 1.47 0 0 0 1.686-.663s.049-.059.078-.059h1.268s.078 0 .058.068a3.5 3.5 0 0 1-.585 1.043a3.05 3.05 0 0 1-4.787-.75a2.5 2.5 0 0 1-.253-.878a3.023 3.023 0 0 1 2.203-3.597c2.213-.478 3.617 1.043 3.617 3.188a.165.165 0 0 1-.185.185zm-2.184-2.165a1.8 1.8 0 0 0-.771-.042c-.257.04-.487.089-.721.277c-.234.187-.358.503-.4.809c0 .107 0 .127.127.127h2.36c.117 0 .117 0 .107-.147a1.3 1.3 0 0 0-.147-.526a.87.87 0 0 0-.565-.498z"/></svg>

React

import type { SVGProps } from "react";

export function MageBehance(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="M7.354 11.107V9.502c0-.095 0-.133.124-.133c1.063 0 1.927-.063 2.356.19c.43.252.448.6.455.704s.004.253-.196.616s-1.095.37-1.741.37h-.855c-.105 0-.143-.038-.143-.142m2.946 1.682a1.12 1.12 0 0 1-.324 1.662a1.7 1.7 0 0 1-.646.133H7.487c-.095 0-.133 0-.133-.123v-1.9c0-.095 0-.133.124-.133h1.225c.76 0 1.235-.067 1.597.36"/><path fill="currentColor" d="M16.989 11.909a.87.87 0 0 0-.566-.498a1.84 1.84 0 0 0-1.492.235a1.43 1.43 0 0 0-.4.809c0 .107 0 .127.127.127h2.37c.117 0 .117 0 .107-.147a1.3 1.3 0 0 0-.147-.526m0 0a.87.87 0 0 0-.566-.498a1.84 1.84 0 0 0-1.492.235a1.43 1.43 0 0 0-.4.809c0 .107 0 .127.127.127h2.37c.117 0 .117 0 .107-.147a1.3 1.3 0 0 0-.147-.526M18.1 2.5H6.4a3.9 3.9 0 0 0-3.9 3.9v11.7A3.9 3.9 0 0 0 6.4 22h11.7a3.9 3.9 0 0 0 3.9-3.9V6.4a3.9 3.9 0 0 0-3.9-3.9m-3.822 6.21c0-.077 0-.107.088-.107h3.159v.82s.003.058-.049.058h-3.061c-.137 0-.137 0-.137-.136zm-2.925 7.167c-1.2.653-3.217.39-5.606.39V8.184h3.812c.975 0 2.135.244 2.447 1.277a1.95 1.95 0 0 1-.975 2.409a2.213 2.213 0 0 1 .312 4.007zm7.264-2.301h-3.9c-.107 0-.205.058-.186.195c.117.575.38 1.18.976 1.268a1.47 1.47 0 0 0 1.686-.663s.049-.059.078-.059h1.268s.078 0 .058.068a3.5 3.5 0 0 1-.585 1.043a3.05 3.05 0 0 1-4.787-.75a2.5 2.5 0 0 1-.253-.878a3.023 3.023 0 0 1 2.203-3.597c2.213-.478 3.617 1.043 3.617 3.188a.165.165 0 0 1-.185.185zm-2.184-2.165a1.8 1.8 0 0 0-.771-.042c-.257.04-.487.089-.721.277c-.234.187-.358.503-.4.809c0 .107 0 .127.127.127h2.36c.117 0 .117 0 .107-.147a1.3 1.3 0 0 0-.147-.526a.87.87 0 0 0-.565-.498z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.354 11.107V9.502c0-.095 0-.133.124-.133c1.063 0 1.927-.063 2.356.19c.43.252.448.6.455.704s.004.253-.196.616s-1.095.37-1.741.37h-.855c-.105 0-.143-.038-.143-.142m2.946 1.682a1.12 1.12 0 0 1-.324 1.662a1.7 1.7 0 0 1-.646.133H7.487c-.095 0-.133 0-.133-.123v-1.9c0-.095 0-.133.124-.133h1.225c.76 0 1.235-.067 1.597.36"/><path fill="currentColor" d="M16.989 11.909a.87.87 0 0 0-.566-.498a1.84 1.84 0 0 0-1.492.235a1.43 1.43 0 0 0-.4.809c0 .107 0 .127.127.127h2.37c.117 0 .117 0 .107-.147a1.3 1.3 0 0 0-.147-.526m0 0a.87.87 0 0 0-.566-.498a1.84 1.84 0 0 0-1.492.235a1.43 1.43 0 0 0-.4.809c0 .107 0 .127.127.127h2.37c.117 0 .117 0 .107-.147a1.3 1.3 0 0 0-.147-.526M18.1 2.5H6.4a3.9 3.9 0 0 0-3.9 3.9v11.7A3.9 3.9 0 0 0 6.4 22h11.7a3.9 3.9 0 0 0 3.9-3.9V6.4a3.9 3.9 0 0 0-3.9-3.9m-3.822 6.21c0-.077 0-.107.088-.107h3.159v.82s.003.058-.049.058h-3.061c-.137 0-.137 0-.137-.136zm-2.925 7.167c-1.2.653-3.217.39-5.606.39V8.184h3.812c.975 0 2.135.244 2.447 1.277a1.95 1.95 0 0 1-.975 2.409a2.213 2.213 0 0 1 .312 4.007zm7.264-2.301h-3.9c-.107 0-.205.058-.186.195c.117.575.38 1.18.976 1.268a1.47 1.47 0 0 0 1.686-.663s.049-.059.078-.059h1.268s.078 0 .058.068a3.5 3.5 0 0 1-.585 1.043a3.05 3.05 0 0 1-4.787-.75a2.5 2.5 0 0 1-.253-.878a3.023 3.023 0 0 1 2.203-3.597c2.213-.478 3.617 1.043 3.617 3.188a.165.165 0 0 1-.185.185zm-2.184-2.165a1.8 1.8 0 0 0-.771-.042c-.257.04-.487.089-.721.277c-.234.187-.358.503-.4.809c0 .107 0 .127.127.127h2.36c.117 0 .117 0 .107-.147a1.3 1.3 0 0 0-.147-.526a.87.87 0 0 0-.565-.498z"/></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%22M7.354%2011.107V9.502c0-.095%200-.133.124-.133c1.063%200%201.927-.063%202.356.19c.43.252.448.6.455.704s.004.253-.196.616s-1.095.37-1.741.37h-.855c-.105%200-.143-.038-.143-.142m2.946%201.682a1.12%201.12%200%200%201-.324%201.662a1.7%201.7%200%200%201-.646.133H7.487c-.095%200-.133%200-.133-.123v-1.9c0-.095%200-.133.124-.133h1.225c.76%200%201.235-.067%201.597.36%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.989%2011.909a.87.87%200%200%200-.566-.498a1.84%201.84%200%200%200-1.492.235a1.43%201.43%200%200%200-.4.809c0%20.107%200%20.127.127.127h2.37c.117%200%20.117%200%20.107-.147a1.3%201.3%200%200%200-.147-.526m0%200a.87.87%200%200%200-.566-.498a1.84%201.84%200%200%200-1.492.235a1.43%201.43%200%200%200-.4.809c0%20.107%200%20.127.127.127h2.37c.117%200%20.117%200%20.107-.147a1.3%201.3%200%200%200-.147-.526M18.1%202.5H6.4a3.9%203.9%200%200%200-3.9%203.9v11.7A3.9%203.9%200%200%200%206.4%2022h11.7a3.9%203.9%200%200%200%203.9-3.9V6.4a3.9%203.9%200%200%200-3.9-3.9m-3.822%206.21c0-.077%200-.107.088-.107h3.159v.82s.003.058-.049.058h-3.061c-.137%200-.137%200-.137-.136zm-2.925%207.167c-1.2.653-3.217.39-5.606.39V8.184h3.812c.975%200%202.135.244%202.447%201.277a1.95%201.95%200%200%201-.975%202.409a2.213%202.213%200%200%201%20.312%204.007zm7.264-2.301h-3.9c-.107%200-.205.058-.186.195c.117.575.38%201.18.976%201.268a1.47%201.47%200%200%200%201.686-.663s.049-.059.078-.059h1.268s.078%200%20.058.068a3.5%203.5%200%200%201-.585%201.043a3.05%203.05%200%200%201-4.787-.75a2.5%202.5%200%200%201-.253-.878a3.023%203.023%200%200%201%202.203-3.597c2.213-.478%203.617%201.043%203.617%203.188a.165.165%200%200%201-.185.185zm-2.184-2.165a1.8%201.8%200%200%200-.771-.042c-.257.04-.487.089-.721.277c-.234.187-.358.503-.4.809c0%20.107%200%20.127.127.127h2.36c.117%200%20.117%200%20.107-.147a1.3%201.3%200%200%200-.147-.526a.87.87%200%200%200-.565-.498z%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%22M7.354%2011.107V9.502c0-.095%200-.133.124-.133c1.063%200%201.927-.063%202.356.19c.43.252.448.6.455.704s.004.253-.196.616s-1.095.37-1.741.37h-.855c-.105%200-.143-.038-.143-.142m2.946%201.682a1.12%201.12%200%200%201-.324%201.662a1.7%201.7%200%200%201-.646.133H7.487c-.095%200-.133%200-.133-.123v-1.9c0-.095%200-.133.124-.133h1.225c.76%200%201.235-.067%201.597.36%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.989%2011.909a.87.87%200%200%200-.566-.498a1.84%201.84%200%200%200-1.492.235a1.43%201.43%200%200%200-.4.809c0%20.107%200%20.127.127.127h2.37c.117%200%20.117%200%20.107-.147a1.3%201.3%200%200%200-.147-.526m0%200a.87.87%200%200%200-.566-.498a1.84%201.84%200%200%200-1.492.235a1.43%201.43%200%200%200-.4.809c0%20.107%200%20.127.127.127h2.37c.117%200%20.117%200%20.107-.147a1.3%201.3%200%200%200-.147-.526M18.1%202.5H6.4a3.9%203.9%200%200%200-3.9%203.9v11.7A3.9%203.9%200%200%200%206.4%2022h11.7a3.9%203.9%200%200%200%203.9-3.9V6.4a3.9%203.9%200%200%200-3.9-3.9m-3.822%206.21c0-.077%200-.107.088-.107h3.159v.82s.003.058-.049.058h-3.061c-.137%200-.137%200-.137-.136zm-2.925%207.167c-1.2.653-3.217.39-5.606.39V8.184h3.812c.975%200%202.135.244%202.447%201.277a1.95%201.95%200%200%201-.975%202.409a2.213%202.213%200%200%201%20.312%204.007zm7.264-2.301h-3.9c-.107%200-.205.058-.186.195c.117.575.38%201.18.976%201.268a1.47%201.47%200%200%200%201.686-.663s.049-.059.078-.059h1.268s.078%200%20.058.068a3.5%203.5%200%200%201-.585%201.043a3.05%203.05%200%200%201-4.787-.75a2.5%202.5%200%200%201-.253-.878a3.023%203.023%200%200%201%202.203-3.597c2.213-.478%203.617%201.043%203.617%203.188a.165.165%200%200%201-.185.185zm-2.184-2.165a1.8%201.8%200%200%200-.771-.042c-.257.04-.487.089-.721.277c-.234.187-.358.503-.4.809c0%20.107%200%20.127.127.127h2.36c.117%200%20.117%200%20.107-.147a1.3%201.3%200%200%200-.147-.526a.87.87%200%200%200-.565-.498z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/behance.svg?color=%231a73e8&size=48