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

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

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="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-.45.175-.825t.5-.65l-3.6-3.6Q1.8 4.65 1.8 4.238t.3-.713t.713-.3t.712.3L20.5 20.5q.275.275.288.688t-.288.712t-.712.3t-.713-.3L13.15 16H13v2.3q.475.25.738.7T14 20q0 .825-.587 1.413T12 22t-1.412-.587M19 8.5v3q0 .2-.15.35t-.35.15H18v.75q0 .5-.312.75t-.688.25t-.687-.262t-.313-.763V12h-.5q-.2 0-.35-.15T15 11.5v-3q0-.2.15-.35T15.5 8h3q.2 0 .35.15t.15.35M8 14h3v-.15l-2.525-2.525q-.1.125-.225.213T8 11.7zm3-8h-1q-.3 0-.45-.275T9.6 5.2l2-2.675q.075-.1.4-.2q.125 0 .225.037t.175.163l2 2.675q.2.25.05.525T14 6h-1v1.75q0 .5-.312.75T12 8.75t-.687-.262T11 7.725z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsUsbOffRounded(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-.45.175-.825t.5-.65l-3.6-3.6Q1.8 4.65 1.8 4.238t.3-.713t.713-.3t.712.3L20.5 20.5q.275.275.288.688t-.288.712t-.712.3t-.713-.3L13.15 16H13v2.3q.475.25.738.7T14 20q0 .825-.587 1.413T12 22t-1.412-.587M19 8.5v3q0 .2-.15.35t-.35.15H18v.75q0 .5-.312.75t-.688.25t-.687-.262t-.313-.763V12h-.5q-.2 0-.35-.15T15 11.5v-3q0-.2.15-.35T15.5 8h3q.2 0 .35.15t.15.35M8 14h3v-.15l-2.525-2.525q-.1.125-.225.213T8 11.7zm3-8h-1q-.3 0-.45-.275T9.6 5.2l2-2.675q.075-.1.4-.2q.125 0 .225.037t.175.163l2 2.675q.2.25.05.525T14 6h-1v1.75q0 .5-.312.75T12 8.75t-.687-.262T11 7.725z"/></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-.45.175-.825t.5-.65l-3.6-3.6Q1.8 4.65 1.8 4.238t.3-.713t.713-.3t.712.3L20.5 20.5q.275.275.288.688t-.288.712t-.712.3t-.713-.3L13.15 16H13v2.3q.475.25.738.7T14 20q0 .825-.587 1.413T12 22t-1.412-.587M19 8.5v3q0 .2-.15.35t-.35.15H18v.75q0 .5-.312.75t-.688.25t-.687-.262t-.313-.763V12h-.5q-.2 0-.35-.15T15 11.5v-3q0-.2.15-.35T15.5 8h3q.2 0 .35.15t.15.35M8 14h3v-.15l-2.525-2.525q-.1.125-.225.213T8 11.7zm3-8h-1q-.3 0-.45-.275T9.6 5.2l2-2.675q.075-.1.4-.2q.125 0 .225.037t.175.163l2 2.675q.2.25.05.525T14 6h-1v1.75q0 .5-.312.75T12 8.75t-.687-.262T11 7.725z"/></svg>
</template>

CSS

.icon-usb-off-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-.45.175-.825t.5-.65l-3.6-3.6Q1.8%204.65%201.8%204.238t.3-.713t.713-.3t.712.3L20.5%2020.5q.275.275.288.688t-.288.712t-.712.3t-.713-.3L13.15%2016H13v2.3q.475.25.738.7T14%2020q0%20.825-.587%201.413T12%2022t-1.412-.587M19%208.5v3q0%20.2-.15.35t-.35.15H18v.75q0%20.5-.312.75t-.688.25t-.687-.262t-.313-.763V12h-.5q-.2%200-.35-.15T15%2011.5v-3q0-.2.15-.35T15.5%208h3q.2%200%20.35.15t.15.35M8%2014h3v-.15l-2.525-2.525q-.1.125-.225.213T8%2011.7zm3-8h-1q-.3%200-.45-.275T9.6%205.2l2-2.675q.075-.1.4-.2q.125%200%20.225.037t.175.163l2%202.675q.2.25.05.525T14%206h-1v1.75q0%20.5-.312.75T12%208.75t-.687-.262T11%207.725z%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-.45.175-.825t.5-.65l-3.6-3.6Q1.8%204.65%201.8%204.238t.3-.713t.713-.3t.712.3L20.5%2020.5q.275.275.288.688t-.288.712t-.712.3t-.713-.3L13.15%2016H13v2.3q.475.25.738.7T14%2020q0%20.825-.587%201.413T12%2022t-1.412-.587M19%208.5v3q0%20.2-.15.35t-.35.15H18v.75q0%20.5-.312.75t-.688.25t-.687-.262t-.313-.763V12h-.5q-.2%200-.35-.15T15%2011.5v-3q0-.2.15-.35T15.5%208h3q.2%200%20.35.15t.15.35M8%2014h3v-.15l-2.525-2.525q-.1.125-.225.213T8%2011.7zm3-8h-1q-.3%200-.45-.275T9.6%205.2l2-2.675q.075-.1.4-.2q.125%200%20.225.037t.175.163l2%202.675q.2.25.05.525T14%206h-1v1.75q0%20.5-.312.75T12%208.75t-.687-.262T11%207.725z%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-rounded.svg?color=%231a73e8&size=48