collapse rail icon
collapse-rail-solid from Dither Icons by Vijay K Singh · Solid · MIT Free for personal and commercial use.
- Name
- collapse-rail-solid
- Set
- Dither Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
2 other variants in Dither Icons
Use the collapse rail icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" opacity=".72"><path d="M3 6H12"/><path d="M3 10H12"/><path d="M3 14H12"/><path d="M3 18H9"/></g><defs><clipPath id="svgID109" clipPathUnits="userSpaceOnUse"><rect width="7" height="14" x="15" y="8"/></clipPath><mask id="svgID110" width="24" height="24" x="0" y="0" maskUnits="userSpaceOnUse"><rect width="24" height="24" fill="#fff"/><path fill="#000" stroke="#000" stroke-linejoin="round" stroke-width="1.5" d="M18 3.5h1a2 2 0 0 1 2 2V8h-5V5.5a2 2 0 0 1 2-2Z"/></mask></defs><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" clip-path="url(#svgID109)" mask="url(#svgID110)"><path stroke-width="1.5" d="M16 6.5v11.5a2.5 2.5 0 0 0 5 0V6.5"/><path d="M18.5 11.25v.5"/><path d="M18.5 14.25v.5"/><path d="M18.5 17.25v.5"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18 3.5h1a2 2 0 0 1 2 2V8h-5V5.5a2 2 0 0 1 2-2Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M17.5 6.5 18.5 5.5l1 1"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M17.25 9.25h2.5" opacity="0"/></g></svg>
React
import type { SVGProps } from "react";
export function DitherCollapseRailSolid(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"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.25" opacity=".72"><path d="M3 6H12"/><path d="M3 10H12"/><path d="M3 14H12"/><path d="M3 18H9"/></g><defs><clipPath id="svgID109" clipPathUnits="userSpaceOnUse"><rect width="7" height="14" x="15" y="8"/></clipPath><mask id="svgID110" width="24" height="24" x="0" y="0" maskUnits="userSpaceOnUse"><rect width="24" height="24" fill="#fff"/><path fill="#000" stroke="#000" strokeLinejoin="round" strokeWidth="1.5" d="M18 3.5h1a2 2 0 0 1 2 2V8h-5V5.5a2 2 0 0 1 2-2Z"/></mask></defs><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" clipPath="url(#svgID109)" mask="url(#svgID110)"><path strokeWidth="1.5" d="M16 6.5v11.5a2.5 2.5 0 0 0 5 0V6.5"/><path d="M18.5 11.25v.5"/><path d="M18.5 14.25v.5"/><path d="M18.5 17.25v.5"/></g><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M18 3.5h1a2 2 0 0 1 2 2V8h-5V5.5a2 2 0 0 1 2-2Z"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" d="M17.5 6.5 18.5 5.5l1 1"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" d="M17.25 9.25h2.5" opacity="0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" opacity=".72"><path d="M3 6H12"/><path d="M3 10H12"/><path d="M3 14H12"/><path d="M3 18H9"/></g><defs><clipPath id="svgID109" clipPathUnits="userSpaceOnUse"><rect width="7" height="14" x="15" y="8"/></clipPath><mask id="svgID110" width="24" height="24" x="0" y="0" maskUnits="userSpaceOnUse"><rect width="24" height="24" fill="#fff"/><path fill="#000" stroke="#000" stroke-linejoin="round" stroke-width="1.5" d="M18 3.5h1a2 2 0 0 1 2 2V8h-5V5.5a2 2 0 0 1 2-2Z"/></mask></defs><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" clip-path="url(#svgID109)" mask="url(#svgID110)"><path stroke-width="1.5" d="M16 6.5v11.5a2.5 2.5 0 0 0 5 0V6.5"/><path d="M18.5 11.25v.5"/><path d="M18.5 14.25v.5"/><path d="M18.5 17.25v.5"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18 3.5h1a2 2 0 0 1 2 2V8h-5V5.5a2 2 0 0 1 2-2Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M17.5 6.5 18.5 5.5l1 1"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M17.25 9.25h2.5" opacity="0"/></g></svg> </template>
CSS
.icon-collapse-rail-solid {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.25%22%20opacity%3D%22.72%22%3E%3Cpath%20d%3D%22M3%206H12%22%2F%3E%3Cpath%20d%3D%22M3%2010H12%22%2F%3E%3Cpath%20d%3D%22M3%2014H12%22%2F%3E%3Cpath%20d%3D%22M3%2018H9%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22svgID109%22%20clipPathUnits%3D%22userSpaceOnUse%22%3E%3Crect%20width%3D%227%22%20height%3D%2214%22%20x%3D%2215%22%20y%3D%228%22%2F%3E%3C%2FclipPath%3E%3Cmask%20id%3D%22svgID110%22%20width%3D%2224%22%20height%3D%2224%22%20x%3D%220%22%20y%3D%220%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18%203.5h1a2%202%200%200%201%202%202V8h-5V5.5a2%202%200%200%201%202-2Z%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20clip-path%3D%22url(%23svgID109)%22%20mask%3D%22url(%23svgID110)%22%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M16%206.5v11.5a2.5%202.5%200%200%200%205%200V6.5%22%2F%3E%3Cpath%20d%3D%22M18.5%2011.25v.5%22%2F%3E%3Cpath%20d%3D%22M18.5%2014.25v.5%22%2F%3E%3Cpath%20d%3D%22M18.5%2017.25v.5%22%2F%3E%3C%2Fg%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%22M18%203.5h1a2%202%200%200%201%202%202V8h-5V5.5a2%202%200%200%201%202-2Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.5%206.5%2018.5%205.5l1%201%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.25%209.25h2.5%22%20opacity%3D%220%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.25%22%20opacity%3D%22.72%22%3E%3Cpath%20d%3D%22M3%206H12%22%2F%3E%3Cpath%20d%3D%22M3%2010H12%22%2F%3E%3Cpath%20d%3D%22M3%2014H12%22%2F%3E%3Cpath%20d%3D%22M3%2018H9%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22svgID109%22%20clipPathUnits%3D%22userSpaceOnUse%22%3E%3Crect%20width%3D%227%22%20height%3D%2214%22%20x%3D%2215%22%20y%3D%228%22%2F%3E%3C%2FclipPath%3E%3Cmask%20id%3D%22svgID110%22%20width%3D%2224%22%20height%3D%2224%22%20x%3D%220%22%20y%3D%220%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M18%203.5h1a2%202%200%200%201%202%202V8h-5V5.5a2%202%200%200%201%202-2Z%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20clip-path%3D%22url(%23svgID109)%22%20mask%3D%22url(%23svgID110)%22%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M16%206.5v11.5a2.5%202.5%200%200%200%205%200V6.5%22%2F%3E%3Cpath%20d%3D%22M18.5%2011.25v.5%22%2F%3E%3Cpath%20d%3D%22M18.5%2014.25v.5%22%2F%3E%3Cpath%20d%3D%22M18.5%2017.25v.5%22%2F%3E%3C%2Fg%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%22M18%203.5h1a2%202%200%200%201%202%202V8h-5V5.5a2%202%200%200%201%202-2Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.5%206.5%2018.5%205.5l1%201%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.25%209.25h2.5%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/dither/collapse-rail-solid.svg?color=%231a73e8&size=48