flip vertical icon
flip-vertical-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- flip-vertical-thin
- Set
- Phosphor
- Style
- Thin
- 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 116h160a12 12 0 0 0 4.6-23.09l-160-64A12 12 0 0 0 44 40v64a12 12 0 0 0 12 12m-4-76a4 4 0 0 1 4-4a4 4 0 0 1 1.57.32h.07l159.91 64A4 4 0 0 1 216 108H56a4 4 0 0 1-4-4Zm175.74 109.61A11.75 11.75 0 0 0 216 140H56a12 12 0 0 0-12 12v64a12 12 0 0 0 12 12a11.8 11.8 0 0 0 4.59-.93l160-64h.08a11.75 11.75 0 0 0 7.07-13.46m-10.17 6.06l-160 64A4 4 0 0 1 52 216v-64a4 4 0 0 1 4-4h160a4 4 0 0 1 1.59 7.67Z"/></svg>
React
import type { SVGProps } from "react";
export function PhFlipVerticalThin(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 116h160a12 12 0 0 0 4.6-23.09l-160-64A12 12 0 0 0 44 40v64a12 12 0 0 0 12 12m-4-76a4 4 0 0 1 4-4a4 4 0 0 1 1.57.32h.07l159.91 64A4 4 0 0 1 216 108H56a4 4 0 0 1-4-4Zm175.74 109.61A11.75 11.75 0 0 0 216 140H56a12 12 0 0 0-12 12v64a12 12 0 0 0 12 12a11.8 11.8 0 0 0 4.59-.93l160-64h.08a11.75 11.75 0 0 0 7.07-13.46m-10.17 6.06l-160 64A4 4 0 0 1 52 216v-64a4 4 0 0 1 4-4h160a4 4 0 0 1 1.59 7.67Z"/></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 116h160a12 12 0 0 0 4.6-23.09l-160-64A12 12 0 0 0 44 40v64a12 12 0 0 0 12 12m-4-76a4 4 0 0 1 4-4a4 4 0 0 1 1.57.32h.07l159.91 64A4 4 0 0 1 216 108H56a4 4 0 0 1-4-4Zm175.74 109.61A11.75 11.75 0 0 0 216 140H56a12 12 0 0 0-12 12v64a12 12 0 0 0 12 12a11.8 11.8 0 0 0 4.59-.93l160-64h.08a11.75 11.75 0 0 0 7.07-13.46m-10.17 6.06l-160 64A4 4 0 0 1 52 216v-64a4 4 0 0 1 4-4h160a4 4 0 0 1 1.59 7.67Z"/></svg> </template>
CSS
.icon-flip-vertical-thin {
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%20116h160a12%2012%200%200%200%204.6-23.09l-160-64A12%2012%200%200%200%2044%2040v64a12%2012%200%200%200%2012%2012m-4-76a4%204%200%200%201%204-4a4%204%200%200%201%201.57.32h.07l159.91%2064A4%204%200%200%201%20216%20108H56a4%204%200%200%201-4-4Zm175.74%20109.61A11.75%2011.75%200%200%200%20216%20140H56a12%2012%200%200%200-12%2012v64a12%2012%200%200%200%2012%2012a11.8%2011.8%200%200%200%204.59-.93l160-64h.08a11.75%2011.75%200%200%200%207.07-13.46m-10.17%206.06l-160%2064A4%204%200%200%201%2052%20216v-64a4%204%200%200%201%204-4h160a4%204%200%200%201%201.59%207.67Z%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%20116h160a12%2012%200%200%200%204.6-23.09l-160-64A12%2012%200%200%200%2044%2040v64a12%2012%200%200%200%2012%2012m-4-76a4%204%200%200%201%204-4a4%204%200%200%201%201.57.32h.07l159.91%2064A4%204%200%200%201%20216%20108H56a4%204%200%200%201-4-4Zm175.74%20109.61A11.75%2011.75%200%200%200%20216%20140H56a12%2012%200%200%200-12%2012v64a12%2012%200%200%200%2012%2012a11.8%2011.8%200%200%200%204.59-.93l160-64h.08a11.75%2011.75%200%200%200%207.07-13.46m-10.17%206.06l-160%2064A4%204%200%200%201%2052%20216v-64a4%204%200%200%201%204-4h160a4%204%200%200%201%201.59%207.67Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/flip-vertical-thin.svg?color=%231a73e8&size=48