Flexcil Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flexcil 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/340520.svg" alt="Flexcil icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340520.svg" alt="Flexcil icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340520.svg" alt="Flexcil icon" :width="24" :height="24" />
CSS background
.icon-flexcil {
background-image: url('https://proicons.com/icon/340520.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M13.47,27.5912l3.81-1.637M17.18,28.9912l3.884-1.67M20.804,30.3432l4.466-1.919M24.46,31.7002l11.086-4.763M13.196,30.3832l-7.696,3.429c3.642,1.597,18.93,7.17,19.786,7.522h0l17.044-7.592c-1.363-.598-4.356-1.752-7.613-2.981M34.0739,8.9263l-8.598,11.45-2.067.81.099-2.218,8.417-11.461c.63-.858,1.418-1.059,2.077-.607.66.452.615,1.303.072,2.026ZM25.707,15.9763l-14.8,6.6v1.037M12.572,24.2262l-7.072,3.151c3.642,1.598,18.93,7.171,19.786,7.523h0l17.044-7.593c-1.324-.58-4.186-1.687-7.334-2.876M26.99,14.2313l-2.616-.966h0c-.532-.196-1.603-.244-2.458.128l-14.236,6.196c-1.16.504-2.033.727-2.023,1.51.007.527.409.618,1.409,1.034,3.067,1.276,15.943,5.896,16.717,6.171.534.19,1.602.244,2.458-.128h0l14.236-6.195c1.16-.505,2.033-.727,2.023-1.512-.007-.525-.393-.657-1.41-1.033l-11.672-4.309"/></svg>
Copied!