bitbucket from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.

Name
bitbucket
Set
Material Symbols
Style
Regular
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

Use the bitbucket icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.7 21q-.425 0-.7-.225t-.35-.65L2.025 3.9q-.05-.4.15-.65T2.75 3h18.5q.4 0 .6.25t.125.65l-.725 4.275q-.075.425-.337.65t-.688.225H9.075q-.075 0-.225.3l.875 5.35q0 .05.25.25H14q.1 0 .25-.25l.625-3.875q.05-.35.263-.512t.562-.163h4.375q.4 0 .6.25t.15.625l-1.475 9.1q-.075.425-.35.65t-.7.225z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBitbucket(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="M5.7 21q-.425 0-.7-.225t-.35-.65L2.025 3.9q-.05-.4.15-.65T2.75 3h18.5q.4 0 .6.25t.125.65l-.725 4.275q-.075.425-.337.65t-.688.225H9.075q-.075 0-.225.3l.875 5.35q0 .05.25.25H14q.1 0 .25-.25l.625-3.875q.05-.35.263-.512t.562-.163h4.375q.4 0 .6.25t.15.625l-1.475 9.1q-.075.425-.35.65t-.7.225z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.7 21q-.425 0-.7-.225t-.35-.65L2.025 3.9q-.05-.4.15-.65T2.75 3h18.5q.4 0 .6.25t.125.65l-.725 4.275q-.075.425-.337.65t-.688.225H9.075q-.075 0-.225.3l.875 5.35q0 .05.25.25H14q.1 0 .25-.25l.625-3.875q.05-.35.263-.512t.562-.163h4.375q.4 0 .6.25t.15.625l-1.475 9.1q-.075.425-.35.65t-.7.225z"/></svg>
</template>

CSS

.icon-bitbucket {
  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%22M5.7%2021q-.425%200-.7-.225t-.35-.65L2.025%203.9q-.05-.4.15-.65T2.75%203h18.5q.4%200%20.6.25t.125.65l-.725%204.275q-.075.425-.337.65t-.688.225H9.075q-.075%200-.225.3l.875%205.35q0%20.05.25.25H14q.1%200%20.25-.25l.625-3.875q.05-.35.263-.512t.562-.163h4.375q.4%200%20.6.25t.15.625l-1.475%209.1q-.075.425-.35.65t-.7.225z%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%22M5.7%2021q-.425%200-.7-.225t-.35-.65L2.025%203.9q-.05-.4.15-.65T2.75%203h18.5q.4%200%20.6.25t.125.65l-.725%204.275q-.075.425-.337.65t-.688.225H9.075q-.075%200-.225.3l.875%205.35q0%20.05.25.25H14q.1%200%20.25-.25l.625-3.875q.05-.35.263-.512t.562-.163h4.375q.4%200%20.6.25t.15.625l-1.475%209.1q-.075.425-.35.65t-.7.225z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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