Fillibri Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fillibri 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/340404.svg" alt="Fillibri icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340404.svg" alt="Fillibri icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340404.svg" alt="Fillibri icon" :width="24" :height="24" />
CSS background
.icon-fillibri {
background-image: url('https://proicons.com/icon/340404.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="M38.211,12.5659h-12.3679s.8121-4.6125,3.9081-4.6125l12.7487.0213c-3.613,1.8786-4.2895,4.5912-4.2895,4.5912h.0006Z"/><path class="c" d="M5.5,17.0967h31.8279l-.83,4.6659H8.8643s-3.3636-.8001-3.3636-4.6659h-.0007Z"/><path class="c" d="M13.5137,26.2924h22.198l-.7967,4.6659h-18.0382s-3.3636-.8001-3.3636-4.6659h.0006Z"/><path class="c" d="M21.6034,35.4891h12.5494s-.8121,4.6125-3.9081,4.6125h-9.6846l1.0433-4.6125Z"/></svg>
Copied!