Carbitlink Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Carbitlink 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/323445.svg" alt="Carbitlink icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323445.svg" alt="Carbitlink icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323445.svg" alt="Carbitlink icon" :width="24" :height="24" />
CSS background
.icon-carbitlink {
background-image: url('https://proicons.com/icon/323445.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M32.34,32.25h6.313c2.1197.005,3.842-1.7093,3.847-3.829,0-.006,0-.012,0-.018l-.001-19.055c.0044-2.1208-1.7112-3.8436-3.832-3.848-.0057,0-.0113,0-.017,0h-19.053c-2.1197-.005-3.842,1.7093-3.847,3.829,0,.006,0,.012,0,.018l.001,14.744c0,2.833,2.749-.24,5.327-2.819h0v-8.13c-.0028-1.2758,1.0292-2.3122,2.305-2.315.003,0,.006,0,.009,0h11.464c1.2758-.0033,2.3127,1.0282,2.316,2.304,0,.004,0,.008,0,.012l.001,11.465c.0028,1.2758-1.0292,2.3122-2.305,2.315-.003,0-.006,0-.009,0h-2.519"/><path class="b" d="M26.728,26.923h0c-2.578,2.577-5.652,5.326-2.82,5.326h2.922"/><path class="b" d="M15.657,15.75h-6.31c-2.1202-.0044-3.8426,1.7108-3.847,3.831,0,.0053,0,.0107,0,.016l.001,19.055c-.0044,2.1208,1.7112,3.8436,3.832,3.848.0057,0,.0113,0,.017,0h19.054c2.1197.005,3.842-1.7093,3.847-3.829,0-.006,0-.012,0-.018l-.001-14.744c0-2.833-2.749.24-5.327,2.819h0v8.13c.0028,1.2758-1.0292,2.3122-2.305,2.315-.003,0-.006,0-.009,0h-11.465c-1.2758.0033-2.3127-1.0282-2.316-2.304,0-.004,0-.008,0-.012l-.001-11.465c-.0028-1.2758,1.0292-2.3122,2.305-2.315.0033,0,.0067,0,.01,0h2.517"/><path class="b" d="M21.272,21.077h0c2.578-2.577,5.652-5.326,2.82-5.326h-2.922"/></svg>
Copied!