1panel Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The 1panel 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/313354.svg" alt="1panel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313354.svg" alt="1panel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313354.svg" alt="1panel icon" :width="24" :height="24" />
CSS background
.icon-1panel {
background-image: url('https://proicons.com/icon/313354.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>1Panel</title><path d="m12 0 10.349 6v12L12 24 1.651 18V6zm0 .326L1.897 6.158v11.664L12 23.653l10.103-5.831V6.158zM8.84 20.523l-5.801-3.349V6.826L12 1.653l2.23 1.287-8.925 5.195v7.73l5.792 3.345zm6.299-17.058 5.822 3.361v10.348L12 22.347l-2.274-1.312 8.969-5.17v-7.73l-5.823-3.362zm-2.137 3.35v2.869l.024 7.666-.691.384-2.18-1.249.008-6.801H8.958L8.95 8.351l3.412-1.965z"/></svg>
Copied!