Emoji Flag Swiss Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Flag Swiss 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/339865.svg" alt="Emoji Flag Swiss icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339865.svg" alt="Emoji Flag Swiss icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339865.svg" alt="Emoji Flag Swiss icon" :width="24" :height="24" />
CSS background
.icon-emoji-flag-swiss {
background-image: url('https://proicons.com/icon/339865.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="24" y1="32.8744" x2="24" y2="15.1256"/><line class="b" x1="32.8744" y1="22.4352" x2="15.1256" y2="25.5648"/><path class="b" d="m35.8696,34.6423V10.9032c-.6524-.0288-1.3557-.0445-2.1196-.0445-8.4783,0-11.0217,2.5435-19.5,2.5435-.7626,0-1.4659-.0157-2.1196-.0441v23.7391c.6537.0284,1.3569.0441,2.1196.0441,8.4783,0,11.0217-2.5435,19.5-2.5435.7639,0,1.4672.0157,2.1196.0445Z"/></svg>
Copied!