Dance Community Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dance Community 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/324267.svg" alt="Dance Community icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324267.svg" alt="Dance Community icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324267.svg" alt="Dance Community icon" :width="24" :height="24" />
CSS background
.icon-dance-community {
background-image: url('https://proicons.com/icon/324267.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>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="i" d="M12.4488,27.0303s-1.2601-3.6004.18-8.4609"/><path id="c" class="i" d="M16.1092,32.4309s3.7204,2.8803,8.2209,2.5203"/><path id="d" class="i" d="M6.2465,13.75L24,3.5l17.7535,10.25v20.5l-17.7535,10.25-17.7535-10.25V13.75Z"/><path id="e" class="i" d="M12.8751,27.3527c1.2641-.4492,2.8099.3588,3.4526,1.8047s.1391,2.9821-1.125,3.4312-2.8099-.3588-3.4526-1.8047-.1391-2.9821,1.125-3.4312Z"/><ellipse id="f" class="i" cx="34.0511" cy="18.0894" rx="2.3713" ry="2.4313"/><path id="g" class="i" d="M23.97,13.0488s5.4606-.12,8.4009,3.1803"/><path id="h" class="i" d="M35.4312,29.3706s1.6802-4.2605.18-8.6409"/></svg>
Copied!