round settings bluetooth icon

round-settings-bluetooth from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
round-settings-bluetooth
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the round settings bluetooth icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="23" r="1" fill="currentColor"/><circle cx="8" cy="23" r="1" fill="currentColor"/><circle cx="16" cy="23" r="1" fill="currentColor"/><path fill="currentColor" d="M13.41 10L17 6.42c.39-.39.39-1.02 0-1.42L12.21.21a.7.7 0 0 0-.5-.21c-.39 0-.71.32-.71.71v6.88L7.11 3.71A.996.996 0 1 0 5.7 5.12L10.59 10L5.7 14.89a.996.996 0 1 0 1.41 1.41L11 12.41v6.88c0 .39.32.71.71.71c.19 0 .37-.07.5-.21L17 15c.39-.39.39-1.02 0-1.42zM13 3.83l1.88 1.88L13 7.59zm0 12.34v-3.76l1.88 1.88z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundSettingsBluetooth(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="23" r="1" fill="currentColor"/><circle cx="8" cy="23" r="1" fill="currentColor"/><circle cx="16" cy="23" r="1" fill="currentColor"/><path fill="currentColor" d="M13.41 10L17 6.42c.39-.39.39-1.02 0-1.42L12.21.21a.7.7 0 0 0-.5-.21c-.39 0-.71.32-.71.71v6.88L7.11 3.71A.996.996 0 1 0 5.7 5.12L10.59 10L5.7 14.89a.996.996 0 1 0 1.41 1.41L11 12.41v6.88c0 .39.32.71.71.71c.19 0 .37-.07.5-.21L17 15c.39-.39.39-1.02 0-1.42zM13 3.83l1.88 1.88L13 7.59zm0 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"><circle cx="12" cy="23" r="1" fill="currentColor"/><circle cx="8" cy="23" r="1" fill="currentColor"/><circle cx="16" cy="23" r="1" fill="currentColor"/><path fill="currentColor" d="M13.41 10L17 6.42c.39-.39.39-1.02 0-1.42L12.21.21a.7.7 0 0 0-.5-.21c-.39 0-.71.32-.71.71v6.88L7.11 3.71A.996.996 0 1 0 5.7 5.12L10.59 10L5.7 14.89a.996.996 0 1 0 1.41 1.41L11 12.41v6.88c0 .39.32.71.71.71c.19 0 .37-.07.5-.21L17 15c.39-.39.39-1.02 0-1.42zM13 3.83l1.88 1.88L13 7.59zm0 12.34v-3.76l1.88 1.88z"/></svg>
</template>

CSS

.icon-round-settings-bluetooth {
  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%3Ccircle%20cx%3D%2212%22%20cy%3D%2223%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%2223%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2223%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.41%2010L17%206.42c.39-.39.39-1.02%200-1.42L12.21.21a.7.7%200%200%200-.5-.21c-.39%200-.71.32-.71.71v6.88L7.11%203.71A.996.996%200%201%200%205.7%205.12L10.59%2010L5.7%2014.89a.996.996%200%201%200%201.41%201.41L11%2012.41v6.88c0%20.39.32.71.71.71c.19%200%20.37-.07.5-.21L17%2015c.39-.39.39-1.02%200-1.42zM13%203.83l1.88%201.88L13%207.59zm0%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%3Ccircle%20cx%3D%2212%22%20cy%3D%2223%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%2223%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2223%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.41%2010L17%206.42c.39-.39.39-1.02%200-1.42L12.21.21a.7.7%200%200%200-.5-.21c-.39%200-.71.32-.71.71v6.88L7.11%203.71A.996.996%200%201%200%205.7%205.12L10.59%2010L5.7%2014.89a.996.996%200%201%200%201.41%201.41L11%2012.41v6.88c0%20.39.32.71.71.71c.19%200%20.37-.07.5-.21L17%2015c.39-.39.39-1.02%200-1.42zM13%203.83l1.88%201.88L13%207.59zm0%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-settings-bluetooth.svg?color=%231a73e8&size=48