disconnect-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
disconnect-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
disconnect, disconnect-outline

Use the disconnect icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M832.6 191.4c-84.6-84.6-221.5-84.6-306 0l-96.9 96.9l51 51l96.9-96.9c53.8-53.8 144.6-59.5 204 0c59.5 59.5 53.8 150.2 0 204l-96.9 96.9l51.1 51.1l96.9-96.9c84.4-84.6 84.4-221.5-.1-306.1M446.5 781.6c-53.8 53.8-144.6 59.5-204 0c-59.5-59.5-53.8-150.2 0-204l96.9-96.9l-51.1-51.1l-96.9 96.9c-84.6 84.6-84.6 221.5 0 306s221.5 84.6 306 0l96.9-96.9l-51-51zM260.3 209.4a8.03 8.03 0 0 0-11.3 0L209.4 249a8.03 8.03 0 0 0 0 11.3l554.4 554.4c3.1 3.1 8.2 3.1 11.3 0l39.6-39.6c3.1-3.1 3.1-8.2 0-11.3z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignDisconnectOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M832.6 191.4c-84.6-84.6-221.5-84.6-306 0l-96.9 96.9l51 51l96.9-96.9c53.8-53.8 144.6-59.5 204 0c59.5 59.5 53.8 150.2 0 204l-96.9 96.9l51.1 51.1l96.9-96.9c84.4-84.6 84.4-221.5-.1-306.1M446.5 781.6c-53.8 53.8-144.6 59.5-204 0c-59.5-59.5-53.8-150.2 0-204l96.9-96.9l-51.1-51.1l-96.9 96.9c-84.6 84.6-84.6 221.5 0 306s221.5 84.6 306 0l96.9-96.9l-51-51zM260.3 209.4a8.03 8.03 0 0 0-11.3 0L209.4 249a8.03 8.03 0 0 0 0 11.3l554.4 554.4c3.1 3.1 8.2 3.1 11.3 0l39.6-39.6c3.1-3.1 3.1-8.2 0-11.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M832.6 191.4c-84.6-84.6-221.5-84.6-306 0l-96.9 96.9l51 51l96.9-96.9c53.8-53.8 144.6-59.5 204 0c59.5 59.5 53.8 150.2 0 204l-96.9 96.9l51.1 51.1l96.9-96.9c84.4-84.6 84.4-221.5-.1-306.1M446.5 781.6c-53.8 53.8-144.6 59.5-204 0c-59.5-59.5-53.8-150.2 0-204l96.9-96.9l-51.1-51.1l-96.9 96.9c-84.6 84.6-84.6 221.5 0 306s221.5 84.6 306 0l96.9-96.9l-51-51zM260.3 209.4a8.03 8.03 0 0 0-11.3 0L209.4 249a8.03 8.03 0 0 0 0 11.3l554.4 554.4c3.1 3.1 8.2 3.1 11.3 0l39.6-39.6c3.1-3.1 3.1-8.2 0-11.3z"/></svg>
</template>

CSS

.icon-disconnect-outlined {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M832.6%20191.4c-84.6-84.6-221.5-84.6-306%200l-96.9%2096.9l51%2051l96.9-96.9c53.8-53.8%20144.6-59.5%20204%200c59.5%2059.5%2053.8%20150.2%200%20204l-96.9%2096.9l51.1%2051.1l96.9-96.9c84.4-84.6%2084.4-221.5-.1-306.1M446.5%20781.6c-53.8%2053.8-144.6%2059.5-204%200c-59.5-59.5-53.8-150.2%200-204l96.9-96.9l-51.1-51.1l-96.9%2096.9c-84.6%2084.6-84.6%20221.5%200%20306s221.5%2084.6%20306%200l96.9-96.9l-51-51zM260.3%20209.4a8.03%208.03%200%200%200-11.3%200L209.4%20249a8.03%208.03%200%200%200%200%2011.3l554.4%20554.4c3.1%203.1%208.2%203.1%2011.3%200l39.6-39.6c3.1-3.1%203.1-8.2%200-11.3z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M832.6%20191.4c-84.6-84.6-221.5-84.6-306%200l-96.9%2096.9l51%2051l96.9-96.9c53.8-53.8%20144.6-59.5%20204%200c59.5%2059.5%2053.8%20150.2%200%20204l-96.9%2096.9l51.1%2051.1l96.9-96.9c84.4-84.6%2084.4-221.5-.1-306.1M446.5%20781.6c-53.8%2053.8-144.6%2059.5-204%200c-59.5-59.5-53.8-150.2%200-204l96.9-96.9l-51.1-51.1l-96.9%2096.9c-84.6%2084.6-84.6%20221.5%200%20306s221.5%2084.6%20306%200l96.9-96.9l-51-51zM260.3%20209.4a8.03%208.03%200%200%200-11.3%200L209.4%20249a8.03%208.03%200%200%200%200%2011.3l554.4%20554.4c3.1%203.1%208.2%203.1%2011.3%200l39.6-39.6c3.1-3.1%203.1-8.2%200-11.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/disconnect-outlined.svg?color=%231a73e8&size=48