Us Flag Wavy Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Us Flag Wavy icon is commonly used in language pickers, country selectors and geolocation features. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/304863.svg" alt="Us Flag Wavy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304863.svg" alt="Us Flag Wavy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304863.svg" alt="Us Flag Wavy icon" :width="24" :height="24" />
CSS background
.icon-us-flag-wavy {
background-image: url('https://proicons.com/icon/304863.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><title>us-flag-wavy</title><path d="M8.12,8V48c19,6.56,36.75-6.57,55.76,0V8C44.87,1.47,27.13,14.6,8.12,8Zm20.7,11.88.45-1.45c.18.51.26.77.44,1.28l1.44-.3L30,20.53c.17.51.26.76.44,1.27l-1.16-.61-1.16,1.07c.17-.58.26-.87.44-1.45l-1.16-.64Zm-4.71-3.82c.17-.56.26-.85.44-1.41.18.52.27.78.44,1.31.58-.07.87-.11,1.44-.2l-1.16,1c.18.52.27.78.44,1.3l-1.16-.69-1.16,1c.18-.56.26-.84.44-1.41-.46-.29-.7-.43-1.16-.74C23.24,16.18,23.53,16.15,24.11,16.09Zm0,8.82c.17-.57.26-.85.44-1.42.18.53.27.79.44,1.31.58-.07.87-.11,1.44-.2l-1.16,1c.18.53.27.79.44,1.31l-1.16-.7c-.46.4-.7.59-1.16,1,.18-.56.26-.85.44-1.41L22.67,25C23.24,25,23.53,25,24.11,24.91ZM20,20.86c.17-.54.26-.82.44-1.37.18.55.27.82.44,1.36.58,0,.87,0,1.44-.07l-1.16.91c.18.54.27.81.44,1.34l-1.16-.8-1.16.84c.18-.55.26-.82.44-1.36-.46-.34-.7-.52-1.16-.88C19.09,20.86,19.38,20.86,20,20.86Zm-5.08-4.94.45-1.29c.17.57.26.86.44,1.43.58.07.86.11,1.44.16l-1.16.72c.17.57.26.85.44,1.42-.47-.39-.7-.59-1.16-1L14.17,18c.17-.51.26-.77.44-1.28-.47-.43-.7-.64-1.16-1.09C14,15.77,14.31,15.82,14.88,15.92Zm0,8.82.45-1.3c.17.57.26.86.44,1.43.58.08.86.11,1.44.16l-1.16.72c.17.57.26.86.44,1.42-.47-.39-.7-.59-1.16-1-.47.27-.7.4-1.16.64.17-.51.26-.76.44-1.28-.47-.42-.7-.64-1.16-1.08C14,24.58,14.31,24.64,14.88,24.74ZM61,43.85C43.84,40.08,28.16,50,11.05,46.21V43C28.16,46.81,43.84,36.9,61,40.68Zm0-6.1C43.84,34,28.16,43.88,11.05,40.1V37.05C28.16,40.83,43.84,30.92,61,34.7Zm0-6C43.84,28,28.16,37.89,11.05,34.11V31c17.11,3.78,32.79-6.13,49.9-2.35Zm0-6C52,23.65,44.31,25,35.45,27V23.67C44.31,21.62,52,20.3,61,22.37Zm0-6.29c-9-2.07-16.64-.74-25.5,1.31v-3c8.86-2,16.52-3.38,25.5-1.31Zm0-6c-9-2.07-16.64-.75-25.5,1.3V11.1C44.31,9.05,52,7.72,61,9.79Z"/></svg>
Copied!