flip-h from Unicons by Iconscout · Line · Design Tools · Apache-2.0 Free for personal and commercial use.

Name
flip-h
Set
Unicons
Style
Line
Category
Design Tools
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More design tools icons from Unicons

Use the flip h icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 11H3a1 1 0 0 0 0 2h18a1 1 0 0 0 0-2M10.93 9h1.5a1 1 0 0 0 0-2h-1.5a1 1 0 0 0 0 2m4.5-1a1 1 0 0 0 1 1H17a1 1 0 0 0 .92-.62a1 1 0 0 0-.21-1.09l-.66-.65a1 1 0 0 0-1.41 0a1 1 0 0 0-.19 1.15a2 2 0 0 0-.02.21m-3.78-3.23l.35-.36l.81.81a1 1 0 0 0 1.41 0a1 1 0 0 0 0-1.41l-1.06-1.06a.9.9 0 0 0-.26-.19a1 1 0 0 0-1.61-.27l-1.06 1.06a1 1 0 0 0 1.42 1.42M17 15H7a1 1 0 0 0-.92.62a1 1 0 0 0 .21 1.09l5 5a1 1 0 0 0 1.42 0l5-5a1 1 0 0 0 .21-1.09A1 1 0 0 0 17 15m-5 4.59L9.41 17h5.18ZM7.05 9a1 1 0 0 0 .71-.29L8.82 7.6A1 1 0 0 0 7.4 6.18L6.34 7.24a1 1 0 0 0 0 1.42a1 1 0 0 0 .71.34"/></svg>

React

import type { SVGProps } from "react";

export function UilFlipH(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 11H3a1 1 0 0 0 0 2h18a1 1 0 0 0 0-2M10.93 9h1.5a1 1 0 0 0 0-2h-1.5a1 1 0 0 0 0 2m4.5-1a1 1 0 0 0 1 1H17a1 1 0 0 0 .92-.62a1 1 0 0 0-.21-1.09l-.66-.65a1 1 0 0 0-1.41 0a1 1 0 0 0-.19 1.15a2 2 0 0 0-.02.21m-3.78-3.23l.35-.36l.81.81a1 1 0 0 0 1.41 0a1 1 0 0 0 0-1.41l-1.06-1.06a.9.9 0 0 0-.26-.19a1 1 0 0 0-1.61-.27l-1.06 1.06a1 1 0 0 0 1.42 1.42M17 15H7a1 1 0 0 0-.92.62a1 1 0 0 0 .21 1.09l5 5a1 1 0 0 0 1.42 0l5-5a1 1 0 0 0 .21-1.09A1 1 0 0 0 17 15m-5 4.59L9.41 17h5.18ZM7.05 9a1 1 0 0 0 .71-.29L8.82 7.6A1 1 0 0 0 7.4 6.18L6.34 7.24a1 1 0 0 0 0 1.42a1 1 0 0 0 .71.34"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 11H3a1 1 0 0 0 0 2h18a1 1 0 0 0 0-2M10.93 9h1.5a1 1 0 0 0 0-2h-1.5a1 1 0 0 0 0 2m4.5-1a1 1 0 0 0 1 1H17a1 1 0 0 0 .92-.62a1 1 0 0 0-.21-1.09l-.66-.65a1 1 0 0 0-1.41 0a1 1 0 0 0-.19 1.15a2 2 0 0 0-.02.21m-3.78-3.23l.35-.36l.81.81a1 1 0 0 0 1.41 0a1 1 0 0 0 0-1.41l-1.06-1.06a.9.9 0 0 0-.26-.19a1 1 0 0 0-1.61-.27l-1.06 1.06a1 1 0 0 0 1.42 1.42M17 15H7a1 1 0 0 0-.92.62a1 1 0 0 0 .21 1.09l5 5a1 1 0 0 0 1.42 0l5-5a1 1 0 0 0 .21-1.09A1 1 0 0 0 17 15m-5 4.59L9.41 17h5.18ZM7.05 9a1 1 0 0 0 .71-.29L8.82 7.6A1 1 0 0 0 7.4 6.18L6.34 7.24a1 1 0 0 0 0 1.42a1 1 0 0 0 .71.34"/></svg>
</template>

CSS

.icon-flip-h {
  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%22currentColor%22%20d%3D%22M21%2011H3a1%201%200%200%200%200%202h18a1%201%200%200%200%200-2M10.93%209h1.5a1%201%200%200%200%200-2h-1.5a1%201%200%200%200%200%202m4.5-1a1%201%200%200%200%201%201H17a1%201%200%200%200%20.92-.62a1%201%200%200%200-.21-1.09l-.66-.65a1%201%200%200%200-1.41%200a1%201%200%200%200-.19%201.15a2%202%200%200%200-.02.21m-3.78-3.23l.35-.36l.81.81a1%201%200%200%200%201.41%200a1%201%200%200%200%200-1.41l-1.06-1.06a.9.9%200%200%200-.26-.19a1%201%200%200%200-1.61-.27l-1.06%201.06a1%201%200%200%200%201.42%201.42M17%2015H7a1%201%200%200%200-.92.62a1%201%200%200%200%20.21%201.09l5%205a1%201%200%200%200%201.42%200l5-5a1%201%200%200%200%20.21-1.09A1%201%200%200%200%2017%2015m-5%204.59L9.41%2017h5.18ZM7.05%209a1%201%200%200%200%20.71-.29L8.82%207.6A1%201%200%200%200%207.4%206.18L6.34%207.24a1%201%200%200%200%200%201.42a1%201%200%200%200%20.71.34%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%22currentColor%22%20d%3D%22M21%2011H3a1%201%200%200%200%200%202h18a1%201%200%200%200%200-2M10.93%209h1.5a1%201%200%200%200%200-2h-1.5a1%201%200%200%200%200%202m4.5-1a1%201%200%200%200%201%201H17a1%201%200%200%200%20.92-.62a1%201%200%200%200-.21-1.09l-.66-.65a1%201%200%200%200-1.41%200a1%201%200%200%200-.19%201.15a2%202%200%200%200-.02.21m-3.78-3.23l.35-.36l.81.81a1%201%200%200%200%201.41%200a1%201%200%200%200%200-1.41l-1.06-1.06a.9.9%200%200%200-.26-.19a1%201%200%200%200-1.61-.27l-1.06%201.06a1%201%200%200%200%201.42%201.42M17%2015H7a1%201%200%200%200-.92.62a1%201%200%200%200%20.21%201.09l5%205a1%201%200%200%200%201.42%200l5-5a1%201%200%200%200%20.21-1.09A1%201%200%200%200%2017%2015m-5%204.59L9.41%2017h5.18ZM7.05%209a1%201%200%200%200%20.71-.29L8.82%207.6A1%201%200%200%200%207.4%206.18L6.34%207.24a1%201%200%200%200%200%201.42a1%201%200%200%200%20.71.34%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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