posts carousel vertical icon

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

Name
posts-carousel-vertical-broken
Set
Solar
Style
Broken
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-linecap="round" stroke-width="1.5"><path d="M18.874 9C18.7897 8.61275 18.649 8.32059 18.4142 8.08579C17.8284 7.5 16.8856 7.5 15 7.5H9C7.11438 7.5 6.17157 7.5 5.58579 8.08579C5 8.67157 5 9.61438 5 11.5V12.5C5 14.3856 5 15.3284 5.58579 15.9142C6.17157 16.5 7.11438 16.5 9 16.5H15C16.8856 16.5 17.8284 16.5 18.4142 15.9142C18.9458 15.3827 18.995 14.5572 18.9995 13"/><path d="M19 2V2.5C19 3.88071 17.8807 5 16.5 5H7.5C6.11929 5 5 3.88071 5 2.5V2"/><path 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 SolarPostsCarouselVerticalBroken(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" strokeLinecap="round" strokeWidth="1.5"><path d="M18.874 9C18.7897 8.61275 18.649 8.32059 18.4142 8.08579C17.8284 7.5 16.8856 7.5 15 7.5H9C7.11438 7.5 6.17157 7.5 5.58579 8.08579C5 8.67157 5 9.61438 5 11.5V12.5C5 14.3856 5 15.3284 5.58579 15.9142C6.17157 16.5 7.11438 16.5 9 16.5H15C16.8856 16.5 17.8284 16.5 18.4142 15.9142C18.9458 15.3827 18.995 14.5572 18.9995 13"/><path d="M19 2V2.5C19 3.88071 17.8807 5 16.5 5H7.5C6.11929 5 5 3.88071 5 2.5V2"/><path 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-linecap="round" stroke-width="1.5"><path d="M18.874 9C18.7897 8.61275 18.649 8.32059 18.4142 8.08579C17.8284 7.5 16.8856 7.5 15 7.5H9C7.11438 7.5 6.17157 7.5 5.58579 8.08579C5 8.67157 5 9.61438 5 11.5V12.5C5 14.3856 5 15.3284 5.58579 15.9142C6.17157 16.5 7.11438 16.5 9 16.5H15C16.8856 16.5 17.8284 16.5 18.4142 15.9142C18.9458 15.3827 18.995 14.5572 18.9995 13"/><path d="M19 2V2.5C19 3.88071 17.8807 5 16.5 5H7.5C6.11929 5 5 3.88071 5 2.5V2"/><path 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-broken {
  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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18.874%209C18.7897%208.61275%2018.649%208.32059%2018.4142%208.08579C17.8284%207.5%2016.8856%207.5%2015%207.5H9C7.11438%207.5%206.17157%207.5%205.58579%208.08579C5%208.67157%205%209.61438%205%2011.5V12.5C5%2014.3856%205%2015.3284%205.58579%2015.9142C6.17157%2016.5%207.11438%2016.5%209%2016.5H15C16.8856%2016.5%2017.8284%2016.5%2018.4142%2015.9142C18.9458%2015.3827%2018.995%2014.5572%2018.9995%2013%22%2F%3E%3Cpath%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%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18.874%209C18.7897%208.61275%2018.649%208.32059%2018.4142%208.08579C17.8284%207.5%2016.8856%207.5%2015%207.5H9C7.11438%207.5%206.17157%207.5%205.58579%208.08579C5%208.67157%205%209.61438%205%2011.5V12.5C5%2014.3856%205%2015.3284%205.58579%2015.9142C6.17157%2016.5%207.11438%2016.5%209%2016.5H15C16.8856%2016.5%2017.8284%2016.5%2018.4142%2015.9142C18.9458%2015.3827%2018.995%2014.5572%2018.9995%2013%22%2F%3E%3Cpath%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%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-broken.svg?color=%231a73e8&size=48