2248 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 2248 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/335729.svg" alt="2248 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335729.svg" alt="2248 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335729.svg" alt="2248 icon" :width="24" :height="24" />
CSS background
.icon-2248 {
background-image: url('https://proicons.com/icon/335729.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{stroke-linecap:round;}.c,.d{fill:none;stroke:#fff;stroke-linejoin:round;}</style></defs><rect class="d" x="24" y="5.5" width="18.5" height="18.5" rx="4" ry="4"/><rect class="d" x="5.5" y="24" width="18.5" height="18.5" rx="4" ry="4"/><rect class="d" x="24" y="24" width="18.5" height="18.5" rx="4" ry="4"/><rect class="d" x="5.5" y="5.5" width="18.5" height="18.5" rx="4" ry="4"/><polyline class="c" points="16.805 38.25 16.804 28.25 11.438 34.967 18.063 34.967"/><path class="c" d="m11.4375,13.0625c0-1.8294,1.4831-3.3125,3.3125-3.3125s3.3125,1.4831,3.3125,3.3125c.0265.8836-.3266,1.7362-.97,2.3423-1.34,1.176-5.6548,4.3452-5.6548,4.3452h6.625"/><path class="c" d="m29.9368,13.0625c0-1.8294,1.4831-3.3125,3.3125-3.3125s3.3125,1.4831,3.3125,3.3125c.0265.8836-.3266,1.7362-.97,2.3423-1.34,1.176-5.6548,4.3452-5.6548,4.3452h6.625"/><path class="c" d="m32.4375,33.25c-1.3807,0-2.5,1.1193-2.5,2.5h0c0,1.3807,1.1193,2.5,2.5,2.5h1.625c1.3807,0,2.5-1.1193,2.5-2.5h0c0-1.3807-1.1193-2.5-2.5-2.5"/><path class="c" d="m34.0625,33.25c1.3807,0,2.5-1.1193,2.5-2.5h0c0-1.3807-1.1193-2.5-2.5-2.5h-1.625c-1.3807,0-2.5,1.1193-2.5,2.5h0c0,1.3807,1.1193,2.5,2.5,2.5"/><line class="c" x1="32.4375" y1="33.25" x2="34.0625" y2="33.25"/></svg>
Copied!