Dune Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dune 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/339392.svg" alt="Dune icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339392.svg" alt="Dune icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339392.svg" alt="Dune icon" :width="24" :height="24" />
CSS background
.icon-dune {
background-image: url('https://proicons.com/icon/339392.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="M28.4252,16.4779c-.0012,6.063-4.9159,10.9778-10.9789,10.9789-6.0626-.0017-10.9767-4.9163-10.9779-10.9789.0017-6.0622,4.9157-10.9762,10.9779-10.9779,6.0626.0012,10.9772,4.9153,10.9789,10.9779"/><path class="c" d="M15.0917,27.3047c3.1026,4.5039,5.8218,8.8421,10.8654,12.7792-2.415-2.3525-3.311-4.0236-4.1736-5.8656M17.963,27.5266c4.0528,5.2186,8.0139,10.7393,14.0659,13.8315M23.4056,30.4042c5.2175,7.9951,10.9831,11.4509,18.126,12.0958-7.1147-2.1045-11.254-9.3578-14.2191-15.1421M33.6834,35.0487c1.3618.9293,2.8775,1.6101,4.4768,2.0108-6.2125-3.4245-7.8274-8.5994-11.1133-15.1317M31.5914,27.7861c1.5315,1.5878,3.411,3.1547,5.7551,4.4455-3.933-3.5412-6.3354-8.3462-9.2203-12.9053"/></svg>
Copied!