Panels Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Panels 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/330933.svg" alt="Panels icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330933.svg" alt="Panels icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330933.svg" alt="Panels icon" :width="24" :height="24" />
CSS background
.icon-panels {
background-image: url('https://proicons.com/icon/330933.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{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M9.9955,24c0,1.5693,0,4.6059.24,6.2057.2528,1.6854,9.1188,13.2943,12.1904,13.2943s3.0716-13.5633,3.0716-19.5,0-19.5-3.0716-19.5-11.9376,11.6089-12.1904,13.2943c-.24,1.5998-.24,4.6364-.24,6.2057Z"/><path class="c" d="M31.4769,11.3667c1.4835-1.164,2.8301-1.9628,3.6974-1.9628,2.8301,0,2.8301,10.1566,2.8301,14.5958s0,14.5958-2.8301,14.5958c-.8673,0-2.2139-.7988-3.6974-1.9628"/><path class="c" d="M24.8808,9.9859c1.7118-1.4835,3.3209-2.5448,4.3137-2.5448,3.0127,0,3.0127,11.5146,3.0127,16.5586s0,16.5586-3.0127,16.5586c-.9928,0-2.6019-1.0613-4.3137-2.5448"/></svg>
Copied!