usb not connected 02 icon

usb-not-connected-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
usb-not-connected-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the usb not connected 02 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 stroke-linejoin="round" d="M13.014 21.464a4 4 0 0 1-1.222.46C11.405 22 10.94 22 10.01 22s-1.397 0-1.784-.077a4 4 0 0 1-3.148-3.143C5 18.394 5 17.93 5 17v-5.5c0-1.886 0-2.828.587-3.414S7.118 7.5 9.007 7.5h2.004c1.888 0 2.833 0 3.42.586c.405.404.53.978.569 1.914"/><path d="m19 12.5l-6 6m6 0l-6-6"/><path stroke-linejoin="round" d="M13.5 7.5v-2c0-1.404 0-2.107-.337-2.611a2 2 0 0 0-.552-.552C12.107 2 11.404 2 10 2s-2.107 0-2.611.337a2 2 0 0 0-.552.552C6.5 3.393 6.5 4.096 6.5 5.5v2m3-3h1"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsUsbNotConnected02(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 strokeLinejoin="round" d="M13.014 21.464a4 4 0 0 1-1.222.46C11.405 22 10.94 22 10.01 22s-1.397 0-1.784-.077a4 4 0 0 1-3.148-3.143C5 18.394 5 17.93 5 17v-5.5c0-1.886 0-2.828.587-3.414S7.118 7.5 9.007 7.5h2.004c1.888 0 2.833 0 3.42.586c.405.404.53.978.569 1.914"/><path d="m19 12.5l-6 6m6 0l-6-6"/><path strokeLinejoin="round" d="M13.5 7.5v-2c0-1.404 0-2.107-.337-2.611a2 2 0 0 0-.552-.552C12.107 2 11.404 2 10 2s-2.107 0-2.611.337a2 2 0 0 0-.552.552C6.5 3.393 6.5 4.096 6.5 5.5v2m3-3h1"/></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 stroke-linejoin="round" d="M13.014 21.464a4 4 0 0 1-1.222.46C11.405 22 10.94 22 10.01 22s-1.397 0-1.784-.077a4 4 0 0 1-3.148-3.143C5 18.394 5 17.93 5 17v-5.5c0-1.886 0-2.828.587-3.414S7.118 7.5 9.007 7.5h2.004c1.888 0 2.833 0 3.42.586c.405.404.53.978.569 1.914"/><path d="m19 12.5l-6 6m6 0l-6-6"/><path stroke-linejoin="round" d="M13.5 7.5v-2c0-1.404 0-2.107-.337-2.611a2 2 0 0 0-.552-.552C12.107 2 11.404 2 10 2s-2.107 0-2.611.337a2 2 0 0 0-.552.552C6.5 3.393 6.5 4.096 6.5 5.5v2m3-3h1"/></g></svg>
</template>

CSS

.icon-usb-not-connected-02 {
  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%20stroke-linejoin%3D%22round%22%20d%3D%22M13.014%2021.464a4%204%200%200%201-1.222.46C11.405%2022%2010.94%2022%2010.01%2022s-1.397%200-1.784-.077a4%204%200%200%201-3.148-3.143C5%2018.394%205%2017.93%205%2017v-5.5c0-1.886%200-2.828.587-3.414S7.118%207.5%209.007%207.5h2.004c1.888%200%202.833%200%203.42.586c.405.404.53.978.569%201.914%22%2F%3E%3Cpath%20d%3D%22m19%2012.5l-6%206m6%200l-6-6%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M13.5%207.5v-2c0-1.404%200-2.107-.337-2.611a2%202%200%200%200-.552-.552C12.107%202%2011.404%202%2010%202s-2.107%200-2.611.337a2%202%200%200%200-.552.552C6.5%203.393%206.5%204.096%206.5%205.5v2m3-3h1%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%20stroke-linejoin%3D%22round%22%20d%3D%22M13.014%2021.464a4%204%200%200%201-1.222.46C11.405%2022%2010.94%2022%2010.01%2022s-1.397%200-1.784-.077a4%204%200%200%201-3.148-3.143C5%2018.394%205%2017.93%205%2017v-5.5c0-1.886%200-2.828.587-3.414S7.118%207.5%209.007%207.5h2.004c1.888%200%202.833%200%203.42.586c.405.404.53.978.569%201.914%22%2F%3E%3Cpath%20d%3D%22m19%2012.5l-6%206m6%200l-6-6%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M13.5%207.5v-2c0-1.404%200-2.107-.337-2.611a2%202%200%200%200-.552-.552C12.107%202%2011.404%202%2010%202s-2.107%200-2.611.337a2%202%200%200%200-.552.552C6.5%203.393%206.5%204.096%206.5%205.5v2m3-3h1%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/usb-not-connected-02.svg?color=%231a73e8&size=48