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

Name
usb-off
Set
Material Symbols
Style
Regular
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
usb-off-outline, usb-off-outline-sharp, usb-off-sharp

1 other variant in Material Symbols

The same icon in other sets

More android icons from Material Symbols

Use the usb off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.775 22.625L13.15 16H13v2.3q.475.25.738.713T14 20q0 .825-.587 1.413T12 22t-1.412-.587T10 20q0-.525.275-.975T11 18.3V16H8q-.825 0-1.412-.587T6 14v-2.3q-.475-.25-.737-.712T5 10q0-.425.163-.812t.512-.663l-4.3-4.3L2.8 2.8l18.4 18.4zm-2-7.7L16 13.15V12h-1V8h4v4h-1v2q0 .25-.05.488t-.175.437M8 14h3v-.15l-2.525-2.525q-.1.125-.225.213T8 11.7zm5-3.85l-2-2V6H9l3-4l3 4h-2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsUsbOff(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="M19.775 22.625L13.15 16H13v2.3q.475.25.738.713T14 20q0 .825-.587 1.413T12 22t-1.412-.587T10 20q0-.525.275-.975T11 18.3V16H8q-.825 0-1.412-.587T6 14v-2.3q-.475-.25-.737-.712T5 10q0-.425.163-.812t.512-.663l-4.3-4.3L2.8 2.8l18.4 18.4zm-2-7.7L16 13.15V12h-1V8h4v4h-1v2q0 .25-.05.488t-.175.437M8 14h3v-.15l-2.525-2.525q-.1.125-.225.213T8 11.7zm5-3.85l-2-2V6H9l3-4l3 4h-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.775 22.625L13.15 16H13v2.3q.475.25.738.713T14 20q0 .825-.587 1.413T12 22t-1.412-.587T10 20q0-.525.275-.975T11 18.3V16H8q-.825 0-1.412-.587T6 14v-2.3q-.475-.25-.737-.712T5 10q0-.425.163-.812t.512-.663l-4.3-4.3L2.8 2.8l18.4 18.4zm-2-7.7L16 13.15V12h-1V8h4v4h-1v2q0 .25-.05.488t-.175.437M8 14h3v-.15l-2.525-2.525q-.1.125-.225.213T8 11.7zm5-3.85l-2-2V6H9l3-4l3 4h-2z"/></svg>
</template>

CSS

.icon-usb-off {
  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%22M19.775%2022.625L13.15%2016H13v2.3q.475.25.738.713T14%2020q0%20.825-.587%201.413T12%2022t-1.412-.587T10%2020q0-.525.275-.975T11%2018.3V16H8q-.825%200-1.412-.587T6%2014v-2.3q-.475-.25-.737-.712T5%2010q0-.425.163-.812t.512-.663l-4.3-4.3L2.8%202.8l18.4%2018.4zm-2-7.7L16%2013.15V12h-1V8h4v4h-1v2q0%20.25-.05.488t-.175.437M8%2014h3v-.15l-2.525-2.525q-.1.125-.225.213T8%2011.7zm5-3.85l-2-2V6H9l3-4l3%204h-2z%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%22M19.775%2022.625L13.15%2016H13v2.3q.475.25.738.713T14%2020q0%20.825-.587%201.413T12%2022t-1.412-.587T10%2020q0-.525.275-.975T11%2018.3V16H8q-.825%200-1.412-.587T6%2014v-2.3q-.475-.25-.737-.712T5%2010q0-.425.163-.812t.512-.663l-4.3-4.3L2.8%202.8l18.4%2018.4zm-2-7.7L16%2013.15V12h-1V8h4v4h-1v2q0%20.25-.05.488t-.175.437M8%2014h3v-.15l-2.525-2.525q-.1.125-.225.213T8%2011.7zm5-3.85l-2-2V6H9l3-4l3%204h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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