Countries Been Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Countries Been 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/324042.svg" alt="Countries Been icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324042.svg" alt="Countries Been icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324042.svg" alt="Countries Been icon" :width="24" :height="24" />
CSS background
.icon-countries-been {
background-image: url('https://proicons.com/icon/324042.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M34.612,15.4982c-11.5174,3.7915-19.9531,14.3693-20.5752,27.0018"/><path class="d" d="M42.5,14.0368c-.8174.0403-1.6263.1132-2.4252.2176"/><path id="c" class="d" d="M38.5006,5.4992H9.4993c-2.2001,0-4.0002,1.8001-4.0002,4.0002v29.0012c0,2.2001,1.8001,4.0002,4.0002,4.0002h29.0012c2.2001,0,4.0002-1.8001,4.0002-4.0002V9.4994c0-2.2001-1.8001-4.0002-4.0002-4.0002Z"/><circle class="d" cx="25.2684" cy="11.0368" r="3"/><circle class="d" cx="37.5816" cy="15.922" r="3"/><circle class="d" cx="15.7525" cy="23.4121" r="3"/><circle class="d" cx="21.3059" cy="35.5752" r="3"/><line class="d" x1="24.3059" y1="35.5752" x2="31.0841" y2="35.5752"/><line class="d" x1="18.3011" y1="24.9887" x2="24" y2="28.514"/><line class="d" x1="26.6021" y1="13.7139" x2="28.8023" y2="18.1301"/><line class="d" x1="38.1731" y1="18.922" x2="39.1589" y2="23.9222"/></svg>
Copied!