logo behance icon

logo-behance from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
logo-behance
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

The same icon in other sets

Related icons in IonIcons

Use the logo behance icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M344.1 233.6c-28.9 0-32.9 28.8-32.9 28.8h61.4s.4-28.8-28.5-28.8m-139.3 28.8h-54.4v50h51.7c7.8-.2 22.4-2.4 22.4-24.3c0-26-19.7-25.7-19.7-25.7"/><path fill="currentColor" d="M256 32C132.3 32 32 132.3 32 256s100.3 224 224 224s224-100.3 224-224S379.7 32 256 32m47.2 137.6h77.1v23h-77.1zm-39 120.8c0 57-59.4 55.2-59.4 55.2h-97.2v-187h97.2c29.6 0 52.9 16.3 52.9 49.8S229.2 244 229.2 244c37.6 0 35 46.4 35 46.4m144.2-3.1h-96.9c0 34.7 32.9 32.5 32.9 32.5c31.1 0 30-20.1 30-20.1h32.9c0 53.4-64 49.7-64 49.7c-76.7 0-71.8-71.5-71.8-71.5s-.1-71.8 71.8-71.8c75.7.1 65.1 81.2 65.1 81.2"/><path fill="currentColor" d="M218 211.3c0-19.4-13.2-19.4-13.2-19.4h-54.4v41.7h51c8.8 0 16.6-2.9 16.6-22.3"/></svg>

React

import type { SVGProps } from "react";

export function IonLogoBehance(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M344.1 233.6c-28.9 0-32.9 28.8-32.9 28.8h61.4s.4-28.8-28.5-28.8m-139.3 28.8h-54.4v50h51.7c7.8-.2 22.4-2.4 22.4-24.3c0-26-19.7-25.7-19.7-25.7"/><path fill="currentColor" d="M256 32C132.3 32 32 132.3 32 256s100.3 224 224 224s224-100.3 224-224S379.7 32 256 32m47.2 137.6h77.1v23h-77.1zm-39 120.8c0 57-59.4 55.2-59.4 55.2h-97.2v-187h97.2c29.6 0 52.9 16.3 52.9 49.8S229.2 244 229.2 244c37.6 0 35 46.4 35 46.4m144.2-3.1h-96.9c0 34.7 32.9 32.5 32.9 32.5c31.1 0 30-20.1 30-20.1h32.9c0 53.4-64 49.7-64 49.7c-76.7 0-71.8-71.5-71.8-71.5s-.1-71.8 71.8-71.8c75.7.1 65.1 81.2 65.1 81.2"/><path fill="currentColor" d="M218 211.3c0-19.4-13.2-19.4-13.2-19.4h-54.4v41.7h51c8.8 0 16.6-2.9 16.6-22.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M344.1 233.6c-28.9 0-32.9 28.8-32.9 28.8h61.4s.4-28.8-28.5-28.8m-139.3 28.8h-54.4v50h51.7c7.8-.2 22.4-2.4 22.4-24.3c0-26-19.7-25.7-19.7-25.7"/><path fill="currentColor" d="M256 32C132.3 32 32 132.3 32 256s100.3 224 224 224s224-100.3 224-224S379.7 32 256 32m47.2 137.6h77.1v23h-77.1zm-39 120.8c0 57-59.4 55.2-59.4 55.2h-97.2v-187h97.2c29.6 0 52.9 16.3 52.9 49.8S229.2 244 229.2 244c37.6 0 35 46.4 35 46.4m144.2-3.1h-96.9c0 34.7 32.9 32.5 32.9 32.5c31.1 0 30-20.1 30-20.1h32.9c0 53.4-64 49.7-64 49.7c-76.7 0-71.8-71.5-71.8-71.5s-.1-71.8 71.8-71.8c75.7.1 65.1 81.2 65.1 81.2"/><path fill="currentColor" d="M218 211.3c0-19.4-13.2-19.4-13.2-19.4h-54.4v41.7h51c8.8 0 16.6-2.9 16.6-22.3"/></svg>
</template>

CSS

.icon-logo-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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M344.1%20233.6c-28.9%200-32.9%2028.8-32.9%2028.8h61.4s.4-28.8-28.5-28.8m-139.3%2028.8h-54.4v50h51.7c7.8-.2%2022.4-2.4%2022.4-24.3c0-26-19.7-25.7-19.7-25.7%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2032C132.3%2032%2032%20132.3%2032%20256s100.3%20224%20224%20224s224-100.3%20224-224S379.7%2032%20256%2032m47.2%20137.6h77.1v23h-77.1zm-39%20120.8c0%2057-59.4%2055.2-59.4%2055.2h-97.2v-187h97.2c29.6%200%2052.9%2016.3%2052.9%2049.8S229.2%20244%20229.2%20244c37.6%200%2035%2046.4%2035%2046.4m144.2-3.1h-96.9c0%2034.7%2032.9%2032.5%2032.9%2032.5c31.1%200%2030-20.1%2030-20.1h32.9c0%2053.4-64%2049.7-64%2049.7c-76.7%200-71.8-71.5-71.8-71.5s-.1-71.8%2071.8-71.8c75.7.1%2065.1%2081.2%2065.1%2081.2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M218%20211.3c0-19.4-13.2-19.4-13.2-19.4h-54.4v41.7h51c8.8%200%2016.6-2.9%2016.6-22.3%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M344.1%20233.6c-28.9%200-32.9%2028.8-32.9%2028.8h61.4s.4-28.8-28.5-28.8m-139.3%2028.8h-54.4v50h51.7c7.8-.2%2022.4-2.4%2022.4-24.3c0-26-19.7-25.7-19.7-25.7%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2032C132.3%2032%2032%20132.3%2032%20256s100.3%20224%20224%20224s224-100.3%20224-224S379.7%2032%20256%2032m47.2%20137.6h77.1v23h-77.1zm-39%20120.8c0%2057-59.4%2055.2-59.4%2055.2h-97.2v-187h97.2c29.6%200%2052.9%2016.3%2052.9%2049.8S229.2%20244%20229.2%20244c37.6%200%2035%2046.4%2035%2046.4m144.2-3.1h-96.9c0%2034.7%2032.9%2032.5%2032.9%2032.5c31.1%200%2030-20.1%2030-20.1h32.9c0%2053.4-64%2049.7-64%2049.7c-76.7%200-71.8-71.5-71.8-71.5s-.1-71.8%2071.8-71.8c75.7.1%2065.1%2081.2%2065.1%2081.2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M218%20211.3c0-19.4-13.2-19.4-13.2-19.4h-54.4v41.7h51c8.8%200%2016.6-2.9%2016.6-22.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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