Flowx Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flowx 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/326018.svg" alt="Flowx icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326018.svg" alt="Flowx icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326018.svg" alt="Flowx icon" :width="24" :height="24" />
CSS background
.icon-flowx {
background-image: url('https://proicons.com/icon/326018.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="g" d="m24,4.5l-12.6037,18c-4.9015,7-.3963,21,12.6037,21s17.5052-14,12.6037-21L24,4.5Z"/><path id="d" class="g" d="m24,13.5l-7,9.997c-3.9035,5.5748,1,13.003,7,13.003s11.0021-7.2874,7.0021-13l-7.0021-10Z"/><path id="e" class="g" d="m24,13.5l3-4.2844"/><path id="f" class="g" d="m29.6895,42.4697c-6.0406.486-13.3718-5.6399-14.0535-13.9733"/></g></svg>
Copied!