flip horizontal icon
flip-horizontal-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- flip-horizontal-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 flip horizontal icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M112 40v160a8 8 0 0 1-8 8H40a8 8 0 0 1-7.37-11.12l64-160C100 28.86 112 31.29 112 40" opacity=".2"/><path d="M107.18 24.33a15.86 15.86 0 0 0-17.92 9.45l-.06.14l-64 159.93A16 16 0 0 0 40 216h64a16 16 0 0 0 16-16V40a15.85 15.85 0 0 0-12.82-15.67M104 200H40l.06-.15L104 40Zm126.77-6.15l-64-159.93l-.06-.14A16 16 0 0 0 136 40v160a16 16 0 0 0 16 16h64a16 16 0 0 0 14.78-22.15ZM152 200V40l63.93 159.84l.06.15Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhFlipHorizontalDuotone(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="M112 40v160a8 8 0 0 1-8 8H40a8 8 0 0 1-7.37-11.12l64-160C100 28.86 112 31.29 112 40" opacity=".2"/><path d="M107.18 24.33a15.86 15.86 0 0 0-17.92 9.45l-.06.14l-64 159.93A16 16 0 0 0 40 216h64a16 16 0 0 0 16-16V40a15.85 15.85 0 0 0-12.82-15.67M104 200H40l.06-.15L104 40Zm126.77-6.15l-64-159.93l-.06-.14A16 16 0 0 0 136 40v160a16 16 0 0 0 16 16h64a16 16 0 0 0 14.78-22.15ZM152 200V40l63.93 159.84l.06.15Z"/></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="M112 40v160a8 8 0 0 1-8 8H40a8 8 0 0 1-7.37-11.12l64-160C100 28.86 112 31.29 112 40" opacity=".2"/><path d="M107.18 24.33a15.86 15.86 0 0 0-17.92 9.45l-.06.14l-64 159.93A16 16 0 0 0 40 216h64a16 16 0 0 0 16-16V40a15.85 15.85 0 0 0-12.82-15.67M104 200H40l.06-.15L104 40Zm126.77-6.15l-64-159.93l-.06-.14A16 16 0 0 0 136 40v160a16 16 0 0 0 16 16h64a16 16 0 0 0 14.78-22.15ZM152 200V40l63.93 159.84l.06.15Z"/></g></svg> </template>
CSS
.icon-flip-horizontal-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%22M112%2040v160a8%208%200%200%201-8%208H40a8%208%200%200%201-7.37-11.12l64-160C100%2028.86%20112%2031.29%20112%2040%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M107.18%2024.33a15.86%2015.86%200%200%200-17.92%209.45l-.06.14l-64%20159.93A16%2016%200%200%200%2040%20216h64a16%2016%200%200%200%2016-16V40a15.85%2015.85%200%200%200-12.82-15.67M104%20200H40l.06-.15L104%2040Zm126.77-6.15l-64-159.93l-.06-.14A16%2016%200%200%200%20136%2040v160a16%2016%200%200%200%2016%2016h64a16%2016%200%200%200%2014.78-22.15ZM152%20200V40l63.93%20159.84l.06.15Z%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%22M112%2040v160a8%208%200%200%201-8%208H40a8%208%200%200%201-7.37-11.12l64-160C100%2028.86%20112%2031.29%20112%2040%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M107.18%2024.33a15.86%2015.86%200%200%200-17.92%209.45l-.06.14l-64%20159.93A16%2016%200%200%200%2040%20216h64a16%2016%200%200%200%2016-16V40a15.85%2015.85%200%200%200-12.82-15.67M104%20200H40l.06-.15L104%2040Zm126.77-6.15l-64-159.93l-.06-.14A16%2016%200%200%200%20136%2040v160a16%2016%200%200%200%2016%2016h64a16%2016%200%200%200%2014.78-22.15ZM152%20200V40l63.93%20159.84l.06.15Z%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/flip-horizontal-duotone.svg?color=%231a73e8&size=48