Sifive Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Sifive 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/316028.svg" alt="Sifive icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316028.svg" alt="Sifive icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316028.svg" alt="Sifive icon" :width="24" :height="24" />
CSS background
.icon-sifive {
background-image: url('https://proicons.com/icon/316028.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>SiFive</title><path d="M2.9056 12.4076 6.0245 2.737h11.9511l1.2129 3.7623H8.6317l-.6751 2.1342h11.92l1.792 5.5583L12 21.319l-9.1888-6.7771h6.2049l2.9565 2.1805 5.8505-4.3125-14.9175-.0023zM19.4166.4426H4.5835L0 14.7306l12 8.8268 12-8.8298L19.4165.4427z"/></svg>
Copied!