source control icon

source-control from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
source-control
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More organization icons from Carbon

Use the source control icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 12c0-2.206-1.794-4-4-4s-4 1.794-4 4c0 1.858 1.28 3.411 3 3.858V17a1 1 0 0 1-1 1H11c-.352 0-.686.072-1 .184V9.858c1.72-.447 3-2 3-3.858c0-2.206-1.794-4-4-4S5 3.794 5 6c0 1.858 1.28 3.411 3 3.858v12.284c-1.72.447-3 2-3 3.858c0 2.206 1.794 4 4 4s4-1.794 4-4c0-1.858-1.28-3.41-3-3.858V21a1 1 0 0 1 1-1h10c1.654 0 3-1.346 3-3v-1.142c1.72-.447 3-2 3-3.858M11 26c0 1.103-.897 2-2 2s-2-.897-2-2s.898-2 2-2s2 .897 2 2M7 6c0-1.103.898-2 2-2s2 .897 2 2s-.897 2-2 2s-2-.897-2-2m16 8c-1.102 0-2-.897-2-2s.898-2 2-2s2 .897 2 2s-.897 2-2 2"/></svg>

React

import type { SVGProps } from "react";

export function CarbonSourceControl(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 12c0-2.206-1.794-4-4-4s-4 1.794-4 4c0 1.858 1.28 3.411 3 3.858V17a1 1 0 0 1-1 1H11c-.352 0-.686.072-1 .184V9.858c1.72-.447 3-2 3-3.858c0-2.206-1.794-4-4-4S5 3.794 5 6c0 1.858 1.28 3.411 3 3.858v12.284c-1.72.447-3 2-3 3.858c0 2.206 1.794 4 4 4s4-1.794 4-4c0-1.858-1.28-3.41-3-3.858V21a1 1 0 0 1 1-1h10c1.654 0 3-1.346 3-3v-1.142c1.72-.447 3-2 3-3.858M11 26c0 1.103-.897 2-2 2s-2-.897-2-2s.898-2 2-2s2 .897 2 2M7 6c0-1.103.898-2 2-2s2 .897 2 2s-.897 2-2 2s-2-.897-2-2m16 8c-1.102 0-2-.897-2-2s.898-2 2-2s2 .897 2 2s-.897 2-2 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 12c0-2.206-1.794-4-4-4s-4 1.794-4 4c0 1.858 1.28 3.411 3 3.858V17a1 1 0 0 1-1 1H11c-.352 0-.686.072-1 .184V9.858c1.72-.447 3-2 3-3.858c0-2.206-1.794-4-4-4S5 3.794 5 6c0 1.858 1.28 3.411 3 3.858v12.284c-1.72.447-3 2-3 3.858c0 2.206 1.794 4 4 4s4-1.794 4-4c0-1.858-1.28-3.41-3-3.858V21a1 1 0 0 1 1-1h10c1.654 0 3-1.346 3-3v-1.142c1.72-.447 3-2 3-3.858M11 26c0 1.103-.897 2-2 2s-2-.897-2-2s.898-2 2-2s2 .897 2 2M7 6c0-1.103.898-2 2-2s2 .897 2 2s-.897 2-2 2s-2-.897-2-2m16 8c-1.102 0-2-.897-2-2s.898-2 2-2s2 .897 2 2s-.897 2-2 2"/></svg>
</template>

CSS

.icon-source-control {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%2012c0-2.206-1.794-4-4-4s-4%201.794-4%204c0%201.858%201.28%203.411%203%203.858V17a1%201%200%200%201-1%201H11c-.352%200-.686.072-1%20.184V9.858c1.72-.447%203-2%203-3.858c0-2.206-1.794-4-4-4S5%203.794%205%206c0%201.858%201.28%203.411%203%203.858v12.284c-1.72.447-3%202-3%203.858c0%202.206%201.794%204%204%204s4-1.794%204-4c0-1.858-1.28-3.41-3-3.858V21a1%201%200%200%201%201-1h10c1.654%200%203-1.346%203-3v-1.142c1.72-.447%203-2%203-3.858M11%2026c0%201.103-.897%202-2%202s-2-.897-2-2s.898-2%202-2s2%20.897%202%202M7%206c0-1.103.898-2%202-2s2%20.897%202%202s-.897%202-2%202s-2-.897-2-2m16%208c-1.102%200-2-.897-2-2s.898-2%202-2s2%20.897%202%202s-.897%202-2%202%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%2012c0-2.206-1.794-4-4-4s-4%201.794-4%204c0%201.858%201.28%203.411%203%203.858V17a1%201%200%200%201-1%201H11c-.352%200-.686.072-1%20.184V9.858c1.72-.447%203-2%203-3.858c0-2.206-1.794-4-4-4S5%203.794%205%206c0%201.858%201.28%203.411%203%203.858v12.284c-1.72.447-3%202-3%203.858c0%202.206%201.794%204%204%204s4-1.794%204-4c0-1.858-1.28-3.41-3-3.858V21a1%201%200%200%201%201-1h10c1.654%200%203-1.346%203-3v-1.142c1.72-.447%203-2%203-3.858M11%2026c0%201.103-.897%202-2%202s-2-.897-2-2s.898-2%202-2s2%20.897%202%202M7%206c0-1.103.898-2%202-2s2%20.897%202%202s-.897%202-2%202s-2-.897-2-2m16%208c-1.102%200-2-.897-2-2s.898-2%202-2s2%20.897%202%202s-.897%202-2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/source-control.svg?color=%231a73e8&size=48