usb icon
usb-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- usb-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
usb-filledAnt Design IconsusbBootstrap IconsusbBoxIcons v2usbCarbonusbCoreUI BrandsusbFont Awesome 6 BrandsusbFont Awesome Brandsusbcss.ggusbHuge IconsusbIconParkusbIconPark OutlineusbIconPark SolidusbIconPark TwoToneusbIconoirusbIonIconsusbLine AwesomeusbLucideusbMajesticonsusbMaterial SymbolsusbMaterial Symbols LightusbMaterial Design Iconsusb-fillMingCute IconusbPhosphorusbPixelarticons
Related icons in Fluent UI System Icons
Use the usb icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.585.722a.5.5 0 0 1 .831 0l1 1.497A.5.5 0 0 1 9 2.996h-.25v5.36l1.99-1.724a.75.75 0 0 0 .26-.566v-.567A.5.5 0 0 1 10.5 5V3.5A.5.5 0 0 1 11 3h1.5a.5.5 0 0 1 .5.5V5a.5.5 0 0 1-.5.5l-.001.566c0 .652-.284 1.273-.776 1.7l-2.714 2.352a.75.75 0 0 0-.259.567v1.517a1.5 1.5 0 1 1-1.621.077a.8.8 0 0 0-.138-.16L4.276 9.766a2.25 2.25 0 0 1-.776-1.7v-.819a1.25 1.25 0 1 1 1.5 0v.819a.75.75 0 0 0 .259.566l1.991 1.725v-7.36h-.249a.5.5 0 0 1-.416-.778z"/></svg>
React
import type { SVGProps } from "react";
export function FluentUsb16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.585.722a.5.5 0 0 1 .831 0l1 1.497A.5.5 0 0 1 9 2.996h-.25v5.36l1.99-1.724a.75.75 0 0 0 .26-.566v-.567A.5.5 0 0 1 10.5 5V3.5A.5.5 0 0 1 11 3h1.5a.5.5 0 0 1 .5.5V5a.5.5 0 0 1-.5.5l-.001.566c0 .652-.284 1.273-.776 1.7l-2.714 2.352a.75.75 0 0 0-.259.567v1.517a1.5 1.5 0 1 1-1.621.077a.8.8 0 0 0-.138-.16L4.276 9.766a2.25 2.25 0 0 1-.776-1.7v-.819a1.25 1.25 0 1 1 1.5 0v.819a.75.75 0 0 0 .259.566l1.991 1.725v-7.36h-.249a.5.5 0 0 1-.416-.778z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.585.722a.5.5 0 0 1 .831 0l1 1.497A.5.5 0 0 1 9 2.996h-.25v5.36l1.99-1.724a.75.75 0 0 0 .26-.566v-.567A.5.5 0 0 1 10.5 5V3.5A.5.5 0 0 1 11 3h1.5a.5.5 0 0 1 .5.5V5a.5.5 0 0 1-.5.5l-.001.566c0 .652-.284 1.273-.776 1.7l-2.714 2.352a.75.75 0 0 0-.259.567v1.517a1.5 1.5 0 1 1-1.621.077a.8.8 0 0 0-.138-.16L4.276 9.766a2.25 2.25 0 0 1-.776-1.7v-.819a1.25 1.25 0 1 1 1.5 0v.819a.75.75 0 0 0 .259.566l1.991 1.725v-7.36h-.249a.5.5 0 0 1-.416-.778z"/></svg> </template>
CSS
.icon-usb-16-filled {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.585.722a.5.5%200%200%201%20.831%200l1%201.497A.5.5%200%200%201%209%202.996h-.25v5.36l1.99-1.724a.75.75%200%200%200%20.26-.566v-.567A.5.5%200%200%201%2010.5%205V3.5A.5.5%200%200%201%2011%203h1.5a.5.5%200%200%201%20.5.5V5a.5.5%200%200%201-.5.5l-.001.566c0%20.652-.284%201.273-.776%201.7l-2.714%202.352a.75.75%200%200%200-.259.567v1.517a1.5%201.5%200%201%201-1.621.077a.8.8%200%200%200-.138-.16L4.276%209.766a2.25%202.25%200%200%201-.776-1.7v-.819a1.25%201.25%200%201%201%201.5%200v.819a.75.75%200%200%200%20.259.566l1.991%201.725v-7.36h-.249a.5.5%200%200%201-.416-.778z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.585.722a.5.5%200%200%201%20.831%200l1%201.497A.5.5%200%200%201%209%202.996h-.25v5.36l1.99-1.724a.75.75%200%200%200%20.26-.566v-.567A.5.5%200%200%201%2010.5%205V3.5A.5.5%200%200%201%2011%203h1.5a.5.5%200%200%201%20.5.5V5a.5.5%200%200%201-.5.5l-.001.566c0%20.652-.284%201.273-.776%201.7l-2.714%202.352a.75.75%200%200%200-.259.567v1.517a1.5%201.5%200%201%201-1.621.077a.8.8%200%200%200-.138-.16L4.276%209.766a2.25%202.25%200%200%201-.776-1.7v-.819a1.25%201.25%200%201%201%201.5%200v.819a.75.75%200%200%200%20.259.566l1.991%201.725v-7.36h-.249a.5.5%200%200%201-.416-.778z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/usb-16-filled.svg?color=%231a73e8&size=48