baseline adb icon
baseline-adb from Google Material Icons by Material Design Authors · Baseline · Notification · Apache-2.0 Free for personal and commercial use.
- Name
- baseline-adb
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Notification
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- adb
More notification icons from Google Material Icons
baseline-account-treebaseline-airline-seat-flatbaseline-airline-seat-flat-angledbaseline-airline-seat-individual-suitebaseline-airline-seat-legroom-extrabaseline-airline-seat-legroom-normalbaseline-airline-seat-legroom-reducedbaseline-airline-seat-recline-extrabaseline-airline-seat-recline-normalbaseline-bluetooth-audiobaseline-confirmation-numberbaseline-directions-offbaseline-disc-fullbaseline-do-disturbbaseline-do-disturb-altbaseline-do-disturb-offbaseline-do-disturb-onbaseline-do-not-disturbbaseline-do-not-disturb-altbaseline-do-not-disturb-offbaseline-do-not-disturb-onbaseline-drive-etabaseline-enhanced-encryptionbaseline-event-available
Use the baseline adb icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 16c0 3.87 3.13 7 7 7s7-3.13 7-7v-4H5zM16.12 4.37l2.1-2.1l-.82-.83l-2.3 2.31C14.16 3.28 13.12 3 12 3s-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.63M9 9c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m6 0c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1"/></svg>
React
import type { SVGProps } from "react";
export function IcBaselineAdb(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 16c0 3.87 3.13 7 7 7s7-3.13 7-7v-4H5zM16.12 4.37l2.1-2.1l-.82-.83l-2.3 2.31C14.16 3.28 13.12 3 12 3s-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.63M9 9c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m6 0c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1"/></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 16c0 3.87 3.13 7 7 7s7-3.13 7-7v-4H5zM16.12 4.37l2.1-2.1l-.82-.83l-2.3 2.31C14.16 3.28 13.12 3 12 3s-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.63M9 9c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m6 0c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1"/></svg> </template>
CSS
.icon-baseline-adb {
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%2016c0%203.87%203.13%207%207%207s7-3.13%207-7v-4H5zM16.12%204.37l2.1-2.1l-.82-.83l-2.3%202.31C14.16%203.28%2013.12%203%2012%203s-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.63M9%209c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201m6%200c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201%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%2016c0%203.87%203.13%207%207%207s7-3.13%207-7v-4H5zM16.12%204.37l2.1-2.1l-.82-.83l-2.3%202.31C14.16%203.28%2013.12%203%2012%203s-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.63M9%209c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201m6%200c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/baseline-adb.svg?color=%231a73e8&size=48