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

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

Use the branches icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M740 161c-61.8 0-112 50.2-112 112c0 50.1 33.1 92.6 78.5 106.9v95.9L320 602.4V318.1c44.2-15 76-56.9 76-106.1c0-61.8-50.2-112-112-112s-112 50.2-112 112c0 49.2 31.8 91 76 106.1V706c-44.2 15-76 56.9-76 106.1c0 61.8 50.2 112 112 112s112-50.2 112-112c0-49.2-31.8-91-76-106.1v-27.8l423.5-138.7a50.52 50.52 0 0 0 34.9-48.2V378.2c42.9-15.8 73.6-57 73.6-105.2c0-61.8-50.2-112-112-112m-504 51a48.01 48.01 0 0 1 96 0a48.01 48.01 0 0 1-96 0m96 600a48.01 48.01 0 0 1-96 0a48.01 48.01 0 0 1 96 0m408-491a48.01 48.01 0 0 1 0-96a48.01 48.01 0 0 1 0 96"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignBranchesOutlined(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="M740 161c-61.8 0-112 50.2-112 112c0 50.1 33.1 92.6 78.5 106.9v95.9L320 602.4V318.1c44.2-15 76-56.9 76-106.1c0-61.8-50.2-112-112-112s-112 50.2-112 112c0 49.2 31.8 91 76 106.1V706c-44.2 15-76 56.9-76 106.1c0 61.8 50.2 112 112 112s112-50.2 112-112c0-49.2-31.8-91-76-106.1v-27.8l423.5-138.7a50.52 50.52 0 0 0 34.9-48.2V378.2c42.9-15.8 73.6-57 73.6-105.2c0-61.8-50.2-112-112-112m-504 51a48.01 48.01 0 0 1 96 0a48.01 48.01 0 0 1-96 0m96 600a48.01 48.01 0 0 1-96 0a48.01 48.01 0 0 1 96 0m408-491a48.01 48.01 0 0 1 0-96a48.01 48.01 0 0 1 0 96"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M740 161c-61.8 0-112 50.2-112 112c0 50.1 33.1 92.6 78.5 106.9v95.9L320 602.4V318.1c44.2-15 76-56.9 76-106.1c0-61.8-50.2-112-112-112s-112 50.2-112 112c0 49.2 31.8 91 76 106.1V706c-44.2 15-76 56.9-76 106.1c0 61.8 50.2 112 112 112s112-50.2 112-112c0-49.2-31.8-91-76-106.1v-27.8l423.5-138.7a50.52 50.52 0 0 0 34.9-48.2V378.2c42.9-15.8 73.6-57 73.6-105.2c0-61.8-50.2-112-112-112m-504 51a48.01 48.01 0 0 1 96 0a48.01 48.01 0 0 1-96 0m96 600a48.01 48.01 0 0 1-96 0a48.01 48.01 0 0 1 96 0m408-491a48.01 48.01 0 0 1 0-96a48.01 48.01 0 0 1 0 96"/></svg>
</template>

CSS

.icon-branches-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%22M740%20161c-61.8%200-112%2050.2-112%20112c0%2050.1%2033.1%2092.6%2078.5%20106.9v95.9L320%20602.4V318.1c44.2-15%2076-56.9%2076-106.1c0-61.8-50.2-112-112-112s-112%2050.2-112%20112c0%2049.2%2031.8%2091%2076%20106.1V706c-44.2%2015-76%2056.9-76%20106.1c0%2061.8%2050.2%20112%20112%20112s112-50.2%20112-112c0-49.2-31.8-91-76-106.1v-27.8l423.5-138.7a50.52%2050.52%200%200%200%2034.9-48.2V378.2c42.9-15.8%2073.6-57%2073.6-105.2c0-61.8-50.2-112-112-112m-504%2051a48.01%2048.01%200%200%201%2096%200a48.01%2048.01%200%200%201-96%200m96%20600a48.01%2048.01%200%200%201-96%200a48.01%2048.01%200%200%201%2096%200m408-491a48.01%2048.01%200%200%201%200-96a48.01%2048.01%200%200%201%200%2096%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%22M740%20161c-61.8%200-112%2050.2-112%20112c0%2050.1%2033.1%2092.6%2078.5%20106.9v95.9L320%20602.4V318.1c44.2-15%2076-56.9%2076-106.1c0-61.8-50.2-112-112-112s-112%2050.2-112%20112c0%2049.2%2031.8%2091%2076%20106.1V706c-44.2%2015-76%2056.9-76%20106.1c0%2061.8%2050.2%20112%20112%20112s112-50.2%20112-112c0-49.2-31.8-91-76-106.1v-27.8l423.5-138.7a50.52%2050.52%200%200%200%2034.9-48.2V378.2c42.9-15.8%2073.6-57%2073.6-105.2c0-61.8-50.2-112-112-112m-504%2051a48.01%2048.01%200%200%201%2096%200a48.01%2048.01%200%200%201-96%200m96%20600a48.01%2048.01%200%200%201-96%200a48.01%2048.01%200%200%201%2096%200m408-491a48.01%2048.01%200%200%201%200-96a48.01%2048.01%200%200%201%200%2096%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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