source control icon
source-control from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- source-control
- Set
- Codicons
- Style
- Regular
- Viewbox
- 24×24
- License
- CC BY 4.0
The same icon in other sets
Use the source control icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 8.25a3.753 3.753 0 0 0-3.75-3.75a3.753 3.753 0 0 0-3.75 3.75a3.75 3.75 0 0 0 2.895 3.642A2.25 2.25 0 0 1 14.25 13.5h-4.5c-.848 0-1.621.293-2.25.768V7.423c1.71-.348 3-1.862 3-3.673A3.753 3.753 0 0 0 6.75 0A3.753 3.753 0 0 0 3 3.75a3.754 3.754 0 0 0 3 3.673v9.152c-1.71.348-3 1.863-3 3.674a3.753 3.753 0 0 0 3.75 3.75a3.753 3.753 0 0 0 3.75-3.75a3.75 3.75 0 0 0-2.895-3.642a2.25 2.25 0 0 1 2.145-1.608h4.5a3.75 3.75 0 0 0 3.681-3.07A3.75 3.75 0 0 0 21 8.25M4.5 3.75c0-1.24 1.01-2.25 2.25-2.25S9 2.51 9 3.75S7.99 6 6.75 6S4.5 4.99 4.5 3.75M9 20.25c0 1.24-1.01 2.25-2.25 2.25S4.5 21.49 4.5 20.25S5.51 18 6.75 18S9 19.01 9 20.25m8.25-9.75C16.01 10.5 15 9.49 15 8.25S16.01 6 17.25 6s2.25 1.01 2.25 2.25s-1.01 2.25-2.25 2.25"/></svg>
React
import type { SVGProps } from "react";
export function CodiconSourceControl(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 8.25a3.753 3.753 0 0 0-3.75-3.75a3.753 3.753 0 0 0-3.75 3.75a3.75 3.75 0 0 0 2.895 3.642A2.25 2.25 0 0 1 14.25 13.5h-4.5c-.848 0-1.621.293-2.25.768V7.423c1.71-.348 3-1.862 3-3.673A3.753 3.753 0 0 0 6.75 0A3.753 3.753 0 0 0 3 3.75a3.754 3.754 0 0 0 3 3.673v9.152c-1.71.348-3 1.863-3 3.674a3.753 3.753 0 0 0 3.75 3.75a3.753 3.753 0 0 0 3.75-3.75a3.75 3.75 0 0 0-2.895-3.642a2.25 2.25 0 0 1 2.145-1.608h4.5a3.75 3.75 0 0 0 3.681-3.07A3.75 3.75 0 0 0 21 8.25M4.5 3.75c0-1.24 1.01-2.25 2.25-2.25S9 2.51 9 3.75S7.99 6 6.75 6S4.5 4.99 4.5 3.75M9 20.25c0 1.24-1.01 2.25-2.25 2.25S4.5 21.49 4.5 20.25S5.51 18 6.75 18S9 19.01 9 20.25m8.25-9.75C16.01 10.5 15 9.49 15 8.25S16.01 6 17.25 6s2.25 1.01 2.25 2.25s-1.01 2.25-2.25 2.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 8.25a3.753 3.753 0 0 0-3.75-3.75a3.753 3.753 0 0 0-3.75 3.75a3.75 3.75 0 0 0 2.895 3.642A2.25 2.25 0 0 1 14.25 13.5h-4.5c-.848 0-1.621.293-2.25.768V7.423c1.71-.348 3-1.862 3-3.673A3.753 3.753 0 0 0 6.75 0A3.753 3.753 0 0 0 3 3.75a3.754 3.754 0 0 0 3 3.673v9.152c-1.71.348-3 1.863-3 3.674a3.753 3.753 0 0 0 3.75 3.75a3.753 3.753 0 0 0 3.75-3.75a3.75 3.75 0 0 0-2.895-3.642a2.25 2.25 0 0 1 2.145-1.608h4.5a3.75 3.75 0 0 0 3.681-3.07A3.75 3.75 0 0 0 21 8.25M4.5 3.75c0-1.24 1.01-2.25 2.25-2.25S9 2.51 9 3.75S7.99 6 6.75 6S4.5 4.99 4.5 3.75M9 20.25c0 1.24-1.01 2.25-2.25 2.25S4.5 21.49 4.5 20.25S5.51 18 6.75 18S9 19.01 9 20.25m8.25-9.75C16.01 10.5 15 9.49 15 8.25S16.01 6 17.25 6s2.25 1.01 2.25 2.25s-1.01 2.25-2.25 2.25"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%208.25a3.753%203.753%200%200%200-3.75-3.75a3.753%203.753%200%200%200-3.75%203.75a3.75%203.75%200%200%200%202.895%203.642A2.25%202.25%200%200%201%2014.25%2013.5h-4.5c-.848%200-1.621.293-2.25.768V7.423c1.71-.348%203-1.862%203-3.673A3.753%203.753%200%200%200%206.75%200A3.753%203.753%200%200%200%203%203.75a3.754%203.754%200%200%200%203%203.673v9.152c-1.71.348-3%201.863-3%203.674a3.753%203.753%200%200%200%203.75%203.75a3.753%203.753%200%200%200%203.75-3.75a3.75%203.75%200%200%200-2.895-3.642a2.25%202.25%200%200%201%202.145-1.608h4.5a3.75%203.75%200%200%200%203.681-3.07A3.75%203.75%200%200%200%2021%208.25M4.5%203.75c0-1.24%201.01-2.25%202.25-2.25S9%202.51%209%203.75S7.99%206%206.75%206S4.5%204.99%204.5%203.75M9%2020.25c0%201.24-1.01%202.25-2.25%202.25S4.5%2021.49%204.5%2020.25S5.51%2018%206.75%2018S9%2019.01%209%2020.25m8.25-9.75C16.01%2010.5%2015%209.49%2015%208.25S16.01%206%2017.25%206s2.25%201.01%202.25%202.25s-1.01%202.25-2.25%202.25%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%208.25a3.753%203.753%200%200%200-3.75-3.75a3.753%203.753%200%200%200-3.75%203.75a3.75%203.75%200%200%200%202.895%203.642A2.25%202.25%200%200%201%2014.25%2013.5h-4.5c-.848%200-1.621.293-2.25.768V7.423c1.71-.348%203-1.862%203-3.673A3.753%203.753%200%200%200%206.75%200A3.753%203.753%200%200%200%203%203.75a3.754%203.754%200%200%200%203%203.673v9.152c-1.71.348-3%201.863-3%203.674a3.753%203.753%200%200%200%203.75%203.75a3.753%203.753%200%200%200%203.75-3.75a3.75%203.75%200%200%200-2.895-3.642a2.25%202.25%200%200%201%202.145-1.608h4.5a3.75%203.75%200%200%200%203.681-3.07A3.75%203.75%200%200%200%2021%208.25M4.5%203.75c0-1.24%201.01-2.25%202.25-2.25S9%202.51%209%203.75S7.99%206%206.75%206S4.5%204.99%204.5%203.75M9%2020.25c0%201.24-1.01%202.25-2.25%202.25S4.5%2021.49%204.5%2020.25S5.51%2018%206.75%2018S9%2019.01%209%2020.25m8.25-9.75C16.01%2010.5%2015%209.49%2015%208.25S16.01%206%2017.25%206s2.25%201.01%202.25%202.25s-1.01%202.25-2.25%202.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/source-control.svg?color=%231a73e8&size=48