Carousell Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Carousell 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/323463.svg" alt="Carousell icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323463.svg" alt="Carousell icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323463.svg" alt="Carousell icon" :width="24" :height="24" />
CSS background
.icon-carousell {
background-image: url('https://proicons.com/icon/323463.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>.m{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="m" d="M28.8797,37.6139c-5.4628,2.1897-11.7152.4725-15.2933-4.2002-3.5781-4.6727-3.6056-11.1566-.0673-15.8594,3.5383-4.7029,9.7759-6.473,15.2571-4.3298"/><path id="d" class="m" d="M27.1119,32.6593c-3.2852,1.4161-7.1122.4356-9.3119-2.3855-2.1997-2.8212-2.2174-6.7717-.043-9.6125s5.9924-3.8554,9.2902-2.4688"/><path id="e" class="m" d="M27.254,32.6859l1.6213,4.8986"/><path id="f" class="m" d="M28.8129,13.2765l-1.5589,4.9032"/><path id="g" class="m" d="M29.5034,19.2311l2.9831-3.2578"/><path id="h" class="m" d="M31.6426,22.1482l3.9643-1.9485"/><path id="i" class="m" d="M29.5034,31.7065l2.9831,3.2578"/><path id="j" class="m" d="M31.6426,28.7893l3.9643,1.9485"/><path id="k" class="m" d="M32.2507,25.4846h4.4145"/><path id="l" class="m" d="M37.7307,4.732c0-.1281-.1621-.232-.3634-.232h-6.0136c-.2013,0-.3654.1039-.3654.232v2.7581H9.9933c-2.2091,0-4,1.7909-4,4v28.0099c0,2.2091,1.7909,4,4,4h28.0133c2.2091,0,4-1.7909,4-4V11.4896c0-2.2114-1.7943-4.0031-4.0057-4l-.2701.0004v-2.7581h0Z"/></g></svg>
Copied!