usb off icon
usb-off-rounded from Material Symbols Light by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.
- Name
- usb-off-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- usb-off-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
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 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.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-.547.339-.931q.338-.385.856-.448l-4.12-4.12q-.14-.14-.14-.331t.166-.357t.356-.165t.357.165l16.398 16.398q.14.14.144.332q.002.191-.163.357q-.166.165-.357.165t-.357-.165l-5.79-5.785H12.5v2.723q.456.154.728.537q.272.382.272.855q0 .633-.434 1.067q-.433.434-1.066.434t-1.066-.434m7.182-11.374v2.154q0 .18-.122.302q-.121.12-.302.12h-.576v1.712q0 .25-.16.375t-.34.125t-.342-.137q-.158-.138-.158-.388v-1.686h-.597q-.161 0-.282-.121q-.121-.122-.121-.283V9.308q0-.181.12-.302q.122-.121.303-.121h2.153q.181 0 .302.12t.122.303M8.5 14.5h3v-1.073l-2.736-2.736q-.023.413-.273.693t-.606.393v2.108q0 .23.192.423t.423.192m3-8.23h-.711q-.243 0-.355-.218q-.111-.217.05-.429l1.174-1.56q.075-.1.342-.161q.106 0 .196.037q.09.038.146.124l1.154 1.521q.162.212.05.449q-.111.236-.392.236H12.5v2.712q0 .25-.159.375q-.158.125-.341.125t-.341-.128q-.159-.128-.159-.378z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightUsbOffRounded(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-.547.339-.931q.338-.385.856-.448l-4.12-4.12q-.14-.14-.14-.331t.166-.357t.356-.165t.357.165l16.398 16.398q.14.14.144.332q.002.191-.163.357q-.166.165-.357.165t-.357-.165l-5.79-5.785H12.5v2.723q.456.154.728.537q.272.382.272.855q0 .633-.434 1.067q-.433.434-1.066.434t-1.066-.434m7.182-11.374v2.154q0 .18-.122.302q-.121.12-.302.12h-.576v1.712q0 .25-.16.375t-.34.125t-.342-.137q-.158-.138-.158-.388v-1.686h-.597q-.161 0-.282-.121q-.121-.122-.121-.283V9.308q0-.181.12-.302q.122-.121.303-.121h2.153q.181 0 .302.12t.122.303M8.5 14.5h3v-1.073l-2.736-2.736q-.023.413-.273.693t-.606.393v2.108q0 .23.192.423t.423.192m3-8.23h-.711q-.243 0-.355-.218q-.111-.217.05-.429l1.174-1.56q.075-.1.342-.161q.106 0 .196.037q.09.038.146.124l1.154 1.521q.162.212.05.449q-.111.236-.392.236H12.5v2.712q0 .25-.159.375q-.158.125-.341.125t-.341-.128q-.159-.128-.159-.378z"/></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-.547.339-.931q.338-.385.856-.448l-4.12-4.12q-.14-.14-.14-.331t.166-.357t.356-.165t.357.165l16.398 16.398q.14.14.144.332q.002.191-.163.357q-.166.165-.357.165t-.357-.165l-5.79-5.785H12.5v2.723q.456.154.728.537q.272.382.272.855q0 .633-.434 1.067q-.433.434-1.066.434t-1.066-.434m7.182-11.374v2.154q0 .18-.122.302q-.121.12-.302.12h-.576v1.712q0 .25-.16.375t-.34.125t-.342-.137q-.158-.138-.158-.388v-1.686h-.597q-.161 0-.282-.121q-.121-.122-.121-.283V9.308q0-.181.12-.302q.122-.121.303-.121h2.153q.181 0 .302.12t.122.303M8.5 14.5h3v-1.073l-2.736-2.736q-.023.413-.273.693t-.606.393v2.108q0 .23.192.423t.423.192m3-8.23h-.711q-.243 0-.355-.218q-.111-.217.05-.429l1.174-1.56q.075-.1.342-.161q.106 0 .196.037q.09.038.146.124l1.154 1.521q.162.212.05.449q-.111.236-.392.236H12.5v2.712q0 .25-.159.375q-.158.125-.341.125t-.341-.128q-.159-.128-.159-.378z"/></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.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-.547.339-.931q.338-.385.856-.448l-4.12-4.12q-.14-.14-.14-.331t.166-.357t.356-.165t.357.165l16.398%2016.398q.14.14.144.332q.002.191-.163.357q-.166.165-.357.165t-.357-.165l-5.79-5.785H12.5v2.723q.456.154.728.537q.272.382.272.855q0%20.633-.434%201.067q-.433.434-1.066.434t-1.066-.434m7.182-11.374v2.154q0%20.18-.122.302q-.121.12-.302.12h-.576v1.712q0%20.25-.16.375t-.34.125t-.342-.137q-.158-.138-.158-.388v-1.686h-.597q-.161%200-.282-.121q-.121-.122-.121-.283V9.308q0-.181.12-.302q.122-.121.303-.121h2.153q.181%200%20.302.12t.122.303M8.5%2014.5h3v-1.073l-2.736-2.736q-.023.413-.273.693t-.606.393v2.108q0%20.23.192.423t.423.192m3-8.23h-.711q-.243%200-.355-.218q-.111-.217.05-.429l1.174-1.56q.075-.1.342-.161q.106%200%20.196.037q.09.038.146.124l1.154%201.521q.162.212.05.449q-.111.236-.392.236H12.5v2.712q0%20.25-.159.375q-.158.125-.341.125t-.341-.128q-.159-.128-.159-.378z%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-.547.339-.931q.338-.385.856-.448l-4.12-4.12q-.14-.14-.14-.331t.166-.357t.356-.165t.357.165l16.398%2016.398q.14.14.144.332q.002.191-.163.357q-.166.165-.357.165t-.357-.165l-5.79-5.785H12.5v2.723q.456.154.728.537q.272.382.272.855q0%20.633-.434%201.067q-.433.434-1.066.434t-1.066-.434m7.182-11.374v2.154q0%20.18-.122.302q-.121.12-.302.12h-.576v1.712q0%20.25-.16.375t-.34.125t-.342-.137q-.158-.138-.158-.388v-1.686h-.597q-.161%200-.282-.121q-.121-.122-.121-.283V9.308q0-.181.12-.302q.122-.121.303-.121h2.153q.181%200%20.302.12t.122.303M8.5%2014.5h3v-1.073l-2.736-2.736q-.023.413-.273.693t-.606.393v2.108q0%20.23.192.423t.423.192m3-8.23h-.711q-.243%200-.355-.218q-.111-.217.05-.429l1.174-1.56q.075-.1.342-.161q.106%200%20.196.037q.09.038.146.124l1.154%201.521q.162.212.05.449q-.111.236-.392.236H12.5v2.712q0%20.25-.159.375q-.158.125-.341.125t-.341-.128q-.159-.128-.159-.378z%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-off-rounded.svg?color=%231a73e8&size=48