tablet connected usb icon
tablet-connected-usb from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- tablet-connected-usb
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the tablet connected usb 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" 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.5v17"/><path stroke-linecap="round" stroke-linejoin="round" d="M19.623 12.002a1.188 1.188 0 1 0 2.377 0a1.188 1.188 0 0 0-2.377 0m0 0l-9.598.004m2.36-3.485l1.122.043a1 1 0 0 1 .898.65l1.032 2.79m-1.243 3.488l1.122-.043a1 1 0 0 0 .898-.65l1.017-2.796"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsTabletConnectedUsb(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" 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.5v17"/><path strokeLinecap="round" strokeLinejoin="round" d="M19.623 12.002a1.188 1.188 0 1 0 2.377 0a1.188 1.188 0 0 0-2.377 0m0 0l-9.598.004m2.36-3.485l1.122.043a1 1 0 0 1 .898.65l1.032 2.79m-1.243 3.488l1.122-.043a1 1 0 0 0 .898-.65l1.017-2.796"/></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" 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.5v17"/><path stroke-linecap="round" stroke-linejoin="round" d="M19.623 12.002a1.188 1.188 0 1 0 2.377 0a1.188 1.188 0 0 0-2.377 0m0 0l-9.598.004m2.36-3.485l1.122.043a1 1 0 0 1 .898.65l1.032 2.79m-1.243 3.488l1.122-.043a1 1 0 0 0 .898-.65l1.017-2.796"/></g></svg> </template>
CSS
.icon-tablet-connected-usb {
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%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.5v17%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.623%2012.002a1.188%201.188%200%201%200%202.377%200a1.188%201.188%200%200%200-2.377%200m0%200l-9.598.004m2.36-3.485l1.122.043a1%201%200%200%201%20.898.65l1.032%202.79m-1.243%203.488l1.122-.043a1%201%200%200%200%20.898-.65l1.017-2.796%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%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.5v17%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.623%2012.002a1.188%201.188%200%201%200%202.377%200a1.188%201.188%200%200%200-2.377%200m0%200l-9.598.004m2.36-3.485l1.122.043a1%201%200%200%201%20.898.65l1.032%202.79m-1.243%203.488l1.122-.043a1%201%200%200%200%20.898-.65l1.017-2.796%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-usb.svg?color=%231a73e8&size=48