Muse Dash Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Muse Dash 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/344240.svg" alt="Muse Dash icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344240.svg" alt="Muse Dash icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344240.svg" alt="Muse Dash icon" :width="24" :height="24" />
CSS background
.icon-muse-dash {
background-image: url('https://proicons.com/icon/344240.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M5.5,17.4764c6.3832,3.743,10.3131,2.7336,15.4439,4.7944,0,0-.0841-4.1636.9252-6.3505-.3785,2.6075.7991,4.6262,3.4486,6.3505-.6729-5.5093-.1869-9.8316,4.5234-16.5091-.2944,8.3178,9.3551,18.2381,9.3551,18.2381-.5047,3.6542-4.6682,7.5654-4.6682,7.5654,3.4486.0841,5.4673-2.271,5.4673-2.271-1.9766,3.9112-11.3131,7.7804-11.3131,7.7804"/><path class="b" d="M19.4818,38.1899c-2.1757-3.113-9.5332-6.6247-13.9818-7.1294"/><path class="b" d="M17.9579,20.5045c-5.0467.2523-7.2757,3.4953-7.2757,3.4953"/><path class="b" d="M9.5888,23.0278c.4626,2.9019,3.8271,6.729,3.8271,6.729-2.7757.1682-5.5935-3.3645-5.5935-3.3645"/><path class="b" d="M11.9543,32.9851c-1.3142-1.7984-.8332-3.8099-.8332-3.8099"/><path class="b" d="M20.6916,31.7334c3.4486.5047,6.3084-.6533,6.3084-.6533.5888,2.672-.9007,4.2223-3,4.2281-3.0561.0084-3.3084-3.5748-3.3084-3.5748Z"/><path class="b" d="M21.9428,29.0313c.5467-.6939,2.3341-.9147,3.2593-.1157"/><path class="b" d="M28.7033,22.2521c3.2173-1.5794,6.729-.8014,9.1893,2.3738"/><path class="b" d="M37.3656,23.9998s-2.5385,5.7105-6.181,4.4068c-4.1005-1.4676-1.8216-6.4434-1.8216-6.4434"/><path class="b" d="M19.1863,21.661c1.9048,4.2897-1.3125,7.9276-4.9714,6.0981s-2.5138-4.8404-2.5138-4.8404"/><path class="b" d="M28.1565,14.5115c1.0093-.6519,4.4369-1.9346,4.4369-1.9346"/><path class="b" d="M16.3598,11.7778c1.5561,1.3248,2.7967,2.6285,2.7967,2.6285"/><path class="b" d="M28.8923,42.4996s2.313.1051,1.9345-3.112-4.1213-2.7546-4.8573-.3785c-1.598-.6308-4.3947-.1893-5.1096.5888-1.4508-1.8714-3.5658-3.334-4.8783-.1051-1.0514,2.5863,2.5863,3.0069,2.5863,3.0069"/><line class="b" x1="16.8505" y1="26.5045" x2="16.7103" y2="23.869"/><line class="b" x1="31.7664" y1="26.7989" x2="31.8785" y2="24.3035"/></svg>
Copied!