Skylark Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Skylark 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/347420.svg" alt="Skylark icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347420.svg" alt="Skylark icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347420.svg" alt="Skylark icon" :width="24" :height="24" />
CSS background
.icon-skylark {
background-image: url('https://proicons.com/icon/347420.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="d" cx="28.5" cy="16.64" r="1.5"/><path class="d" d="m21.688 9.2475c5.3166 4.9109 6.7592 16.453 3.7142 19.498-3.8214 3.8214-16.126 2.6795-19.542-.73622-2.7299-2.7299-.66714-4.5668.28902-4.5668-1.3548-1.3548-.77421-4.7134 1.9646-4.7134-.77074-1.9405.55555-4.9787 3.6131-4.3467-.46403-2.2894 1.7467-4.6237 4.4949-3.565-.13763-1.5695 2.9659-3.8788 5.4659-1.5695z"/><path class="d" d="m24.014 34.048c2.9502-3.9329 5.1974-5.153 7.0931-4.3701"/><path class="d" d="m24.739 30.794c-.03048.4454-.05775 1.455.09593 2.2065"/><path class="d" d="m10.7 30.354c-.3989 1.4301-.84113 3.3506 4.1847 2.2244"/><path class="d" d="m12.017 32.905c-.91109.57897-2.0122 4.8686 3.3163 2.1316"/><path class="d" d="m12.85 35.922c-2.0504 1.1896-.36705 6.5723 4.535.80951 13.036 0 16.426-7.0471 18.33-10.784 3.8958-7.6455 8.9215-8.741 7.5474-10.785-.9514-1.4151-4.1515 1.3636-4.3445 1.0597-.19296-.30392 4.7967-2.3133 3.8596-4.3436-.93706-2.0303-12.853-.18195-17.588 2.6271"/><path class="d" d="m28.73 14.886-.97405 3.3589"/><path class="d" d="m25.536 37.045c4.66-1.1286 8.4128.62074 7.8628 2.6733"/><path class="d" d="m27.387 34.822c-.05403.46405-.0073 1.4552.43398 1.8842"/><path class="d" d="m27.79 34.629c1.0391-.03042 10.001 4.437 9.7103-1.254 3.1236 0 3.741-3.3657 3.0483-4.5879 1.2012-.71865 1.9308-2.791.21273-3.9191 1.3906-1.8893.39724-3.955-1.7455-3.8832"/><path class="d" d="m32.008 12.037c-1.5664 1.2952-1.6877 2.83-.35745 4.8443.93441 1.4149-.13748 3.6477 2.8192 4.1585 2.6703.46127 1.3697 1.7604 3.4249 1.3581"/><path class="d" d="m32.719 14.064.87546-.50545"/></svg>
Copied!