Native Alpha Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Native Alpha 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/329986.svg" alt="Native Alpha icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329986.svg" alt="Native Alpha icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329986.svg" alt="Native Alpha icon" :width="24" :height="24" />
CSS background
.icon-native-alpha {
background-image: url('https://proicons.com/icon/329986.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="M43.5,9.3347a5.5,5.5,0,0,0-3.9215,0C27.349,14.6675,30.4093,38.9294,17.07,38.6644,10.6333,38.5364,4.5039,33.0982,4.5,24S10.6331,9.4627,17.07,9.3347C30.41,9.07,27.3488,33.3323,39.5785,38.6653a5.5,5.5,0,0,0,3.9215,0"/><path class="a" d="M12.7394,29.5v-11l8,11v-11"/></svg>
Copied!