posts carousel vertical icon

posts-carousel-vertical-linear from Solar by 480 Design · Linear · UI · CC-BY-4.0 Attribution required.

Name
posts-carousel-vertical-linear
Set
Solar
Style
Linear
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More ui icons from Solar

Use the posts carousel vertical icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M5 11.5C5 9.61438 5 8.67157 5.58579 8.08579C6.17157 7.5 7.11438 7.5 9 7.5H15C16.8856 7.5 17.8284 7.5 18.4142 8.08579C19 8.67157 19 9.61438 19 11.5V12.5C19 14.3856 19 15.3284 18.4142 15.9142C17.8284 16.5 16.8856 16.5 15 16.5H9C7.11438 16.5 6.17157 16.5 5.58579 15.9142C5 15.3284 5 14.3856 5 12.5V11.5Z"/><path stroke-linecap="round" d="M19 2V2.5C19 3.88071 17.8807 5 16.5 5H7.5C6.11929 5 5 3.88071 5 2.5V2"/><path stroke-linecap="round" d="M19 22V21.5C19 20.1193 17.8807 19 16.5 19H7.5C6.11929 19 5 20.1193 5 21.5V22"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarPostsCarouselVerticalLinear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M5 11.5C5 9.61438 5 8.67157 5.58579 8.08579C6.17157 7.5 7.11438 7.5 9 7.5H15C16.8856 7.5 17.8284 7.5 18.4142 8.08579C19 8.67157 19 9.61438 19 11.5V12.5C19 14.3856 19 15.3284 18.4142 15.9142C17.8284 16.5 16.8856 16.5 15 16.5H9C7.11438 16.5 6.17157 16.5 5.58579 15.9142C5 15.3284 5 14.3856 5 12.5V11.5Z"/><path strokeLinecap="round" d="M19 2V2.5C19 3.88071 17.8807 5 16.5 5H7.5C6.11929 5 5 3.88071 5 2.5V2"/><path strokeLinecap="round" d="M19 22V21.5C19 20.1193 17.8807 19 16.5 19H7.5C6.11929 19 5 20.1193 5 21.5V22"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M5 11.5C5 9.61438 5 8.67157 5.58579 8.08579C6.17157 7.5 7.11438 7.5 9 7.5H15C16.8856 7.5 17.8284 7.5 18.4142 8.08579C19 8.67157 19 9.61438 19 11.5V12.5C19 14.3856 19 15.3284 18.4142 15.9142C17.8284 16.5 16.8856 16.5 15 16.5H9C7.11438 16.5 6.17157 16.5 5.58579 15.9142C5 15.3284 5 14.3856 5 12.5V11.5Z"/><path stroke-linecap="round" d="M19 2V2.5C19 3.88071 17.8807 5 16.5 5H7.5C6.11929 5 5 3.88071 5 2.5V2"/><path stroke-linecap="round" d="M19 22V21.5C19 20.1193 17.8807 19 16.5 19H7.5C6.11929 19 5 20.1193 5 21.5V22"/></g></svg>
</template>

CSS

.icon-posts-carousel-vertical-linear {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5%2011.5C5%209.61438%205%208.67157%205.58579%208.08579C6.17157%207.5%207.11438%207.5%209%207.5H15C16.8856%207.5%2017.8284%207.5%2018.4142%208.08579C19%208.67157%2019%209.61438%2019%2011.5V12.5C19%2014.3856%2019%2015.3284%2018.4142%2015.9142C17.8284%2016.5%2016.8856%2016.5%2015%2016.5H9C7.11438%2016.5%206.17157%2016.5%205.58579%2015.9142C5%2015.3284%205%2014.3856%205%2012.5V11.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%202V2.5C19%203.88071%2017.8807%205%2016.5%205H7.5C6.11929%205%205%203.88071%205%202.5V2%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2022V21.5C19%2020.1193%2017.8807%2019%2016.5%2019H7.5C6.11929%2019%205%2020.1193%205%2021.5V22%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5%2011.5C5%209.61438%205%208.67157%205.58579%208.08579C6.17157%207.5%207.11438%207.5%209%207.5H15C16.8856%207.5%2017.8284%207.5%2018.4142%208.08579C19%208.67157%2019%209.61438%2019%2011.5V12.5C19%2014.3856%2019%2015.3284%2018.4142%2015.9142C17.8284%2016.5%2016.8856%2016.5%2015%2016.5H9C7.11438%2016.5%206.17157%2016.5%205.58579%2015.9142C5%2015.3284%205%2014.3856%205%2012.5V11.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%202V2.5C19%203.88071%2017.8807%205%2016.5%205H7.5C6.11929%205%205%203.88071%205%202.5V2%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2022V21.5C19%2020.1193%2017.8807%2019%2016.5%2019H7.5C6.11929%2019%205%2020.1193%205%2021.5V22%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/posts-carousel-vertical-linear.svg?color=%231a73e8&size=48