Floya Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Floya 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/326019.svg" alt="Floya icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326019.svg" alt="Floya icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326019.svg" alt="Floya icon" :width="24" :height="24" />
CSS background
.icon-floya {
background-image: url('https://proicons.com/icon/326019.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="c" d="M30.8289,24.7099v2.9488c0,1.2063-.9779,2.1843-2.1843,2.1843h0c-.6032,0-1.1492-.2445-1.5445-.6397"/><path class="c" d="M30.8289,21.1058v3.6041c0,1.2063-.9779,2.1843-2.1843,2.1843h0c-1.2063,0-2.1843-.9779-2.1843-2.1843v-3.6041"/><path class="c" d="M16.9067,18.1571v7.645c0,.6032.489,1.0921,1.0921,1.0921h.3276"/><path class="c" d="M37.5,24.7099c0,1.2063-.9779,2.1843-2.1843,2.1843h0c-1.2063,0-2.1843-.9779-2.1843-2.1843v-1.4198c0-1.2063.9779-2.1843,2.1843-2.1843h0c1.2063,0,2.1843.9779,2.1843,2.1843"/><line class="c" x1="37.5" y1="26.8942" x2="37.5" y2="21.1058"/><path class="c" d="M19.9126,23.2901c0-1.2063.9779-2.1843,2.1843-2.1843s2.1843.9779,2.1843,2.1843v1.4198c0,1.2063-.9779,2.1843-2.1843,2.1843s-2.1843-.9779-2.1843-2.1843v-1.4198Z"/><path class="c" d="M11.7951,26.8942v-7.2081c0-.8444.6846-1.529,1.529-1.529h0c.7525,0,1.2223.2228,1.5445.6397"/><line class="c" x1="10.5" y1="21.1058" x2="13.558" y2="21.1058"/></svg>
Copied!