Brand Slideshare Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand Slideshare 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/305219.svg" alt="Brand Slideshare icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305219.svg" alt="Brand Slideshare icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305219.svg" alt="Brand Slideshare icon" :width="24" :height="24" />
CSS background
.icon-brand-slideshare {
background-image: url('https://proicons.com/icon/305219.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="M985 392c-38 73-118 96-196 137v158c0 22-29 152-138 152-110 0-146-63-146-89V604c-11-3-21-7-32-12v158c0 26-40 63-94 63s-158-76-158-126V516S77 459 44 418c-34-41-51-57-41-81 9-24 117 67 180 81 63 15 172 23 219 21s72 17 98 41c2 1 3 3 5 4v-18c0-23 59-32 95-32h157c19 0 163-47 196-84 34-38 68-27 32 42zm-333-10c61 0 111-49 111-110s-50-111-111-111-110 49-110 111c0 61 49 110 110 110zm-291 0c61 0 111-49 111-110s-50-111-111-111-110 49-110 111c0 61 49 110 110 110z"/></svg>
Copied!