Bigcartel Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Bigcartel 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/313677.svg" alt="Bigcartel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313677.svg" alt="Bigcartel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313677.svg" alt="Bigcartel icon" :width="24" :height="24" />
CSS background
.icon-bigcartel {
background-image: url('https://proicons.com/icon/313677.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>Big Cartel</title><path d="M12 13.068v-1.006c0-.63.252-1.256.88-1.508l7.79-4.9c.503-.252.755-.88.755-1.51V0L12 6.03 2.575 0v12.69c0 3.394 1.51 6.284 4.02 7.917L11.875 24l5.28-3.393c2.513-1.51 4.02-4.398 4.02-7.916V7.036L12 13.068z"/></svg>
Copied!