Kickstarter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kickstarter 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/327929.svg" alt="Kickstarter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327929.svg" alt="Kickstarter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327929.svg" alt="Kickstarter icon" :width="24" :height="24" />
CSS background
.icon-kickstarter {
background-image: url('https://proicons.com/icon/327929.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M34.9705,24.0087l3.5461-3.5225a9.3316,9.3316,0,0,0,0-13.24,9.4845,9.4845,0,0,0-13.33,0L23.8952,8.5281a9.435,9.435,0,0,0-17.1668,5.329V34.1429a9.4349,9.4349,0,0,0,17.1668,5.3288l1.2912,1.2825a9.4845,9.4845,0,0,0,13.33,0,9.3316,9.3316,0,0,0,0-13.24l-3.5461-3.5043"/></svg>
Copied!