bluetooth square icon
bluetooth-square-filled from Reicon by REICON · Filled · Devices · MIT Free for personal and commercial use.
- Name
- bluetooth-square-filled
- Set
- Reicon
- Style
- Filled
- Category
- Devices
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More devices icons from Reicon
Use the bluetooth square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.75 16v-2.5l1.733 1.3l.264.2q-.109.084-.264.2l-1.333 1q-.238.179-.397.295A29 29 0 0 1 11.75 16m.04.96v-.003zM11.75 8v2.5l1.733-1.3c.105-.078.19-.143.264-.2q-.109-.084-.264-.2l-1.333-1q-.238-.178-.397-.294c-.003.133-.003.295-.003.494"/><path fill-rule="evenodd" d="M3.464 3.464C2 4.93 2 7.286 2 12s0 7.071 1.464 8.535C4.93 22 7.286 22 12 22s7.071 0 8.535-1.465C22 19.072 22 16.714 22 12s0-7.071-1.465-8.536C19.072 2 16.714 2 12 2S4.929 2 3.464 3.464M13.01 6.57c-.314-.236-.614-.46-.872-.6c-.264-.144-.716-.329-1.197-.088c-.481.24-.605.713-.649 1.01c-.042.29-.042.665-.042 1.058v2.449L8.48 8.924a.75.75 0 1 0-.96 1.152L9.828 12L7.52 13.924a.75.75 0 0 0 .96 1.152l1.77-1.475v2.45c0 .392 0 .766.043 1.057c.043.298.167.77.648 1.01s.933.056 1.197-.087c.258-.14.558-.365.872-.6l1.407-1.056c.215-.161.437-.327.598-.49c.183-.184.402-.473.402-.885s-.219-.7-.402-.885a6 6 0 0 0-.598-.49L12.25 12l2.167-1.625c.215-.161.437-.327.598-.49c.183-.184.402-.473.402-.885s-.219-.7-.402-.885a6 6 0 0 0-.598-.49z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBluetoothSquareFilled(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="M11.75 16v-2.5l1.733 1.3l.264.2q-.109.084-.264.2l-1.333 1q-.238.179-.397.295A29 29 0 0 1 11.75 16m.04.96v-.003zM11.75 8v2.5l1.733-1.3c.105-.078.19-.143.264-.2q-.109-.084-.264-.2l-1.333-1q-.238-.178-.397-.294c-.003.133-.003.295-.003.494"/><path fillRule="evenodd" d="M3.464 3.464C2 4.93 2 7.286 2 12s0 7.071 1.464 8.535C4.93 22 7.286 22 12 22s7.071 0 8.535-1.465C22 19.072 22 16.714 22 12s0-7.071-1.465-8.536C19.072 2 16.714 2 12 2S4.929 2 3.464 3.464M13.01 6.57c-.314-.236-.614-.46-.872-.6c-.264-.144-.716-.329-1.197-.088c-.481.24-.605.713-.649 1.01c-.042.29-.042.665-.042 1.058v2.449L8.48 8.924a.75.75 0 1 0-.96 1.152L9.828 12L7.52 13.924a.75.75 0 0 0 .96 1.152l1.77-1.475v2.45c0 .392 0 .766.043 1.057c.043.298.167.77.648 1.01s.933.056 1.197-.087c.258-.14.558-.365.872-.6l1.407-1.056c.215-.161.437-.327.598-.49c.183-.184.402-.473.402-.885s-.219-.7-.402-.885a6 6 0 0 0-.598-.49L12.25 12l2.167-1.625c.215-.161.437-.327.598-.49c.183-.184.402-.473.402-.885s-.219-.7-.402-.885a6 6 0 0 0-.598-.49z" clipRule="evenodd"/></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="M11.75 16v-2.5l1.733 1.3l.264.2q-.109.084-.264.2l-1.333 1q-.238.179-.397.295A29 29 0 0 1 11.75 16m.04.96v-.003zM11.75 8v2.5l1.733-1.3c.105-.078.19-.143.264-.2q-.109-.084-.264-.2l-1.333-1q-.238-.178-.397-.294c-.003.133-.003.295-.003.494"/><path fill-rule="evenodd" d="M3.464 3.464C2 4.93 2 7.286 2 12s0 7.071 1.464 8.535C4.93 22 7.286 22 12 22s7.071 0 8.535-1.465C22 19.072 22 16.714 22 12s0-7.071-1.465-8.536C19.072 2 16.714 2 12 2S4.929 2 3.464 3.464M13.01 6.57c-.314-.236-.614-.46-.872-.6c-.264-.144-.716-.329-1.197-.088c-.481.24-.605.713-.649 1.01c-.042.29-.042.665-.042 1.058v2.449L8.48 8.924a.75.75 0 1 0-.96 1.152L9.828 12L7.52 13.924a.75.75 0 0 0 .96 1.152l1.77-1.475v2.45c0 .392 0 .766.043 1.057c.043.298.167.77.648 1.01s.933.056 1.197-.087c.258-.14.558-.365.872-.6l1.407-1.056c.215-.161.437-.327.598-.49c.183-.184.402-.473.402-.885s-.219-.7-.402-.885a6 6 0 0 0-.598-.49L12.25 12l2.167-1.625c.215-.161.437-.327.598-.49c.183-.184.402-.473.402-.885s-.219-.7-.402-.885a6 6 0 0 0-.598-.49z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-bluetooth-square-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%22M11.75%2016v-2.5l1.733%201.3l.264.2q-.109.084-.264.2l-1.333%201q-.238.179-.397.295A29%2029%200%200%201%2011.75%2016m.04.96v-.003zM11.75%208v2.5l1.733-1.3c.105-.078.19-.143.264-.2q-.109-.084-.264-.2l-1.333-1q-.238-.178-.397-.294c-.003.133-.003.295-.003.494%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.464%203.464C2%204.93%202%207.286%202%2012s0%207.071%201.464%208.535C4.93%2022%207.286%2022%2012%2022s7.071%200%208.535-1.465C22%2019.072%2022%2016.714%2022%2012s0-7.071-1.465-8.536C19.072%202%2016.714%202%2012%202S4.929%202%203.464%203.464M13.01%206.57c-.314-.236-.614-.46-.872-.6c-.264-.144-.716-.329-1.197-.088c-.481.24-.605.713-.649%201.01c-.042.29-.042.665-.042%201.058v2.449L8.48%208.924a.75.75%200%201%200-.96%201.152L9.828%2012L7.52%2013.924a.75.75%200%200%200%20.96%201.152l1.77-1.475v2.45c0%20.392%200%20.766.043%201.057c.043.298.167.77.648%201.01s.933.056%201.197-.087c.258-.14.558-.365.872-.6l1.407-1.056c.215-.161.437-.327.598-.49c.183-.184.402-.473.402-.885s-.219-.7-.402-.885a6%206%200%200%200-.598-.49L12.25%2012l2.167-1.625c.215-.161.437-.327.598-.49c.183-.184.402-.473.402-.885s-.219-.7-.402-.885a6%206%200%200%200-.598-.49z%22%20clip-rule%3D%22evenodd%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%22M11.75%2016v-2.5l1.733%201.3l.264.2q-.109.084-.264.2l-1.333%201q-.238.179-.397.295A29%2029%200%200%201%2011.75%2016m.04.96v-.003zM11.75%208v2.5l1.733-1.3c.105-.078.19-.143.264-.2q-.109-.084-.264-.2l-1.333-1q-.238-.178-.397-.294c-.003.133-.003.295-.003.494%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.464%203.464C2%204.93%202%207.286%202%2012s0%207.071%201.464%208.535C4.93%2022%207.286%2022%2012%2022s7.071%200%208.535-1.465C22%2019.072%2022%2016.714%2022%2012s0-7.071-1.465-8.536C19.072%202%2016.714%202%2012%202S4.929%202%203.464%203.464M13.01%206.57c-.314-.236-.614-.46-.872-.6c-.264-.144-.716-.329-1.197-.088c-.481.24-.605.713-.649%201.01c-.042.29-.042.665-.042%201.058v2.449L8.48%208.924a.75.75%200%201%200-.96%201.152L9.828%2012L7.52%2013.924a.75.75%200%200%200%20.96%201.152l1.77-1.475v2.45c0%20.392%200%20.766.043%201.057c.043.298.167.77.648%201.01s.933.056%201.197-.087c.258-.14.558-.365.872-.6l1.407-1.056c.215-.161.437-.327.598-.49c.183-.184.402-.473.402-.885s-.219-.7-.402-.885a6%206%200%200%200-.598-.49L12.25%2012l2.167-1.625c.215-.161.437-.327.598-.49c.183-.184.402-.473.402-.885s-.219-.7-.402-.885a6%206%200%200%200-.598-.49z%22%20clip-rule%3D%22evenodd%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-square-filled.svg?color=%231a73e8&size=48