Macbook Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Macbook 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/306043.svg" alt="Macbook icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306043.svg" alt="Macbook icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306043.svg" alt="Macbook icon" :width="24" :height="24" />
CSS background
.icon-macbook {
background-image: url('https://proicons.com/icon/306043.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="M124 725h752c15 0 27-12 27-27V251c0-15-12-27-27-27H124c-15 0-27 12-27 27v447c0 15 12 27 27 27zm-2-185V249h756v452H122V540zm781 198v-1h-25v1H588v3c0 9-7 17-16 17H428c-8 0-16-8-16-17v-3H122v-1H97v1H0v11c0 15 12 27 27 27h946c15 0 27-12 27-27v-11h-97z"/></svg>
Copied!