android debug bridge icon

android-debug-bridge from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
android-debug-bridge
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0
Aliases
adb

Related icons in Material Design Icons

Use the android debug bridge icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M15 9a1 1 0 0 1-1-1a1 1 0 0 1 1-1a1 1 0 0 1 1 1a1 1 0 0 1-1 1M9 9a1 1 0 0 1-1-1a1 1 0 0 1 1-1a1 1 0 0 1 1 1a1 1 0 0 1-1 1m7.12-4.63l2.1-2.1l-.82-.83l-2.31 2.31C14.16 3.28 13.11 3 12 3c-1.12 0-2.16.28-3.09.75L6.6 1.44l-.82.83l2.1 2.1C6.14 5.64 5 7.68 5 10v1h14v-1c0-2.32-1.14-4.36-2.88-5.63M5 16c0 3.86 3.13 7 7 7a7 7 0 0 0 7-7v-4H5v4z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function MdiAndroidDebugBridge(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M15 9a1 1 0 0 1-1-1a1 1 0 0 1 1-1a1 1 0 0 1 1 1a1 1 0 0 1-1 1M9 9a1 1 0 0 1-1-1a1 1 0 0 1 1-1a1 1 0 0 1 1 1a1 1 0 0 1-1 1m7.12-4.63l2.1-2.1l-.82-.83l-2.31 2.31C14.16 3.28 13.11 3 12 3c-1.12 0-2.16.28-3.09.75L6.6 1.44l-.82.83l2.1 2.1C6.14 5.64 5 7.68 5 10v1h14v-1c0-2.32-1.14-4.36-2.88-5.63M5 16c0 3.86 3.13 7 7 7a7 7 0 0 0 7-7v-4H5v4z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M15 9a1 1 0 0 1-1-1a1 1 0 0 1 1-1a1 1 0 0 1 1 1a1 1 0 0 1-1 1M9 9a1 1 0 0 1-1-1a1 1 0 0 1 1-1a1 1 0 0 1 1 1a1 1 0 0 1-1 1m7.12-4.63l2.1-2.1l-.82-.83l-2.31 2.31C14.16 3.28 13.11 3 12 3c-1.12 0-2.16.28-3.09.75L6.6 1.44l-.82.83l2.1 2.1C6.14 5.64 5 7.68 5 10v1h14v-1c0-2.32-1.14-4.36-2.88-5.63M5 16c0 3.86 3.13 7 7 7a7 7 0 0 0 7-7v-4H5v4z" fill="currentColor"/></svg>
</template>

CSS

.icon-android-debug-bridge {
  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%22M15%209a1%201%200%200%201-1-1a1%201%200%200%201%201-1a1%201%200%200%201%201%201a1%201%200%200%201-1%201M9%209a1%201%200%200%201-1-1a1%201%200%200%201%201-1a1%201%200%200%201%201%201a1%201%200%200%201-1%201m7.12-4.63l2.1-2.1l-.82-.83l-2.31%202.31C14.16%203.28%2013.11%203%2012%203c-1.12%200-2.16.28-3.09.75L6.6%201.44l-.82.83l2.1%202.1C6.14%205.64%205%207.68%205%2010v1h14v-1c0-2.32-1.14-4.36-2.88-5.63M5%2016c0%203.86%203.13%207%207%207a7%207%200%200%200%207-7v-4H5v4z%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%22M15%209a1%201%200%200%201-1-1a1%201%200%200%201%201-1a1%201%200%200%201%201%201a1%201%200%200%201-1%201M9%209a1%201%200%200%201-1-1a1%201%200%200%201%201-1a1%201%200%200%201%201%201a1%201%200%200%201-1%201m7.12-4.63l2.1-2.1l-.82-.83l-2.31%202.31C14.16%203.28%2013.11%203%2012%203c-1.12%200-2.16.28-3.09.75L6.6%201.44l-.82.83l2.1%202.1C6.14%205.64%205%207.68%205%2010v1h14v-1c0-2.32-1.14-4.36-2.88-5.63M5%2016c0%203.86%203.13%207%207%207a7%207%200%200%200%207-7v-4H5v4z%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/mdi/android-debug-bridge.svg?color=%231a73e8&size=48