Flirb Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flirb 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/325987.svg" alt="Flirb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325987.svg" alt="Flirb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325987.svg" alt="Flirb icon" :width="24" :height="24" />
CSS background
.icon-flirb {
background-image: url('https://proicons.com/icon/325987.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><path class="c" d="M45.1083,23.9999c0,3.3092-.7545,6.4422-2.1008,9.2363-.8382,1.7394,1.8421,7.8707.5844,9.3081-1.4476,1.6545-6.8948-1.4398-8.7863-.297-3.2112,1.9402-6.976,3.0566-11.0015,3.0566-11.766,0-21.304-9.5382-21.304-21.304S12.0382,2.696,23.804,2.696s21.304,9.5382,21.304,21.304h.0002Z"/><path class="c" d="M21.6916,38.0038v-21.1279c0-2.4752,2.0066-4.4818,4.4818-4.4818,2.2058,0,3.5828.6531,4.5271,1.8752"/><line class="c" x1="17.895" y1="21.0372" x2="26.8581" y2="21.0372"/></svg>
Copied!