Tidypanel Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tidypanel 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/348524.svg" alt="Tidypanel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348524.svg" alt="Tidypanel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348524.svg" alt="Tidypanel icon" :width="24" :height="24" />
CSS background
.icon-tidypanel {
background-image: url('https://proicons.com/icon/348524.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m14.678,13.0316c-2.4494,2.4239-3.9303,5.7774-3.9324,9.4125v11.1898l-4.1987,4.1988h0s34.9061-.0001,34.9061-.0001h0l-4.1987-3.8891"/><path class="c" d="m37.2544,29.9499v-7.5059c-.0031-6.1321-4.214-11.4608-10.1794-12.8814v-.9836c-.0097-1.7102-1.404-3.0888-3.1142-3.0791-1.6965.0096-3.0694,1.3825-3.0791,3.0791v.995c-1.5502.3747-2.9809,1.0133-4.2492,1.8612"/><path class="c" d="m19.3342,37.8325c-.0133,2.5645,2.0549,4.6541,4.6194,4.6674s4.6541-2.0549,4.6674-4.6194c0-.0017,0-.0033,0-.005v-.043"/><line class="c" x1="6.547" y1="5.5" x2="41.453" y2="37.8325"/></svg>
Copied!