posts carousel horizontal icon
posts-carousel-horizontal-bold from Solar by 480 Design · Bold · UI · CC-BY-4.0 Attribution required.
- Name
- posts-carousel-horizontal-bold
- Set
- Solar
- Style
- Bold
- Category
- UI
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More ui icons from Solar
accessibility-boldadd-boldadd-circle-boldadd-square-boldaugmented-reality-boldballoon-boldbattery-charge-boldbattery-charge-minimalistic-boldbattery-full-boldbattery-full-minimalistic-boldbattery-half-boldbattery-half-minimalistic-boldbattery-low-boldbattery-low-minimalistic-boldblocks-boldbody-boldbolt-boldbolt-circle-boldbox-boldbox-minimalistic-boldbroom-boldcat-boldcheck-circle-boldcheck-square-bold
Use the posts carousel horizontal icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.5 16L5.5 8C5.5 6.34315 4.15685 5 2.5 5C2.22386 5 2 5.22386 2 5.5V18.5C2 18.7761 2.22386 19 2.5 19C4.15685 19 5.5 17.6569 5.5 16Z"/><path d="M12.5 5C14.3856 5 15.3284 5 15.9142 5.58579C16.5 6.17157 16.5 7.11438 16.5 9V15C16.5 16.8856 16.5 17.8284 15.9142 18.4142C15.3284 19 14.3856 19 12.5 19H11.5C9.61438 19 8.67157 19 8.08579 18.4142C7.5 17.8284 7.5 16.8856 7.5 15L7.5 9C7.5 7.11438 7.5 6.17157 8.08579 5.58579C8.67157 5 9.61438 5 11.5 5H12.5Z"/><path d="M18.5 8V16C18.5 17.6569 19.8431 19 21.5 19C21.7761 19 22 18.7761 22 18.5V5.5C22 5.22386 21.7761 5 21.5 5C19.8431 5 18.5 6.34315 18.5 8Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarPostsCarouselHorizontalBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.5 16L5.5 8C5.5 6.34315 4.15685 5 2.5 5C2.22386 5 2 5.22386 2 5.5V18.5C2 18.7761 2.22386 19 2.5 19C4.15685 19 5.5 17.6569 5.5 16Z"/><path d="M12.5 5C14.3856 5 15.3284 5 15.9142 5.58579C16.5 6.17157 16.5 7.11438 16.5 9V15C16.5 16.8856 16.5 17.8284 15.9142 18.4142C15.3284 19 14.3856 19 12.5 19H11.5C9.61438 19 8.67157 19 8.08579 18.4142C7.5 17.8284 7.5 16.8856 7.5 15L7.5 9C7.5 7.11438 7.5 6.17157 8.08579 5.58579C8.67157 5 9.61438 5 11.5 5H12.5Z"/><path d="M18.5 8V16C18.5 17.6569 19.8431 19 21.5 19C21.7761 19 22 18.7761 22 18.5V5.5C22 5.22386 21.7761 5 21.5 5C19.8431 5 18.5 6.34315 18.5 8Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.5 16L5.5 8C5.5 6.34315 4.15685 5 2.5 5C2.22386 5 2 5.22386 2 5.5V18.5C2 18.7761 2.22386 19 2.5 19C4.15685 19 5.5 17.6569 5.5 16Z"/><path d="M12.5 5C14.3856 5 15.3284 5 15.9142 5.58579C16.5 6.17157 16.5 7.11438 16.5 9V15C16.5 16.8856 16.5 17.8284 15.9142 18.4142C15.3284 19 14.3856 19 12.5 19H11.5C9.61438 19 8.67157 19 8.08579 18.4142C7.5 17.8284 7.5 16.8856 7.5 15L7.5 9C7.5 7.11438 7.5 6.17157 8.08579 5.58579C8.67157 5 9.61438 5 11.5 5H12.5Z"/><path d="M18.5 8V16C18.5 17.6569 19.8431 19 21.5 19C21.7761 19 22 18.7761 22 18.5V5.5C22 5.22386 21.7761 5 21.5 5C19.8431 5 18.5 6.34315 18.5 8Z"/></g></svg> </template>
CSS
.icon-posts-carousel-horizontal-bold {
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%22currentColor%22%3E%3Cpath%20d%3D%22M5.5%2016L5.5%208C5.5%206.34315%204.15685%205%202.5%205C2.22386%205%202%205.22386%202%205.5V18.5C2%2018.7761%202.22386%2019%202.5%2019C4.15685%2019%205.5%2017.6569%205.5%2016Z%22%2F%3E%3Cpath%20d%3D%22M12.5%205C14.3856%205%2015.3284%205%2015.9142%205.58579C16.5%206.17157%2016.5%207.11438%2016.5%209V15C16.5%2016.8856%2016.5%2017.8284%2015.9142%2018.4142C15.3284%2019%2014.3856%2019%2012.5%2019H11.5C9.61438%2019%208.67157%2019%208.08579%2018.4142C7.5%2017.8284%207.5%2016.8856%207.5%2015L7.5%209C7.5%207.11438%207.5%206.17157%208.08579%205.58579C8.67157%205%209.61438%205%2011.5%205H12.5Z%22%2F%3E%3Cpath%20d%3D%22M18.5%208V16C18.5%2017.6569%2019.8431%2019%2021.5%2019C21.7761%2019%2022%2018.7761%2022%2018.5V5.5C22%205.22386%2021.7761%205%2021.5%205C19.8431%205%2018.5%206.34315%2018.5%208Z%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%22currentColor%22%3E%3Cpath%20d%3D%22M5.5%2016L5.5%208C5.5%206.34315%204.15685%205%202.5%205C2.22386%205%202%205.22386%202%205.5V18.5C2%2018.7761%202.22386%2019%202.5%2019C4.15685%2019%205.5%2017.6569%205.5%2016Z%22%2F%3E%3Cpath%20d%3D%22M12.5%205C14.3856%205%2015.3284%205%2015.9142%205.58579C16.5%206.17157%2016.5%207.11438%2016.5%209V15C16.5%2016.8856%2016.5%2017.8284%2015.9142%2018.4142C15.3284%2019%2014.3856%2019%2012.5%2019H11.5C9.61438%2019%208.67157%2019%208.08579%2018.4142C7.5%2017.8284%207.5%2016.8856%207.5%2015L7.5%209C7.5%207.11438%207.5%206.17157%208.08579%205.58579C8.67157%205%209.61438%205%2011.5%205H12.5Z%22%2F%3E%3Cpath%20d%3D%22M18.5%208V16C18.5%2017.6569%2019.8431%2019%2021.5%2019C21.7761%2019%2022%2018.7761%2022%2018.5V5.5C22%205.22386%2021.7761%205%2021.5%205C19.8431%205%2018.5%206.34315%2018.5%208Z%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-horizontal-bold.svg?color=%231a73e8&size=48