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

Name
subnode-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
subnode

Use the subnode icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M688 240c-138 0-252 102.8-269.6 236H249c-14.2-35.2-48.7-60-89-60c-53 0-96 43-96 96s43 96 96 96c40.3 0 74.8-24.8 89-60h169.3C436 681.2 550 784 688 784c150.2 0 272-121.8 272-272S838.2 240 688 240m128 298c0 4.4-3.6 8-8 8h-86v86c0 4.4-3.6 8-8 8h-52c-4.4 0-8-3.6-8-8v-86h-86c-4.4 0-8-3.6-8-8v-52c0-4.4 3.6-8 8-8h86v-86c0-4.4 3.6-8 8-8h52c4.4 0 8 3.6 8 8v86h86c4.4 0 8 3.6 8 8z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignSubnodeOutlined(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="M688 240c-138 0-252 102.8-269.6 236H249c-14.2-35.2-48.7-60-89-60c-53 0-96 43-96 96s43 96 96 96c40.3 0 74.8-24.8 89-60h169.3C436 681.2 550 784 688 784c150.2 0 272-121.8 272-272S838.2 240 688 240m128 298c0 4.4-3.6 8-8 8h-86v86c0 4.4-3.6 8-8 8h-52c-4.4 0-8-3.6-8-8v-86h-86c-4.4 0-8-3.6-8-8v-52c0-4.4 3.6-8 8-8h86v-86c0-4.4 3.6-8 8-8h52c4.4 0 8 3.6 8 8v86h86c4.4 0 8 3.6 8 8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M688 240c-138 0-252 102.8-269.6 236H249c-14.2-35.2-48.7-60-89-60c-53 0-96 43-96 96s43 96 96 96c40.3 0 74.8-24.8 89-60h169.3C436 681.2 550 784 688 784c150.2 0 272-121.8 272-272S838.2 240 688 240m128 298c0 4.4-3.6 8-8 8h-86v86c0 4.4-3.6 8-8 8h-52c-4.4 0-8-3.6-8-8v-86h-86c-4.4 0-8-3.6-8-8v-52c0-4.4 3.6-8 8-8h86v-86c0-4.4 3.6-8 8-8h52c4.4 0 8 3.6 8 8v86h86c4.4 0 8 3.6 8 8z"/></svg>
</template>

CSS

.icon-subnode-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%22M688%20240c-138%200-252%20102.8-269.6%20236H249c-14.2-35.2-48.7-60-89-60c-53%200-96%2043-96%2096s43%2096%2096%2096c40.3%200%2074.8-24.8%2089-60h169.3C436%20681.2%20550%20784%20688%20784c150.2%200%20272-121.8%20272-272S838.2%20240%20688%20240m128%20298c0%204.4-3.6%208-8%208h-86v86c0%204.4-3.6%208-8%208h-52c-4.4%200-8-3.6-8-8v-86h-86c-4.4%200-8-3.6-8-8v-52c0-4.4%203.6-8%208-8h86v-86c0-4.4%203.6-8%208-8h52c4.4%200%208%203.6%208%208v86h86c4.4%200%208%203.6%208%208z%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%22M688%20240c-138%200-252%20102.8-269.6%20236H249c-14.2-35.2-48.7-60-89-60c-53%200-96%2043-96%2096s43%2096%2096%2096c40.3%200%2074.8-24.8%2089-60h169.3C436%20681.2%20550%20784%20688%20784c150.2%200%20272-121.8%20272-272S838.2%20240%20688%20240m128%20298c0%204.4-3.6%208-8%208h-86v86c0%204.4-3.6%208-8%208h-52c-4.4%200-8-3.6-8-8v-86h-86c-4.4%200-8-3.6-8-8v-52c0-4.4%203.6-8%208-8h86v-86c0-4.4%203.6-8%208-8h52c4.4%200%208%203.6%208%208v86h86c4.4%200%208%203.6%208%208z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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