Cncf Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Cncf 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/313894.svg" alt="Cncf icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313894.svg" alt="Cncf icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313894.svg" alt="Cncf icon" :width="24" :height="24" />
CSS background
.icon-cncf {
background-image: url('https://proicons.com/icon/313894.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>CNCF</title><path d="M0 0v24h24V0H8.004Zm3.431 3.431h4.544l.029.023 4.544 4.544h3.03l-4.572-4.567h9.569v9.563l-.789-.782-3.784-3.79v3.03l2.271 2.272 2.272 2.272.029.03v4.543h-4.55l-.023-.023-2.272-2.278-2.272-2.272H8.427l3.785 3.79.782.783H3.43v-9.563l4.573 4.567v-3.031l-4.55-4.544-.023-.023Z"/></svg>
Copied!