plug disconnected icon

plug-disconnected-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
plug-disconnected-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the plug disconnected icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M22.74 6.327a5.5 5.5 0 0 1-.495 7.212L20.3 15.483a.75.75 0 0 1-1.06 0l-6.718-6.717a.75.75 0 0 1 0-1.06l1.945-1.945a5.5 5.5 0 0 1 7.212-.495l3.044-3.044a.75.75 0 0 1 1.061 1.06zm-2.97 7.566l1.414-1.415a4 4 0 1 0-5.657-5.657l-1.414 1.415zm-6.993-2.678a.75.75 0 0 1 0 1.06l-2.126 2.127l2.947 2.947l2.125-2.126a.75.75 0 0 1 1.06 1.061l-2.125 2.126l.827.826a.75.75 0 0 1 0 1.061l-1.944 1.945a5.5 5.5 0 0 1-7.212.494l-3.045 3.045a.75.75 0 0 1-1.06-1.06l3.044-3.046a5.5 5.5 0 0 1 .495-7.212l1.944-1.944a.75.75 0 0 1 1.06 0l.823.822l2.127-2.126a.75.75 0 0 1 1.06 0M6.83 21.188a4 4 0 0 0 5.65-.007l1.414-1.414l-5.657-5.657l-1.414 1.414a4 4 0 0 0-.006 5.65l.006.007z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPlugDisconnected28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M22.74 6.327a5.5 5.5 0 0 1-.495 7.212L20.3 15.483a.75.75 0 0 1-1.06 0l-6.718-6.717a.75.75 0 0 1 0-1.06l1.945-1.945a5.5 5.5 0 0 1 7.212-.495l3.044-3.044a.75.75 0 0 1 1.061 1.06zm-2.97 7.566l1.414-1.415a4 4 0 1 0-5.657-5.657l-1.414 1.415zm-6.993-2.678a.75.75 0 0 1 0 1.06l-2.126 2.127l2.947 2.947l2.125-2.126a.75.75 0 0 1 1.06 1.061l-2.125 2.126l.827.826a.75.75 0 0 1 0 1.061l-1.944 1.945a5.5 5.5 0 0 1-7.212.494l-3.045 3.045a.75.75 0 0 1-1.06-1.06l3.044-3.046a5.5 5.5 0 0 1 .495-7.212l1.944-1.944a.75.75 0 0 1 1.06 0l.823.822l2.127-2.126a.75.75 0 0 1 1.06 0M6.83 21.188a4 4 0 0 0 5.65-.007l1.414-1.414l-5.657-5.657l-1.414 1.414a4 4 0 0 0-.006 5.65l.006.007z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M22.74 6.327a5.5 5.5 0 0 1-.495 7.212L20.3 15.483a.75.75 0 0 1-1.06 0l-6.718-6.717a.75.75 0 0 1 0-1.06l1.945-1.945a5.5 5.5 0 0 1 7.212-.495l3.044-3.044a.75.75 0 0 1 1.061 1.06zm-2.97 7.566l1.414-1.415a4 4 0 1 0-5.657-5.657l-1.414 1.415zm-6.993-2.678a.75.75 0 0 1 0 1.06l-2.126 2.127l2.947 2.947l2.125-2.126a.75.75 0 0 1 1.06 1.061l-2.125 2.126l.827.826a.75.75 0 0 1 0 1.061l-1.944 1.945a5.5 5.5 0 0 1-7.212.494l-3.045 3.045a.75.75 0 0 1-1.06-1.06l3.044-3.046a5.5 5.5 0 0 1 .495-7.212l1.944-1.944a.75.75 0 0 1 1.06 0l.823.822l2.127-2.126a.75.75 0 0 1 1.06 0M6.83 21.188a4 4 0 0 0 5.65-.007l1.414-1.414l-5.657-5.657l-1.414 1.414a4 4 0 0 0-.006 5.65l.006.007z"/></svg>
</template>

CSS

.icon-plug-disconnected-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.74%206.327a5.5%205.5%200%200%201-.495%207.212L20.3%2015.483a.75.75%200%200%201-1.06%200l-6.718-6.717a.75.75%200%200%201%200-1.06l1.945-1.945a5.5%205.5%200%200%201%207.212-.495l3.044-3.044a.75.75%200%200%201%201.061%201.06zm-2.97%207.566l1.414-1.415a4%204%200%201%200-5.657-5.657l-1.414%201.415zm-6.993-2.678a.75.75%200%200%201%200%201.06l-2.126%202.127l2.947%202.947l2.125-2.126a.75.75%200%200%201%201.06%201.061l-2.125%202.126l.827.826a.75.75%200%200%201%200%201.061l-1.944%201.945a5.5%205.5%200%200%201-7.212.494l-3.045%203.045a.75.75%200%200%201-1.06-1.06l3.044-3.046a5.5%205.5%200%200%201%20.495-7.212l1.944-1.944a.75.75%200%200%201%201.06%200l.823.822l2.127-2.126a.75.75%200%200%201%201.06%200M6.83%2021.188a4%204%200%200%200%205.65-.007l1.414-1.414l-5.657-5.657l-1.414%201.414a4%204%200%200%200-.006%205.65l.006.007z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.74%206.327a5.5%205.5%200%200%201-.495%207.212L20.3%2015.483a.75.75%200%200%201-1.06%200l-6.718-6.717a.75.75%200%200%201%200-1.06l1.945-1.945a5.5%205.5%200%200%201%207.212-.495l3.044-3.044a.75.75%200%200%201%201.061%201.06zm-2.97%207.566l1.414-1.415a4%204%200%201%200-5.657-5.657l-1.414%201.415zm-6.993-2.678a.75.75%200%200%201%200%201.06l-2.126%202.127l2.947%202.947l2.125-2.126a.75.75%200%200%201%201.06%201.061l-2.125%202.126l.827.826a.75.75%200%200%201%200%201.061l-1.944%201.945a5.5%205.5%200%200%201-7.212.494l-3.045%203.045a.75.75%200%200%201-1.06-1.06l3.044-3.046a5.5%205.5%200%200%201%20.495-7.212l1.944-1.944a.75.75%200%200%201%201.06%200l.823.822l2.127-2.126a.75.75%200%200%201%201.06%200M6.83%2021.188a4%204%200%200%200%205.65-.007l1.414-1.414l-5.657-5.657l-1.414%201.414a4%204%200%200%200-.006%205.65l.006.007z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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