Alphadia 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Alphadia 2 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/336202.svg" alt="Alphadia 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336202.svg" alt="Alphadia 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336202.svg" alt="Alphadia 2 icon" :width="24" :height="24" />
CSS background
.icon-alphadia-2 {
background-image: url('https://proicons.com/icon/336202.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m35.84,37.121c0-1.6,1.5-2.9,3.2-2.6,1.1.2,2,1.2,2.1,2.3.1.8-.2,1.7-.8,2.2-1.1.9-4.5,3.5-4.5,3.5h5.3m4.36-4.021c0,3.866-3.134,7-7,7s-7-3.134-7-7,3.134-7,7-7,7,3.134,7,7Zm-18.673-12.087l5.83-.158,1.562-10.126-7.392,10.284h0m4.746,11.058c-.616.045-1.222.102-1.806.162h0l2.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.312,7.72-2.66,17.175-3.431,25.674"/></svg>
Copied!