Alphadia Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Alphadia 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/336201.svg" alt="Alphadia icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336201.svg" alt="Alphadia icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336201.svg" alt="Alphadia icon" :width="24" :height="24" />
CSS background
.icon-alphadia {
background-image: url('https://proicons.com/icon/336201.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m26.8274,26.4142l5.83-.158,1.562-10.126-7.392,10.284Zm2.94,11.22l2.474-8.927h-3.687c-2.635,0-5.144,2.255-7.624,6.638-2.495,4.408-4.75,6.236-6.721,6.268-2.889-2.812-6.493-1.71-1.895.27-6.76.206-4.266-5.385-1.49-4.97,4.485.67,4.685-.279,6.111-1.669l14.626-20.719c.72-1.02.819-1.345,2.346-2.379-3.818.468-7.875.674-8.705,5.092l-1.304,1.666c.805.326,1.536.059,2.184-.878.797,3.226-1.807,3.568-3.414,1.974-3.41-3.382-2.682-9.08,7.415-10.132,5.345-.557,9.377-1.474,9.933-3.757-1.614,9.502-3.285,21.631-3.864,31.373-2.039-.232-4.35-.06-6.385.15Z"/></svg>
Copied!