branch icon logo
branch-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- branch-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
Use the branch icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#333e48" d="M256 128.03C256 57.414 198.578 0 128.004 0C57.429 0 0 57.415 0 128.03c0 66.71 51.273 121.659 116.471 127.503h.314q1.605.139 3.217.24l.62.037q1.459.088 2.961.132h.78c1.212 0 2.422.058 3.648.058s2.312 0 3.465-.051h.489q1.524-.044 3.034-.124h.204a125 125 0 0 0 6.77-.562C205.996 248.317 256 193.908 256 128.03M141.535 243.077l-1.233-35.41l30.914-18.97a23.3 23.3 0 0 0 24.339 1.236a23.31 23.31 0 0 0 12.134-21.14c-.496-12.28-10.336-22.123-22.613-22.619a23.17 23.17 0 0 0-18.246 7.876a23.18 23.18 0 0 0-5.432 19.12l-21.818 13.5l-1.583-44.617l30.425-18.613c10.689 7.984 25.57 7.118 35.26-2.053c9.691-9.17 11.38-23.984 4.002-35.101c-7.377-11.117-21.682-15.312-33.893-9.94s-18.787 18.753-15.58 31.706l-20.943 13.002l-1.24-35.606a24.95 24.95 0 0 0 15.923-24.305c-.518-12.449-10.144-22.605-22.545-23.787c-12.4-1.183-23.77 6.972-26.632 19.099c-2.86 12.127 3.666 24.505 15.287 28.993L115.8 159.22l-22.795-14.527a27.13 27.13 0 0 0-2.05-18.503c-4.56-9.486-13.75-16.213-24.232-16.87c-12.964-.846-24.898 7.066-29.17 19.338c-4.27 12.272.172 25.886 10.858 33.275a28.89 28.89 0 0 0 34.958-1.597l31.774 20.11l-1.91 62.493c-56.898-7.26-101.088-56.022-101.088-114.91C12.19 64.156 64.14 12.177 128.004 12.177s115.814 51.964 115.814 115.844c0 59.305-44.78 108.329-102.283 115.056"/><path fill="#009bde" d="M127.273 47.176c8.323.008 15.068 6.755 15.076 15.08c0 8.329-6.75 15.08-15.076 15.08s-15.077-6.751-15.077-15.08s6.75-15.08 15.077-15.08m56.836 108.668c7.55-.004 13.681 6.102 13.71 13.654a13.69 13.69 0 0 1-8.42 12.672a13.685 13.685 0 0 1-14.926-2.934a13.69 13.69 0 0 1-2.997-14.917a13.69 13.69 0 0 1 12.633-8.475m8.436-39.72c-7.997 3.888-17.631.565-21.534-7.427a16.12 16.12 0 0 1 2.42-17.74a16.106 16.106 0 0 1 28.14 9.705a16.11 16.11 0 0 1-9.026 15.462M64.36 120.605c9.592.008 17.367 7.785 17.375 17.38c-.004 9.592-7.78 17.365-17.37 17.364S47 147.572 47 137.979s7.77-17.37 17.36-17.374"/></svg>
React
import type { SVGProps } from "react";
export function LogosBranchIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#333e48" d="M256 128.03C256 57.414 198.578 0 128.004 0C57.429 0 0 57.415 0 128.03c0 66.71 51.273 121.659 116.471 127.503h.314q1.605.139 3.217.24l.62.037q1.459.088 2.961.132h.78c1.212 0 2.422.058 3.648.058s2.312 0 3.465-.051h.489q1.524-.044 3.034-.124h.204a125 125 0 0 0 6.77-.562C205.996 248.317 256 193.908 256 128.03M141.535 243.077l-1.233-35.41l30.914-18.97a23.3 23.3 0 0 0 24.339 1.236a23.31 23.31 0 0 0 12.134-21.14c-.496-12.28-10.336-22.123-22.613-22.619a23.17 23.17 0 0 0-18.246 7.876a23.18 23.18 0 0 0-5.432 19.12l-21.818 13.5l-1.583-44.617l30.425-18.613c10.689 7.984 25.57 7.118 35.26-2.053c9.691-9.17 11.38-23.984 4.002-35.101c-7.377-11.117-21.682-15.312-33.893-9.94s-18.787 18.753-15.58 31.706l-20.943 13.002l-1.24-35.606a24.95 24.95 0 0 0 15.923-24.305c-.518-12.449-10.144-22.605-22.545-23.787c-12.4-1.183-23.77 6.972-26.632 19.099c-2.86 12.127 3.666 24.505 15.287 28.993L115.8 159.22l-22.795-14.527a27.13 27.13 0 0 0-2.05-18.503c-4.56-9.486-13.75-16.213-24.232-16.87c-12.964-.846-24.898 7.066-29.17 19.338c-4.27 12.272.172 25.886 10.858 33.275a28.89 28.89 0 0 0 34.958-1.597l31.774 20.11l-1.91 62.493c-56.898-7.26-101.088-56.022-101.088-114.91C12.19 64.156 64.14 12.177 128.004 12.177s115.814 51.964 115.814 115.844c0 59.305-44.78 108.329-102.283 115.056"/><path fill="#009bde" d="M127.273 47.176c8.323.008 15.068 6.755 15.076 15.08c0 8.329-6.75 15.08-15.076 15.08s-15.077-6.751-15.077-15.08s6.75-15.08 15.077-15.08m56.836 108.668c7.55-.004 13.681 6.102 13.71 13.654a13.69 13.69 0 0 1-8.42 12.672a13.685 13.685 0 0 1-14.926-2.934a13.69 13.69 0 0 1-2.997-14.917a13.69 13.69 0 0 1 12.633-8.475m8.436-39.72c-7.997 3.888-17.631.565-21.534-7.427a16.12 16.12 0 0 1 2.42-17.74a16.106 16.106 0 0 1 28.14 9.705a16.11 16.11 0 0 1-9.026 15.462M64.36 120.605c9.592.008 17.367 7.785 17.375 17.38c-.004 9.592-7.78 17.365-17.37 17.364S47 147.572 47 137.979s7.77-17.37 17.36-17.374"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#333e48" d="M256 128.03C256 57.414 198.578 0 128.004 0C57.429 0 0 57.415 0 128.03c0 66.71 51.273 121.659 116.471 127.503h.314q1.605.139 3.217.24l.62.037q1.459.088 2.961.132h.78c1.212 0 2.422.058 3.648.058s2.312 0 3.465-.051h.489q1.524-.044 3.034-.124h.204a125 125 0 0 0 6.77-.562C205.996 248.317 256 193.908 256 128.03M141.535 243.077l-1.233-35.41l30.914-18.97a23.3 23.3 0 0 0 24.339 1.236a23.31 23.31 0 0 0 12.134-21.14c-.496-12.28-10.336-22.123-22.613-22.619a23.17 23.17 0 0 0-18.246 7.876a23.18 23.18 0 0 0-5.432 19.12l-21.818 13.5l-1.583-44.617l30.425-18.613c10.689 7.984 25.57 7.118 35.26-2.053c9.691-9.17 11.38-23.984 4.002-35.101c-7.377-11.117-21.682-15.312-33.893-9.94s-18.787 18.753-15.58 31.706l-20.943 13.002l-1.24-35.606a24.95 24.95 0 0 0 15.923-24.305c-.518-12.449-10.144-22.605-22.545-23.787c-12.4-1.183-23.77 6.972-26.632 19.099c-2.86 12.127 3.666 24.505 15.287 28.993L115.8 159.22l-22.795-14.527a27.13 27.13 0 0 0-2.05-18.503c-4.56-9.486-13.75-16.213-24.232-16.87c-12.964-.846-24.898 7.066-29.17 19.338c-4.27 12.272.172 25.886 10.858 33.275a28.89 28.89 0 0 0 34.958-1.597l31.774 20.11l-1.91 62.493c-56.898-7.26-101.088-56.022-101.088-114.91C12.19 64.156 64.14 12.177 128.004 12.177s115.814 51.964 115.814 115.844c0 59.305-44.78 108.329-102.283 115.056"/><path fill="#009bde" d="M127.273 47.176c8.323.008 15.068 6.755 15.076 15.08c0 8.329-6.75 15.08-15.076 15.08s-15.077-6.751-15.077-15.08s6.75-15.08 15.077-15.08m56.836 108.668c7.55-.004 13.681 6.102 13.71 13.654a13.69 13.69 0 0 1-8.42 12.672a13.685 13.685 0 0 1-14.926-2.934a13.69 13.69 0 0 1-2.997-14.917a13.69 13.69 0 0 1 12.633-8.475m8.436-39.72c-7.997 3.888-17.631.565-21.534-7.427a16.12 16.12 0 0 1 2.42-17.74a16.106 16.106 0 0 1 28.14 9.705a16.11 16.11 0 0 1-9.026 15.462M64.36 120.605c9.592.008 17.367 7.785 17.375 17.38c-.004 9.592-7.78 17.365-17.37 17.364S47 147.572 47 137.979s7.77-17.37 17.36-17.374"/></svg> </template>
CSS
.icon-branch-icon {
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%20256%20256%22%3E%3Cpath%20fill%3D%22%23333e48%22%20d%3D%22M256%20128.03C256%2057.414%20198.578%200%20128.004%200C57.429%200%200%2057.415%200%20128.03c0%2066.71%2051.273%20121.659%20116.471%20127.503h.314q1.605.139%203.217.24l.62.037q1.459.088%202.961.132h.78c1.212%200%202.422.058%203.648.058s2.312%200%203.465-.051h.489q1.524-.044%203.034-.124h.204a125%20125%200%200%200%206.77-.562C205.996%20248.317%20256%20193.908%20256%20128.03M141.535%20243.077l-1.233-35.41l30.914-18.97a23.3%2023.3%200%200%200%2024.339%201.236a23.31%2023.31%200%200%200%2012.134-21.14c-.496-12.28-10.336-22.123-22.613-22.619a23.17%2023.17%200%200%200-18.246%207.876a23.18%2023.18%200%200%200-5.432%2019.12l-21.818%2013.5l-1.583-44.617l30.425-18.613c10.689%207.984%2025.57%207.118%2035.26-2.053c9.691-9.17%2011.38-23.984%204.002-35.101c-7.377-11.117-21.682-15.312-33.893-9.94s-18.787%2018.753-15.58%2031.706l-20.943%2013.002l-1.24-35.606a24.95%2024.95%200%200%200%2015.923-24.305c-.518-12.449-10.144-22.605-22.545-23.787c-12.4-1.183-23.77%206.972-26.632%2019.099c-2.86%2012.127%203.666%2024.505%2015.287%2028.993L115.8%20159.22l-22.795-14.527a27.13%2027.13%200%200%200-2.05-18.503c-4.56-9.486-13.75-16.213-24.232-16.87c-12.964-.846-24.898%207.066-29.17%2019.338c-4.27%2012.272.172%2025.886%2010.858%2033.275a28.89%2028.89%200%200%200%2034.958-1.597l31.774%2020.11l-1.91%2062.493c-56.898-7.26-101.088-56.022-101.088-114.91C12.19%2064.156%2064.14%2012.177%20128.004%2012.177s115.814%2051.964%20115.814%20115.844c0%2059.305-44.78%20108.329-102.283%20115.056%22%2F%3E%3Cpath%20fill%3D%22%23009bde%22%20d%3D%22M127.273%2047.176c8.323.008%2015.068%206.755%2015.076%2015.08c0%208.329-6.75%2015.08-15.076%2015.08s-15.077-6.751-15.077-15.08s6.75-15.08%2015.077-15.08m56.836%20108.668c7.55-.004%2013.681%206.102%2013.71%2013.654a13.69%2013.69%200%200%201-8.42%2012.672a13.685%2013.685%200%200%201-14.926-2.934a13.69%2013.69%200%200%201-2.997-14.917a13.69%2013.69%200%200%201%2012.633-8.475m8.436-39.72c-7.997%203.888-17.631.565-21.534-7.427a16.12%2016.12%200%200%201%202.42-17.74a16.106%2016.106%200%200%201%2028.14%209.705a16.11%2016.11%200%200%201-9.026%2015.462M64.36%20120.605c9.592.008%2017.367%207.785%2017.375%2017.38c-.004%209.592-7.78%2017.365-17.37%2017.364S47%20147.572%2047%20137.979s7.77-17.37%2017.36-17.374%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%20256%20256%22%3E%3Cpath%20fill%3D%22%23333e48%22%20d%3D%22M256%20128.03C256%2057.414%20198.578%200%20128.004%200C57.429%200%200%2057.415%200%20128.03c0%2066.71%2051.273%20121.659%20116.471%20127.503h.314q1.605.139%203.217.24l.62.037q1.459.088%202.961.132h.78c1.212%200%202.422.058%203.648.058s2.312%200%203.465-.051h.489q1.524-.044%203.034-.124h.204a125%20125%200%200%200%206.77-.562C205.996%20248.317%20256%20193.908%20256%20128.03M141.535%20243.077l-1.233-35.41l30.914-18.97a23.3%2023.3%200%200%200%2024.339%201.236a23.31%2023.31%200%200%200%2012.134-21.14c-.496-12.28-10.336-22.123-22.613-22.619a23.17%2023.17%200%200%200-18.246%207.876a23.18%2023.18%200%200%200-5.432%2019.12l-21.818%2013.5l-1.583-44.617l30.425-18.613c10.689%207.984%2025.57%207.118%2035.26-2.053c9.691-9.17%2011.38-23.984%204.002-35.101c-7.377-11.117-21.682-15.312-33.893-9.94s-18.787%2018.753-15.58%2031.706l-20.943%2013.002l-1.24-35.606a24.95%2024.95%200%200%200%2015.923-24.305c-.518-12.449-10.144-22.605-22.545-23.787c-12.4-1.183-23.77%206.972-26.632%2019.099c-2.86%2012.127%203.666%2024.505%2015.287%2028.993L115.8%20159.22l-22.795-14.527a27.13%2027.13%200%200%200-2.05-18.503c-4.56-9.486-13.75-16.213-24.232-16.87c-12.964-.846-24.898%207.066-29.17%2019.338c-4.27%2012.272.172%2025.886%2010.858%2033.275a28.89%2028.89%200%200%200%2034.958-1.597l31.774%2020.11l-1.91%2062.493c-56.898-7.26-101.088-56.022-101.088-114.91C12.19%2064.156%2064.14%2012.177%20128.004%2012.177s115.814%2051.964%20115.814%20115.844c0%2059.305-44.78%20108.329-102.283%20115.056%22%2F%3E%3Cpath%20fill%3D%22%23009bde%22%20d%3D%22M127.273%2047.176c8.323.008%2015.068%206.755%2015.076%2015.08c0%208.329-6.75%2015.08-15.076%2015.08s-15.077-6.751-15.077-15.08s6.75-15.08%2015.077-15.08m56.836%20108.668c7.55-.004%2013.681%206.102%2013.71%2013.654a13.69%2013.69%200%200%201-8.42%2012.672a13.685%2013.685%200%200%201-14.926-2.934a13.69%2013.69%200%200%201-2.997-14.917a13.69%2013.69%200%200%201%2012.633-8.475m8.436-39.72c-7.997%203.888-17.631.565-21.534-7.427a16.12%2016.12%200%200%201%202.42-17.74a16.106%2016.106%200%200%201%2028.14%209.705a16.11%2016.11%200%200%201-9.026%2015.462M64.36%20120.605c9.592.008%2017.367%207.785%2017.375%2017.38c-.004%209.592-7.78%2017.365-17.37%2017.364S47%20147.572%2047%20137.979s7.77-17.37%2017.36-17.374%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/branch-icon.svg?color=%231a73e8&size=48