Flickboard Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flickboard 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/325967.svg" alt="Flickboard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325967.svg" alt="Flickboard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325967.svg" alt="Flickboard icon" :width="24" :height="24" />
CSS background
.icon-flickboard {
background-image: url('https://proicons.com/icon/325967.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>.p{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="p" d="M36.71676583,30.63557964v4.70597555c0,.86276099-.70589753,1.56865852-1.56865852,1.56865852h0c-.86276099,0-1.56865852-.70589753-1.56865852-1.56865852v-.54903108"/><path id="f" class="p" d="M22.08040408,36.87615901v-6.27463407h1.41179207c1.49022529,0,2.7451524,1.25492562,2.7451524,2.7451524v.78432926c0,1.49022679-1.25492711,2.7451524-2.7451524,2.7451524h-1.41179207Z"/><path id="g" class="p" d="M15.33684916,32.84305553c0-1.17649389-.94119496-2.1176896-2.11768885-2.1176896h0c-1.17649314,0-2.11768885.94119571-2.11768885,2.1176896v2.1176896c0,1.17649389.94119496,2.03925488,2.11768885,2.03925488h0c1.17649389,0,2.11768885-.94119571,2.11768885-2.03925488h-2.11768885"/><path id="h" class="p" d="M35.28057717,24.26485519c.86276099,0,1.56865852.70589753,1.56865852,1.56865852s-.70589753,1.56865852-1.56865852,1.56865852h-2.58828595v-6.27463407h2.58828595c.86276099,0,1.56865852.70589753,1.56865852,1.56865852s-.70589753,1.56865852-1.56865852,1.56865852Z"/><line id="i" class="p" x1="35.28057717" y1="24.26485519" x2="32.69229122" y2="24.26485519"/><path id="j" class="p" d="M24.14140016,27.34707194h0c-1.17649389,0-2.03925637-.94119571-2.03925637-2.03925637v-2.1176896c0-1.17649389.94119571-2.1176896,2.03925637-2.1176896h0c1.17649389,0,2.1176896.94119571,2.1176896,2.1176896v2.03925637c0,1.17649389-.94119571,2.1176896-2.1176896,2.1176896Z"/><path id="k" class="p" d="M15.37292718,25.2716979h0c0,1.17649389-.94119496,2.1176896-2.11768885,2.1176896h0c-1.17649389,0-2.11768885-.94119571-2.11768885-2.03925637v-2.1176896c0-1.17649389.94119496-2.1176896,2.11768885-2.03925637h0c1.17649389,0,2.03925637.94119571,2.03925637,2.03925637h0"/><path id="l" class="p" d="M32.74158407,17.27463407v-6.27463407h2.03925488c1.17649389,0,2.1176896.94119496,2.1176896,2.11768885s-.94119571,2.11768885-2.1176896,2.11768885h-2.03925488"/><path id="m" class="p" d="M22.12793016,11.05729564v4.15694447c0,1.17649389.94119571,2.11768885,2.03925637,2.11768885s2.1176896-.94119496,2.1176896-2.11768885v-4.15694447"/><line id="n" class="p" x1="15.25884229" y1="17.32487687" x2="13.21958143" y2="15.20718727"/><path id="o" class="p" d="M13.21958143,17.32487687h0c-1.17649389,0-2.03926086-.94119571-2.03926086-2.03925488v-2.1176896c0-1.17649389.94119272-2.1176896,2.03926086-2.1176896h0c1.17649389,0,2.03926086.94119571,2.03926086,2.1176896v2.03925488c0,1.17649389-.86276697,2.1176896-2.03926086,2.1176896Z"/><rect class="p" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!