Aves Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aves 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/336811.svg" alt="Aves icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336811.svg" alt="Aves icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336811.svg" alt="Aves icon" :width="24" :height="24" />
CSS background
.icon-aves {
background-image: url('https://proicons.com/icon/336811.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="M17.936,19.7833h13.1823v13.1823h-12.3116c-.4805,0-.8707-.3901-.8707-.8707v-12.3116h0Z" transform="translate(25.8334 -9.6184) rotate(45)"/><path class="b" d="M33.3341,10.462h5.4886c.8924,0,1.617.7245,1.617,1.617v11.5653h-13.1823v-7.1056c0-3.3539,2.7229-6.0768,6.0768-6.0768Z" transform="translate(21.9724 -18.9397) rotate(45)"/><path class="b" d="M14.6914,29.1046h5.4886c.8924,0,1.617.7245,1.617,1.617v11.5653h-13.1823v-7.1056c0-3.3539,2.7229-6.0768,6.0768-6.0768Z" transform="translate(.7173 71.6886) rotate(-135)"/><path class="b" d="M13.2406,6.9594h5.4886c.8924,0,1.617.7245,1.617,1.617v15.6688H7.1639v-11.209c0-3.3539,2.7229-6.0768,6.0768-6.0768Z" transform="translate(-7.0038 14.2961) rotate(-45)"/><circle class="b" cx="33.8485" cy="17.0531" r="2.3017"/></svg>
Copied!