Sparkfun Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Sparkfun 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/316112.svg" alt="Sparkfun icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316112.svg" alt="Sparkfun icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316112.svg" alt="Sparkfun icon" :width="24" :height="24" />
CSS background
.icon-sparkfun {
background-image: url('https://proicons.com/icon/316112.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>SparkFun</title><path d="M16.307 5.476c-.756.134-1.975-.615-2.59-1.362-.755-.922-.66-1.647-.071-2.29.883-.978 2.396-.6 2.396-.6s-2.772-2.432-5.658-.44c-2.571 1.77-1.833 4.183.487 6.288 2.09 1.902.42 3.988-1.686 3.717-1.443-.184-2.034-1.343-1.687-2.054.298-.608 1.335-.982 1.335-.982s-1.19-.484-2.592.044c-1.259.474-2.297 1.515-2.214 4.12V24s1.301-1.604 2.83-3.236c1.714-1.84 2.495-3.084 4.254-2.938 3.328.205 5.735-1.273 7.371-3.645 3.141-4.563.67-9.68-1.43-10.343 0 0 .34 1.438-.745 1.638z"/></svg>
Copied!