Stumbleupon Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Stumbleupon 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/306596.svg" alt="Stumbleupon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306596.svg" alt="Stumbleupon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306596.svg" alt="Stumbleupon icon" :width="24" :height="24" />
CSS background
.icon-stumbleupon {
background-image: url('https://proicons.com/icon/306596.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="M546 416l60 28 89-27v-62c-3-105-89-189-195-189s-191 83-195 188v283c0 25-21 46-46 46-26 0-47-21-47-46V517H63v121c0 108 87 196 195 196 107 0 194-86 196-193V362c0-26 20-46 46-46s46 20 46 46v54zm242 101v125c0 26-21 47-46 47-26 0-47-21-47-47V519l-89 27-60-28v122c1 107 89 194 196 194 108 0 196-88 196-196V517H788z"/></svg>
Copied!