Fleksy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fleksy 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/340518.svg" alt="Fleksy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340518.svg" alt="Fleksy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340518.svg" alt="Fleksy icon" :width="24" :height="24" />
CSS background
.icon-fleksy {
background-image: url('https://proicons.com/icon/340518.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>.o{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><circle id="c" class="o" cx="24" cy="24" r="21.5"/><circle id="d" class="o" cx="24" cy="24" r="21.5"/><circle id="e" class="o" cx="24" cy="24" r="21.5"/><circle id="f" class="o" cx="24" cy="24" r="21.5"/><g><circle id="g" class="o" cx="24" cy="13.7037" r="5.7037"/><circle id="h" class="o" cx="34.2963" cy="24" r="5.7037"/><circle id="i" class="o" cx="24" cy="34.2963" r="5.7037"/><circle id="j" class="o" cx="13.7037" cy="24" r="5.7037"/><path id="k" class="o" d="M29.8251,20.4775c-.7942,1.0027-1.2283,2.2433-1.2325,3.5225,.0042,1.2791,.4383,2.5197,1.2325,3.5225l2.5031-2.5031c.5652-.5652,.5652-1.4735,0-2.0388l-2.5031-2.5031Z"/><path id="l" class="o" d="M24,28.5925c-1.2791,.0042-2.5197,.4383-3.5225,1.2326l2.5031,2.5031c.5652,.5652,1.4735,.5652,2.0388,0l2.5094-2.5094c-1.0053-.7933-2.2482-1.2252-3.5288-1.2262Z"/><path id="m" class="o" d="M18.1813,20.4712l-2.5094,2.5094c-.5652,.5652-.5652,1.4735,0,2.0388l2.5031,2.5031c.7942-1.0027,1.2283-2.2433,1.2326-3.5225-.001-1.2806-.4329-2.5235-1.2262-3.5288Z"/><path id="n" class="o" d="M24,15.2476c-.3688,0-.7368,.1416-1.0194,.4242l-2.5031,2.5031c1.0027,.7942,2.2433,1.2283,3.5225,1.2325,1.2791-.0042,2.5197-.4383,3.5225-1.2326l-2.5031-2.5031c-.2826-.2826-.6506-.4242-1.0194-.4242Z"/></g></g></svg>
Copied!