My Argentina Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Argentina 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/344283.svg" alt="My Argentina icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344283.svg" alt="My Argentina icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344283.svg" alt="My Argentina icon" :width="24" :height="24" />
CSS background
.icon-my-argentina {
background-image: url('https://proicons.com/icon/344283.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><path class="b" d="M16.8701,36.0167c-.6047-.7257-.4724-1.9351.669-1.9351h12.4419c1.1414,0,1.2737,1.2094.669,1.9351l-5.1967,6.2739c-.4535.5442-.7559,1.2094-1.6932,1.2094-.9411,0-1.2434-.6652-1.697-1.2094l-5.1929-6.2739ZM39.0025,6.4578c-.0042,1.0854-.8874,1.9619-1.9728,1.9577h0c-1.0839.0021-1.9649-.8738-1.9691-1.9577.0042-1.0839.8851-1.9598,1.9691-1.9577,1.0854-.0042,1.9687.8723,1.9729,1.9577h0ZM37.0296,13.3137v14.8305M20.264,18.9148c0-3.0916,2.5209-5.5936,5.6314-5.5936h0c3.1067,0,5.6314,2.502,5.6314,5.5936v9.2369M8.9975,13.3137v14.8305M8.9975,18.911c0-3.0916,2.5209-5.5936,5.6314-5.5936h0c3.1105,0,5.6314,2.502,5.6314,5.5936v9.2369"/></svg>
Copied!