flip horizontal icon

flip-horizontal-broken from Solar by 480 Design · Broken · Tools · CC-BY-4.0 Attribution required.

Name
flip-horizontal-broken
Set
Solar
Style
Broken
Category
Tools
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More tools icons from Solar

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 d="M2 8.00024V5.88641C2 4.18426 2 3.33319 2.54242 3.05405C3.08484 2.77491 3.77738 3.26959 5.16247 4.25894L6.74371 5.3884C7.35957 5.8283 7.6675 6.04825 7.83375 6.3713C8 6.69435 8 7.07277 8 7.8296V16.1705C8 16.9273 8 17.3057 7.83375 17.6288C7.6675 17.9518 7.35957 18.1718 6.74372 18.6117L5.16248 19.7411C3.77738 20.7305 3.08484 21.2251 2.54242 20.946C2 20.6669 2 19.8158 2 18.1136V12.0002"/><path d="M22 12.0002V5.88641C22 4.18426 22 3.33319 21.4576 3.05405C20.9152 2.77491 20.2226 3.26959 18.8375 4.25894L17.2563 5.3884C16.6404 5.8283 16.3325 6.04825 16.1662 6.3713C16 6.69435 16 7.07277 16 7.8296V16.1705C16 16.9273 16 17.3057 16.1662 17.6288C16.3325 17.9518 16.6404 18.1718 17.2563 18.6117L18.8375 19.7411C20.2226 20.7305 20.9152 21.2251 21.4576 20.946C22 20.6669 22 19.8158 22 18.1136V16.0569"/><path d="M12 14V10M12 6V2M12 22V18"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarFlipHorizontalBroken(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 d="M2 8.00024V5.88641C2 4.18426 2 3.33319 2.54242 3.05405C3.08484 2.77491 3.77738 3.26959 5.16247 4.25894L6.74371 5.3884C7.35957 5.8283 7.6675 6.04825 7.83375 6.3713C8 6.69435 8 7.07277 8 7.8296V16.1705C8 16.9273 8 17.3057 7.83375 17.6288C7.6675 17.9518 7.35957 18.1718 6.74372 18.6117L5.16248 19.7411C3.77738 20.7305 3.08484 21.2251 2.54242 20.946C2 20.6669 2 19.8158 2 18.1136V12.0002"/><path d="M22 12.0002V5.88641C22 4.18426 22 3.33319 21.4576 3.05405C20.9152 2.77491 20.2226 3.26959 18.8375 4.25894L17.2563 5.3884C16.6404 5.8283 16.3325 6.04825 16.1662 6.3713C16 6.69435 16 7.07277 16 7.8296V16.1705C16 16.9273 16 17.3057 16.1662 17.6288C16.3325 17.9518 16.6404 18.1718 17.2563 18.6117L18.8375 19.7411C20.2226 20.7305 20.9152 21.2251 21.4576 20.946C22 20.6669 22 19.8158 22 18.1136V16.0569"/><path d="M12 14V10M12 6V2M12 22V18"/></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 d="M2 8.00024V5.88641C2 4.18426 2 3.33319 2.54242 3.05405C3.08484 2.77491 3.77738 3.26959 5.16247 4.25894L6.74371 5.3884C7.35957 5.8283 7.6675 6.04825 7.83375 6.3713C8 6.69435 8 7.07277 8 7.8296V16.1705C8 16.9273 8 17.3057 7.83375 17.6288C7.6675 17.9518 7.35957 18.1718 6.74372 18.6117L5.16248 19.7411C3.77738 20.7305 3.08484 21.2251 2.54242 20.946C2 20.6669 2 19.8158 2 18.1136V12.0002"/><path d="M22 12.0002V5.88641C22 4.18426 22 3.33319 21.4576 3.05405C20.9152 2.77491 20.2226 3.26959 18.8375 4.25894L17.2563 5.3884C16.6404 5.8283 16.3325 6.04825 16.1662 6.3713C16 6.69435 16 7.07277 16 7.8296V16.1705C16 16.9273 16 17.3057 16.1662 17.6288C16.3325 17.9518 16.6404 18.1718 17.2563 18.6117L18.8375 19.7411C20.2226 20.7305 20.9152 21.2251 21.4576 20.946C22 20.6669 22 19.8158 22 18.1136V16.0569"/><path d="M12 14V10M12 6V2M12 22V18"/></g></svg>
</template>

CSS

.icon-flip-horizontal-broken {
  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%20d%3D%22M2%208.00024V5.88641C2%204.18426%202%203.33319%202.54242%203.05405C3.08484%202.77491%203.77738%203.26959%205.16247%204.25894L6.74371%205.3884C7.35957%205.8283%207.6675%206.04825%207.83375%206.3713C8%206.69435%208%207.07277%208%207.8296V16.1705C8%2016.9273%208%2017.3057%207.83375%2017.6288C7.6675%2017.9518%207.35957%2018.1718%206.74372%2018.6117L5.16248%2019.7411C3.77738%2020.7305%203.08484%2021.2251%202.54242%2020.946C2%2020.6669%202%2019.8158%202%2018.1136V12.0002%22%2F%3E%3Cpath%20d%3D%22M22%2012.0002V5.88641C22%204.18426%2022%203.33319%2021.4576%203.05405C20.9152%202.77491%2020.2226%203.26959%2018.8375%204.25894L17.2563%205.3884C16.6404%205.8283%2016.3325%206.04825%2016.1662%206.3713C16%206.69435%2016%207.07277%2016%207.8296V16.1705C16%2016.9273%2016%2017.3057%2016.1662%2017.6288C16.3325%2017.9518%2016.6404%2018.1718%2017.2563%2018.6117L18.8375%2019.7411C20.2226%2020.7305%2020.9152%2021.2251%2021.4576%2020.946C22%2020.6669%2022%2019.8158%2022%2018.1136V16.0569%22%2F%3E%3Cpath%20d%3D%22M12%2014V10M12%206V2M12%2022V18%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%20d%3D%22M2%208.00024V5.88641C2%204.18426%202%203.33319%202.54242%203.05405C3.08484%202.77491%203.77738%203.26959%205.16247%204.25894L6.74371%205.3884C7.35957%205.8283%207.6675%206.04825%207.83375%206.3713C8%206.69435%208%207.07277%208%207.8296V16.1705C8%2016.9273%208%2017.3057%207.83375%2017.6288C7.6675%2017.9518%207.35957%2018.1718%206.74372%2018.6117L5.16248%2019.7411C3.77738%2020.7305%203.08484%2021.2251%202.54242%2020.946C2%2020.6669%202%2019.8158%202%2018.1136V12.0002%22%2F%3E%3Cpath%20d%3D%22M22%2012.0002V5.88641C22%204.18426%2022%203.33319%2021.4576%203.05405C20.9152%202.77491%2020.2226%203.26959%2018.8375%204.25894L17.2563%205.3884C16.6404%205.8283%2016.3325%206.04825%2016.1662%206.3713C16%206.69435%2016%207.07277%2016%207.8296V16.1705C16%2016.9273%2016%2017.3057%2016.1662%2017.6288C16.3325%2017.9518%2016.6404%2018.1718%2017.2563%2018.6117L18.8375%2019.7411C20.2226%2020.7305%2020.9152%2021.2251%2021.4576%2020.946C22%2020.6669%2022%2019.8158%2022%2018.1136V16.0569%22%2F%3E%3Cpath%20d%3D%22M12%2014V10M12%206V2M12%2022V18%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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