usb-off-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
usb-off-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

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="M2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5a.75.75 0 0 1-1.06 1.06l-7.069-7.068l-.358.342c-.347.33-.543.788-.543 1.267v1.825a2 2 0 1 1-1.509.003a1.75 1.75 0 0 0-.534-1.095l-3.698-3.522a3.25 3.25 0 0 1-1.01-2.353v-.85a1.748 1.748 0 0 1 .075-3.194L2.22 3.28a.75.75 0 0 1 0-1.06m6.143 7.204a1.76 1.76 0 0 1-.863.905v.85c0 .479.196.937.543 1.267L11.25 15.5v-3.19zM18.25 5a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-.75.75H18v.679c0 .89-.365 1.74-1.009 2.353l-1.167 1.11l-1.06-1.06l1.193-1.136c.347-.33.543-.788.543-1.267V8.5h-.25a.75.75 0 0 1-.75-.75v-2a.75.75 0 0 1 .75-.75zm-6.886-3.147a.75.75 0 0 1 1.272 0l1.249 1.995a.75.75 0 0 1-.636 1.147h-.5v4.573l-1.5-1.5V4.995h-.498a.75.75 0 0 1-.636-1.147z"/></svg>

React

import type { SVGProps } from "react";

export function FluentUsbOff24Regular(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="M2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5a.75.75 0 0 1-1.06 1.06l-7.069-7.068l-.358.342c-.347.33-.543.788-.543 1.267v1.825a2 2 0 1 1-1.509.003a1.75 1.75 0 0 0-.534-1.095l-3.698-3.522a3.25 3.25 0 0 1-1.01-2.353v-.85a1.748 1.748 0 0 1 .075-3.194L2.22 3.28a.75.75 0 0 1 0-1.06m6.143 7.204a1.76 1.76 0 0 1-.863.905v.85c0 .479.196.937.543 1.267L11.25 15.5v-3.19zM18.25 5a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-.75.75H18v.679c0 .89-.365 1.74-1.009 2.353l-1.167 1.11l-1.06-1.06l1.193-1.136c.347-.33.543-.788.543-1.267V8.5h-.25a.75.75 0 0 1-.75-.75v-2a.75.75 0 0 1 .75-.75zm-6.886-3.147a.75.75 0 0 1 1.272 0l1.249 1.995a.75.75 0 0 1-.636 1.147h-.5v4.573l-1.5-1.5V4.995h-.498a.75.75 0 0 1-.636-1.147z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5a.75.75 0 0 1-1.06 1.06l-7.069-7.068l-.358.342c-.347.33-.543.788-.543 1.267v1.825a2 2 0 1 1-1.509.003a1.75 1.75 0 0 0-.534-1.095l-3.698-3.522a3.25 3.25 0 0 1-1.01-2.353v-.85a1.748 1.748 0 0 1 .075-3.194L2.22 3.28a.75.75 0 0 1 0-1.06m6.143 7.204a1.76 1.76 0 0 1-.863.905v.85c0 .479.196.937.543 1.267L11.25 15.5v-3.19zM18.25 5a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-.75.75H18v.679c0 .89-.365 1.74-1.009 2.353l-1.167 1.11l-1.06-1.06l1.193-1.136c.347-.33.543-.788.543-1.267V8.5h-.25a.75.75 0 0 1-.75-.75v-2a.75.75 0 0 1 .75-.75zm-6.886-3.147a.75.75 0 0 1 1.272 0l1.249 1.995a.75.75 0 0 1-.636 1.147h-.5v4.573l-1.5-1.5V4.995h-.498a.75.75 0 0 1-.636-1.147z"/></svg>
</template>

CSS

.icon-usb-off-24-regular {
  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%22M2.22%202.22a.75.75%200%200%201%201.06%200l18.5%2018.5a.75.75%200%200%201-1.06%201.06l-7.069-7.068l-.358.342c-.347.33-.543.788-.543%201.267v1.825a2%202%200%201%201-1.509.003a1.75%201.75%200%200%200-.534-1.095l-3.698-3.522a3.25%203.25%200%200%201-1.01-2.353v-.85a1.748%201.748%200%200%201%20.075-3.194L2.22%203.28a.75.75%200%200%201%200-1.06m6.143%207.204a1.76%201.76%200%200%201-.863.905v.85c0%20.479.196.937.543%201.267L11.25%2015.5v-3.19zM18.25%205a.75.75%200%200%201%20.75.75v2a.75.75%200%200%201-.75.75H18v.679c0%20.89-.365%201.74-1.009%202.353l-1.167%201.11l-1.06-1.06l1.193-1.136c.347-.33.543-.788.543-1.267V8.5h-.25a.75.75%200%200%201-.75-.75v-2a.75.75%200%200%201%20.75-.75zm-6.886-3.147a.75.75%200%200%201%201.272%200l1.249%201.995a.75.75%200%200%201-.636%201.147h-.5v4.573l-1.5-1.5V4.995h-.498a.75.75%200%200%201-.636-1.147z%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%22M2.22%202.22a.75.75%200%200%201%201.06%200l18.5%2018.5a.75.75%200%200%201-1.06%201.06l-7.069-7.068l-.358.342c-.347.33-.543.788-.543%201.267v1.825a2%202%200%201%201-1.509.003a1.75%201.75%200%200%200-.534-1.095l-3.698-3.522a3.25%203.25%200%200%201-1.01-2.353v-.85a1.748%201.748%200%200%201%20.075-3.194L2.22%203.28a.75.75%200%200%201%200-1.06m6.143%207.204a1.76%201.76%200%200%201-.863.905v.85c0%20.479.196.937.543%201.267L11.25%2015.5v-3.19zM18.25%205a.75.75%200%200%201%20.75.75v2a.75.75%200%200%201-.75.75H18v.679c0%20.89-.365%201.74-1.009%202.353l-1.167%201.11l-1.06-1.06l1.193-1.136c.347-.33.543-.788.543-1.267V8.5h-.25a.75.75%200%200%201-.75-.75v-2a.75.75%200%200%201%20.75-.75zm-6.886-3.147a.75.75%200%200%201%201.272%200l1.249%201.995a.75.75%200%200%201-.636%201.147h-.5v4.573l-1.5-1.5V4.995h-.498a.75.75%200%200%201-.636-1.147z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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