Florisboard Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Florisboard 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/326004.svg" alt="Florisboard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326004.svg" alt="Florisboard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326004.svg" alt="Florisboard icon" :width="24" :height="24" />
CSS background
.icon-florisboard {
background-image: url('https://proicons.com/icon/326004.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M13.1318,18.9938h-5.5459c-1.1514,0-2.0847.9333-2.0848,2.0847v19.8368c0,1.1513.9334,2.0847,2.0848,2.0847h32.8282c1.1513,0,2.0847-.9333,2.0848-2.0847v-19.8368c0-1.1514-.9334-2.0847-2.0848-2.0847h-5.3015"/><rect class="b" x="14.0668" y="36.2411" width="20.1108" height="3.338" rx=".4222" ry=".4222"/><rect class="b" x="10.6894" y="30.2379" width="3.3774" height="3.3774" rx=".4222" ry=".4222"/><rect class="b" x="16.5615" y="30.2379" width="3.3774" height="3.3774" rx=".4222" ry=".4222"/><rect class="b" x="28.3057" y="30.2379" width="3.3774" height="3.3774" rx=".4222" ry=".4222"/><rect class="b" x="34.1778" y="30.2379" width="3.3774" height="3.3774" rx=".4222" ry=".4222"/><rect class="b" x="10.6894" y="24.2346" width="3.3774" height="3.3774" rx=".4222" ry=".4222"/><path class="b" d="M18.2566,27.6121h-1.2729c-.2332,0-.4222-.189-.4222-.4222v-.8776M31.6831,26.3123v.8776c0,.2332-.189.4222-.4222.4222h-1.2729"/><rect class="b" x="34.1778" y="24.2346" width="3.3774" height="3.3774" rx=".4222" ry=".4222"/><path class="b" d="M35.8335,12.2275c-6.4043.7683-9.6477,3.2567-11.5901,8.0089-2.0424-5.3734-5.0816-6.8921-12.0458-8.0089-.9799,7.1221,5.1248,15.2296,12.1756,15.2412,5.9298.0096,12.82-7.6077,11.4603-15.2412Z"/><path class="b" d="M12.2627,14.5065c10.8927,2.8097,10.3023,7.8066,10.6134,12.6319M25.2852,27.2035c-.2561-6.5968,2.7581-11.1317,10.4832-12.697M17.8624,13.2043c.9217-3.337,2.9417-6.0827,6.1206-8.2043,3.6654,2.139,5.1456,5.0972,6.0556,8.2694"/><path class="b" d="M20.0973,14.144c.8551-2.5775,2.0826-4.5777,3.9578-6.2438,2.2688,1.86,3.2901,4.3225,4.0089,6.7577"/><rect class="b" x="22.495" y="30.311" width="3.3774" height="3.3774" rx=".4222" ry=".4222"/></svg>
Copied!