plug disconnected icon
plug-disconnected-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- plug-disconnected-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- 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-9.963 5.949a.75.75 0 0 0-1.06-1.061L9.59 13.341l-.822-.822a.75.75 0 0 0-1.06 0l-1.945 1.944a5.5 5.5 0 0 0-.495 7.212L2.224 24.72a.75.75 0 1 0 1.06 1.06l3.045-3.044a5.5 5.5 0 0 0 7.212-.494l1.944-1.945a.75.75 0 0 0 0-1.06l-.827-.828l2.126-2.125a.75.75 0 1 0-1.061-1.06l-2.125 2.125l-2.947-2.947z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPlugDisconnected28Filled(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-9.963 5.949a.75.75 0 0 0-1.06-1.061L9.59 13.341l-.822-.822a.75.75 0 0 0-1.06 0l-1.945 1.944a5.5 5.5 0 0 0-.495 7.212L2.224 24.72a.75.75 0 1 0 1.06 1.06l3.045-3.044a5.5 5.5 0 0 0 7.212-.494l1.944-1.945a.75.75 0 0 0 0-1.06l-.827-.828l2.126-2.125a.75.75 0 1 0-1.061-1.06l-2.125 2.125l-2.947-2.947z"/></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-9.963 5.949a.75.75 0 0 0-1.06-1.061L9.59 13.341l-.822-.822a.75.75 0 0 0-1.06 0l-1.945 1.944a5.5 5.5 0 0 0-.495 7.212L2.224 24.72a.75.75 0 1 0 1.06 1.06l3.045-3.044a5.5 5.5 0 0 0 7.212-.494l1.944-1.945a.75.75 0 0 0 0-1.06l-.827-.828l2.126-2.125a.75.75 0 1 0-1.061-1.06l-2.125 2.125l-2.947-2.947z"/></svg> </template>
CSS
.icon-plug-disconnected-28-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%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-9.963%205.949a.75.75%200%200%200-1.06-1.061L9.59%2013.341l-.822-.822a.75.75%200%200%200-1.06%200l-1.945%201.944a5.5%205.5%200%200%200-.495%207.212L2.224%2024.72a.75.75%200%201%200%201.06%201.06l3.045-3.044a5.5%205.5%200%200%200%207.212-.494l1.944-1.945a.75.75%200%200%200%200-1.06l-.827-.828l2.126-2.125a.75.75%200%201%200-1.061-1.06l-2.125%202.125l-2.947-2.947z%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-9.963%205.949a.75.75%200%200%200-1.06-1.061L9.59%2013.341l-.822-.822a.75.75%200%200%200-1.06%200l-1.945%201.944a5.5%205.5%200%200%200-.495%207.212L2.224%2024.72a.75.75%200%201%200%201.06%201.06l3.045-3.044a5.5%205.5%200%200%200%207.212-.494l1.944-1.945a.75.75%200%200%200%200-1.06l-.827-.828l2.126-2.125a.75.75%200%201%200-1.061-1.06l-2.125%202.125l-2.947-2.947z%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-filled.svg?color=%231a73e8&size=48