Brand Myspace Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Myspace 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/305184.svg" alt="Brand Myspace icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305184.svg" alt="Brand Myspace icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305184.svg" alt="Brand Myspace icon" :width="24" :height="24" />
CSS background
.icon-brand-myspace {
background-image: url('https://proicons.com/icon/305184.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="M728 333c-92 0-167-74-167-166S636 0 728 0s167 75 167 167-75 166-167 166zM591 494c0-92-75-167-167-167s-167 75-167 167c0 4 0 7 1 11h-1v289h334V505v-11zM424 305c68 0 123-55 123-122S492 61 424 61s-122 54-122 122c0 67 55 122 122 122zm532 286c0-126-102-227-228-227S500 465 500 591c0 5 1 10 1 15h-1v394h456V606h-1c0-5 1-10 1-15zM181 309c-75 0-136 61-136 136v246h273V455h-1c1-4 1-7 1-10 0-75-61-136-137-136zm0-18c56 0 100-45 100-100S237 91 181 91c-55 0-100 45-100 100s45 100 100 100z"/></svg>
Copied!