flip vertical icon
flip-vertical-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- flip-vertical-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the flip vertical icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M56 118h160a14 14 0 0 0 5.46-26.9h-.11L61.4 27.1A14 14 0 0 0 42 40v64a14 14 0 0 0 14 14m-2-78a2 2 0 0 1 2-2a2 2 0 0 1 .79.16l.11.05l159.92 64A2 2 0 0 1 216 106H56a2 2 0 0 1-2-2Zm162 98H56a14 14 0 0 0-14 14v64a14 14 0 0 0 19.39 12.92l160-64l.11-.05A14 14 0 0 0 216 138m.82 15.83l-159.92 64l-.11.05A2 2 0 0 1 54 216v-64a2 2 0 0 1 2-2h160a2 2 0 0 1 .82 3.83"/></svg>
React
import type { SVGProps } from "react";
export function PhFlipVerticalLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M56 118h160a14 14 0 0 0 5.46-26.9h-.11L61.4 27.1A14 14 0 0 0 42 40v64a14 14 0 0 0 14 14m-2-78a2 2 0 0 1 2-2a2 2 0 0 1 .79.16l.11.05l159.92 64A2 2 0 0 1 216 106H56a2 2 0 0 1-2-2Zm162 98H56a14 14 0 0 0-14 14v64a14 14 0 0 0 19.39 12.92l160-64l.11-.05A14 14 0 0 0 216 138m.82 15.83l-159.92 64l-.11.05A2 2 0 0 1 54 216v-64a2 2 0 0 1 2-2h160a2 2 0 0 1 .82 3.83"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M56 118h160a14 14 0 0 0 5.46-26.9h-.11L61.4 27.1A14 14 0 0 0 42 40v64a14 14 0 0 0 14 14m-2-78a2 2 0 0 1 2-2a2 2 0 0 1 .79.16l.11.05l159.92 64A2 2 0 0 1 216 106H56a2 2 0 0 1-2-2Zm162 98H56a14 14 0 0 0-14 14v64a14 14 0 0 0 19.39 12.92l160-64l.11-.05A14 14 0 0 0 216 138m.82 15.83l-159.92 64l-.11.05A2 2 0 0 1 54 216v-64a2 2 0 0 1 2-2h160a2 2 0 0 1 .82 3.83"/></svg> </template>
CSS
.icon-flip-vertical-light {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M56%20118h160a14%2014%200%200%200%205.46-26.9h-.11L61.4%2027.1A14%2014%200%200%200%2042%2040v64a14%2014%200%200%200%2014%2014m-2-78a2%202%200%200%201%202-2a2%202%200%200%201%20.79.16l.11.05l159.92%2064A2%202%200%200%201%20216%20106H56a2%202%200%200%201-2-2Zm162%2098H56a14%2014%200%200%200-14%2014v64a14%2014%200%200%200%2019.39%2012.92l160-64l.11-.05A14%2014%200%200%200%20216%20138m.82%2015.83l-159.92%2064l-.11.05A2%202%200%200%201%2054%20216v-64a2%202%200%200%201%202-2h160a2%202%200%200%201%20.82%203.83%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M56%20118h160a14%2014%200%200%200%205.46-26.9h-.11L61.4%2027.1A14%2014%200%200%200%2042%2040v64a14%2014%200%200%200%2014%2014m-2-78a2%202%200%200%201%202-2a2%202%200%200%201%20.79.16l.11.05l159.92%2064A2%202%200%200%201%20216%20106H56a2%202%200%200%201-2-2Zm162%2098H56a14%2014%200%200%200-14%2014v64a14%2014%200%200%200%2019.39%2012.92l160-64l.11-.05A14%2014%200%200%200%20216%20138m.82%2015.83l-159.92%2064l-.11.05A2%202%200%200%201%2054%20216v-64a2%202%200%200%201%202-2h160a2%202%200%200%201%20.82%203.83%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/flip-vertical-light.svg?color=%231a73e8&size=48