gitlab-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
gitlab-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT
Aliases
gitlab-fill

1 other variant in Ant Design Icons

The same icon in other sets

Use the gitlab icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m910.5 553.2l-109-370.8c-6.8-20.4-23.1-34.1-44.9-34.1s-39.5 12.3-46.3 32.7l-72.2 215.4H386.2L314 181.1c-6.8-20.4-24.5-32.7-46.3-32.7s-39.5 13.6-44.9 34.1L113.9 553.2c-4.1 13.6 1.4 28.6 12.3 36.8l385.4 289l386.7-289c10.8-8.1 16.3-23.1 12.2-36.8"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignGitlabFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m910.5 553.2l-109-370.8c-6.8-20.4-23.1-34.1-44.9-34.1s-39.5 12.3-46.3 32.7l-72.2 215.4H386.2L314 181.1c-6.8-20.4-24.5-32.7-46.3-32.7s-39.5 13.6-44.9 34.1L113.9 553.2c-4.1 13.6 1.4 28.6 12.3 36.8l385.4 289l386.7-289c10.8-8.1 16.3-23.1 12.2-36.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m910.5 553.2l-109-370.8c-6.8-20.4-23.1-34.1-44.9-34.1s-39.5 12.3-46.3 32.7l-72.2 215.4H386.2L314 181.1c-6.8-20.4-24.5-32.7-46.3-32.7s-39.5 13.6-44.9 34.1L113.9 553.2c-4.1 13.6 1.4 28.6 12.3 36.8l385.4 289l386.7-289c10.8-8.1 16.3-23.1 12.2-36.8"/></svg>
</template>

CSS

.icon-gitlab-filled {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m910.5%20553.2l-109-370.8c-6.8-20.4-23.1-34.1-44.9-34.1s-39.5%2012.3-46.3%2032.7l-72.2%20215.4H386.2L314%20181.1c-6.8-20.4-24.5-32.7-46.3-32.7s-39.5%2013.6-44.9%2034.1L113.9%20553.2c-4.1%2013.6%201.4%2028.6%2012.3%2036.8l385.4%20289l386.7-289c10.8-8.1%2016.3-23.1%2012.2-36.8%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m910.5%20553.2l-109-370.8c-6.8-20.4-23.1-34.1-44.9-34.1s-39.5%2012.3-46.3%2032.7l-72.2%20215.4H386.2L314%20181.1c-6.8-20.4-24.5-32.7-46.3-32.7s-39.5%2013.6-44.9%2034.1L113.9%20553.2c-4.1%2013.6%201.4%2028.6%2012.3%2036.8l385.4%20289l386.7-289c10.8-8.1%2016.3-23.1%2012.2-36.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/gitlab-filled.svg?color=%231a73e8&size=48