Flowfree Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flowfree 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/340572.svg" alt="Flowfree icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340572.svg" alt="Flowfree icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340572.svg" alt="Flowfree icon" :width="24" :height="24" />
CSS background
.icon-flowfree {
background-image: url('https://proicons.com/icon/340572.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><circle class="b" cx="11.57" cy="11.57" r="2.07"/><circle class="b" cx="17.78" cy="36.43" r="2.07"/><circle class="b" cx="17.78" cy="30.2" r="2.07"/><circle class="b" cx="24" cy="30.2" r="2.07"/><circle class="b" cx="36.43" cy="30.2" r="2.07"/><circle class="b" cx="36.43" cy="11.57" r="2.07"/><circle class="b" cx="30.21" cy="11.57" r="2.07"/><circle class="b" cx="30.21" cy="17.78" r="2.07"/><circle class="b" cx="24" cy="36.43" r="2.07"/><circle class="b" cx="24" cy="23.96" r="2.07"/><line class="b" x1="11.57" y1="36.35" x2="11.57" y2="13.64"/><line class="b" x1="24" y1="21.89" x2="24" y2="17.78"/><line class="b" x1="28.14" y1="17.78" x2="24" y2="17.78"/><line class="b" x1="28.14" y1="11.57" x2="17.78" y2="11.57"/><line class="b" x1="17.78" y1="28.13" x2="17.78" y2="11.57"/><line class="b" x1="11.57" y1="36.35" x2="15.71" y2="36.35"/><line class="b" x1="26.07" y1="36.43" x2="36.43" y2="36.43"/><line class="b" x1="36.43" y1="32.27" x2="36.43" y2="36.43"/><line class="b" x1="26.07" y1="30.2" x2="30.21" y2="30.2"/><line class="b" x1="30.21" y1="23.96" x2="30.21" y2="30.2"/><line class="b" x1="36.43" y1="13.64" x2="36.43" y2="23.96"/><line class="b" x1="30.21" y1="23.96" x2="36.43" y2="23.96"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!