Qdance Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Qdance 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/331758.svg" alt="Qdance icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331758.svg" alt="Qdance icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331758.svg" alt="Qdance icon" :width="24" :height="24" />
CSS background
.icon-qdance {
background-image: url('https://proicons.com/icon/331758.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M23.9995,39.332c-8.4542,0-15.332-6.8778-15.332-15.332s6.8778-15.332,15.332-15.332,15.333,6.8778,15.333,15.332c0,1.4152-1.147,2.5622-2.5622,2.5622s-2.5622-1.147-2.5622-2.5622c0-5.6288-4.5799-10.2077-10.2087-10.2077s-10.2077,4.5789-10.2077,10.2077,4.5789,10.2077,10.2077,10.2077c1.4152,0,2.5622,1.147,2.5622,2.5622s-1.147,2.5622-2.5622,2.5622Z"/><path class="b" d="M34.7206,37.2823c-.6556,0-1.3111-.2502-1.8115-.7506l-5.9481-5.9481c-1.0009-1.0009-1.0009-2.6222,0-3.6231s2.6222-1.0009,3.6231,0l5.9481,5.9481c1.0009,1.0009,1.0009,2.6222,0,3.6231-.5004.5004-1.156.7506-1.8115.7506Z"/></svg>
Copied!