Flypgs Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flypgs 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/326039.svg" alt="Flypgs icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326039.svg" alt="Flypgs icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326039.svg" alt="Flypgs icon" :width="24" :height="24" />
CSS background
.icon-flypgs {
background-image: url('https://proicons.com/icon/326039.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="m18.658,30.992v-.7899L12.4242,5.8831h6.236l14.312,17.482s1.8268,2.0579,2.9712,2.7901c1.0975.7022,2.3723,1.1025,3.6235,1.4658,1.7677.5133,5.4322.9928,5.4322.9928"/><path class="b" d="m28.712,33.136l-14.656-2.8341h-3.1613l6.1568,3.0204,6.1963,1.4715,5.4642-1.6578Z"/><path class="b" d="m36.388,41.573l-.2562.1778-19.348-5.8778-.679-3.0145"/><path class="b" d="m44.493,30.503l-25.08.8349"/></svg>
Copied!