Gms Flags Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gms Flags 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/326554.svg" alt="Gms Flags icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326554.svg" alt="Gms Flags icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326554.svg" alt="Gms Flags icon" :width="24" :height="24" />
CSS background
.icon-gms-flags {
background-image: url('https://proicons.com/icon/326554.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><path class="b" d="m13.5378,7.4828c5.4057-.668,10.815-1.2919,16.2242-1.9442,1.4014-.2458,2.8938.7121,3.0164,2.0072.0841,1.5314.0176,3.0691.0281,4.6037,2.2527-.2426,4.4949-.5388,6.7441-.7971,1.5204-.1797,2.9498,1.0524,2.8762,2.42.056,4.6163,0,9.2357.0281,13.8521.2838,1.5566-.7883,3.3054-2.7046,3.2865-4.5229.5389-9.0423,1.0714-13.5617,1.6228-1.4119.2395-2.9218-.7341-3.0339-2.0356-.1401-1.525-.0246-3.0596-.0631-4.5911-3.1811.3845-6.3656.7689-9.5467,1.1375-.0035-6.5195.0105-13.0422-.007-19.5618Zm11.8414,5.571c-1.3628.1418-2.3542,1.3109-2.2702,2.524-.042,3.4442-.007,6.8883-.0176,10.3324,2.5575-.3119,5.122-.583,7.6725-.939,1.2227-.1765,2.081-1.2826,2.046-2.3696.0105-3.4756-.0035-6.9544.007-10.43-2.4839.2647-4.9608.5766-7.4377.8822Z"/><path class="b" d="m7.1126,6.3421c1.594-.7626,3.6821.479,3.6645,2.0671.0211,10.5056.0035,21.0113.007,31.5201.1262,1.2446-.9809,2.524-2.4103,2.5492-1.5975.2111-3.0374-1.1691-2.8588-2.5838-.0035-10.3923,0-20.7844-.0035-31.1798-.0841-.9894.5675-2.0072,1.6011-2.3727Z"/></svg>
Copied!