usb icon
usb-rounded from Material Symbols Light by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.
- Name
- usb-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- usb-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
usb-filledAnt Design IconsusbBootstrap IconsusbBoxIcons v2usbCarbonusbCoreUI BrandsusbFont Awesome 6 BrandsusbFont Awesome Brandsusb-16-filledFluent UI System Iconsusbcss.ggusbHuge IconsusbIconParkusbIconPark OutlineusbIconPark SolidusbIconPark TwoToneusbIconoirusbIonIconsusbLine AwesomeusbLucideusbMajesticonsusbMaterial SymbolsusbMaterial Design Iconsusb-fillMingCute IconusbPhosphorusbPixelarticons
More android icons from Material Symbols Light
1x-mobiledata1x-mobiledata-badge3g-mobiledata3g-mobiledata-badge4g-mobiledata4g-mobiledata-badge4g-plus-mobiledata5g5g-mobiledata-badgeadbairplanemode-inactiveandroidandroid-cell-4-barandroid-cell-4-bar-alertandroid-cell-4-bar-offandroid-cell-4-bar-plusandroid-cell-5-barandroid-cell-5-bar-alertandroid-cell-5-bar-offandroid-cell-5-bar-plusandroid-cell-dual-4-barandroid-cell-dual-4-bar-alertandroid-cell-dual-4-bar-plusandroid-cell-dual-5-bar
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.934 20.682q-.434-.434-.434-1.066q0-.468.275-.85q.275-.383.725-.543V15.5h-3q-.69 0-1.153-.462t-.463-1.154v-2.107q-.43-.148-.715-.512q-.285-.363-.285-.88q0-.633.434-1.067t1.066-.434t1.067.434t.433 1.066q0 .518-.284.875q-.285.358-.715.518v2.108q0 .23.192.423t.423.192h3V6.27h-.692q-.242 0-.354-.218q-.112-.217.03-.429l1.193-1.579q.13-.161.323-.161t.323.161l1.193 1.579q.142.211.03.429q-.111.217-.354.217H12.5V14.5h3q.23 0 .423-.192t.193-.423v-2h-.597q-.161 0-.282-.121q-.121-.122-.121-.283V9.289q0-.162.12-.283q.122-.121.283-.121h2.193q.161 0 .282.12t.122.284v2.192q0 .161-.122.283q-.121.12-.282.12h-.596v2q0 .691-.463 1.154T15.5 15.5h-3v2.723q.456.154.728.537q.272.382.272.855q0 .633-.434 1.067q-.433.434-1.066.434t-1.066-.434"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightUsbRounded(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.934 20.682q-.434-.434-.434-1.066q0-.468.275-.85q.275-.383.725-.543V15.5h-3q-.69 0-1.153-.462t-.463-1.154v-2.107q-.43-.148-.715-.512q-.285-.363-.285-.88q0-.633.434-1.067t1.066-.434t1.067.434t.433 1.066q0 .518-.284.875q-.285.358-.715.518v2.108q0 .23.192.423t.423.192h3V6.27h-.692q-.242 0-.354-.218q-.112-.217.03-.429l1.193-1.579q.13-.161.323-.161t.323.161l1.193 1.579q.142.211.03.429q-.111.217-.354.217H12.5V14.5h3q.23 0 .423-.192t.193-.423v-2h-.597q-.161 0-.282-.121q-.121-.122-.121-.283V9.289q0-.162.12-.283q.122-.121.283-.121h2.193q.161 0 .282.12t.122.284v2.192q0 .161-.122.283q-.121.12-.282.12h-.596v2q0 .691-.463 1.154T15.5 15.5h-3v2.723q.456.154.728.537q.272.382.272.855q0 .633-.434 1.067q-.433.434-1.066.434t-1.066-.434"/></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.934 20.682q-.434-.434-.434-1.066q0-.468.275-.85q.275-.383.725-.543V15.5h-3q-.69 0-1.153-.462t-.463-1.154v-2.107q-.43-.148-.715-.512q-.285-.363-.285-.88q0-.633.434-1.067t1.066-.434t1.067.434t.433 1.066q0 .518-.284.875q-.285.358-.715.518v2.108q0 .23.192.423t.423.192h3V6.27h-.692q-.242 0-.354-.218q-.112-.217.03-.429l1.193-1.579q.13-.161.323-.161t.323.161l1.193 1.579q.142.211.03.429q-.111.217-.354.217H12.5V14.5h3q.23 0 .423-.192t.193-.423v-2h-.597q-.161 0-.282-.121q-.121-.122-.121-.283V9.289q0-.162.12-.283q.122-.121.283-.121h2.193q.161 0 .282.12t.122.284v2.192q0 .161-.122.283q-.121.12-.282.12h-.596v2q0 .691-.463 1.154T15.5 15.5h-3v2.723q.456.154.728.537q.272.382.272.855q0 .633-.434 1.067q-.433.434-1.066.434t-1.066-.434"/></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.934%2020.682q-.434-.434-.434-1.066q0-.468.275-.85q.275-.383.725-.543V15.5h-3q-.69%200-1.153-.462t-.463-1.154v-2.107q-.43-.148-.715-.512q-.285-.363-.285-.88q0-.633.434-1.067t1.066-.434t1.067.434t.433%201.066q0%20.518-.284.875q-.285.358-.715.518v2.108q0%20.23.192.423t.423.192h3V6.27h-.692q-.242%200-.354-.218q-.112-.217.03-.429l1.193-1.579q.13-.161.323-.161t.323.161l1.193%201.579q.142.211.03.429q-.111.217-.354.217H12.5V14.5h3q.23%200%20.423-.192t.193-.423v-2h-.597q-.161%200-.282-.121q-.121-.122-.121-.283V9.289q0-.162.12-.283q.122-.121.283-.121h2.193q.161%200%20.282.12t.122.284v2.192q0%20.161-.122.283q-.121.12-.282.12h-.596v2q0%20.691-.463%201.154T15.5%2015.5h-3v2.723q.456.154.728.537q.272.382.272.855q0%20.633-.434%201.067q-.433.434-1.066.434t-1.066-.434%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.934%2020.682q-.434-.434-.434-1.066q0-.468.275-.85q.275-.383.725-.543V15.5h-3q-.69%200-1.153-.462t-.463-1.154v-2.107q-.43-.148-.715-.512q-.285-.363-.285-.88q0-.633.434-1.067t1.066-.434t1.067.434t.433%201.066q0%20.518-.284.875q-.285.358-.715.518v2.108q0%20.23.192.423t.423.192h3V6.27h-.692q-.242%200-.354-.218q-.112-.217.03-.429l1.193-1.579q.13-.161.323-.161t.323.161l1.193%201.579q.142.211.03.429q-.111.217-.354.217H12.5V14.5h3q.23%200%20.423-.192t.193-.423v-2h-.597q-.161%200-.282-.121q-.121-.122-.121-.283V9.289q0-.162.12-.283q.122-.121.283-.121h2.193q.161%200%20.282.12t.122.284v2.192q0%20.161-.122.283q-.121.12-.282.12h-.596v2q0%20.691-.463%201.154T15.5%2015.5h-3v2.723q.456.154.728.537q.272.382.272.855q0%20.633-.434%201.067q-.433.434-1.066.434t-1.066-.434%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/usb-rounded.svg?color=%231a73e8&size=48