Silverstripe Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Silverstripe 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/306485.svg" alt="Silverstripe icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306485.svg" alt="Silverstripe icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306485.svg" alt="Silverstripe icon" :width="24" :height="24" />
CSS background
.icon-silverstripe {
background-image: url('https://proicons.com/icon/306485.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="M334 523c-35 23-81 15-105-20s-15-81 20-104l186-128c68-47 86-140 39-209L164 275C61 345 35 485 105 588s211 129 313 59c69-47 86-140 40-209l-124 85zm561-111c-70-103-210-129-313-59l-1 1 1-1c-69 47-86 140-39 209l124-85c34-23 81-15 104 20 24 34 15 81-19 104L566 729c-69 46-86 140-40 209l311-213c102-70 129-211 58-313z"/></svg>
Copied!