Apcoa Flow Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Apcoa 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/336464.svg" alt="Apcoa Flow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336464.svg" alt="Apcoa Flow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336464.svg" alt="Apcoa Flow icon" :width="24" :height="24" />
CSS background
.icon-apcoa-flow {
background-image: url('https://proicons.com/icon/336464.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M11.2389,9.4844h30.6383l-2.1571,9.25H9.1184l2.1206-9.25Z"/><path id="c" class="e" d="M9.1184,18.7344h30.6383l-2.1571,9.25H6.9978l2.1206-9.25Z"/><path id="d" class="e" d="M6.9978,27.9844h16.5745l-2.3122,9.25H4.8773l2.1206-9.25Z"/></svg>
Copied!