behance alt icon

behance-alt from Unicons by Iconscout · Line · Brand Logos · Apache-2.0 Free for personal and commercial use.

Name
behance-alt
Set
Unicons
Style
Line
Category
Brand Logos
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More brand logos icons from Unicons

Use the behance alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.108 15.032a.997.997 0 0 0-1.215.722A2.998 2.998 0 0 1 14.992 15v-1h7a1 1 0 0 0 1-1a5 5 0 1 0-10 0v2a4.998 4.998 0 0 0 9.839 1.247a1 1 0 0 0-.723-1.215M17.992 10a3 3 0 0 1 2.118.873A3.04 3.04 0 0 1 20.809 12h-5.633a2.995 2.995 0 0 1 2.816-2m-2-3h4a1 1 0 0 0 0-2h-4a1 1 0 0 0 0 2M9.91 11.718A3.987 3.987 0 0 0 6.992 5h-5a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h5.5a4.492 4.492 0 0 0 2.418-8.282M2.992 7h4a2 2 0 1 1 0 4h-4Zm4.5 11h-4.5v-5h4.5a2.5 2.5 0 0 1 0 5"/></svg>

React

import type { SVGProps } from "react";

export function UilBehanceAlt(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="M22.108 15.032a.997.997 0 0 0-1.215.722A2.998 2.998 0 0 1 14.992 15v-1h7a1 1 0 0 0 1-1a5 5 0 1 0-10 0v2a4.998 4.998 0 0 0 9.839 1.247a1 1 0 0 0-.723-1.215M17.992 10a3 3 0 0 1 2.118.873A3.04 3.04 0 0 1 20.809 12h-5.633a2.995 2.995 0 0 1 2.816-2m-2-3h4a1 1 0 0 0 0-2h-4a1 1 0 0 0 0 2M9.91 11.718A3.987 3.987 0 0 0 6.992 5h-5a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h5.5a4.492 4.492 0 0 0 2.418-8.282M2.992 7h4a2 2 0 1 1 0 4h-4Zm4.5 11h-4.5v-5h4.5a2.5 2.5 0 0 1 0 5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.108 15.032a.997.997 0 0 0-1.215.722A2.998 2.998 0 0 1 14.992 15v-1h7a1 1 0 0 0 1-1a5 5 0 1 0-10 0v2a4.998 4.998 0 0 0 9.839 1.247a1 1 0 0 0-.723-1.215M17.992 10a3 3 0 0 1 2.118.873A3.04 3.04 0 0 1 20.809 12h-5.633a2.995 2.995 0 0 1 2.816-2m-2-3h4a1 1 0 0 0 0-2h-4a1 1 0 0 0 0 2M9.91 11.718A3.987 3.987 0 0 0 6.992 5h-5a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h5.5a4.492 4.492 0 0 0 2.418-8.282M2.992 7h4a2 2 0 1 1 0 4h-4Zm4.5 11h-4.5v-5h4.5a2.5 2.5 0 0 1 0 5"/></svg>
</template>

CSS

.icon-behance-alt {
  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%22M22.108%2015.032a.997.997%200%200%200-1.215.722A2.998%202.998%200%200%201%2014.992%2015v-1h7a1%201%200%200%200%201-1a5%205%200%201%200-10%200v2a4.998%204.998%200%200%200%209.839%201.247a1%201%200%200%200-.723-1.215M17.992%2010a3%203%200%200%201%202.118.873A3.04%203.04%200%200%201%2020.809%2012h-5.633a2.995%202.995%200%200%201%202.816-2m-2-3h4a1%201%200%200%200%200-2h-4a1%201%200%200%200%200%202M9.91%2011.718A3.987%203.987%200%200%200%206.992%205h-5a1%201%200%200%200-1%201v13a1%201%200%200%200%201%201h5.5a4.492%204.492%200%200%200%202.418-8.282M2.992%207h4a2%202%200%201%201%200%204h-4Zm4.5%2011h-4.5v-5h4.5a2.5%202.5%200%200%201%200%205%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%22M22.108%2015.032a.997.997%200%200%200-1.215.722A2.998%202.998%200%200%201%2014.992%2015v-1h7a1%201%200%200%200%201-1a5%205%200%201%200-10%200v2a4.998%204.998%200%200%200%209.839%201.247a1%201%200%200%200-.723-1.215M17.992%2010a3%203%200%200%201%202.118.873A3.04%203.04%200%200%201%2020.809%2012h-5.633a2.995%202.995%200%200%201%202.816-2m-2-3h4a1%201%200%200%200%200-2h-4a1%201%200%200%200%200%202M9.91%2011.718A3.987%203.987%200%200%200%206.992%205h-5a1%201%200%200%200-1%201v13a1%201%200%200%200%201%201h5.5a4.492%204.492%200%200%200%202.418-8.282M2.992%207h4a2%202%200%201%201%200%204h-4Zm4.5%2011h-4.5v-5h4.5a2.5%202.5%200%200%201%200%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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