tablet connected bluetooth icon
tablet-connected-bluetooth from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- tablet-connected-bluetooth
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the tablet connected bluetooth icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="m17.356 12.051l2.769 1.91c.582.402.874.604.875.87c.001.267-.288.47-.866.876l-.576.405c-.953.67-1.43 1.004-1.816.852s-.386-.676-.386-1.721zm0 0L17.28 12m.075.051v-.102M17.28 12L14 9.736M17.281 12l.075-.051M17.28 12L14 14.264m3.356-2.315l2.769-1.91c.582-.403.874-.603.875-.87s-.288-.47-.866-.876l-.576-.405c-.953-.67-1.43-1.004-1.816-.852s-.386.676-.386 1.721z"/><path stroke-linecap="round" d="M21 19.682C19.66 21 17.502 21 13.187 21h-2.034c-4.315 0-6.472 0-7.813-1.318S2 16.242 2 12s0-6.364 1.34-7.682S6.838 3 11.153 3h2.034C17.502 3 19.66 3 21 4.318"/><path stroke-linejoin="round" d="M6.5 3.5v17"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsTabletConnectedBluetooth(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="m17.356 12.051l2.769 1.91c.582.402.874.604.875.87c.001.267-.288.47-.866.876l-.576.405c-.953.67-1.43 1.004-1.816.852s-.386-.676-.386-1.721zm0 0L17.28 12m.075.051v-.102M17.28 12L14 9.736M17.281 12l.075-.051M17.28 12L14 14.264m3.356-2.315l2.769-1.91c.582-.403.874-.603.875-.87s-.288-.47-.866-.876l-.576-.405c-.953-.67-1.43-1.004-1.816-.852s-.386.676-.386 1.721z"/><path strokeLinecap="round" d="M21 19.682C19.66 21 17.502 21 13.187 21h-2.034c-4.315 0-6.472 0-7.813-1.318S2 16.242 2 12s0-6.364 1.34-7.682S6.838 3 11.153 3h2.034C17.502 3 19.66 3 21 4.318"/><path strokeLinejoin="round" d="M6.5 3.5v17"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="m17.356 12.051l2.769 1.91c.582.402.874.604.875.87c.001.267-.288.47-.866.876l-.576.405c-.953.67-1.43 1.004-1.816.852s-.386-.676-.386-1.721zm0 0L17.28 12m.075.051v-.102M17.28 12L14 9.736M17.281 12l.075-.051M17.28 12L14 14.264m3.356-2.315l2.769-1.91c.582-.403.874-.603.875-.87s-.288-.47-.866-.876l-.576-.405c-.953-.67-1.43-1.004-1.816-.852s-.386.676-.386 1.721z"/><path stroke-linecap="round" d="M21 19.682C19.66 21 17.502 21 13.187 21h-2.034c-4.315 0-6.472 0-7.813-1.318S2 16.242 2 12s0-6.364 1.34-7.682S6.838 3 11.153 3h2.034C17.502 3 19.66 3 21 4.318"/><path stroke-linejoin="round" d="M6.5 3.5v17"/></g></svg> </template>
CSS
.icon-tablet-connected-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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m17.356%2012.051l2.769%201.91c.582.402.874.604.875.87c.001.267-.288.47-.866.876l-.576.405c-.953.67-1.43%201.004-1.816.852s-.386-.676-.386-1.721zm0%200L17.28%2012m.075.051v-.102M17.28%2012L14%209.736M17.281%2012l.075-.051M17.28%2012L14%2014.264m3.356-2.315l2.769-1.91c.582-.403.874-.603.875-.87s-.288-.47-.866-.876l-.576-.405c-.953-.67-1.43-1.004-1.816-.852s-.386.676-.386%201.721z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%2019.682C19.66%2021%2017.502%2021%2013.187%2021h-2.034c-4.315%200-6.472%200-7.813-1.318S2%2016.242%202%2012s0-6.364%201.34-7.682S6.838%203%2011.153%203h2.034C17.502%203%2019.66%203%2021%204.318%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6.5%203.5v17%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m17.356%2012.051l2.769%201.91c.582.402.874.604.875.87c.001.267-.288.47-.866.876l-.576.405c-.953.67-1.43%201.004-1.816.852s-.386-.676-.386-1.721zm0%200L17.28%2012m.075.051v-.102M17.28%2012L14%209.736M17.281%2012l.075-.051M17.28%2012L14%2014.264m3.356-2.315l2.769-1.91c.582-.403.874-.603.875-.87s-.288-.47-.866-.876l-.576-.405c-.953-.67-1.43-1.004-1.816-.852s-.386.676-.386%201.721z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%2019.682C19.66%2021%2017.502%2021%2013.187%2021h-2.034c-4.315%200-6.472%200-7.813-1.318S2%2016.242%202%2012s0-6.364%201.34-7.682S6.838%203%2011.153%203h2.034C17.502%203%2019.66%203%2021%204.318%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6.5%203.5v17%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/tablet-connected-bluetooth.svg?color=%231a73e8&size=48