Presentation Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Presentation 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/306286.svg" alt="Presentation icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306286.svg" alt="Presentation icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306286.svg" alt="Presentation icon" :width="24" :height="24" />
CSS background
.icon-presentation {
background-image: url('https://proicons.com/icon/306286.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="M63 83v579c0 38 29 69 65 69h744c36 0 66-31 66-69V83H63zm810 518c0 33-25 59-55 59H183c-31 0-56-26-56-59V218h746v383zM694 868L518 702c-4-4-11-6-17-6h-2c-6 0-13 2-17 6L307 868c-9 9-9 22 0 31s23 8 32 0l139-133v129c0 12 10 22 22 22s23-10 23-22V766l139 133c9 8 23 8 32 0 8-9 8-22 0-31zM338 438l150-20c-4-25-15-49-33-70-52-59-145-66-207-17s-71 138-18 197c51 58 142 66 205 18l-97-108zm212-79h257v26H550v-26zm0 70h257v26H550v-26zm0 69h164v27H550v-27z"/></svg>
Presentation in other icon packs
Copied!