Avenza Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Avenza 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/322250.svg" alt="Avenza icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322250.svg" alt="Avenza icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322250.svg" alt="Avenza icon" :width="24" :height="24" />
CSS background
.icon-avenza {
background-image: url('https://proicons.com/icon/322250.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="11.119" r="6.5451"/><ellipse class="a" cx="21.7393" cy="8.5437" rx="1.6309" ry="1.0051" transform="translate(1.7591 20.6427) rotate(-52.6522)"/><path class="a" d="M23.9143,19.2012V35.1906"/><path class="a" d="M27.81,29.95c9.4184.7122,15.8531,3.9074,14.92,7.4087s-8.9343,6.182-18.5518,6.2153-17.7553-2.591-18.87-6.0851,5.1532-6.7341,14.5339-7.5115"/><path class="a" d="M8.9078,32.5789c2.8468-.4429,6.2961.43,7.4286,3.1875a13.2409,13.2409,0,0,0,.84,2.5126,3.3747,3.3747,0,0,0,3.3566,1.9276,6.737,6.737,0,0,1,4.5922,1.7056A3.9207,3.9207,0,0,1,26.1459,43.53"/><path class="a" d="M27.81,29.95c9.4184.7122,15.8531,3.9074,14.92,7.4087s-8.9343,6.182-18.5518,6.2153-17.7553-2.591-18.87-6.0851,5.1532-6.7341,14.5339-7.5115"/><path class="a" d="M6.6459,34.0266c3.2332-.25,7.171.5935,8.1776,3.98.2356,2.1563,1.8274,4.0034,4.1293,3.7172A5.9416,5.9416,0,0,1,23.43,43.5715"/><path class="a" d="M27.81,29.95c9.4184.7122,15.8531,3.9074,14.92,7.4087s-8.9343,6.182-18.5518,6.2153-17.7553-2.591-18.87-6.0851,5.1532-6.7341,14.5339-7.5115"/><path class="a" d="M38.1273,37.5286l-3.773-3.3344a.5663.5663,0,0,0-.7707.0193l-2.7758,2.7113-.917-.9113a.5663.5663,0,0,0-.7952-.003l-2.3223,2.2728"/><path class="a" d="M30.8078,36.9254,32.34,38.422"/></svg>
Copied!