plug disconnected icon

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

Name
plug-disconnected-16-filled
Set
Fluent UI System Icons
Style
16 Filled
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-7.208 8.5l-.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-.707"/></svg>

React

import type { SVGProps } from "react";

export function FluentPlugDisconnected16Filled(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-7.208 8.5l-.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-.707"/></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-7.208 8.5l-.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-.707"/></svg>
</template>

CSS

.icon-plug-disconnected-16-filled {
  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-7.208%208.5l-.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-.707%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-7.208%208.5l-.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-.707%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-filled.svg?color=%231a73e8&size=48