tablet connected wifi icon
tablet-connected-wifi from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- tablet-connected-wifi
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the tablet connected wifi 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-linecap="round" stroke-width="1.5"><path d="M22 18c-.199.69-.5 1.232-.96 1.682C19.698 21 17.536 21 13.212 21h-2.038c-4.324 0-6.486 0-7.83-1.318S2 16.242 2 12s0-6.364 1.343-7.682C4.687 3 6.85 3 11.173 3h2.038c4.324 0 6.486 0 7.83 1.318c.458.45.76.993.959 1.682"/><path stroke-linejoin="round" d="M6.5 3.5v17M22 11.114A6.98 6.98 0 0 0 17 9c-1.953 0-3.72.808-5 2.114m2.5 2.553A3.5 3.5 0 0 1 17 12.61c.976 0 1.86.404 2.5 1.057M17.05 15.9H17m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsTabletConnectedWifi(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" strokeLinecap="round" strokeWidth="1.5"><path d="M22 18c-.199.69-.5 1.232-.96 1.682C19.698 21 17.536 21 13.212 21h-2.038c-4.324 0-6.486 0-7.83-1.318S2 16.242 2 12s0-6.364 1.343-7.682C4.687 3 6.85 3 11.173 3h2.038c4.324 0 6.486 0 7.83 1.318c.458.45.76.993.959 1.682"/><path strokeLinejoin="round" d="M6.5 3.5v17M22 11.114A6.98 6.98 0 0 0 17 9c-1.953 0-3.72.808-5 2.114m2.5 2.553A3.5 3.5 0 0 1 17 12.61c.976 0 1.86.404 2.5 1.057M17.05 15.9H17m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0"/></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-linecap="round" stroke-width="1.5"><path d="M22 18c-.199.69-.5 1.232-.96 1.682C19.698 21 17.536 21 13.212 21h-2.038c-4.324 0-6.486 0-7.83-1.318S2 16.242 2 12s0-6.364 1.343-7.682C4.687 3 6.85 3 11.173 3h2.038c4.324 0 6.486 0 7.83 1.318c.458.45.76.993.959 1.682"/><path stroke-linejoin="round" d="M6.5 3.5v17M22 11.114A6.98 6.98 0 0 0 17 9c-1.953 0-3.72.808-5 2.114m2.5 2.553A3.5 3.5 0 0 1 17 12.61c.976 0 1.86.404 2.5 1.057M17.05 15.9H17m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0"/></g></svg> </template>
CSS
.icon-tablet-connected-wifi {
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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2018c-.199.69-.5%201.232-.96%201.682C19.698%2021%2017.536%2021%2013.212%2021h-2.038c-4.324%200-6.486%200-7.83-1.318S2%2016.242%202%2012s0-6.364%201.343-7.682C4.687%203%206.85%203%2011.173%203h2.038c4.324%200%206.486%200%207.83%201.318c.458.45.76.993.959%201.682%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6.5%203.5v17M22%2011.114A6.98%206.98%200%200%200%2017%209c-1.953%200-3.72.808-5%202.114m2.5%202.553A3.5%203.5%200%200%201%2017%2012.61c.976%200%201.86.404%202.5%201.057M17.05%2015.9H17m.1%200a.1.1%200%201%201-.2%200a.1.1%200%200%201%20.2%200%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2018c-.199.69-.5%201.232-.96%201.682C19.698%2021%2017.536%2021%2013.212%2021h-2.038c-4.324%200-6.486%200-7.83-1.318S2%2016.242%202%2012s0-6.364%201.343-7.682C4.687%203%206.85%203%2011.173%203h2.038c4.324%200%206.486%200%207.83%201.318c.458.45.76.993.959%201.682%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6.5%203.5v17M22%2011.114A6.98%206.98%200%200%200%2017%209c-1.953%200-3.72.808-5%202.114m2.5%202.553A3.5%203.5%200%200%201%2017%2012.61c.976%200%201.86.404%202.5%201.057M17.05%2015.9H17m.1%200a.1.1%200%201%201-.2%200a.1.1%200%200%201%20.2%200%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-wifi.svg?color=%231a73e8&size=48