bxl gitlab icon
bxl-gitlab from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- bxl-gitlab
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
Related icons in BoxIcons v2
Use the bxl gitlab icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M20.892 9.889a.664.664 0 0 0-.025-.087l-2.104-6.479a.84.84 0 0 0-.8-.57a.822.822 0 0 0-.789.575l-2.006 6.175H8.834L6.826 3.327a.823.823 0 0 0-.786-.575h-.006a.837.837 0 0 0-.795.575L3.133 9.815c0 .005-.005.01-.007.016l-1.067 3.281a1.195 1.195 0 0 0 .435 1.34l9.227 6.706c.167.121.393.12.558-.003l9.229-6.703a1.2 1.2 0 0 0 .435-1.34l-1.051-3.223zM17.97 3.936l1.809 5.566H16.16l1.81-5.566zm-11.94 0l1.812 5.566H4.228L6.03 3.936zm-2.982 9.752a.253.253 0 0 1-.093-.284l.793-2.437l5.817 7.456l-6.517-4.735zm1.499-3.239h3.601l2.573 7.916l-6.174-7.916zm7.452 8.794l-2.856-8.798h5.718l-1.792 5.515l-1.07 3.283zm1.282-.877l2.467-7.588l.106-.329h3.604l-5.586 7.156l-.591.761zm7.671-4.678l-6.519 4.733l.022-.029l5.794-7.425l.792 2.436a.25.25 0 0 1-.089.285z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function BxBxlGitlab(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M20.892 9.889a.664.664 0 0 0-.025-.087l-2.104-6.479a.84.84 0 0 0-.8-.57a.822.822 0 0 0-.789.575l-2.006 6.175H8.834L6.826 3.327a.823.823 0 0 0-.786-.575h-.006a.837.837 0 0 0-.795.575L3.133 9.815c0 .005-.005.01-.007.016l-1.067 3.281a1.195 1.195 0 0 0 .435 1.34l9.227 6.706c.167.121.393.12.558-.003l9.229-6.703a1.2 1.2 0 0 0 .435-1.34l-1.051-3.223zM17.97 3.936l1.809 5.566H16.16l1.81-5.566zm-11.94 0l1.812 5.566H4.228L6.03 3.936zm-2.982 9.752a.253.253 0 0 1-.093-.284l.793-2.437l5.817 7.456l-6.517-4.735zm1.499-3.239h3.601l2.573 7.916l-6.174-7.916zm7.452 8.794l-2.856-8.798h5.718l-1.792 5.515l-1.07 3.283zm1.282-.877l2.467-7.588l.106-.329h3.604l-5.586 7.156l-.591.761zm7.671-4.678l-6.519 4.733l.022-.029l5.794-7.425l.792 2.436a.25.25 0 0 1-.089.285z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M20.892 9.889a.664.664 0 0 0-.025-.087l-2.104-6.479a.84.84 0 0 0-.8-.57a.822.822 0 0 0-.789.575l-2.006 6.175H8.834L6.826 3.327a.823.823 0 0 0-.786-.575h-.006a.837.837 0 0 0-.795.575L3.133 9.815c0 .005-.005.01-.007.016l-1.067 3.281a1.195 1.195 0 0 0 .435 1.34l9.227 6.706c.167.121.393.12.558-.003l9.229-6.703a1.2 1.2 0 0 0 .435-1.34l-1.051-3.223zM17.97 3.936l1.809 5.566H16.16l1.81-5.566zm-11.94 0l1.812 5.566H4.228L6.03 3.936zm-2.982 9.752a.253.253 0 0 1-.093-.284l.793-2.437l5.817 7.456l-6.517-4.735zm1.499-3.239h3.601l2.573 7.916l-6.174-7.916zm7.452 8.794l-2.856-8.798h5.718l-1.792 5.515l-1.07 3.283zm1.282-.877l2.467-7.588l.106-.329h3.604l-5.586 7.156l-.591.761zm7.671-4.678l-6.519 4.733l.022-.029l5.794-7.425l.792 2.436a.25.25 0 0 1-.089.285z" fill="currentColor"/></svg> </template>
CSS
.icon-bxl-gitlab {
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%22M20.892%209.889a.664.664%200%200%200-.025-.087l-2.104-6.479a.84.84%200%200%200-.8-.57a.822.822%200%200%200-.789.575l-2.006%206.175H8.834L6.826%203.327a.823.823%200%200%200-.786-.575h-.006a.837.837%200%200%200-.795.575L3.133%209.815c0%20.005-.005.01-.007.016l-1.067%203.281a1.195%201.195%200%200%200%20.435%201.34l9.227%206.706c.167.121.393.12.558-.003l9.229-6.703a1.2%201.2%200%200%200%20.435-1.34l-1.051-3.223zM17.97%203.936l1.809%205.566H16.16l1.81-5.566zm-11.94%200l1.812%205.566H4.228L6.03%203.936zm-2.982%209.752a.253.253%200%200%201-.093-.284l.793-2.437l5.817%207.456l-6.517-4.735zm1.499-3.239h3.601l2.573%207.916l-6.174-7.916zm7.452%208.794l-2.856-8.798h5.718l-1.792%205.515l-1.07%203.283zm1.282-.877l2.467-7.588l.106-.329h3.604l-5.586%207.156l-.591.761zm7.671-4.678l-6.519%204.733l.022-.029l5.794-7.425l.792%202.436a.25.25%200%200%201-.089.285z%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%22M20.892%209.889a.664.664%200%200%200-.025-.087l-2.104-6.479a.84.84%200%200%200-.8-.57a.822.822%200%200%200-.789.575l-2.006%206.175H8.834L6.826%203.327a.823.823%200%200%200-.786-.575h-.006a.837.837%200%200%200-.795.575L3.133%209.815c0%20.005-.005.01-.007.016l-1.067%203.281a1.195%201.195%200%200%200%20.435%201.34l9.227%206.706c.167.121.393.12.558-.003l9.229-6.703a1.2%201.2%200%200%200%20.435-1.34l-1.051-3.223zM17.97%203.936l1.809%205.566H16.16l1.81-5.566zm-11.94%200l1.812%205.566H4.228L6.03%203.936zm-2.982%209.752a.253.253%200%200%201-.093-.284l.793-2.437l5.817%207.456l-6.517-4.735zm1.499-3.239h3.601l2.573%207.916l-6.174-7.916zm7.452%208.794l-2.856-8.798h5.718l-1.792%205.515l-1.07%203.283zm1.282-.877l2.467-7.588l.106-.329h3.604l-5.586%207.156l-.591.761zm7.671-4.678l-6.519%204.733l.022-.029l5.794-7.425l.792%202.436a.25.25%200%200%201-.089.285z%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-gitlab.svg?color=%231a73e8&size=48