flip horizontal icon

flip-horizontal from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
flip-horizontal
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the flip horizontal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M6.295 14.42c1.359-.953 2.038-1.43 2.17-2.076a1.7 1.7 0 0 0 0-.688c-.132-.646-.811-1.123-2.17-2.076C4.65 8.425 3.827 7.847 3.153 8.035c-.234.065-.45.187-.63.355C2 8.877 2 9.918 2 12s0 3.123.522 3.61c.181.168.397.29.631.355c.674.188 1.497-.39 3.142-1.545m11.41-4.84c-1.359.953-2.038 1.43-2.17 2.076a1.7 1.7 0 0 0 0 .688c.132.646.811 1.123 2.17 2.076c1.645 1.155 2.468 1.733 3.142 1.545c.234-.065.45-.187.63-.355C22 15.123 22 14.082 22 12s0-3.123-.522-3.61a1.5 1.5 0 0 0-.631-.355c-.675-.188-1.497.39-3.142 1.545"/><path d="M12 14v-4m0-3.5V3m0 18v-3.5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFlipHorizontal(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M6.295 14.42c1.359-.953 2.038-1.43 2.17-2.076a1.7 1.7 0 0 0 0-.688c-.132-.646-.811-1.123-2.17-2.076C4.65 8.425 3.827 7.847 3.153 8.035c-.234.065-.45.187-.63.355C2 8.877 2 9.918 2 12s0 3.123.522 3.61c.181.168.397.29.631.355c.674.188 1.497-.39 3.142-1.545m11.41-4.84c-1.359.953-2.038 1.43-2.17 2.076a1.7 1.7 0 0 0 0 .688c.132.646.811 1.123 2.17 2.076c1.645 1.155 2.468 1.733 3.142 1.545c.234-.065.45-.187.63-.355C22 15.123 22 14.082 22 12s0-3.123-.522-3.61a1.5 1.5 0 0 0-.631-.355c-.675-.188-1.497.39-3.142 1.545"/><path d="M12 14v-4m0-3.5V3m0 18v-3.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M6.295 14.42c1.359-.953 2.038-1.43 2.17-2.076a1.7 1.7 0 0 0 0-.688c-.132-.646-.811-1.123-2.17-2.076C4.65 8.425 3.827 7.847 3.153 8.035c-.234.065-.45.187-.63.355C2 8.877 2 9.918 2 12s0 3.123.522 3.61c.181.168.397.29.631.355c.674.188 1.497-.39 3.142-1.545m11.41-4.84c-1.359.953-2.038 1.43-2.17 2.076a1.7 1.7 0 0 0 0 .688c.132.646.811 1.123 2.17 2.076c1.645 1.155 2.468 1.733 3.142 1.545c.234-.065.45-.187.63-.355C22 15.123 22 14.082 22 12s0-3.123-.522-3.61a1.5 1.5 0 0 0-.631-.355c-.675-.188-1.497.39-3.142 1.545"/><path d="M12 14v-4m0-3.5V3m0 18v-3.5"/></g></svg>
</template>

CSS

.icon-flip-horizontal {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6.295%2014.42c1.359-.953%202.038-1.43%202.17-2.076a1.7%201.7%200%200%200%200-.688c-.132-.646-.811-1.123-2.17-2.076C4.65%208.425%203.827%207.847%203.153%208.035c-.234.065-.45.187-.63.355C2%208.877%202%209.918%202%2012s0%203.123.522%203.61c.181.168.397.29.631.355c.674.188%201.497-.39%203.142-1.545m11.41-4.84c-1.359.953-2.038%201.43-2.17%202.076a1.7%201.7%200%200%200%200%20.688c.132.646.811%201.123%202.17%202.076c1.645%201.155%202.468%201.733%203.142%201.545c.234-.065.45-.187.63-.355C22%2015.123%2022%2014.082%2022%2012s0-3.123-.522-3.61a1.5%201.5%200%200%200-.631-.355c-.675-.188-1.497.39-3.142%201.545%22%2F%3E%3Cpath%20d%3D%22M12%2014v-4m0-3.5V3m0%2018v-3.5%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6.295%2014.42c1.359-.953%202.038-1.43%202.17-2.076a1.7%201.7%200%200%200%200-.688c-.132-.646-.811-1.123-2.17-2.076C4.65%208.425%203.827%207.847%203.153%208.035c-.234.065-.45.187-.63.355C2%208.877%202%209.918%202%2012s0%203.123.522%203.61c.181.168.397.29.631.355c.674.188%201.497-.39%203.142-1.545m11.41-4.84c-1.359.953-2.038%201.43-2.17%202.076a1.7%201.7%200%200%200%200%20.688c.132.646.811%201.123%202.17%202.076c1.645%201.155%202.468%201.733%203.142%201.545c.234-.065.45-.187.63-.355C22%2015.123%2022%2014.082%2022%2012s0-3.123-.522-3.61a1.5%201.5%200%200%200-.631-.355c-.675-.188-1.497.39-3.142%201.545%22%2F%3E%3Cpath%20d%3D%22M12%2014v-4m0-3.5V3m0%2018v-3.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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