Flirtbees Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flirtbees 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/340547.svg" alt="Flirtbees icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340547.svg" alt="Flirtbees icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340547.svg" alt="Flirtbees icon" :width="24" :height="24" />
CSS background
.icon-flirtbees {
background-image: url('https://proicons.com/icon/340547.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:#fff;}.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M9.6946,27.2665c-2.479-1.1691-4.1946-3.6909-4.1946-6.6135,0-4.0361,3.2719-7.308,7.308-7.308s7.308,3.2719,7.308,7.308-3.2719,7.308-7.308,7.308c-.2411,0-.4795-.0117-.7146-.0345,4.2673,7.5817,14.0971,13.4723,24.4424,12.1837-.1473-8.1731-4.1234-14.3214-13.2537-19.3283"/><path class="c" d="M6.3468,7.7122c-.6995,3.7184-.1091,5.0203,1.5838,7.4987"/><path class="c" d="M9.697,8.8903c-.7363,1.4726-.4064,3.8783.349,4.9949"/><line class="c" x1="31.9706" y1="33.152" x2="26.7044" y2="39.2556"/><line class="c" x1="28.7308" y1="28.55" x2="21.5117" y2="37.0603"/><line class="c" x1="24.4602" y1="25.2365" x2="16.8605" y2="33.7631"/><path class="c" d="M36.1567,28.4648c.3112.0559.6316.0851.9589.0851,2.9737,0,5.3844-2.4107,5.3844-5.3843,0-2.8924-2.2861-5.2336-5.1472-5.3604.2807-.6522.4387-1.3694.4387-2.1245,0-2.9737-2.4106-5.3843-5.3843-5.3843-1.753,0-3.2952.8495-4.2936,2.1348-1.9967,2.5705-4.0216,5.6262-4.0216,5.6262"/><circle class="b" cx="10.046" cy="19.4232" r=".75"/></svg>
Copied!