Rocksndiamonds Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rocksndiamonds 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/332209.svg" alt="Rocksndiamonds icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332209.svg" alt="Rocksndiamonds icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332209.svg" alt="Rocksndiamonds icon" :width="24" :height="24" />
CSS background
.icon-rocksndiamonds {
background-image: url('https://proicons.com/icon/332209.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="M9.79,37.62,27.91,43.5,14.63,27.86l20.59-8.34-7.31,24L43.5,31.27,35.22,19.52l6.12-6.46L21.64,4.5l13.58,15"/><path class="a" d="M14.63,27.86,9.79,37.62,4.5,20.27,21.64,4.5Z"/><path class="a" d="M14.63,27.86,4.5,20.27"/><path class="a" d="M43.5,31.27,41.34,13.06"/></svg>
Copied!