bluetooth icon
bluetooth from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- bluetooth
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
bluetoothAkar IconsbluetoothBootstrap IconsbluetoothBoxIcons v2bluetoothCarbonbluetooth-fillEva IconsbluetoothFont Awesome 6 BrandsbluetoothFeather Iconsbluetooth-16-filledFluent UI System IconsbluetoothHuge IconsbluetoothIconoirbluetoothIonIconsbluetoothLine AwesomebluetoothSVG LogosbluetoothLucidebluetoothMajesticonsbluetoothMaterial SymbolsbluetoothMaterial Design Iconsbluetooth-fillMingCute IconbluetoothPhosphorbluetoothPixelarticonsbluetooth-fillRemix IconbluetoothSimple Iconsbluetooth-boldSolarbluetoothTabler Icons
Use the bluetooth icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-6 -2 24 24"><path fill="currentColor" d="m7.414 10l4.294 4.294A1 1 0 0 1 12 15q0 .403-.35.76l-4.947 3.958q-.555.447-1.105.19T5 19.006v-6.592l-3.293 3.293a1 1 0 1 1-1.414-1.414L4.586 10L.293 5.707a1 1 0 1 1 1.414-1.414L5 7.586v-6.56C5 .448 5.448 0 6 0a1 1 0 0 1 .602.201l4.91 3.928c.293.187.488.506.488.871c0 .33-.16.623-.407.805zM7 16.92l2.503-2.003L7 12.414v4.505zM9.503 5.082L7 3.08v4.505z"/></svg>
React
import type { SVGProps } from "react";
export function JamBluetooth(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-6 -2 24 24"><path fill="currentColor" d="m7.414 10l4.294 4.294A1 1 0 0 1 12 15q0 .403-.35.76l-4.947 3.958q-.555.447-1.105.19T5 19.006v-6.592l-3.293 3.293a1 1 0 1 1-1.414-1.414L4.586 10L.293 5.707a1 1 0 1 1 1.414-1.414L5 7.586v-6.56C5 .448 5.448 0 6 0a1 1 0 0 1 .602.201l4.91 3.928c.293.187.488.506.488.871c0 .33-.16.623-.407.805zM7 16.92l2.503-2.003L7 12.414v4.505zM9.503 5.082L7 3.08v4.505z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-6 -2 24 24"><path fill="currentColor" d="m7.414 10l4.294 4.294A1 1 0 0 1 12 15q0 .403-.35.76l-4.947 3.958q-.555.447-1.105.19T5 19.006v-6.592l-3.293 3.293a1 1 0 1 1-1.414-1.414L4.586 10L.293 5.707a1 1 0 1 1 1.414-1.414L5 7.586v-6.56C5 .448 5.448 0 6 0a1 1 0 0 1 .602.201l4.91 3.928c.293.187.488.506.488.871c0 .33-.16.623-.407.805zM7 16.92l2.503-2.003L7 12.414v4.505zM9.503 5.082L7 3.08v4.505z"/></svg> </template>
CSS
.icon-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%22-6%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.414%2010l4.294%204.294A1%201%200%200%201%2012%2015q0%20.403-.35.76l-4.947%203.958q-.555.447-1.105.19T5%2019.006v-6.592l-3.293%203.293a1%201%200%201%201-1.414-1.414L4.586%2010L.293%205.707a1%201%200%201%201%201.414-1.414L5%207.586v-6.56C5%20.448%205.448%200%206%200a1%201%200%200%201%20.602.201l4.91%203.928c.293.187.488.506.488.871c0%20.33-.16.623-.407.805zM7%2016.92l2.503-2.003L7%2012.414v4.505zM9.503%205.082L7%203.08v4.505z%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%22-6%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.414%2010l4.294%204.294A1%201%200%200%201%2012%2015q0%20.403-.35.76l-4.947%203.958q-.555.447-1.105.19T5%2019.006v-6.592l-3.293%203.293a1%201%200%201%201-1.414-1.414L4.586%2010L.293%205.707a1%201%200%201%201%201.414-1.414L5%207.586v-6.56C5%20.448%205.448%200%206%200a1%201%200%200%201%20.602.201l4.91%203.928c.293.187.488.506.488.871c0%20.33-.16.623-.407.805zM7%2016.92l2.503-2.003L7%2012.414v4.505zM9.503%205.082L7%203.08v4.505z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/bluetooth.svg?color=%231a73e8&size=48