view-carousel-outline from Material Symbols Light by Google · Outline · Text · Apache-2.0 Free for personal and commercial use.

Name
view-carousel-outline
Set
Material Symbols Light
Style
Outline
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
view-carousel-outline-rounded

3 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the view carousel icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 14.327V9.673q0-.69.491-1.182Q3.983 8 4.673 8t1.182.491q.491.492.491 1.182v4.654q0 .69-.491 1.182Q5.363 16 4.673 16t-1.182-.491T3 14.327M9.346 18q-.69 0-1.153-.462t-.462-1.153v-8.77q0-.69.462-1.152T9.346 6h5.308q.69 0 1.153.463t.462 1.153v8.769q0 .69-.462 1.153T14.654 18zm8.308-3.673V9.673q0-.69.491-1.182Q18.637 8 19.327 8t1.182.491Q21 8.983 21 9.673v4.654q0 .69-.491 1.182q-.492.491-1.182.491t-1.182-.491q-.491-.492-.491-1.182M9.346 17h5.308q.269 0 .442-.173t.173-.442v-8.77q0-.269-.173-.442T14.654 7H9.346q-.269 0-.442.173t-.173.443v8.769q0 .269.173.442t.442.173M12 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightViewCarouselOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 14.327V9.673q0-.69.491-1.182Q3.983 8 4.673 8t1.182.491q.491.492.491 1.182v4.654q0 .69-.491 1.182Q5.363 16 4.673 16t-1.182-.491T3 14.327M9.346 18q-.69 0-1.153-.462t-.462-1.153v-8.77q0-.69.462-1.152T9.346 6h5.308q.69 0 1.153.463t.462 1.153v8.769q0 .69-.462 1.153T14.654 18zm8.308-3.673V9.673q0-.69.491-1.182Q18.637 8 19.327 8t1.182.491Q21 8.983 21 9.673v4.654q0 .69-.491 1.182q-.492.491-1.182.491t-1.182-.491q-.491-.492-.491-1.182M9.346 17h5.308q.269 0 .442-.173t.173-.442v-8.77q0-.269-.173-.442T14.654 7H9.346q-.269 0-.442.173t-.173.443v8.769q0 .269.173.442t.442.173M12 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 14.327V9.673q0-.69.491-1.182Q3.983 8 4.673 8t1.182.491q.491.492.491 1.182v4.654q0 .69-.491 1.182Q5.363 16 4.673 16t-1.182-.491T3 14.327M9.346 18q-.69 0-1.153-.462t-.462-1.153v-8.77q0-.69.462-1.152T9.346 6h5.308q.69 0 1.153.463t.462 1.153v8.769q0 .69-.462 1.153T14.654 18zm8.308-3.673V9.673q0-.69.491-1.182Q18.637 8 19.327 8t1.182.491Q21 8.983 21 9.673v4.654q0 .69-.491 1.182q-.492.491-1.182.491t-1.182-.491q-.491-.492-.491-1.182M9.346 17h5.308q.269 0 .442-.173t.173-.442v-8.77q0-.269-.173-.442T14.654 7H9.346q-.269 0-.442.173t-.173.443v8.769q0 .269.173.442t.442.173M12 12"/></svg>
</template>

CSS

.icon-view-carousel-outline {
  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%22currentColor%22%20d%3D%22M3%2014.327V9.673q0-.69.491-1.182Q3.983%208%204.673%208t1.182.491q.491.492.491%201.182v4.654q0%20.69-.491%201.182Q5.363%2016%204.673%2016t-1.182-.491T3%2014.327M9.346%2018q-.69%200-1.153-.462t-.462-1.153v-8.77q0-.69.462-1.152T9.346%206h5.308q.69%200%201.153.463t.462%201.153v8.769q0%20.69-.462%201.153T14.654%2018zm8.308-3.673V9.673q0-.69.491-1.182Q18.637%208%2019.327%208t1.182.491Q21%208.983%2021%209.673v4.654q0%20.69-.491%201.182q-.492.491-1.182.491t-1.182-.491q-.491-.492-.491-1.182M9.346%2017h5.308q.269%200%20.442-.173t.173-.442v-8.77q0-.269-.173-.442T14.654%207H9.346q-.269%200-.442.173t-.173.443v8.769q0%20.269.173.442t.442.173M12%2012%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%22currentColor%22%20d%3D%22M3%2014.327V9.673q0-.69.491-1.182Q3.983%208%204.673%208t1.182.491q.491.492.491%201.182v4.654q0%20.69-.491%201.182Q5.363%2016%204.673%2016t-1.182-.491T3%2014.327M9.346%2018q-.69%200-1.153-.462t-.462-1.153v-8.77q0-.69.462-1.152T9.346%206h5.308q.69%200%201.153.463t.462%201.153v8.769q0%20.69-.462%201.153T14.654%2018zm8.308-3.673V9.673q0-.69.491-1.182Q18.637%208%2019.327%208t1.182.491Q21%208.983%2021%209.673v4.654q0%20.69-.491%201.182q-.492.491-1.182.491t-1.182-.491q-.491-.492-.491-1.182M9.346%2017h5.308q.269%200%20.442-.173t.173-.442v-8.77q0-.269-.173-.442T14.654%207H9.346q-.269%200-.442.173t-.173.443v8.769q0%20.269.173.442t.442.173M12%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/view-carousel-outline.svg?color=%231a73e8&size=48