Repo Source Code Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Repo Source Code icon is commonly used in developer tools, documentation sites and code editors. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/318712.svg" alt="Repo Source Code icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318712.svg" alt="Repo Source Code icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318712.svg" alt="Repo Source Code icon" :width="24" :height="24" />
CSS background
.icon-repo-source-code {
background-image: url('https://proicons.com/icon/318712.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="32px" height="32px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
<style type="text/css">
.st0{fill:none;}
</style>
<polygon points="23.6,21.4 27.2,25 27.2,25 23.6,28.6 25,30 30,25 25,20 "/>
<polygon points="20.4,21.4 16.8,25 16.8,25 20.4,28.6 19,30 14,25 19,20 "/>
<path d="M28,8H16l-3.4-3.4C12.2,4.2,11.7,4,11.2,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h7v-2H4V6h7.2l3.4,3.4l0.6,0.6H28v8h2v-8
C30,8.9,29.1,8,28,8z"/>
<rect id="_x3C_Transparent_Rectangle_x3E__589_" class="st0" width="32" height="32"/>
</svg>
Copied!