plug disconnected icon

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

Name
plug-disconnected-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M15.354.646a.5.5 0 0 0-.707 0l-2.07 2.07c-1.37-.999-3.37-.843-4.64.428l-.13.131a1.25 1.25 0 0 0 0 1.768l3.181 3.182c.243.244.563.366.884.366s.641-.122.884-.366l.22-.22a3.47 3.47 0 0 0 1.025-2.529a3.46 3.46 0 0 0-.71-2.059l2.063-2.063a.5.5 0 0 0 0-.708m-3.086 6.651l-.22.22a.25.25 0 0 1-.354 0L8.512 4.335a.25.25 0 0 1 0-.354l.131-.131a2.7 2.7 0 0 1 1.897-.79c.61 0 1.211.214 1.671.648c.498.468.777 1.101.788 1.783a2.48 2.48 0 0 1-.73 1.806M8.146 9.146l-.88.88l-1.293-1.293l.88-.88a.5.5 0 0 0-.707-.707l-.88.88l-.253-.253a1.253 1.253 0 0 0-1.768.001l-.22.22A3.47 3.47 0 0 0 2 10.523c.012.756.26 1.47.71 2.059L.647 14.645a.5.5 0 0 0 .708.707l2.07-2.07a3.45 3.45 0 0 0 2.036.652c.938 0 1.888-.363 2.604-1.08l.131-.131a1.25 1.25 0 0 0 0-1.768l-.222-.222l.88-.88a.5.5 0 0 0-.707-.707m-.657 2.872l-.132.131c-.994.995-2.596 1.059-3.568.142a2.48 2.48 0 0 1-.788-1.783c-.01-.682.25-1.324.732-1.806l.22-.22a.25.25 0 0 1 .177-.073c.065 0 .128.024.177.073l3.18 3.18a.25.25 0 0 1 0 .354z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPlugDisconnected16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15.354.646a.5.5 0 0 0-.707 0l-2.07 2.07c-1.37-.999-3.37-.843-4.64.428l-.13.131a1.25 1.25 0 0 0 0 1.768l3.181 3.182c.243.244.563.366.884.366s.641-.122.884-.366l.22-.22a3.47 3.47 0 0 0 1.025-2.529a3.46 3.46 0 0 0-.71-2.059l2.063-2.063a.5.5 0 0 0 0-.708m-3.086 6.651l-.22.22a.25.25 0 0 1-.354 0L8.512 4.335a.25.25 0 0 1 0-.354l.131-.131a2.7 2.7 0 0 1 1.897-.79c.61 0 1.211.214 1.671.648c.498.468.777 1.101.788 1.783a2.48 2.48 0 0 1-.73 1.806M8.146 9.146l-.88.88l-1.293-1.293l.88-.88a.5.5 0 0 0-.707-.707l-.88.88l-.253-.253a1.253 1.253 0 0 0-1.768.001l-.22.22A3.47 3.47 0 0 0 2 10.523c.012.756.26 1.47.71 2.059L.647 14.645a.5.5 0 0 0 .708.707l2.07-2.07a3.45 3.45 0 0 0 2.036.652c.938 0 1.888-.363 2.604-1.08l.131-.131a1.25 1.25 0 0 0 0-1.768l-.222-.222l.88-.88a.5.5 0 0 0-.707-.707m-.657 2.872l-.132.131c-.994.995-2.596 1.059-3.568.142a2.48 2.48 0 0 1-.788-1.783c-.01-.682.25-1.324.732-1.806l.22-.22a.25.25 0 0 1 .177-.073c.065 0 .128.024.177.073l3.18 3.18a.25.25 0 0 1 0 .354z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15.354.646a.5.5 0 0 0-.707 0l-2.07 2.07c-1.37-.999-3.37-.843-4.64.428l-.13.131a1.25 1.25 0 0 0 0 1.768l3.181 3.182c.243.244.563.366.884.366s.641-.122.884-.366l.22-.22a3.47 3.47 0 0 0 1.025-2.529a3.46 3.46 0 0 0-.71-2.059l2.063-2.063a.5.5 0 0 0 0-.708m-3.086 6.651l-.22.22a.25.25 0 0 1-.354 0L8.512 4.335a.25.25 0 0 1 0-.354l.131-.131a2.7 2.7 0 0 1 1.897-.79c.61 0 1.211.214 1.671.648c.498.468.777 1.101.788 1.783a2.48 2.48 0 0 1-.73 1.806M8.146 9.146l-.88.88l-1.293-1.293l.88-.88a.5.5 0 0 0-.707-.707l-.88.88l-.253-.253a1.253 1.253 0 0 0-1.768.001l-.22.22A3.47 3.47 0 0 0 2 10.523c.012.756.26 1.47.71 2.059L.647 14.645a.5.5 0 0 0 .708.707l2.07-2.07a3.45 3.45 0 0 0 2.036.652c.938 0 1.888-.363 2.604-1.08l.131-.131a1.25 1.25 0 0 0 0-1.768l-.222-.222l.88-.88a.5.5 0 0 0-.707-.707m-.657 2.872l-.132.131c-.994.995-2.596 1.059-3.568.142a2.48 2.48 0 0 1-.788-1.783c-.01-.682.25-1.324.732-1.806l.22-.22a.25.25 0 0 1 .177-.073c.065 0 .128.024.177.073l3.18 3.18a.25.25 0 0 1 0 .354z"/></svg>
</template>

CSS

.icon-plug-disconnected-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.354.646a.5.5%200%200%200-.707%200l-2.07%202.07c-1.37-.999-3.37-.843-4.64.428l-.13.131a1.25%201.25%200%200%200%200%201.768l3.181%203.182c.243.244.563.366.884.366s.641-.122.884-.366l.22-.22a3.47%203.47%200%200%200%201.025-2.529a3.46%203.46%200%200%200-.71-2.059l2.063-2.063a.5.5%200%200%200%200-.708m-3.086%206.651l-.22.22a.25.25%200%200%201-.354%200L8.512%204.335a.25.25%200%200%201%200-.354l.131-.131a2.7%202.7%200%200%201%201.897-.79c.61%200%201.211.214%201.671.648c.498.468.777%201.101.788%201.783a2.48%202.48%200%200%201-.73%201.806M8.146%209.146l-.88.88l-1.293-1.293l.88-.88a.5.5%200%200%200-.707-.707l-.88.88l-.253-.253a1.253%201.253%200%200%200-1.768.001l-.22.22A3.47%203.47%200%200%200%202%2010.523c.012.756.26%201.47.71%202.059L.647%2014.645a.5.5%200%200%200%20.708.707l2.07-2.07a3.45%203.45%200%200%200%202.036.652c.938%200%201.888-.363%202.604-1.08l.131-.131a1.25%201.25%200%200%200%200-1.768l-.222-.222l.88-.88a.5.5%200%200%200-.707-.707m-.657%202.872l-.132.131c-.994.995-2.596%201.059-3.568.142a2.48%202.48%200%200%201-.788-1.783c-.01-.682.25-1.324.732-1.806l.22-.22a.25.25%200%200%201%20.177-.073c.065%200%20.128.024.177.073l3.18%203.18a.25.25%200%200%201%200%20.354z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.354.646a.5.5%200%200%200-.707%200l-2.07%202.07c-1.37-.999-3.37-.843-4.64.428l-.13.131a1.25%201.25%200%200%200%200%201.768l3.181%203.182c.243.244.563.366.884.366s.641-.122.884-.366l.22-.22a3.47%203.47%200%200%200%201.025-2.529a3.46%203.46%200%200%200-.71-2.059l2.063-2.063a.5.5%200%200%200%200-.708m-3.086%206.651l-.22.22a.25.25%200%200%201-.354%200L8.512%204.335a.25.25%200%200%201%200-.354l.131-.131a2.7%202.7%200%200%201%201.897-.79c.61%200%201.211.214%201.671.648c.498.468.777%201.101.788%201.783a2.48%202.48%200%200%201-.73%201.806M8.146%209.146l-.88.88l-1.293-1.293l.88-.88a.5.5%200%200%200-.707-.707l-.88.88l-.253-.253a1.253%201.253%200%200%200-1.768.001l-.22.22A3.47%203.47%200%200%200%202%2010.523c.012.756.26%201.47.71%202.059L.647%2014.645a.5.5%200%200%200%20.708.707l2.07-2.07a3.45%203.45%200%200%200%202.036.652c.938%200%201.888-.363%202.604-1.08l.131-.131a1.25%201.25%200%200%200%200-1.768l-.222-.222l.88-.88a.5.5%200%200%200-.707-.707m-.657%202.872l-.132.131c-.994.995-2.596%201.059-3.568.142a2.48%202.48%200%200%201-.788-1.783c-.01-.682.25-1.324.732-1.806l.22-.22a.25.25%200%200%201%20.177-.073c.065%200%20.128.024.177.073l3.18%203.18a.25.25%200%200%201%200%20.354z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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