bitbucket icon
bitbucket from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- bitbucket
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
bitbucketCatppuccin IconsbitbucketCoreUI BrandsbitbucketDeviconbitbucketFont Awesome 6 BrandsbitbucketFont Awesome Brandsbitbucketcss.ggbitbucketIconoirbitbucketSVG LogosbitbucketMaterial Icon ThemebitbucketMaterial SymbolsbitbucketMaterial Symbols LightbitbucketMaterial Design IconsbitbucketSimple Iconsbitbucket-darkSkill Iconsbitbucket-outlineTeenyicons
More other icons from Line Awesome
Use the bitbucket icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5c-2.293 0-4.594.297-6.406.781c-.906.242-1.68.496-2.313.875C6.648 7.036 6 7.602 6 8.5c0 .223.055.441.125.625c.148.762 2.652 13.8 2.906 15.063c.121.601.504 1.046.938 1.375s.93.574 1.531.78c1.203.415 2.75.657 4.5.657s3.29-.242 4.5-.656c.605-.207 1.125-.446 1.563-.782c.437-.335.847-.777.937-1.406c.02-.14.21-1.343.5-2.843s.664-3.38 1.031-5.25c.688-3.52 1.266-6.543 1.344-6.938A1.8 1.8 0 0 0 26 8.5c0-.898-.648-1.465-1.281-1.844s-1.407-.633-2.313-.875C20.594 5.297 18.293 5 16 5m0 2c2.125 0 4.32.266 5.906.688c.793.21 1.414.468 1.782.687c.101.063.109.086.156.125c-.047.04-.055.063-.157.125c-.367.219-.988.477-1.78.688C20.32 9.733 18.124 10 16 10s-4.32-.266-5.906-.688c-.793-.21-1.414-.468-1.781-.687c-.102-.063-.11-.086-.157-.125c.047-.04.055-.063.156-.125c.368-.219.989-.477 1.782-.688C11.68 7.266 13.875 7 16 7m-7.531 3.875c.355.125.719.234 1.125.344c1.812.484 4.113.781 6.406.781s4.594-.297 6.406-.781c.407-.11.77-.219 1.125-.344c-.277 1.36-.492 2.344-.968 4.781c-.235 1.196-.418 2.266-.625 3.375c-.012.016-.024.004-.125.125a3.6 3.6 0 0 1-.813.719C20.172 20.41 18.676 21 16 21s-4.2-.594-5.031-1.125a3.3 3.3 0 0 1-.781-.688L10.03 19c-.68-3.508-1.16-6.04-1.562-8.125zM16 13c-1.645 0-3 1.355-3 3s1.355 3 3 3s3-1.355 3-3s-1.355-3-3-3m0 2c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1m-5.406 6.906C11.797 22.504 13.512 23 16 23c2.457 0 4.176-.465 5.375-1.063c-.152.758-.34 1.657-.375 1.907c-.02.027-.074.062-.156.125c-.184.14-.508.343-.969.5c-.922.312-2.309.531-3.875.531s-2.93-.215-3.844-.531c-.457-.157-.808-.352-1-.5s-.199-.219-.187-.157c-.031-.148-.278-1.414-.375-1.906"/></svg>
React
import type { SVGProps } from "react";
export function LaBitbucket(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5c-2.293 0-4.594.297-6.406.781c-.906.242-1.68.496-2.313.875C6.648 7.036 6 7.602 6 8.5c0 .223.055.441.125.625c.148.762 2.652 13.8 2.906 15.063c.121.601.504 1.046.938 1.375s.93.574 1.531.78c1.203.415 2.75.657 4.5.657s3.29-.242 4.5-.656c.605-.207 1.125-.446 1.563-.782c.437-.335.847-.777.937-1.406c.02-.14.21-1.343.5-2.843s.664-3.38 1.031-5.25c.688-3.52 1.266-6.543 1.344-6.938A1.8 1.8 0 0 0 26 8.5c0-.898-.648-1.465-1.281-1.844s-1.407-.633-2.313-.875C20.594 5.297 18.293 5 16 5m0 2c2.125 0 4.32.266 5.906.688c.793.21 1.414.468 1.782.687c.101.063.109.086.156.125c-.047.04-.055.063-.157.125c-.367.219-.988.477-1.78.688C20.32 9.733 18.124 10 16 10s-4.32-.266-5.906-.688c-.793-.21-1.414-.468-1.781-.687c-.102-.063-.11-.086-.157-.125c.047-.04.055-.063.156-.125c.368-.219.989-.477 1.782-.688C11.68 7.266 13.875 7 16 7m-7.531 3.875c.355.125.719.234 1.125.344c1.812.484 4.113.781 6.406.781s4.594-.297 6.406-.781c.407-.11.77-.219 1.125-.344c-.277 1.36-.492 2.344-.968 4.781c-.235 1.196-.418 2.266-.625 3.375c-.012.016-.024.004-.125.125a3.6 3.6 0 0 1-.813.719C20.172 20.41 18.676 21 16 21s-4.2-.594-5.031-1.125a3.3 3.3 0 0 1-.781-.688L10.03 19c-.68-3.508-1.16-6.04-1.562-8.125zM16 13c-1.645 0-3 1.355-3 3s1.355 3 3 3s3-1.355 3-3s-1.355-3-3-3m0 2c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1m-5.406 6.906C11.797 22.504 13.512 23 16 23c2.457 0 4.176-.465 5.375-1.063c-.152.758-.34 1.657-.375 1.907c-.02.027-.074.062-.156.125c-.184.14-.508.343-.969.5c-.922.312-2.309.531-3.875.531s-2.93-.215-3.844-.531c-.457-.157-.808-.352-1-.5s-.199-.219-.187-.157c-.031-.148-.278-1.414-.375-1.906"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5c-2.293 0-4.594.297-6.406.781c-.906.242-1.68.496-2.313.875C6.648 7.036 6 7.602 6 8.5c0 .223.055.441.125.625c.148.762 2.652 13.8 2.906 15.063c.121.601.504 1.046.938 1.375s.93.574 1.531.78c1.203.415 2.75.657 4.5.657s3.29-.242 4.5-.656c.605-.207 1.125-.446 1.563-.782c.437-.335.847-.777.937-1.406c.02-.14.21-1.343.5-2.843s.664-3.38 1.031-5.25c.688-3.52 1.266-6.543 1.344-6.938A1.8 1.8 0 0 0 26 8.5c0-.898-.648-1.465-1.281-1.844s-1.407-.633-2.313-.875C20.594 5.297 18.293 5 16 5m0 2c2.125 0 4.32.266 5.906.688c.793.21 1.414.468 1.782.687c.101.063.109.086.156.125c-.047.04-.055.063-.157.125c-.367.219-.988.477-1.78.688C20.32 9.733 18.124 10 16 10s-4.32-.266-5.906-.688c-.793-.21-1.414-.468-1.781-.687c-.102-.063-.11-.086-.157-.125c.047-.04.055-.063.156-.125c.368-.219.989-.477 1.782-.688C11.68 7.266 13.875 7 16 7m-7.531 3.875c.355.125.719.234 1.125.344c1.812.484 4.113.781 6.406.781s4.594-.297 6.406-.781c.407-.11.77-.219 1.125-.344c-.277 1.36-.492 2.344-.968 4.781c-.235 1.196-.418 2.266-.625 3.375c-.012.016-.024.004-.125.125a3.6 3.6 0 0 1-.813.719C20.172 20.41 18.676 21 16 21s-4.2-.594-5.031-1.125a3.3 3.3 0 0 1-.781-.688L10.03 19c-.68-3.508-1.16-6.04-1.562-8.125zM16 13c-1.645 0-3 1.355-3 3s1.355 3 3 3s3-1.355 3-3s-1.355-3-3-3m0 2c.563 0 1 .438 1 1s-.438 1-1 1s-1-.438-1-1s.438-1 1-1m-5.406 6.906C11.797 22.504 13.512 23 16 23c2.457 0 4.176-.465 5.375-1.063c-.152.758-.34 1.657-.375 1.907c-.02.027-.074.062-.156.125c-.184.14-.508.343-.969.5c-.922.312-2.309.531-3.875.531s-2.93-.215-3.844-.531c-.457-.157-.808-.352-1-.5s-.199-.219-.187-.157c-.031-.148-.278-1.414-.375-1.906"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%205c-2.293%200-4.594.297-6.406.781c-.906.242-1.68.496-2.313.875C6.648%207.036%206%207.602%206%208.5c0%20.223.055.441.125.625c.148.762%202.652%2013.8%202.906%2015.063c.121.601.504%201.046.938%201.375s.93.574%201.531.78c1.203.415%202.75.657%204.5.657s3.29-.242%204.5-.656c.605-.207%201.125-.446%201.563-.782c.437-.335.847-.777.937-1.406c.02-.14.21-1.343.5-2.843s.664-3.38%201.031-5.25c.688-3.52%201.266-6.543%201.344-6.938A1.8%201.8%200%200%200%2026%208.5c0-.898-.648-1.465-1.281-1.844s-1.407-.633-2.313-.875C20.594%205.297%2018.293%205%2016%205m0%202c2.125%200%204.32.266%205.906.688c.793.21%201.414.468%201.782.687c.101.063.109.086.156.125c-.047.04-.055.063-.157.125c-.367.219-.988.477-1.78.688C20.32%209.733%2018.124%2010%2016%2010s-4.32-.266-5.906-.688c-.793-.21-1.414-.468-1.781-.687c-.102-.063-.11-.086-.157-.125c.047-.04.055-.063.156-.125c.368-.219.989-.477%201.782-.688C11.68%207.266%2013.875%207%2016%207m-7.531%203.875c.355.125.719.234%201.125.344c1.812.484%204.113.781%206.406.781s4.594-.297%206.406-.781c.407-.11.77-.219%201.125-.344c-.277%201.36-.492%202.344-.968%204.781c-.235%201.196-.418%202.266-.625%203.375c-.012.016-.024.004-.125.125a3.6%203.6%200%200%201-.813.719C20.172%2020.41%2018.676%2021%2016%2021s-4.2-.594-5.031-1.125a3.3%203.3%200%200%201-.781-.688L10.03%2019c-.68-3.508-1.16-6.04-1.562-8.125zM16%2013c-1.645%200-3%201.355-3%203s1.355%203%203%203s3-1.355%203-3s-1.355-3-3-3m0%202c.563%200%201%20.438%201%201s-.438%201-1%201s-1-.438-1-1s.438-1%201-1m-5.406%206.906C11.797%2022.504%2013.512%2023%2016%2023c2.457%200%204.176-.465%205.375-1.063c-.152.758-.34%201.657-.375%201.907c-.02.027-.074.062-.156.125c-.184.14-.508.343-.969.5c-.922.312-2.309.531-3.875.531s-2.93-.215-3.844-.531c-.457-.157-.808-.352-1-.5s-.199-.219-.187-.157c-.031-.148-.278-1.414-.375-1.906%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%205c-2.293%200-4.594.297-6.406.781c-.906.242-1.68.496-2.313.875C6.648%207.036%206%207.602%206%208.5c0%20.223.055.441.125.625c.148.762%202.652%2013.8%202.906%2015.063c.121.601.504%201.046.938%201.375s.93.574%201.531.78c1.203.415%202.75.657%204.5.657s3.29-.242%204.5-.656c.605-.207%201.125-.446%201.563-.782c.437-.335.847-.777.937-1.406c.02-.14.21-1.343.5-2.843s.664-3.38%201.031-5.25c.688-3.52%201.266-6.543%201.344-6.938A1.8%201.8%200%200%200%2026%208.5c0-.898-.648-1.465-1.281-1.844s-1.407-.633-2.313-.875C20.594%205.297%2018.293%205%2016%205m0%202c2.125%200%204.32.266%205.906.688c.793.21%201.414.468%201.782.687c.101.063.109.086.156.125c-.047.04-.055.063-.157.125c-.367.219-.988.477-1.78.688C20.32%209.733%2018.124%2010%2016%2010s-4.32-.266-5.906-.688c-.793-.21-1.414-.468-1.781-.687c-.102-.063-.11-.086-.157-.125c.047-.04.055-.063.156-.125c.368-.219.989-.477%201.782-.688C11.68%207.266%2013.875%207%2016%207m-7.531%203.875c.355.125.719.234%201.125.344c1.812.484%204.113.781%206.406.781s4.594-.297%206.406-.781c.407-.11.77-.219%201.125-.344c-.277%201.36-.492%202.344-.968%204.781c-.235%201.196-.418%202.266-.625%203.375c-.012.016-.024.004-.125.125a3.6%203.6%200%200%201-.813.719C20.172%2020.41%2018.676%2021%2016%2021s-4.2-.594-5.031-1.125a3.3%203.3%200%200%201-.781-.688L10.03%2019c-.68-3.508-1.16-6.04-1.562-8.125zM16%2013c-1.645%200-3%201.355-3%203s1.355%203%203%203s3-1.355%203-3s-1.355-3-3-3m0%202c.563%200%201%20.438%201%201s-.438%201-1%201s-1-.438-1-1s.438-1%201-1m-5.406%206.906C11.797%2022.504%2013.512%2023%2016%2023c2.457%200%204.176-.465%205.375-1.063c-.152.758-.34%201.657-.375%201.907c-.02.027-.074.062-.156.125c-.184.14-.508.343-.969.5c-.922.312-2.309.531-3.875.531s-2.93-.215-3.844-.531c-.457-.157-.808-.352-1-.5s-.199-.219-.187-.157c-.031-.148-.278-1.414-.375-1.906%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/bitbucket.svg?color=%231a73e8&size=48