Polar Flow Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Polar Flow 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/331471.svg" alt="Polar Flow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331471.svg" alt="Polar Flow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331471.svg" alt="Polar Flow icon" :width="24" :height="24" />
CSS background
.icon-polar-flow {
background-image: url('https://proicons.com/icon/331471.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="c" class="e" cx="24" cy="24" r="21.5"/><path id="d" class="e" d="m7.8007,21.4575h18.4771c2.6877,0,2.6877-4.4426,0-4.4426H9.2481m-.0235-.0081c2.7257-5.4689,8.3809-8.9356,14.5764-8.9356,8.9645,0,16.2317,7.1434,16.2317,15.9552h0c0,8.8118-7.2672,15.9552-16.2317,15.9552h0c-8.9645,0-16.2317-7.1434-16.2317-15.9552h0c0-.8619.071-1.7223.2124-2.5729"/></svg>
Copied!