code-merge from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
code-merge
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
448×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the code merge icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M80 56a24 24 0 1 1 0 48a24 24 0 1 1 0-48m32.4 97.2c28-12.4 47.6-40.5 47.6-73.2c0-44.2-35.8-80-80-80S0 35.8 0 80c0 32.8 19.7 61 48 73.3v205.3C19.7 371 0 399.2 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-32.8-19.7-61-48-73.3v-86.6c26.7 20.1 60 32 96 32h86.7c12.3 28.3 40.5 48 73.3 48c44.2 0 80-35.8 80-80s-35.8-80-80-80c-32.8 0-61 19.7-73.3 48L208 240c-49.9 0-91-38.1-95.6-86.8M80 408a24 24 0 1 1 0 48a24 24 0 1 1 0-48m264-136a24 24 0 1 1 48 0a24 24 0 1 1-48 0"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidCodeMerge(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 56a24 24 0 1 1 0 48a24 24 0 1 1 0-48m32.4 97.2c28-12.4 47.6-40.5 47.6-73.2c0-44.2-35.8-80-80-80S0 35.8 0 80c0 32.8 19.7 61 48 73.3v205.3C19.7 371 0 399.2 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-32.8-19.7-61-48-73.3v-86.6c26.7 20.1 60 32 96 32h86.7c12.3 28.3 40.5 48 73.3 48c44.2 0 80-35.8 80-80s-35.8-80-80-80c-32.8 0-61 19.7-73.3 48L208 240c-49.9 0-91-38.1-95.6-86.8M80 408a24 24 0 1 1 0 48a24 24 0 1 1 0-48m264-136a24 24 0 1 1 48 0a24 24 0 1 1-48 0"/></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 56a24 24 0 1 1 0 48a24 24 0 1 1 0-48m32.4 97.2c28-12.4 47.6-40.5 47.6-73.2c0-44.2-35.8-80-80-80S0 35.8 0 80c0 32.8 19.7 61 48 73.3v205.3C19.7 371 0 399.2 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-32.8-19.7-61-48-73.3v-86.6c26.7 20.1 60 32 96 32h86.7c12.3 28.3 40.5 48 73.3 48c44.2 0 80-35.8 80-80s-35.8-80-80-80c-32.8 0-61 19.7-73.3 48L208 240c-49.9 0-91-38.1-95.6-86.8M80 408a24 24 0 1 1 0 48a24 24 0 1 1 0-48m264-136a24 24 0 1 1 48 0a24 24 0 1 1-48 0"/></svg>
</template>

CSS

.icon-code-merge {
  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%2056a24%2024%200%201%201%200%2048a24%2024%200%201%201%200-48m32.4%2097.2c28-12.4%2047.6-40.5%2047.6-73.2c0-44.2-35.8-80-80-80S0%2035.8%200%2080c0%2032.8%2019.7%2061%2048%2073.3v205.3C19.7%20371%200%20399.2%200%20432c0%2044.2%2035.8%2080%2080%2080s80-35.8%2080-80c0-32.8-19.7-61-48-73.3v-86.6c26.7%2020.1%2060%2032%2096%2032h86.7c12.3%2028.3%2040.5%2048%2073.3%2048c44.2%200%2080-35.8%2080-80s-35.8-80-80-80c-32.8%200-61%2019.7-73.3%2048L208%20240c-49.9%200-91-38.1-95.6-86.8M80%20408a24%2024%200%201%201%200%2048a24%2024%200%201%201%200-48m264-136a24%2024%200%201%201%2048%200a24%2024%200%201%201-48%200%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%2056a24%2024%200%201%201%200%2048a24%2024%200%201%201%200-48m32.4%2097.2c28-12.4%2047.6-40.5%2047.6-73.2c0-44.2-35.8-80-80-80S0%2035.8%200%2080c0%2032.8%2019.7%2061%2048%2073.3v205.3C19.7%20371%200%20399.2%200%20432c0%2044.2%2035.8%2080%2080%2080s80-35.8%2080-80c0-32.8-19.7-61-48-73.3v-86.6c26.7%2020.1%2060%2032%2096%2032h86.7c12.3%2028.3%2040.5%2048%2073.3%2048c44.2%200%2080-35.8%2080-80s-35.8-80-80-80c-32.8%200-61%2019.7-73.3%2048L208%20240c-49.9%200-91-38.1-95.6-86.8M80%20408a24%2024%200%201%201%200%2048a24%2024%200%201%201%200-48m264-136a24%2024%200%201%201%2048%200a24%2024%200%201%201-48%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/code-merge.svg?color=%231a73e8&size=48