Kickstarter Icon
Free SVG icon from the Simple Icons 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/314904.svg" alt="Kickstarter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314904.svg" alt="Kickstarter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314904.svg" alt="Kickstarter icon" :width="24" :height="24" />
CSS background
.icon-kickstarter {
background-image: url('https://proicons.com/icon/314904.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>Kickstarter</title><path d="M7.168 0c-3.2 0-5.797 2.579-5.797 5.758v12.484C1.371 21.42 3.968 24 7.168 24c1.981 0 3.716-.978 4.768-2.479l.794.79c2.26 2.245 5.943 2.245 8.203 0a5.724 5.724 0 001.696-4.075 5.724 5.724 0 00-1.696-4.074l-2.182-2.168 2.182-2.156a5.724 5.724 0 001.696-4.074 5.724 5.724 0 00-1.696-4.074c-2.26-2.246-5.942-2.246-8.203 0l-.794.789A5.797 5.797 0 007.168 0Z"/></svg>
Copied!