Kickstarter Icon
Free SVG icon from the IcoFont 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/305944.svg" alt="Kickstarter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305944.svg" alt="Kickstarter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305944.svg" alt="Kickstarter icon" :width="24" :height="24" />
CSS background
.icon-kickstarter {
background-image: url('https://proicons.com/icon/305944.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M885 62H115c-29 0-52 24-52 53v770c0 29 23 53 52 53h770c29 0 53-24 53-53V115c0-29-24-53-53-53zM691 716c-15 15-34 23-56 23-23 0-41-8-54-23L463 568v82c0 23-4 41-12 54-15 23-36 35-64 35-26 0-46-9-60-26-13-16-19-37-19-63V348c0-25 6-45 20-62s33-25 58-25c23 0 43 8 58 25 9 10 15 19 17 29 1 6 2 17 2 34v75l88-127c16-24 38-36 64-36 21 0 40 7 55 23 16 15 24 33 24 54 0 16-4 30-12 41l-80 115 97 123c10 12 15 27 15 43 0 22-8 40-23 56z"/></svg>
Copied!