Native A Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Native A 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/329985.svg" alt="Native A icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329985.svg" alt="Native A icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329985.svg" alt="Native A icon" :width="24" :height="24" />
CSS background
.icon-native-a {
background-image: url('https://proicons.com/icon/329985.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><path class="a" d="M36.4341,7.2975S27.715,40.3407,15.6916,40.7025c-13.989-.164-13.8684-33.2844,2.1708-33.405C31.8514,7.5038,28.39,40.22,37.3988,40.1c1.6039.0236,3.0631-1.0769,5.1012-5.0288"/><path class="a" d="M12.77,28.667V18.6576L21.091,28.667V18.6576"/></svg>
Copied!