bluetooth searching icon

bluetooth-searching-rounded from Material Symbols Light by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.

Name
bluetooth-searching-rounded
Set
Material Symbols Light
Style
Rounded
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
bluetooth-searching-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

Use the bluetooth searching icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.808 13.208l-4.746 4.746q-.14.14-.345.15q-.203.01-.363-.15t-.16-.354t.16-.354L9.6 12L4.354 6.754q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l4.746 4.746V4.137q0-.373.252-.594q.251-.22.555-.22q.143 0 .289.056t.277.187l3.569 3.569q.13.13.184.267t.053.298t-.053.298t-.184.268L11.016 12l3.734 3.735q.13.13.184.267t.053.298t-.053.298t-.184.267l-3.57 3.57q-.13.13-.276.186t-.288.056q-.304 0-.556-.22t-.252-.594zm1-2.416L13.9 7.7l-3.092-3.08zm0 8.589L13.9 16.3l-3.092-3.092zm5.35-6.314l-.77-.775q-.13-.13-.13-.292t.13-.292l.77-.77q.223-.223.458-.167t.298.36q.061.235.08.435t.017.434t-.018.44t-.08.44q-.061.305-.297.358q-.235.053-.458-.17m2.325 2.319q-.099-.098-.13-.239q-.03-.14.037-.27q.318-.684.498-1.398q.181-.714.181-1.48t-.18-1.477t-.498-1.396q-.068-.135-.037-.275q.03-.14.134-.244q.177-.177.4-.144t.346.277q.374.763.57 1.58Q20 11.136 20 12t-.199 1.677t-.566 1.571q-.124.244-.35.28q-.226.035-.402-.142"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBluetoothSearchingRounded(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="m9.808 13.208l-4.746 4.746q-.14.14-.345.15q-.203.01-.363-.15t-.16-.354t.16-.354L9.6 12L4.354 6.754q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l4.746 4.746V4.137q0-.373.252-.594q.251-.22.555-.22q.143 0 .289.056t.277.187l3.569 3.569q.13.13.184.267t.053.298t-.053.298t-.184.268L11.016 12l3.734 3.735q.13.13.184.267t.053.298t-.053.298t-.184.267l-3.57 3.57q-.13.13-.276.186t-.288.056q-.304 0-.556-.22t-.252-.594zm1-2.416L13.9 7.7l-3.092-3.08zm0 8.589L13.9 16.3l-3.092-3.092zm5.35-6.314l-.77-.775q-.13-.13-.13-.292t.13-.292l.77-.77q.223-.223.458-.167t.298.36q.061.235.08.435t.017.434t-.018.44t-.08.44q-.061.305-.297.358q-.235.053-.458-.17m2.325 2.319q-.099-.098-.13-.239q-.03-.14.037-.27q.318-.684.498-1.398q.181-.714.181-1.48t-.18-1.477t-.498-1.396q-.068-.135-.037-.275q.03-.14.134-.244q.177-.177.4-.144t.346.277q.374.763.57 1.58Q20 11.136 20 12t-.199 1.677t-.566 1.571q-.124.244-.35.28q-.226.035-.402-.142"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.808 13.208l-4.746 4.746q-.14.14-.345.15q-.203.01-.363-.15t-.16-.354t.16-.354L9.6 12L4.354 6.754q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l4.746 4.746V4.137q0-.373.252-.594q.251-.22.555-.22q.143 0 .289.056t.277.187l3.569 3.569q.13.13.184.267t.053.298t-.053.298t-.184.268L11.016 12l3.734 3.735q.13.13.184.267t.053.298t-.053.298t-.184.267l-3.57 3.57q-.13.13-.276.186t-.288.056q-.304 0-.556-.22t-.252-.594zm1-2.416L13.9 7.7l-3.092-3.08zm0 8.589L13.9 16.3l-3.092-3.092zm5.35-6.314l-.77-.775q-.13-.13-.13-.292t.13-.292l.77-.77q.223-.223.458-.167t.298.36q.061.235.08.435t.017.434t-.018.44t-.08.44q-.061.305-.297.358q-.235.053-.458-.17m2.325 2.319q-.099-.098-.13-.239q-.03-.14.037-.27q.318-.684.498-1.398q.181-.714.181-1.48t-.18-1.477t-.498-1.396q-.068-.135-.037-.275q.03-.14.134-.244q.177-.177.4-.144t.346.277q.374.763.57 1.58Q20 11.136 20 12t-.199 1.677t-.566 1.571q-.124.244-.35.28q-.226.035-.402-.142"/></svg>
</template>

CSS

.icon-bluetooth-searching-rounded {
  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%22m9.808%2013.208l-4.746%204.746q-.14.14-.345.15q-.203.01-.363-.15t-.16-.354t.16-.354L9.6%2012L4.354%206.754q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l4.746%204.746V4.137q0-.373.252-.594q.251-.22.555-.22q.143%200%20.289.056t.277.187l3.569%203.569q.13.13.184.267t.053.298t-.053.298t-.184.268L11.016%2012l3.734%203.735q.13.13.184.267t.053.298t-.053.298t-.184.267l-3.57%203.57q-.13.13-.276.186t-.288.056q-.304%200-.556-.22t-.252-.594zm1-2.416L13.9%207.7l-3.092-3.08zm0%208.589L13.9%2016.3l-3.092-3.092zm5.35-6.314l-.77-.775q-.13-.13-.13-.292t.13-.292l.77-.77q.223-.223.458-.167t.298.36q.061.235.08.435t.017.434t-.018.44t-.08.44q-.061.305-.297.358q-.235.053-.458-.17m2.325%202.319q-.099-.098-.13-.239q-.03-.14.037-.27q.318-.684.498-1.398q.181-.714.181-1.48t-.18-1.477t-.498-1.396q-.068-.135-.037-.275q.03-.14.134-.244q.177-.177.4-.144t.346.277q.374.763.57%201.58Q20%2011.136%2020%2012t-.199%201.677t-.566%201.571q-.124.244-.35.28q-.226.035-.402-.142%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%22m9.808%2013.208l-4.746%204.746q-.14.14-.345.15q-.203.01-.363-.15t-.16-.354t.16-.354L9.6%2012L4.354%206.754q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l4.746%204.746V4.137q0-.373.252-.594q.251-.22.555-.22q.143%200%20.289.056t.277.187l3.569%203.569q.13.13.184.267t.053.298t-.053.298t-.184.268L11.016%2012l3.734%203.735q.13.13.184.267t.053.298t-.053.298t-.184.267l-3.57%203.57q-.13.13-.276.186t-.288.056q-.304%200-.556-.22t-.252-.594zm1-2.416L13.9%207.7l-3.092-3.08zm0%208.589L13.9%2016.3l-3.092-3.092zm5.35-6.314l-.77-.775q-.13-.13-.13-.292t.13-.292l.77-.77q.223-.223.458-.167t.298.36q.061.235.08.435t.017.434t-.018.44t-.08.44q-.061.305-.297.358q-.235.053-.458-.17m2.325%202.319q-.099-.098-.13-.239q-.03-.14.037-.27q.318-.684.498-1.398q.181-.714.181-1.48t-.18-1.477t-.498-1.396q-.068-.135-.037-.275q.03-.14.134-.244q.177-.177.4-.144t.346.277q.374.763.57%201.58Q20%2011.136%2020%2012t-.199%201.677t-.566%201.571q-.124.244-.35.28q-.226.035-.402-.142%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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