Airmid Uk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Airmid Uk 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/336072.svg" alt="Airmid Uk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336072.svg" alt="Airmid Uk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336072.svg" alt="Airmid Uk icon" :width="24" :height="24" />
CSS background
.icon-airmid-uk {
background-image: url('https://proicons.com/icon/336072.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>.c{fill:#fff;}.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m44.5262,17.9617c.557,2.0052.8912,4.1218.8912,6.2383,0,11.9197-9.4689,21.5-21.1658,21.5S3.0858,36.0083,3.0858,24.2,12.5547,2.7,24.2516,2.7c2.228,0,4.3446.3342,6.3497,1.0026"/><circle class="c" cx="39.2904" cy="9.4953" r=".75"/><path class="d" d="m31.9999,22.0849c0-2.3806-1.9299-4.3104-4.3105-4.3104-1.5673,0-2.9351.8392-3.6895,2.0901-.7545-1.2509-2.1222-2.0901-3.6895-2.0901-2.3806,0-4.3104,1.9298-4.3104,4.3104,0,.5442.1051,1.0627.2891,1.5422,1.4253,4.0997,7.7109,8.5985,7.7109,8.5985,0,0,6.2855-4.4988,7.7109-8.5985.184-.4794.2891-.998.2891-1.5422h0Z"/></svg>
Copied!