usb from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
usb
Set
Line Awesome
Style
Line
Category
Other
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More other icons from Line Awesome

Use the usb icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16 3l-3 5h2v12.063c-.781-.329-1.59-.454-2.344-.563c-.875-.125-1.672-.25-2.094-.469c-.42-.218-.562-.324-.562-1.031v-2.281c.598-.348 1-.98 1-1.719a1.999 1.999 0 1 0-4 0c0 .738.402 1.371 1 1.719V18c0 1.293.734 2.313 1.625 2.781c.89.469 1.844.594 2.719.719s1.672.25 2.094.469S15 22.293 15 23v.187c-1.16.415-2 1.512-2 2.813a3 3 0 0 0 6 0c0-1.3-.84-2.398-2-2.813A.8.8 0 0 0 17 23v-1.844c.004-.05.004-.105 0-.156c0-.668.191-.863.75-1.188s1.5-.593 2.5-.843s2.059-.48 3-1.032C24.191 17.387 25 16.332 25 15v-2h1V9h-4v4h1v2c0 .668-.191.863-.75 1.188s-1.5.593-2.5.843c-.914.227-1.875.453-2.75.907V8h2z"/></svg>

React

import type { SVGProps } from "react";

export function LaUsb(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16 3l-3 5h2v12.063c-.781-.329-1.59-.454-2.344-.563c-.875-.125-1.672-.25-2.094-.469c-.42-.218-.562-.324-.562-1.031v-2.281c.598-.348 1-.98 1-1.719a1.999 1.999 0 1 0-4 0c0 .738.402 1.371 1 1.719V18c0 1.293.734 2.313 1.625 2.781c.89.469 1.844.594 2.719.719s1.672.25 2.094.469S15 22.293 15 23v.187c-1.16.415-2 1.512-2 2.813a3 3 0 0 0 6 0c0-1.3-.84-2.398-2-2.813A.8.8 0 0 0 17 23v-1.844c.004-.05.004-.105 0-.156c0-.668.191-.863.75-1.188s1.5-.593 2.5-.843s2.059-.48 3-1.032C24.191 17.387 25 16.332 25 15v-2h1V9h-4v4h1v2c0 .668-.191.863-.75 1.188s-1.5.593-2.5.843c-.914.227-1.875.453-2.75.907V8h2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16 3l-3 5h2v12.063c-.781-.329-1.59-.454-2.344-.563c-.875-.125-1.672-.25-2.094-.469c-.42-.218-.562-.324-.562-1.031v-2.281c.598-.348 1-.98 1-1.719a1.999 1.999 0 1 0-4 0c0 .738.402 1.371 1 1.719V18c0 1.293.734 2.313 1.625 2.781c.89.469 1.844.594 2.719.719s1.672.25 2.094.469S15 22.293 15 23v.187c-1.16.415-2 1.512-2 2.813a3 3 0 0 0 6 0c0-1.3-.84-2.398-2-2.813A.8.8 0 0 0 17 23v-1.844c.004-.05.004-.105 0-.156c0-.668.191-.863.75-1.188s1.5-.593 2.5-.843s2.059-.48 3-1.032C24.191 17.387 25 16.332 25 15v-2h1V9h-4v4h1v2c0 .668-.191.863-.75 1.188s-1.5.593-2.5.843c-.914.227-1.875.453-2.75.907V8h2z"/></svg>
</template>

CSS

.icon-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16%203l-3%205h2v12.063c-.781-.329-1.59-.454-2.344-.563c-.875-.125-1.672-.25-2.094-.469c-.42-.218-.562-.324-.562-1.031v-2.281c.598-.348%201-.98%201-1.719a1.999%201.999%200%201%200-4%200c0%20.738.402%201.371%201%201.719V18c0%201.293.734%202.313%201.625%202.781c.89.469%201.844.594%202.719.719s1.672.25%202.094.469S15%2022.293%2015%2023v.187c-1.16.415-2%201.512-2%202.813a3%203%200%200%200%206%200c0-1.3-.84-2.398-2-2.813A.8.8%200%200%200%2017%2023v-1.844c.004-.05.004-.105%200-.156c0-.668.191-.863.75-1.188s1.5-.593%202.5-.843s2.059-.48%203-1.032C24.191%2017.387%2025%2016.332%2025%2015v-2h1V9h-4v4h1v2c0%20.668-.191.863-.75%201.188s-1.5.593-2.5.843c-.914.227-1.875.453-2.75.907V8h2z%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%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16%203l-3%205h2v12.063c-.781-.329-1.59-.454-2.344-.563c-.875-.125-1.672-.25-2.094-.469c-.42-.218-.562-.324-.562-1.031v-2.281c.598-.348%201-.98%201-1.719a1.999%201.999%200%201%200-4%200c0%20.738.402%201.371%201%201.719V18c0%201.293.734%202.313%201.625%202.781c.89.469%201.844.594%202.719.719s1.672.25%202.094.469S15%2022.293%2015%2023v.187c-1.16.415-2%201.512-2%202.813a3%203%200%200%200%206%200c0-1.3-.84-2.398-2-2.813A.8.8%200%200%200%2017%2023v-1.844c.004-.05.004-.105%200-.156c0-.668.191-.863.75-1.188s1.5-.593%202.5-.843s2.059-.48%203-1.032C24.191%2017.387%2025%2016.332%2025%2015v-2h1V9h-4v4h1v2c0%20.668-.191.863-.75%201.188s-1.5.593-2.5.843c-.914.227-1.875.453-2.75.907V8h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/usb.svg?color=%231a73e8&size=48