Slidshare Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Slidshare 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/306505.svg" alt="Slidshare icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306505.svg" alt="Slidshare icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306505.svg" alt="Slidshare icon" :width="24" :height="24" />
CSS background
.icon-slidshare {
background-image: url('https://proicons.com/icon/306505.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="M552 499c21 20 45 30 74 30 28 0 53-10 72-30 20-19 30-44 30-72s-10-53-30-74-44-30-72-30-53 10-74 30-30 45-30 74c0 28 10 53 30 72zm366-24c-10 0-20 3-29 10V62H108v423c-16-10-28-12-38-5-4 4-1 16 9 34 50 50 110 91 180 121-15 46-20 93-16 140 6 45 22 83 50 115 27 32 62 48 104 48 22 0 41-7 60-22 18-14 27-31 27-52V680c1 0 6 1 14 4s13 4 17 4v173c0 12 3 23 8 32 20 28 46 41 79 41 43-1 78-17 105-47 27-31 43-69 49-113 4-47-1-94-16-142 4-1 15-6 34-15 19-10 32-16 40-21s20-12 37-21c16-10 29-19 37-27 9-8 17-18 26-29 8-11 14-22 18-32 1-8-4-12-14-12zm-75 37c-5 4-17 9-34 17l-612 7c-6-2-13-6-23-11s-17-9-21-11V109h690v403zm-535-13c21 20 45 30 74 30 28 0 52-10 72-30 20-19 30-44 30-72s-10-53-30-74-44-30-72-30-53 10-74 30-31 45-31 74c0 28 11 53 31 72z"/></svg>
Copied!