Clubforce Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Clubforce 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/313890.svg" alt="Clubforce icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313890.svg" alt="Clubforce icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313890.svg" alt="Clubforce icon" :width="24" :height="24" />
CSS background
.icon-clubforce {
background-image: url('https://proicons.com/icon/313890.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>Clubforce</title><path d="M1.4 0C.624 0 0 .624 0 1.4v21.2c0 .776.624 1.4 1.4 1.4h21.2c.776 0 1.4-.624 1.4-1.4V1.4c0-.776-.624-1.4-1.4-1.4Zm4.778 5.5h9.61l-2.83 2.112H8.331v3.472L6.18 12.72V5.5Zm11.644 1.317v7.415L11.96 18.5l-4.786-3.629 1.675-1.317 3.111 2.354 3.19-2.392-3.23-2.234 1.834-1.355 1.955 1.355v-2.87Z"/></svg>
Copied!