Presentation Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Presentation Alt 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/306285.svg" alt="Presentation Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306285.svg" alt="Presentation Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306285.svg" alt="Presentation Alt icon" :width="24" :height="24" />
CSS background
.icon-presentation-alt {
background-image: url('https://proicons.com/icon/306285.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="M420 262H276c-6 0-11 5-11 11v147c0 6 5 10 11 10h144c6 0 11-4 11-10V273c0-6-5-11-11-11zM276 540h448c5 0 10-5 10-11v-37c0-6-5-10-10-10H276c-6 0-11 4-11 10v37c0 6 5 11 11 11zm447-277H502c-5 0-10 4-10 10v37c0 6 5 10 10 10h222c5 0 10-4 10-10v-37c0-6-5-10-11-10zm0 109H502c-5 0-10 5-10 11v37c0 5 5 10 10 10h222c5 0 10-4 10-10v-37c0-6-5-11-11-11zM80 73v85c0 5 5 10 10 10h48c5 0 10 4 10 10v500c0 6 4 10 10 10h276c6 0 10 5 10 10v164c0 6-4 10-10 10h-70c-5 0-10 5-10 10v45c0 6 5 11 10 11h272c5 0 10-5 10-11v-45c0-5-4-10-10-10h-70c-6 0-11-4-11-10V698c0-6 5-11 11-11h276c6 0 10-4 10-10V177c0-5 5-10 11-10h46c6 0 10-4 10-10V73c0-6-4-10-10-10H90c-5 0-10 4-10 10zm706 560H213c-6 0-10-5-10-10V180c0-6 4-10 10-10h573c6 0 10 4 10 10v443c0 5-4 10-10 10z"/></svg>
Copied!