bluetooth searching icon
bluetooth-searching-rounded from Material Symbols by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.
- Name
- bluetooth-searching-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- bluetooth-searching-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More android icons from Material Symbols
1x-mobiledata1x-mobiledata-badge3g-mobiledata3g-mobiledata-badge4g-mobiledata4g-mobiledata-badge4g-plus-mobiledata5g5g-mobiledata-badgeadbairplanemode-inactiveandroidandroid-cell-4-barandroid-cell-4-bar-alertandroid-cell-4-bar-offandroid-cell-4-bar-plusandroid-cell-5-barandroid-cell-5-bar-alertandroid-cell-5-bar-offandroid-cell-5-bar-plusandroid-cell-dual-4-barandroid-cell-dual-4-bar-alertandroid-cell-dual-4-bar-plusandroid-cell-dual-5-bar
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 14.4l-3.9 3.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7L8.6 12L3.7 7.1q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275L9 9.6V3.425q0-.45.3-.737T10 2.4q.2 0 .375.075t.325.225L15 7q.15.15.213.325t.062.375t-.062.375T15 8.4L11.4 12l3.6 3.6q.15.15.213.325t.062.375t-.062.375T15 17l-4.3 4.3q-.15.15-.325.225T10 21.6q-.4 0-.7-.288t-.3-.737zm2-4.8l1.9-1.9L11 5.85zm0 8.55l1.9-1.85l-1.9-1.9zm4.85-4.525L14.6 12.35q-.15-.15-.15-.35t.15-.35l1.25-1.25q.3-.3.613-.225t.412.475q.1.35.138.675t.037.675t-.037.7t-.138.7q-.1.4-.412.462t-.613-.237m2.825 2.8q-.175-.175-.225-.45t.075-.5q.375-.8.575-1.687T19.3 12t-.2-1.775t-.575-1.675q-.125-.25-.075-.525t.25-.475q.35-.35.775-.25t.625.575q.45.975.675 2.013T21 12t-.238 2.1t-.662 1.975q-.2.475-.638.588t-.787-.238"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBluetoothSearchingRounded(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 14.4l-3.9 3.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7L8.6 12L3.7 7.1q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275L9 9.6V3.425q0-.45.3-.737T10 2.4q.2 0 .375.075t.325.225L15 7q.15.15.213.325t.062.375t-.062.375T15 8.4L11.4 12l3.6 3.6q.15.15.213.325t.062.375t-.062.375T15 17l-4.3 4.3q-.15.15-.325.225T10 21.6q-.4 0-.7-.288t-.3-.737zm2-4.8l1.9-1.9L11 5.85zm0 8.55l1.9-1.85l-1.9-1.9zm4.85-4.525L14.6 12.35q-.15-.15-.15-.35t.15-.35l1.25-1.25q.3-.3.613-.225t.412.475q.1.35.138.675t.037.675t-.037.7t-.138.7q-.1.4-.412.462t-.613-.237m2.825 2.8q-.175-.175-.225-.45t.075-.5q.375-.8.575-1.687T19.3 12t-.2-1.775t-.575-1.675q-.125-.25-.075-.525t.25-.475q.35-.35.775-.25t.625.575q.45.975.675 2.013T21 12t-.238 2.1t-.662 1.975q-.2.475-.638.588t-.787-.238"/></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 14.4l-3.9 3.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7L8.6 12L3.7 7.1q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275L9 9.6V3.425q0-.45.3-.737T10 2.4q.2 0 .375.075t.325.225L15 7q.15.15.213.325t.062.375t-.062.375T15 8.4L11.4 12l3.6 3.6q.15.15.213.325t.062.375t-.062.375T15 17l-4.3 4.3q-.15.15-.325.225T10 21.6q-.4 0-.7-.288t-.3-.737zm2-4.8l1.9-1.9L11 5.85zm0 8.55l1.9-1.85l-1.9-1.9zm4.85-4.525L14.6 12.35q-.15-.15-.15-.35t.15-.35l1.25-1.25q.3-.3.613-.225t.412.475q.1.35.138.675t.037.675t-.037.7t-.138.7q-.1.4-.412.462t-.613-.237m2.825 2.8q-.175-.175-.225-.45t.075-.5q.375-.8.575-1.687T19.3 12t-.2-1.775t-.575-1.675q-.125-.25-.075-.525t.25-.475q.35-.35.775-.25t.625.575q.45.975.675 2.013T21 12t-.238 2.1t-.662 1.975q-.2.475-.638.588t-.787-.238"/></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%2014.4l-3.9%203.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7L8.6%2012L3.7%207.1q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275L9%209.6V3.425q0-.45.3-.737T10%202.4q.2%200%20.375.075t.325.225L15%207q.15.15.213.325t.062.375t-.062.375T15%208.4L11.4%2012l3.6%203.6q.15.15.213.325t.062.375t-.062.375T15%2017l-4.3%204.3q-.15.15-.325.225T10%2021.6q-.4%200-.7-.288t-.3-.737zm2-4.8l1.9-1.9L11%205.85zm0%208.55l1.9-1.85l-1.9-1.9zm4.85-4.525L14.6%2012.35q-.15-.15-.15-.35t.15-.35l1.25-1.25q.3-.3.613-.225t.412.475q.1.35.138.675t.037.675t-.037.7t-.138.7q-.1.4-.412.462t-.613-.237m2.825%202.8q-.175-.175-.225-.45t.075-.5q.375-.8.575-1.687T19.3%2012t-.2-1.775t-.575-1.675q-.125-.25-.075-.525t.25-.475q.35-.35.775-.25t.625.575q.45.975.675%202.013T21%2012t-.238%202.1t-.662%201.975q-.2.475-.638.588t-.787-.238%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%2014.4l-3.9%203.9q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7L8.6%2012L3.7%207.1q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275L9%209.6V3.425q0-.45.3-.737T10%202.4q.2%200%20.375.075t.325.225L15%207q.15.15.213.325t.062.375t-.062.375T15%208.4L11.4%2012l3.6%203.6q.15.15.213.325t.062.375t-.062.375T15%2017l-4.3%204.3q-.15.15-.325.225T10%2021.6q-.4%200-.7-.288t-.3-.737zm2-4.8l1.9-1.9L11%205.85zm0%208.55l1.9-1.85l-1.9-1.9zm4.85-4.525L14.6%2012.35q-.15-.15-.15-.35t.15-.35l1.25-1.25q.3-.3.613-.225t.412.475q.1.35.138.675t.037.675t-.037.7t-.138.7q-.1.4-.412.462t-.613-.237m2.825%202.8q-.175-.175-.225-.45t.075-.5q.375-.8.575-1.687T19.3%2012t-.2-1.775t-.575-1.675q-.125-.25-.075-.525t.25-.475q.35-.35.775-.25t.625.575q.45.975.675%202.013T21%2012t-.238%202.1t-.662%201.975q-.2.475-.638.588t-.787-.238%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/bluetooth-searching-rounded.svg?color=%231a73e8&size=48