Basecamp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Basecamp 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/336964.svg" alt="Basecamp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336964.svg" alt="Basecamp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336964.svg" alt="Basecamp icon" :width="24" :height="24" />
CSS background
.icon-basecamp {
background-image: url('https://proicons.com/icon/336964.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M5.5,26.1968c3.4174-10.1208,8.5435-18.0071,19.7815-18.0071s15.3126,13.2753,17.2185,24.6448c-5.3233,5.2575-11.1066,6.9758-18.4847,6.9758-4.985,0-10.9576-2.6384-15.0979-7.3702,2.3267-4.724,4.5848-9.3321,7.0977-9.3321,2.4645,0,3.7789,4.5346,6.1119,4.5346,3.1545,0,5.849-8.7407,5.849-8.7407"/></svg>
Basecamp in other icon packs
Copied!