split vertical icon
split-vertical-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- split-vertical-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the split vertical icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M160 56H96l32-32Zm-32 176l32-32H96Z" opacity=".2"/><path d="M208 144H48a8 8 0 0 0 0 16h72v32H96a8 8 0 0 0-5.66 13.66l32 32a8 8 0 0 0 11.32 0l32-32A8 8 0 0 0 160 192h-24v-32h72a8 8 0 0 0 0-16m-80 76.69L115.31 208h25.38ZM48 112h160a8 8 0 0 0 0-16h-72V64h24a8 8 0 0 0 5.66-13.66l-32-32a8 8 0 0 0-11.32 0l-32 32A8 8 0 0 0 96 64h24v32H48a8 8 0 0 0 0 16m80-76.69L140.69 48h-25.38Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhSplitVerticalDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M160 56H96l32-32Zm-32 176l32-32H96Z" opacity=".2"/><path d="M208 144H48a8 8 0 0 0 0 16h72v32H96a8 8 0 0 0-5.66 13.66l32 32a8 8 0 0 0 11.32 0l32-32A8 8 0 0 0 160 192h-24v-32h72a8 8 0 0 0 0-16m-80 76.69L115.31 208h25.38ZM48 112h160a8 8 0 0 0 0-16h-72V64h24a8 8 0 0 0 5.66-13.66l-32-32a8 8 0 0 0-11.32 0l-32 32A8 8 0 0 0 96 64h24v32H48a8 8 0 0 0 0 16m80-76.69L140.69 48h-25.38Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M160 56H96l32-32Zm-32 176l32-32H96Z" opacity=".2"/><path d="M208 144H48a8 8 0 0 0 0 16h72v32H96a8 8 0 0 0-5.66 13.66l32 32a8 8 0 0 0 11.32 0l32-32A8 8 0 0 0 160 192h-24v-32h72a8 8 0 0 0 0-16m-80 76.69L115.31 208h25.38ZM48 112h160a8 8 0 0 0 0-16h-72V64h24a8 8 0 0 0 5.66-13.66l-32-32a8 8 0 0 0-11.32 0l-32 32A8 8 0 0 0 96 64h24v32H48a8 8 0 0 0 0 16m80-76.69L140.69 48h-25.38Z"/></g></svg> </template>
CSS
.icon-split-vertical-duotone {
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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M160%2056H96l32-32Zm-32%20176l32-32H96Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M208%20144H48a8%208%200%200%200%200%2016h72v32H96a8%208%200%200%200-5.66%2013.66l32%2032a8%208%200%200%200%2011.32%200l32-32A8%208%200%200%200%20160%20192h-24v-32h72a8%208%200%200%200%200-16m-80%2076.69L115.31%20208h25.38ZM48%20112h160a8%208%200%200%200%200-16h-72V64h24a8%208%200%200%200%205.66-13.66l-32-32a8%208%200%200%200-11.32%200l-32%2032A8%208%200%200%200%2096%2064h24v32H48a8%208%200%200%200%200%2016m80-76.69L140.69%2048h-25.38Z%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M160%2056H96l32-32Zm-32%20176l32-32H96Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M208%20144H48a8%208%200%200%200%200%2016h72v32H96a8%208%200%200%200-5.66%2013.66l32%2032a8%208%200%200%200%2011.32%200l32-32A8%208%200%200%200%20160%20192h-24v-32h72a8%208%200%200%200%200-16m-80%2076.69L115.31%20208h25.38ZM48%20112h160a8%208%200%200%200%200-16h-72V64h24a8%208%200%200%200%205.66-13.66l-32-32a8%208%200%200%200-11.32%200l-32%2032A8%208%200%200%200%2096%2064h24v32H48a8%208%200%200%200%200%2016m80-76.69L140.69%2048h-25.38Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/split-vertical-duotone.svg?color=%231a73e8&size=48