carousel icon
carousel from IconPark by ByteDance · Color · Components · Apache-2.0 Free for personal and commercial use.
- Name
- carousel
- Set
- IconPark
- Style
- Color
- Category
- Components
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More components icons from IconPark
Use the carousel icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M4 11C4 9.89543 4.89543 9 6 9H42C43.1046 9 44 9.89543 44 11V35C44 36.1046 43.1046 37 42 37H6C4.89543 37 4 36.1046 4 35V11Z"/><path fill="#43CCF8" stroke="#fff" d="M28 17H20V29H28V17Z"/><path stroke="#fff" stroke-linecap="round" d="M44 17H36V29H44"/><path stroke="#fff" stroke-linecap="round" d="M4 17H12V29H4"/><path stroke="#000" stroke-linecap="round" d="M4 13V33"/><path stroke="#000" stroke-linecap="round" d="M44 13V33"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkCarousel(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" stroke="#000" d="M4 11C4 9.89543 4.89543 9 6 9H42C43.1046 9 44 9.89543 44 11V35C44 36.1046 43.1046 37 42 37H6C4.89543 37 4 36.1046 4 35V11Z"/><path fill="#43CCF8" stroke="#fff" d="M28 17H20V29H28V17Z"/><path stroke="#fff" strokeLinecap="round" d="M44 17H36V29H44"/><path stroke="#fff" strokeLinecap="round" d="M4 17H12V29H4"/><path stroke="#000" strokeLinecap="round" d="M4 13V33"/><path stroke="#000" strokeLinecap="round" d="M44 13V33"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M4 11C4 9.89543 4.89543 9 6 9H42C43.1046 9 44 9.89543 44 11V35C44 36.1046 43.1046 37 42 37H6C4.89543 37 4 36.1046 4 35V11Z"/><path fill="#43CCF8" stroke="#fff" d="M28 17H20V29H28V17Z"/><path stroke="#fff" stroke-linecap="round" d="M44 17H36V29H44"/><path stroke="#fff" stroke-linecap="round" d="M4 17H12V29H4"/><path stroke="#000" stroke-linecap="round" d="M4 13V33"/><path stroke="#000" stroke-linecap="round" d="M44 13V33"/></g></svg> </template>
CSS
.icon-carousel {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M4%2011C4%209.89543%204.89543%209%206%209H42C43.1046%209%2044%209.89543%2044%2011V35C44%2036.1046%2043.1046%2037%2042%2037H6C4.89543%2037%204%2036.1046%204%2035V11Z%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20d%3D%22M28%2017H20V29H28V17Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M44%2017H36V29H44%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M4%2017H12V29H4%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M4%2013V33%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M44%2013V33%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M4%2011C4%209.89543%204.89543%209%206%209H42C43.1046%209%2044%209.89543%2044%2011V35C44%2036.1046%2043.1046%2037%2042%2037H6C4.89543%2037%204%2036.1046%204%2035V11Z%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20d%3D%22M28%2017H20V29H28V17Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M44%2017H36V29H44%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M4%2017H12V29H4%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M4%2013V33%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20d%3D%22M44%2013V33%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/carousel.svg?color=%231a73e8&size=48