Randomix Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Randomix 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/346490.svg" alt="Randomix icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346490.svg" alt="Randomix icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346490.svg" alt="Randomix icon" :width="24" :height="24" />
CSS background
.icon-randomix {
background-image: url('https://proicons.com/icon/346490.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="24" y1="31.89" x2="24" y2="16.11"/><line class="a" x1="16.11" y1="24" x2="31.89" y2="24"/><path class="a" d="M24,24c-4.84,4.84-8.48,6.88-8.48,11.72a8.53,8.53,0,1,0,17.05,0"/><path class="a" d="M27.22,43.89a3.88,3.88,0,1,0-6.45,0"/><path class="a" d="M24,24c4.84-4.84,8.48-6.88,8.48-11.72a8.53,8.53,0,1,0-17,0"/><path class="a" d="M20.78,4.11a3.88,3.88,0,1,0,6.45,0"/><path class="a" d="M24,24c-4.84-4.84-6.88-8.48-11.72-8.48a8.53,8.53,0,1,0,0,17.05"/><path class="a" d="M4.11,27.22a3.88,3.88,0,1,0,0-6.45"/><path class="a" d="M24,24c4.84,4.84,6.88,8.48,11.72,8.48a8.53,8.53,0,1,0,0-17"/><path class="a" d="M43.89,20.78a3.88,3.88,0,1,0,0,6.45"/></svg>
Copied!