Flexhero Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flexhero 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/340521.svg" alt="Flexhero icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340521.svg" alt="Flexhero icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340521.svg" alt="Flexhero icon" :width="24" :height="24" />
CSS background
.icon-flexhero {
background-image: url('https://proicons.com/icon/340521.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M13.5827,9.3297c3.7675,5.3002,3.3811,13.4303,2.6445,17.8614.0014.0019-4.2279-5.9273-10.7272-10.0953,1.2906-3.9101,4.6544-7.4271,4.6692-7.4357.0013-.0007.0018-.0009.0014-.0008.6136-.2257,3.3885-.3395,3.4039-.3334.0042.0017.0068.0032.0082.004Z"/><path class="b" d="M29.5793,9.0437s-1.6366-.0546-10.3653-.0547c1.9526,3.4246,2.3624,4.7522,2.539,8.1538.0016.0306.0256.0564.0562.0564,3.295.0038,7.1853.3485,9.5966.4818.02.0011.0353-.0163.0346-.0364-.1779-5.1743-1.861-8.601-1.8611-8.6011Z"/><path class="b" d="M37.7645,9.8576c-.9967-.3574-1.8143-.4553-2.8842-.3138-.0341.0045,1.918,6.078.9735,19.5354,1.9206-1.8438,4.801-5.7988,6.6463-10.1008.0024-.0055-1.048-6.2989-4.717-9.1103l-.0185-.0105Z"/><path class="b" d="M31.1541,22.0518c-2.7555-.4455-5.8623-.6615-9.2166-.6646-.0307,0-.391,6.6128-1.8463,12.6273.8803,1.5484,2.2465,3.3886,3.1172,4.5142.4417.5711,1.2716.6455,1.8119.1667l4.8404-4.2895c.0075-.0066.011-.0073.0127-.0171.0487-.2799,1.5636-9.0206,1.2806-12.337Z"/></svg>
Copied!