flip horizontal 01 icon

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

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

Related icons in Huge Icons

Use the flip horizontal 01 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 2v2m0 4v2m-3-.155v4.282c0 .597 0 .895-.076 1.162c-.102.357-.3.678-.575.928c-.205.188-.473.32-1.007.588c-1.275.636-1.913.953-2.432.93a2 2 0 0 1-1.657-1.022C3 16.26 3 15.55 3 14.127V9.845c0-1.422 0-2.133.253-2.586A2 2 0 0 1 4.91 6.238c.52-.024 1.157.294 2.432.93c.534.267.802.4 1.007.588c.274.25.473.57.575.927C9 8.951 9 9.25 9 9.845m6 0v4.282c0 .597 0 .895.076 1.162c.102.357.3.678.575.928c.205.188.473.32 1.007.588c1.275.636 1.913.953 2.432.93a2 2 0 0 0 1.657-1.022C21 16.26 21 15.55 21 14.127V9.845c0-1.422 0-2.133-.253-2.586a2 2 0 0 0-1.657-1.021c-.52-.024-1.157.294-2.432.93c-.534.267-.802.4-1.007.588c-.274.25-.473.57-.575.927C15 8.951 15 9.25 15 9.845M12 14v2m0 4v2"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFlipHorizontal01(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M12 2v2m0 4v2m-3-.155v4.282c0 .597 0 .895-.076 1.162c-.102.357-.3.678-.575.928c-.205.188-.473.32-1.007.588c-1.275.636-1.913.953-2.432.93a2 2 0 0 1-1.657-1.022C3 16.26 3 15.55 3 14.127V9.845c0-1.422 0-2.133.253-2.586A2 2 0 0 1 4.91 6.238c.52-.024 1.157.294 2.432.93c.534.267.802.4 1.007.588c.274.25.473.57.575.927C9 8.951 9 9.25 9 9.845m6 0v4.282c0 .597 0 .895.076 1.162c.102.357.3.678.575.928c.205.188.473.32 1.007.588c1.275.636 1.913.953 2.432.93a2 2 0 0 0 1.657-1.022C21 16.26 21 15.55 21 14.127V9.845c0-1.422 0-2.133-.253-2.586a2 2 0 0 0-1.657-1.021c-.52-.024-1.157.294-2.432.93c-.534.267-.802.4-1.007.588c-.274.25-.473.57-.575.927C15 8.951 15 9.25 15 9.845M12 14v2m0 4v2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 2v2m0 4v2m-3-.155v4.282c0 .597 0 .895-.076 1.162c-.102.357-.3.678-.575.928c-.205.188-.473.32-1.007.588c-1.275.636-1.913.953-2.432.93a2 2 0 0 1-1.657-1.022C3 16.26 3 15.55 3 14.127V9.845c0-1.422 0-2.133.253-2.586A2 2 0 0 1 4.91 6.238c.52-.024 1.157.294 2.432.93c.534.267.802.4 1.007.588c.274.25.473.57.575.927C9 8.951 9 9.25 9 9.845m6 0v4.282c0 .597 0 .895.076 1.162c.102.357.3.678.575.928c.205.188.473.32 1.007.588c1.275.636 1.913.953 2.432.93a2 2 0 0 0 1.657-1.022C21 16.26 21 15.55 21 14.127V9.845c0-1.422 0-2.133-.253-2.586a2 2 0 0 0-1.657-1.021c-.52-.024-1.157.294-2.432.93c-.534.267-.802.4-1.007.588c-.274.25-.473.57-.575.927C15 8.951 15 9.25 15 9.845M12 14v2m0 4v2"/></svg>
</template>

CSS

.icon-flip-horizontal-01 {
  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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%202v2m0%204v2m-3-.155v4.282c0%20.597%200%20.895-.076%201.162c-.102.357-.3.678-.575.928c-.205.188-.473.32-1.007.588c-1.275.636-1.913.953-2.432.93a2%202%200%200%201-1.657-1.022C3%2016.26%203%2015.55%203%2014.127V9.845c0-1.422%200-2.133.253-2.586A2%202%200%200%201%204.91%206.238c.52-.024%201.157.294%202.432.93c.534.267.802.4%201.007.588c.274.25.473.57.575.927C9%208.951%209%209.25%209%209.845m6%200v4.282c0%20.597%200%20.895.076%201.162c.102.357.3.678.575.928c.205.188.473.32%201.007.588c1.275.636%201.913.953%202.432.93a2%202%200%200%200%201.657-1.022C21%2016.26%2021%2015.55%2021%2014.127V9.845c0-1.422%200-2.133-.253-2.586a2%202%200%200%200-1.657-1.021c-.52-.024-1.157.294-2.432.93c-.534.267-.802.4-1.007.588c-.274.25-.473.57-.575.927C15%208.951%2015%209.25%2015%209.845M12%2014v2m0%204v2%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%202v2m0%204v2m-3-.155v4.282c0%20.597%200%20.895-.076%201.162c-.102.357-.3.678-.575.928c-.205.188-.473.32-1.007.588c-1.275.636-1.913.953-2.432.93a2%202%200%200%201-1.657-1.022C3%2016.26%203%2015.55%203%2014.127V9.845c0-1.422%200-2.133.253-2.586A2%202%200%200%201%204.91%206.238c.52-.024%201.157.294%202.432.93c.534.267.802.4%201.007.588c.274.25.473.57.575.927C9%208.951%209%209.25%209%209.845m6%200v4.282c0%20.597%200%20.895.076%201.162c.102.357.3.678.575.928c.205.188.473.32%201.007.588c1.275.636%201.913.953%202.432.93a2%202%200%200%200%201.657-1.022C21%2016.26%2021%2015.55%2021%2014.127V9.845c0-1.422%200-2.133-.253-2.586a2%202%200%200%200-1.657-1.021c-.52-.024-1.157.294-2.432.93c-.534.267-.802.4-1.007.588c-.274.25-.473.57-.575.927C15%208.951%2015%209.25%2015%209.845M12%2014v2m0%204v2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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