carousel horizontal 02 icon
carousel-horizontal-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- carousel-horizontal-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the carousel horizontal 02 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M13 4h-2c-2.357 0-3.536 0-4.268.732S6 6.643 6 9v6c0 2.357 0 3.535.732 4.268S8.643 20 11 20h2c2.357 0 3.535 0 4.268-.732C18 18.535 18 17.357 18 15V9c0-2.357 0-3.536-.732-4.268C16.535 4 15.357 4 13 4M2 17.5A1.5 1.5 0 0 0 3.5 16V8A1.5 1.5 0 0 0 2 6.5m20 11a1.5 1.5 0 0 1-1.5-1.5V8A1.5 1.5 0 0 1 22 6.5"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCarouselHorizontal02(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M13 4h-2c-2.357 0-3.536 0-4.268.732S6 6.643 6 9v6c0 2.357 0 3.535.732 4.268S8.643 20 11 20h2c2.357 0 3.535 0 4.268-.732C18 18.535 18 17.357 18 15V9c0-2.357 0-3.536-.732-4.268C16.535 4 15.357 4 13 4M2 17.5A1.5 1.5 0 0 0 3.5 16V8A1.5 1.5 0 0 0 2 6.5m20 11a1.5 1.5 0 0 1-1.5-1.5V8A1.5 1.5 0 0 1 22 6.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M13 4h-2c-2.357 0-3.536 0-4.268.732S6 6.643 6 9v6c0 2.357 0 3.535.732 4.268S8.643 20 11 20h2c2.357 0 3.535 0 4.268-.732C18 18.535 18 17.357 18 15V9c0-2.357 0-3.536-.732-4.268C16.535 4 15.357 4 13 4M2 17.5A1.5 1.5 0 0 0 3.5 16V8A1.5 1.5 0 0 0 2 6.5m20 11a1.5 1.5 0 0 1-1.5-1.5V8A1.5 1.5 0 0 1 22 6.5"/></svg> </template>
CSS
.icon-carousel-horizontal-02 {
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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M13%204h-2c-2.357%200-3.536%200-4.268.732S6%206.643%206%209v6c0%202.357%200%203.535.732%204.268S8.643%2020%2011%2020h2c2.357%200%203.535%200%204.268-.732C18%2018.535%2018%2017.357%2018%2015V9c0-2.357%200-3.536-.732-4.268C16.535%204%2015.357%204%2013%204M2%2017.5A1.5%201.5%200%200%200%203.5%2016V8A1.5%201.5%200%200%200%202%206.5m20%2011a1.5%201.5%200%200%201-1.5-1.5V8A1.5%201.5%200%200%201%2022%206.5%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M13%204h-2c-2.357%200-3.536%200-4.268.732S6%206.643%206%209v6c0%202.357%200%203.535.732%204.268S8.643%2020%2011%2020h2c2.357%200%203.535%200%204.268-.732C18%2018.535%2018%2017.357%2018%2015V9c0-2.357%200-3.536-.732-4.268C16.535%204%2015.357%204%2013%204M2%2017.5A1.5%201.5%200%200%200%203.5%2016V8A1.5%201.5%200%200%200%202%206.5m20%2011a1.5%201.5%200%200%201-1.5-1.5V8A1.5%201.5%200%200%201%2022%206.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/carousel-horizontal-02.svg?color=%231a73e8&size=48