Aprs Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aprs 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/321985.svg" alt="Aprs icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321985.svg" alt="Aprs icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321985.svg" alt="Aprs icon" :width="24" :height="24" />
CSS background
.icon-aprs {
background-image: url('https://proicons.com/icon/321985.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>.e{stroke-miterlimit:10;}.e,.f{fill:none;stroke:#000;}.f{stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><circle class="e" cx="20.7559" cy="27.0901" r="9.235"/><path class="e" d="M14.0739,33.3142c.7571-.7571,.2641-1.8135-.1761-2.2977s-1.4174-1.1093-1.5494-2.2537c-.1321-1.1533-.9244-2.826,.2201-4.2874,1.1533-1.4614,.5282-1.0124,1.6815-1.0124,.6163,.044,1.3293,.088,1.8576-.5282,.5282-.6163,.044-.7923,.7923-.3962,.7483,.3962,.6603,.7483,1.5494,1.0124s1.3293,.2641,1.3293-.6603,.6163-1.5494,0-1.6375-.8804-.2553-1.2853-.6163c-.4842-.4402-.044-.942,1.7695-1.4174,1.1973-.3081,1.7255-.3521,2.4738,.4402,.7131,.7571,1.2853,1.7695,.1761,2.4298-1.1181,.6691-.8804,1.5494-1.5935,1.9456-.7043,.3962-2.4298,1.9896-2.826,2.958s.4402,2.3858,.088,2.826-1.6815-.2641-1.9896-.2201-.4842,.3081-.4402,.9244-.2201,1.4174,.6163,1.6375,.9684,.9244,1.8576,.8363c.8804-.088,2.3418,1.5935,2.3858,2.87"/><path class="e" d="M29.9028,26.509c-.7043,.5722-.7483,.6603-1.3734,1.0652s-2.826,.044-2.7379,1.0124,.7923,.9684,.7043,1.8135c-.088,.8363-.2201,1.5054-.7483,2.3418s-1.7255,1.9896-1.7255,2.4298l.044,.4842"/><path class="e" d="M19.8667,28.0144c.1233-.4226-.088-.8363,.7923-.7043s.6603,.4402,1.2853,.3521c.6163-.088,1.1093-.1761,1.2853-.5722,.1761-.3962,.7483-.3081,.9684-.3081s.7483-.7043,1.3293-.6603,.7923,.3962,.6163,.5282-.7923,.8363-1.4614,1.0124c-.6603,.1761-1.1973,.1321-1.1093,.4842s.7043,.9684,.1321,1.1533-1.2413,.3962-2.0777,.2641c-.8275-.1321-2.1129-.3081-1.7607-1.5494Z"/></g><g id="c"><path class="f" d="M36.752,22.2217c-1.4174-6.0569-5.1677-10.0801-11.7176-11.2686"/><path class="f" d="M40.159,21.0772c-1.6375-7.1221-6.1449-11.8497-14.1914-13.223"/><path class="f" d="M43.6981,20.5842c-1.8135-8.8828-7.5183-14.4467-16.6652-16.0842"/></g><g id="d"><circle class="f" cx="20.7999" cy="27.0637" r="12.5804"/><line class="f" x1="21.0112" y1="10.6801" x2="21.0112" y2="15.8479"/><line class="f" x1="37.1922" y1="27.0549" x2="32.0157" y2="27.0549"/><line class="f" x1="21.0112" y1="38.3323" x2="21.0112" y2="43.5"/><line class="f" x1="9.4784" y1="27.0549" x2="4.3019" y2="27.0549"/></g></svg>
Copied!