bluetooth rectangle icon

bluetooth-rectangle-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
bluetooth-rectangle-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the bluetooth rectangle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m12.9 16.33l1.67-1.39l-1.67-1.53zm0-5.738l1.67-1.53l-1.67-1.39z"/><path d="M15 2H9C6 2 4 4 4 7v10c0 3 2 5 5 5h6c3 0 5-2 5-5V7c0-3-2-5-5-5m.72 11.95c.29.27.45.64.44 1.02s-.19.75-.49 1L13.6 17.7c-.38.32-.73.41-1 .41c-.22 0-.39-.06-.49-.1c-.22-.1-.72-.43-.72-1.34V14l-2.3 2.11c-.3.28-.78.26-1.06-.05A.746.746 0 0 1 8.08 15l3.28-3l-3.28-3.01A.755.755 0 0 1 9.1 7.88L11.4 10V7.33c0-.9.5-1.23.72-1.34c.21-.1.79-.28 1.49.3l2.06 1.72c.3.25.48.62.49 1s-.15.76-.44 1.02L13.58 12z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBluetoothRectangleFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m12.9 16.33l1.67-1.39l-1.67-1.53zm0-5.738l1.67-1.53l-1.67-1.39z"/><path d="M15 2H9C6 2 4 4 4 7v10c0 3 2 5 5 5h6c3 0 5-2 5-5V7c0-3-2-5-5-5m.72 11.95c.29.27.45.64.44 1.02s-.19.75-.49 1L13.6 17.7c-.38.32-.73.41-1 .41c-.22 0-.39-.06-.49-.1c-.22-.1-.72-.43-.72-1.34V14l-2.3 2.11c-.3.28-.78.26-1.06-.05A.746.746 0 0 1 8.08 15l3.28-3l-3.28-3.01A.755.755 0 0 1 9.1 7.88L11.4 10V7.33c0-.9.5-1.23.72-1.34c.21-.1.79-.28 1.49.3l2.06 1.72c.3.25.48.62.49 1s-.15.76-.44 1.02L13.58 12z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m12.9 16.33l1.67-1.39l-1.67-1.53zm0-5.738l1.67-1.53l-1.67-1.39z"/><path d="M15 2H9C6 2 4 4 4 7v10c0 3 2 5 5 5h6c3 0 5-2 5-5V7c0-3-2-5-5-5m.72 11.95c.29.27.45.64.44 1.02s-.19.75-.49 1L13.6 17.7c-.38.32-.73.41-1 .41c-.22 0-.39-.06-.49-.1c-.22-.1-.72-.43-.72-1.34V14l-2.3 2.11c-.3.28-.78.26-1.06-.05A.746.746 0 0 1 8.08 15l3.28-3l-3.28-3.01A.755.755 0 0 1 9.1 7.88L11.4 10V7.33c0-.9.5-1.23.72-1.34c.21-.1.79-.28 1.49.3l2.06 1.72c.3.25.48.62.49 1s-.15.76-.44 1.02L13.58 12z"/></g></svg>
</template>

CSS

.icon-bluetooth-rectangle-filled {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m12.9%2016.33l1.67-1.39l-1.67-1.53zm0-5.738l1.67-1.53l-1.67-1.39z%22%2F%3E%3Cpath%20d%3D%22M15%202H9C6%202%204%204%204%207v10c0%203%202%205%205%205h6c3%200%205-2%205-5V7c0-3-2-5-5-5m.72%2011.95c.29.27.45.64.44%201.02s-.19.75-.49%201L13.6%2017.7c-.38.32-.73.41-1%20.41c-.22%200-.39-.06-.49-.1c-.22-.1-.72-.43-.72-1.34V14l-2.3%202.11c-.3.28-.78.26-1.06-.05A.746.746%200%200%201%208.08%2015l3.28-3l-3.28-3.01A.755.755%200%200%201%209.1%207.88L11.4%2010V7.33c0-.9.5-1.23.72-1.34c.21-.1.79-.28%201.49.3l2.06%201.72c.3.25.48.62.49%201s-.15.76-.44%201.02L13.58%2012z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m12.9%2016.33l1.67-1.39l-1.67-1.53zm0-5.738l1.67-1.53l-1.67-1.39z%22%2F%3E%3Cpath%20d%3D%22M15%202H9C6%202%204%204%204%207v10c0%203%202%205%205%205h6c3%200%205-2%205-5V7c0-3-2-5-5-5m.72%2011.95c.29.27.45.64.44%201.02s-.19.75-.49%201L13.6%2017.7c-.38.32-.73.41-1%20.41c-.22%200-.39-.06-.49-.1c-.22-.1-.72-.43-.72-1.34V14l-2.3%202.11c-.3.28-.78.26-1.06-.05A.746.746%200%200%201%208.08%2015l3.28-3l-3.28-3.01A.755.755%200%200%201%209.1%207.88L11.4%2010V7.33c0-.9.5-1.23.72-1.34c.21-.1.79-.28%201.49.3l2.06%201.72c.3.25.48.62.49%201s-.15.76-.44%201.02L13.58%2012z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/bluetooth-rectangle-filled.svg?color=%231a73e8&size=48