code branch icon
code-branch from Font Awesome 6 Solid by Dave Gandy · Regular · Code · CC-BY-4.0 Attribution required.
- Name
- code-branch
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Code
- Viewbox
- 448×512
- License
- CC BY 4.0
The same icon in other sets
More code icons from Font Awesome 6 Solid
Use the code branch icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M80 104a24 24 0 1 0 0-48a24 24 0 1 0 0 48m80-24c0 32.8-19.7 61-48 73.3v87.8c18.8-10.9 40.7-17.1 64-17.1h96c35.3 0 64-28.7 64-64v-6.7c-28.3-12.3-48-40.5-48-73.3c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3v6.7c0 70.7-57.3 128-128 128h-96c-35.3 0-64 28.7-64 64v6.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80S0 476.2 0 432c0-32.8 19.7-61 48-73.3V153.3C19.7 141 0 112.8 0 80C0 35.8 35.8 0 80 0s80 35.8 80 80m232 0a24 24 0 1 0-48 0a24 24 0 1 0 48 0M80 456a24 24 0 1 0 0-48a24 24 0 1 0 0 48"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidCodeBranch(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M80 104a24 24 0 1 0 0-48a24 24 0 1 0 0 48m80-24c0 32.8-19.7 61-48 73.3v87.8c18.8-10.9 40.7-17.1 64-17.1h96c35.3 0 64-28.7 64-64v-6.7c-28.3-12.3-48-40.5-48-73.3c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3v6.7c0 70.7-57.3 128-128 128h-96c-35.3 0-64 28.7-64 64v6.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80S0 476.2 0 432c0-32.8 19.7-61 48-73.3V153.3C19.7 141 0 112.8 0 80C0 35.8 35.8 0 80 0s80 35.8 80 80m232 0a24 24 0 1 0-48 0a24 24 0 1 0 48 0M80 456a24 24 0 1 0 0-48a24 24 0 1 0 0 48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M80 104a24 24 0 1 0 0-48a24 24 0 1 0 0 48m80-24c0 32.8-19.7 61-48 73.3v87.8c18.8-10.9 40.7-17.1 64-17.1h96c35.3 0 64-28.7 64-64v-6.7c-28.3-12.3-48-40.5-48-73.3c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3v6.7c0 70.7-57.3 128-128 128h-96c-35.3 0-64 28.7-64 64v6.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80S0 476.2 0 432c0-32.8 19.7-61 48-73.3V153.3C19.7 141 0 112.8 0 80C0 35.8 35.8 0 80 0s80 35.8 80 80m232 0a24 24 0 1 0-48 0a24 24 0 1 0 48 0M80 456a24 24 0 1 0 0-48a24 24 0 1 0 0 48"/></svg> </template>
CSS
.icon-code-branch {
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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M80%20104a24%2024%200%201%200%200-48a24%2024%200%201%200%200%2048m80-24c0%2032.8-19.7%2061-48%2073.3v87.8c18.8-10.9%2040.7-17.1%2064-17.1h96c35.3%200%2064-28.7%2064-64v-6.7c-28.3-12.3-48-40.5-48-73.3c0-44.2%2035.8-80%2080-80s80%2035.8%2080%2080c0%2032.8-19.7%2061-48%2073.3v6.7c0%2070.7-57.3%20128-128%20128h-96c-35.3%200-64%2028.7-64%2064v6.7c28.3%2012.3%2048%2040.5%2048%2073.3c0%2044.2-35.8%2080-80%2080S0%20476.2%200%20432c0-32.8%2019.7-61%2048-73.3V153.3C19.7%20141%200%20112.8%200%2080C0%2035.8%2035.8%200%2080%200s80%2035.8%2080%2080m232%200a24%2024%200%201%200-48%200a24%2024%200%201%200%2048%200M80%20456a24%2024%200%201%200%200-48a24%2024%200%201%200%200%2048%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M80%20104a24%2024%200%201%200%200-48a24%2024%200%201%200%200%2048m80-24c0%2032.8-19.7%2061-48%2073.3v87.8c18.8-10.9%2040.7-17.1%2064-17.1h96c35.3%200%2064-28.7%2064-64v-6.7c-28.3-12.3-48-40.5-48-73.3c0-44.2%2035.8-80%2080-80s80%2035.8%2080%2080c0%2032.8-19.7%2061-48%2073.3v6.7c0%2070.7-57.3%20128-128%20128h-96c-35.3%200-64%2028.7-64%2064v6.7c28.3%2012.3%2048%2040.5%2048%2073.3c0%2044.2-35.8%2080-80%2080S0%20476.2%200%20432c0-32.8%2019.7-61%2048-73.3V153.3C19.7%20141%200%20112.8%200%2080C0%2035.8%2035.8%200%2080%200s80%2035.8%2080%2080m232%200a24%2024%200%201%200-48%200a24%2024%200%201%200%2048%200M80%20456a24%2024%200%201%200%200-48a24%2024%200%201%200%200%2048%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/code-branch.svg?color=%231a73e8&size=48