Brand Stc Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Stc 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/305228.svg" alt="Brand Stc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305228.svg" alt="Brand Stc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305228.svg" alt="Brand Stc icon" :width="24" :height="24" />
CSS background
.icon-brand-stc {
background-image: url('https://proicons.com/icon/305228.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="M248 463H84c-17 0-31-14-31-31s14-32 31-32h226v-53H84c-46 0-84 38-84 85 0 46 38 84 84 84h164c23 0 42 18 42 41s-19 42-42 42H6v53h242c53 0 95-42 95-95 0-52-42-94-95-94zm117-63h121v252h53V400h120v-53H365v53zm463 1h172v-54H828c-45 0-154 20-154 153s109 152 154 152h172v-53H828c-29 0-101-19-101-99s72-99 101-99z"/></svg>
Copied!