round bluetooth audio icon
round-bluetooth-audio from Google Material Icons by Material Design Authors · Baseline · Notification · Apache-2.0 Free for personal and commercial use.
- Name
- round-bluetooth-audio
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Notification
- Viewbox
- 24×24
- License
- Apache 2.0
More notification icons from Google Material Icons
baseline-account-treebaseline-adbbaseline-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-encryption
Use the round bluetooth audio icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.98 10.28l-1.38 1.38c-.2.2-.2.51 0 .71l1.38 1.38c.28.28.75.15.85-.23c.11-.5.17-1 .17-1.52a6 6 0 0 0-.18-1.48a.5.5 0 0 0-.84-.24m4.12-2.5a.863.863 0 0 0-1.4-.24c-.26.26-.31.64-.17.98c.46 1.07.72 2.24.72 3.47c0 1.24-.26 2.42-.73 3.49a.84.84 0 0 0 .16.94a.84.84 0 0 0 1.35-.23c.63-1.3.98-2.76.98-4.3a10 10 0 0 0-.91-4.11M11.39 12l3.59-3.58c.39-.39.39-1.02 0-1.42l-4.29-4.29c-.63-.63-1.71-.18-1.71.71V9.6L5.09 5.7a.996.996 0 1 0-1.41 1.41L8.57 12l-4.89 4.89a.996.996 0 1 0 1.41 1.41l3.89-3.89v6.18c0 .89 1.08 1.34 1.71.71l4.3-4.3c.39-.39.39-1.02 0-1.42zm-.41-6.17l1.88 1.88l-1.88 1.88zm0 12.34v-3.76l1.88 1.88z"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundBluetoothAudio(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="m15.98 10.28l-1.38 1.38c-.2.2-.2.51 0 .71l1.38 1.38c.28.28.75.15.85-.23c.11-.5.17-1 .17-1.52a6 6 0 0 0-.18-1.48a.5.5 0 0 0-.84-.24m4.12-2.5a.863.863 0 0 0-1.4-.24c-.26.26-.31.64-.17.98c.46 1.07.72 2.24.72 3.47c0 1.24-.26 2.42-.73 3.49a.84.84 0 0 0 .16.94a.84.84 0 0 0 1.35-.23c.63-1.3.98-2.76.98-4.3a10 10 0 0 0-.91-4.11M11.39 12l3.59-3.58c.39-.39.39-1.02 0-1.42l-4.29-4.29c-.63-.63-1.71-.18-1.71.71V9.6L5.09 5.7a.996.996 0 1 0-1.41 1.41L8.57 12l-4.89 4.89a.996.996 0 1 0 1.41 1.41l3.89-3.89v6.18c0 .89 1.08 1.34 1.71.71l4.3-4.3c.39-.39.39-1.02 0-1.42zm-.41-6.17l1.88 1.88l-1.88 1.88zm0 12.34v-3.76l1.88 1.88z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.98 10.28l-1.38 1.38c-.2.2-.2.51 0 .71l1.38 1.38c.28.28.75.15.85-.23c.11-.5.17-1 .17-1.52a6 6 0 0 0-.18-1.48a.5.5 0 0 0-.84-.24m4.12-2.5a.863.863 0 0 0-1.4-.24c-.26.26-.31.64-.17.98c.46 1.07.72 2.24.72 3.47c0 1.24-.26 2.42-.73 3.49a.84.84 0 0 0 .16.94a.84.84 0 0 0 1.35-.23c.63-1.3.98-2.76.98-4.3a10 10 0 0 0-.91-4.11M11.39 12l3.59-3.58c.39-.39.39-1.02 0-1.42l-4.29-4.29c-.63-.63-1.71-.18-1.71.71V9.6L5.09 5.7a.996.996 0 1 0-1.41 1.41L8.57 12l-4.89 4.89a.996.996 0 1 0 1.41 1.41l3.89-3.89v6.18c0 .89 1.08 1.34 1.71.71l4.3-4.3c.39-.39.39-1.02 0-1.42zm-.41-6.17l1.88 1.88l-1.88 1.88zm0 12.34v-3.76l1.88 1.88z"/></svg> </template>
CSS
.icon-round-bluetooth-audio {
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%22m15.98%2010.28l-1.38%201.38c-.2.2-.2.51%200%20.71l1.38%201.38c.28.28.75.15.85-.23c.11-.5.17-1%20.17-1.52a6%206%200%200%200-.18-1.48a.5.5%200%200%200-.84-.24m4.12-2.5a.863.863%200%200%200-1.4-.24c-.26.26-.31.64-.17.98c.46%201.07.72%202.24.72%203.47c0%201.24-.26%202.42-.73%203.49a.84.84%200%200%200%20.16.94a.84.84%200%200%200%201.35-.23c.63-1.3.98-2.76.98-4.3a10%2010%200%200%200-.91-4.11M11.39%2012l3.59-3.58c.39-.39.39-1.02%200-1.42l-4.29-4.29c-.63-.63-1.71-.18-1.71.71V9.6L5.09%205.7a.996.996%200%201%200-1.41%201.41L8.57%2012l-4.89%204.89a.996.996%200%201%200%201.41%201.41l3.89-3.89v6.18c0%20.89%201.08%201.34%201.71.71l4.3-4.3c.39-.39.39-1.02%200-1.42zm-.41-6.17l1.88%201.88l-1.88%201.88zm0%2012.34v-3.76l1.88%201.88z%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%22m15.98%2010.28l-1.38%201.38c-.2.2-.2.51%200%20.71l1.38%201.38c.28.28.75.15.85-.23c.11-.5.17-1%20.17-1.52a6%206%200%200%200-.18-1.48a.5.5%200%200%200-.84-.24m4.12-2.5a.863.863%200%200%200-1.4-.24c-.26.26-.31.64-.17.98c.46%201.07.72%202.24.72%203.47c0%201.24-.26%202.42-.73%203.49a.84.84%200%200%200%20.16.94a.84.84%200%200%200%201.35-.23c.63-1.3.98-2.76.98-4.3a10%2010%200%200%200-.91-4.11M11.39%2012l3.59-3.58c.39-.39.39-1.02%200-1.42l-4.29-4.29c-.63-.63-1.71-.18-1.71.71V9.6L5.09%205.7a.996.996%200%201%200-1.41%201.41L8.57%2012l-4.89%204.89a.996.996%200%201%200%201.41%201.41l3.89-3.89v6.18c0%20.89%201.08%201.34%201.71.71l4.3-4.3c.39-.39.39-1.02%200-1.42zm-.41-6.17l1.88%201.88l-1.88%201.88zm0%2012.34v-3.76l1.88%201.88z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-bluetooth-audio.svg?color=%231a73e8&size=48