Box Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Box Svg 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/309025.svg" alt="Box Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309025.svg" alt="Box Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309025.svg" alt="Box Svg icon" :width="24" :height="24" />
CSS background
.icon-box---svg {
background-image: url('https://proicons.com/icon/309025.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 3C7.73478 3 7.48043 3.10536 7.29289 3.29289L3.29329 7.2925L3.29289 7.29289C3.11286 7.47292 3.01226 7.71006 3.00103 7.95427M3 8.00786V18C3 19.6569 4.34315 21 6 21H18C19.6569 21 21 19.6569 21 18V8.0079C21.0001 7.99 20.9998 7.97212 20.999 7.95427C20.9889 7.73431 20.9062 7.52008 20.7584 7.34816C20.7421 7.32921 20.725 7.31077 20.7071 7.29289L16.7071 3.29289C16.5196 3.10536 16.2652 3 16 3H8M17.5858 7L15.5858 5H8.41421L6.41421 7H17.5858ZM7 12C7 11.4477 7.44772 11 8 11H12C12.5523 11 13 11.4477 13 12C13 12.5523 12.5523 13 12 13H8C7.44772 13 7 12.5523 7 12Z" fill="#292929"/> </svg>
Copied!