2048 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 2048 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/335724.svg" alt="2048 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335724.svg" alt="2048 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335724.svg" alt="2048 icon" :width="24" :height="24" />
CSS background
.icon-2048 {
background-image: url('https://proicons.com/icon/335724.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b{fill:none;stroke:#fff;stroke-linejoin:round;}.b{stroke-linecap:round;}</style></defs><rect class="a" x="24" y="5.5" width="18.5" height="18.5" rx="4"/><rect class="a" x="5.5" y="24" width="18.5" height="18.5" rx="4"/><rect class="a" x="24" y="24" width="18.5" height="18.5" rx="4"/><rect class="a" x="5.5" y="5.5" width="18.5" height="18.5" rx="4"/><polyline class="b" points="16.805 38.25 16.804 28.25 11.438 34.967 18.063 34.967"/><path class="b" d="M29.9375,16.4375a3.3125,3.3125,0,0,0,6.625,0v-3.375a3.3125,3.3125,0,0,0-6.625,0Z"/><path class="b" d="M11.4375,13.0625a3.3125,3.3125,0,0,1,6.625,0,3.0905,3.0905,0,0,1-.97,2.3423c-1.34,1.176-5.6548,4.3452-5.6548,4.3452h6.625"/><path class="b" d="M32.4375,33.25a2.5,2.5,0,0,0-2.5,2.5h0a2.5,2.5,0,0,0,2.5,2.5h1.625a2.5,2.5,0,0,0,2.5-2.5h0a2.5,2.5,0,0,0-2.5-2.5"/><path class="b" d="M34.0625,33.25a2.5,2.5,0,0,0,2.5-2.5h0a2.5,2.5,0,0,0-2.5-2.5h-1.625a2.5,2.5,0,0,0-2.5,2.5h0a2.5,2.5,0,0,0,2.5,2.5"/><line class="b" x1="32.4375" y1="33.25" x2="34.0625" y2="33.25"/></svg>
2048 in other icon packs
Copied!