Mac Shift Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Mac Shift 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/318340.svg" alt="Mac Shift icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318340.svg" alt="Mac Shift icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318340.svg" alt="Mac Shift icon" :width="24" :height="24" />
CSS background
.icon-mac-shift {
background-image: url('https://proicons.com/icon/318340.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<title>mac--shift</title>
<path d="M21,28H11a2.0023,2.0023,0,0,1-2-2V16H4a1,1,0,0,1-.707-1.707l12-12a.9994.9994,0,0,1,1.414,0l12,12A1,1,0,0,1,28,16H23V26A2.0027,2.0027,0,0,1,21,28ZM6.4141,14H11V26H21V14h4.5859L16,4.4141Z" transform="translate(0)"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!