usb-rounded from Material Symbols by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.

Name
usb-rounded
Set
Material Symbols
Style
Rounded
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
usb-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More android icons from Material Symbols

Use the usb icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.588 21.413Q10 20.825 10 20q0-.525.275-.975T11 18.3V16H8q-.825 0-1.412-.587T6 14v-2.3q-.45-.225-.725-.675T5 10q0-.825.588-1.413T7 8t1.413.588T9 10q0 .575-.275 1T8 11.7V14h3V6h-1q-.3 0-.45-.275T9.6 5.2l2-2.675q.15-.2.4-.2t.4.2l2 2.675q.2.25.05.525T14 6h-1v8h3v-2h-.5q-.2 0-.35-.15T15 11.5v-3q0-.2.15-.35T15.5 8h3q.2 0 .35.15t.15.35v3q0 .2-.15.35t-.35.15H18v2q0 .825-.587 1.413T16 16h-3v2.3q.475.25.738.7T14 20q0 .825-.587 1.413T12 22t-1.412-.587"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsUsbRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.588 21.413Q10 20.825 10 20q0-.525.275-.975T11 18.3V16H8q-.825 0-1.412-.587T6 14v-2.3q-.45-.225-.725-.675T5 10q0-.825.588-1.413T7 8t1.413.588T9 10q0 .575-.275 1T8 11.7V14h3V6h-1q-.3 0-.45-.275T9.6 5.2l2-2.675q.15-.2.4-.2t.4.2l2 2.675q.2.25.05.525T14 6h-1v8h3v-2h-.5q-.2 0-.35-.15T15 11.5v-3q0-.2.15-.35T15.5 8h3q.2 0 .35.15t.15.35v3q0 .2-.15.35t-.35.15H18v2q0 .825-.587 1.413T16 16h-3v2.3q.475.25.738.7T14 20q0 .825-.587 1.413T12 22t-1.412-.587"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.588 21.413Q10 20.825 10 20q0-.525.275-.975T11 18.3V16H8q-.825 0-1.412-.587T6 14v-2.3q-.45-.225-.725-.675T5 10q0-.825.588-1.413T7 8t1.413.588T9 10q0 .575-.275 1T8 11.7V14h3V6h-1q-.3 0-.45-.275T9.6 5.2l2-2.675q.15-.2.4-.2t.4.2l2 2.675q.2.25.05.525T14 6h-1v8h3v-2h-.5q-.2 0-.35-.15T15 11.5v-3q0-.2.15-.35T15.5 8h3q.2 0 .35.15t.15.35v3q0 .2-.15.35t-.35.15H18v2q0 .825-.587 1.413T16 16h-3v2.3q.475.25.738.7T14 20q0 .825-.587 1.413T12 22t-1.412-.587"/></svg>
</template>

CSS

.icon-usb-rounded {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.588%2021.413Q10%2020.825%2010%2020q0-.525.275-.975T11%2018.3V16H8q-.825%200-1.412-.587T6%2014v-2.3q-.45-.225-.725-.675T5%2010q0-.825.588-1.413T7%208t1.413.588T9%2010q0%20.575-.275%201T8%2011.7V14h3V6h-1q-.3%200-.45-.275T9.6%205.2l2-2.675q.15-.2.4-.2t.4.2l2%202.675q.2.25.05.525T14%206h-1v8h3v-2h-.5q-.2%200-.35-.15T15%2011.5v-3q0-.2.15-.35T15.5%208h3q.2%200%20.35.15t.15.35v3q0%20.2-.15.35t-.35.15H18v2q0%20.825-.587%201.413T16%2016h-3v2.3q.475.25.738.7T14%2020q0%20.825-.587%201.413T12%2022t-1.412-.587%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.588%2021.413Q10%2020.825%2010%2020q0-.525.275-.975T11%2018.3V16H8q-.825%200-1.412-.587T6%2014v-2.3q-.45-.225-.725-.675T5%2010q0-.825.588-1.413T7%208t1.413.588T9%2010q0%20.575-.275%201T8%2011.7V14h3V6h-1q-.3%200-.45-.275T9.6%205.2l2-2.675q.15-.2.4-.2t.4.2l2%202.675q.2.25.05.525T14%206h-1v8h3v-2h-.5q-.2%200-.35-.15T15%2011.5v-3q0-.2.15-.35T15.5%208h3q.2%200%20.35.15t.15.35v3q0%20.2-.15.35t-.35.15H18v2q0%20.825-.587%201.413T16%2016h-3v2.3q.475.25.738.7T14%2020q0%20.825-.587%201.413T12%2022t-1.412-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Usb rounded icon — Material Symbols · IconsDB