Switch Layer 2 Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Switch Layer 2 icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/318970.svg" alt="Switch Layer 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318970.svg" alt="Switch Layer 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318970.svg" alt="Switch Layer 2 icon" :width="24" :height="24" />
CSS background
.icon-switch-layer-2 {
background-image: url('https://proicons.com/icon/318970.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<polygon points="16 26 16 24 5.83 24 8.41 21.41 7 20 2 25 7 30 8.41 28.59 5.83 26 16 26"/>
<polygon points="16 14 16 12 5.83 12 8.41 9.41 7 8 2 13 7 18 8.41 16.59 5.83 14 16 14"/>
<polygon points="16 6 16 8 26.17 8 23.59 10.59 25 12 30 7 25 2 23.59 3.41 26.17 6 16 6"/>
<polygon points="16 18 16 20 26.17 20 23.59 22.59 25 24 30 19 25 14 23.59 15.41 26.17 18 16 18"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!