flip horizontal icon

flip-horizontal-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
flip-horizontal-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 horizontal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M106.78 26.29a13.88 13.88 0 0 0-15.68 8.26s0 .08 0 .12l-64 159.94A14 14 0 0 0 40 214h64a14 14 0 0 0 14-14V40a13.87 13.87 0 0 0-11.22-13.71M106 200a2 2 0 0 1-2 2H40a2 2 0 0 1-1.85-2.78l.05-.11l64-159.92a2 2 0 0 1 3.8.81Zm122.92-5.39l-64-159.94v-.12A14 14 0 0 0 138 40v160a14 14 0 0 0 14 14h64a14 14 0 0 0 12.93-19.39Zm-11.26 6.49a1.93 1.93 0 0 1-1.67.9H152a2 2 0 0 1-2-2V40a1.82 1.82 0 0 1 1.6-2a2.6 2.6 0 0 1 .54-.06a1.76 1.76 0 0 1 1.69 1.2l64 159.92l.05.11a2 2 0 0 1-.22 1.93"/></svg>

React

import type { SVGProps } from "react";

export function PhFlipHorizontalLight(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="M106.78 26.29a13.88 13.88 0 0 0-15.68 8.26s0 .08 0 .12l-64 159.94A14 14 0 0 0 40 214h64a14 14 0 0 0 14-14V40a13.87 13.87 0 0 0-11.22-13.71M106 200a2 2 0 0 1-2 2H40a2 2 0 0 1-1.85-2.78l.05-.11l64-159.92a2 2 0 0 1 3.8.81Zm122.92-5.39l-64-159.94v-.12A14 14 0 0 0 138 40v160a14 14 0 0 0 14 14h64a14 14 0 0 0 12.93-19.39Zm-11.26 6.49a1.93 1.93 0 0 1-1.67.9H152a2 2 0 0 1-2-2V40a1.82 1.82 0 0 1 1.6-2a2.6 2.6 0 0 1 .54-.06a1.76 1.76 0 0 1 1.69 1.2l64 159.92l.05.11a2 2 0 0 1-.22 1.93"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M106.78 26.29a13.88 13.88 0 0 0-15.68 8.26s0 .08 0 .12l-64 159.94A14 14 0 0 0 40 214h64a14 14 0 0 0 14-14V40a13.87 13.87 0 0 0-11.22-13.71M106 200a2 2 0 0 1-2 2H40a2 2 0 0 1-1.85-2.78l.05-.11l64-159.92a2 2 0 0 1 3.8.81Zm122.92-5.39l-64-159.94v-.12A14 14 0 0 0 138 40v160a14 14 0 0 0 14 14h64a14 14 0 0 0 12.93-19.39Zm-11.26 6.49a1.93 1.93 0 0 1-1.67.9H152a2 2 0 0 1-2-2V40a1.82 1.82 0 0 1 1.6-2a2.6 2.6 0 0 1 .54-.06a1.76 1.76 0 0 1 1.69 1.2l64 159.92l.05.11a2 2 0 0 1-.22 1.93"/></svg>
</template>

CSS

.icon-flip-horizontal-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%22M106.78%2026.29a13.88%2013.88%200%200%200-15.68%208.26s0%20.08%200%20.12l-64%20159.94A14%2014%200%200%200%2040%20214h64a14%2014%200%200%200%2014-14V40a13.87%2013.87%200%200%200-11.22-13.71M106%20200a2%202%200%200%201-2%202H40a2%202%200%200%201-1.85-2.78l.05-.11l64-159.92a2%202%200%200%201%203.8.81Zm122.92-5.39l-64-159.94v-.12A14%2014%200%200%200%20138%2040v160a14%2014%200%200%200%2014%2014h64a14%2014%200%200%200%2012.93-19.39Zm-11.26%206.49a1.93%201.93%200%200%201-1.67.9H152a2%202%200%200%201-2-2V40a1.82%201.82%200%200%201%201.6-2a2.6%202.6%200%200%201%20.54-.06a1.76%201.76%200%200%201%201.69%201.2l64%20159.92l.05.11a2%202%200%200%201-.22%201.93%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%22M106.78%2026.29a13.88%2013.88%200%200%200-15.68%208.26s0%20.08%200%20.12l-64%20159.94A14%2014%200%200%200%2040%20214h64a14%2014%200%200%200%2014-14V40a13.87%2013.87%200%200%200-11.22-13.71M106%20200a2%202%200%200%201-2%202H40a2%202%200%200%201-1.85-2.78l.05-.11l64-159.92a2%202%200%200%201%203.8.81Zm122.92-5.39l-64-159.94v-.12A14%2014%200%200%200%20138%2040v160a14%2014%200%200%200%2014%2014h64a14%2014%200%200%200%2012.93-19.39Zm-11.26%206.49a1.93%201.93%200%200%201-1.67.9H152a2%202%200%200%201-2-2V40a1.82%201.82%200%200%201%201.6-2a2.6%202.6%200%200%201%20.54-.06a1.76%201.76%200%200%201%201.69%201.2l64%20159.92l.05.11a2%202%200%200%201-.22%201.93%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/flip-horizontal-light.svg?color=%231a73e8&size=48