Us Flag Straight Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Us Flag Straight 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/304862.svg" alt="Us Flag Straight icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304862.svg" alt="Us Flag Straight icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304862.svg" alt="Us Flag Straight icon" :width="24" :height="24" />
CSS background
.icon-us-flag-straight {
background-image: url('https://proicons.com/icon/304862.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-straight</title><path d="M8,8V48.1H64V8Zm20.58,4.9.74-1.49.73,1.49,1.65.24-1.19,1.17L30.79,16l-1.47-.78L27.84,16l.28-1.64-1.19-1.17Zm2.21,13.72-1.47-.77-1.48.77L28.12,25l-1.19-1.17,1.65-.23.74-1.5.73,1.5,1.65.23L30.51,25Zm-5.28-9.8.74,1.49,1.65.24-1.19,1.17L27,21.36l-1.48-.78L24,21.36l.28-1.64-1.19-1.17,1.65-.24Zm-2.6,9.8-1.47-.77L20,26.62,20.24,25l-1.19-1.17,1.65-.23.74-1.5.73,1.5,1.65.23L22.63,25ZM20.7,12.9l.74-1.49.73,1.49,1.65.24-1.19,1.17L22.91,16l-1.47-.78L20,16l.28-1.64-1.19-1.17Zm-3.45,3.92L18,18.31l1.65.24-1.19,1.17.28,1.64-1.48-.78-1.47.78.28-1.64-1.2-1.17,1.65-.24ZM13.11,12.9l.74-1.49.74,1.49,1.65.24L15,14.31,15.33,16l-1.48-.78L12.38,16l.28-1.64-1.2-1.17Zm0,10.68.74-1.5.74,1.5,1.65.23L15,25l.29,1.64-1.48-.77-1.48.77L12.66,25l-1.2-1.17Zm48,21.94L11,45.57v-3.7H61.08Zm0-6.19H11V35.69H61.08Zm0-5.85H11V29.84H61.08Zm0-6.5H35.5V23.34H61.08Zm0-6.59H35.5V16.74H61.08Zm0-6.21H35.5V10.53H61.08Z"/></svg>
Copied!