flip horizontal icon

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

Name
flip-horizontal-bold
Set
Solar
Style
Bold
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="currentColor"><path d="M2 18.1136V5.88638C2 4.18423 2 3.33316 2.54242 3.05402C3.08484 2.77488 3.77738 3.26956 5.16247 4.25891L6.74371 5.38837C7.35957 5.82827 7.6675 6.04822 7.83375 6.37127C8 6.69432 8 7.07274 8 7.82957V16.1704C8 16.9273 8 17.3057 7.83375 17.6287C7.6675 17.9518 7.35957 18.1717 6.74372 18.6116L5.16248 19.7411C3.77738 20.7304 3.08484 21.2251 2.54242 20.946C2 20.6668 2 19.8158 2 18.1136Z"/><path d="M22 18.1136V5.88638C22 4.18423 22 3.33316 21.4576 3.05402C20.9152 2.77488 20.2226 3.26956 18.8375 4.25891L17.2563 5.38837C16.6404 5.82827 16.3325 6.04822 16.1662 6.37127C16 6.69432 16 7.07274 16 7.82957V16.1704C16 16.9273 16 17.3057 16.1662 17.6287C16.3325 17.9518 16.6404 18.1717 17.2563 18.6116L18.8375 19.7411C20.2226 20.7304 20.9152 21.2251 21.4576 20.946C22 20.6668 22 19.8158 22 18.1136Z"/><path fill-rule="evenodd" d="M12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V6C12.75 6.41421 12.4142 6.75 12 6.75C11.5858 6.75 11.25 6.41421 11.25 6V2C11.25 1.58579 11.5858 1.25 12 1.25ZM12 9.25C12.4142 9.25 12.75 9.58579 12.75 10V14C12.75 14.4142 12.4142 14.75 12 14.75C11.5858 14.75 11.25 14.4142 11.25 14V10C11.25 9.58579 11.5858 9.25 12 9.25ZM12 17.25C12.4142 17.25 12.75 17.5858 12.75 18V22C12.75 22.4142 12.4142 22.75 12 22.75C11.5858 22.75 11.25 22.4142 11.25 22V18C11.25 17.5858 11.5858 17.25 12 17.25Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarFlipHorizontalBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 18.1136V5.88638C2 4.18423 2 3.33316 2.54242 3.05402C3.08484 2.77488 3.77738 3.26956 5.16247 4.25891L6.74371 5.38837C7.35957 5.82827 7.6675 6.04822 7.83375 6.37127C8 6.69432 8 7.07274 8 7.82957V16.1704C8 16.9273 8 17.3057 7.83375 17.6287C7.6675 17.9518 7.35957 18.1717 6.74372 18.6116L5.16248 19.7411C3.77738 20.7304 3.08484 21.2251 2.54242 20.946C2 20.6668 2 19.8158 2 18.1136Z"/><path d="M22 18.1136V5.88638C22 4.18423 22 3.33316 21.4576 3.05402C20.9152 2.77488 20.2226 3.26956 18.8375 4.25891L17.2563 5.38837C16.6404 5.82827 16.3325 6.04822 16.1662 6.37127C16 6.69432 16 7.07274 16 7.82957V16.1704C16 16.9273 16 17.3057 16.1662 17.6287C16.3325 17.9518 16.6404 18.1717 17.2563 18.6116L18.8375 19.7411C20.2226 20.7304 20.9152 21.2251 21.4576 20.946C22 20.6668 22 19.8158 22 18.1136Z"/><path fillRule="evenodd" d="M12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V6C12.75 6.41421 12.4142 6.75 12 6.75C11.5858 6.75 11.25 6.41421 11.25 6V2C11.25 1.58579 11.5858 1.25 12 1.25ZM12 9.25C12.4142 9.25 12.75 9.58579 12.75 10V14C12.75 14.4142 12.4142 14.75 12 14.75C11.5858 14.75 11.25 14.4142 11.25 14V10C11.25 9.58579 11.5858 9.25 12 9.25ZM12 17.25C12.4142 17.25 12.75 17.5858 12.75 18V22C12.75 22.4142 12.4142 22.75 12 22.75C11.5858 22.75 11.25 22.4142 11.25 22V18C11.25 17.5858 11.5858 17.25 12 17.25Z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 18.1136V5.88638C2 4.18423 2 3.33316 2.54242 3.05402C3.08484 2.77488 3.77738 3.26956 5.16247 4.25891L6.74371 5.38837C7.35957 5.82827 7.6675 6.04822 7.83375 6.37127C8 6.69432 8 7.07274 8 7.82957V16.1704C8 16.9273 8 17.3057 7.83375 17.6287C7.6675 17.9518 7.35957 18.1717 6.74372 18.6116L5.16248 19.7411C3.77738 20.7304 3.08484 21.2251 2.54242 20.946C2 20.6668 2 19.8158 2 18.1136Z"/><path d="M22 18.1136V5.88638C22 4.18423 22 3.33316 21.4576 3.05402C20.9152 2.77488 20.2226 3.26956 18.8375 4.25891L17.2563 5.38837C16.6404 5.82827 16.3325 6.04822 16.1662 6.37127C16 6.69432 16 7.07274 16 7.82957V16.1704C16 16.9273 16 17.3057 16.1662 17.6287C16.3325 17.9518 16.6404 18.1717 17.2563 18.6116L18.8375 19.7411C20.2226 20.7304 20.9152 21.2251 21.4576 20.946C22 20.6668 22 19.8158 22 18.1136Z"/><path fill-rule="evenodd" d="M12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V6C12.75 6.41421 12.4142 6.75 12 6.75C11.5858 6.75 11.25 6.41421 11.25 6V2C11.25 1.58579 11.5858 1.25 12 1.25ZM12 9.25C12.4142 9.25 12.75 9.58579 12.75 10V14C12.75 14.4142 12.4142 14.75 12 14.75C11.5858 14.75 11.25 14.4142 11.25 14V10C11.25 9.58579 11.5858 9.25 12 9.25ZM12 17.25C12.4142 17.25 12.75 17.5858 12.75 18V22C12.75 22.4142 12.4142 22.75 12 22.75C11.5858 22.75 11.25 22.4142 11.25 22V18C11.25 17.5858 11.5858 17.25 12 17.25Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-flip-horizontal-bold {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M2%2018.1136V5.88638C2%204.18423%202%203.33316%202.54242%203.05402C3.08484%202.77488%203.77738%203.26956%205.16247%204.25891L6.74371%205.38837C7.35957%205.82827%207.6675%206.04822%207.83375%206.37127C8%206.69432%208%207.07274%208%207.82957V16.1704C8%2016.9273%208%2017.3057%207.83375%2017.6287C7.6675%2017.9518%207.35957%2018.1717%206.74372%2018.6116L5.16248%2019.7411C3.77738%2020.7304%203.08484%2021.2251%202.54242%2020.946C2%2020.6668%202%2019.8158%202%2018.1136Z%22%2F%3E%3Cpath%20d%3D%22M22%2018.1136V5.88638C22%204.18423%2022%203.33316%2021.4576%203.05402C20.9152%202.77488%2020.2226%203.26956%2018.8375%204.25891L17.2563%205.38837C16.6404%205.82827%2016.3325%206.04822%2016.1662%206.37127C16%206.69432%2016%207.07274%2016%207.82957V16.1704C16%2016.9273%2016%2017.3057%2016.1662%2017.6287C16.3325%2017.9518%2016.6404%2018.1717%2017.2563%2018.6116L18.8375%2019.7411C20.2226%2020.7304%2020.9152%2021.2251%2021.4576%2020.946C22%2020.6668%2022%2019.8158%2022%2018.1136Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25C12.4142%201.25%2012.75%201.58579%2012.75%202V6C12.75%206.41421%2012.4142%206.75%2012%206.75C11.5858%206.75%2011.25%206.41421%2011.25%206V2C11.25%201.58579%2011.5858%201.25%2012%201.25ZM12%209.25C12.4142%209.25%2012.75%209.58579%2012.75%2010V14C12.75%2014.4142%2012.4142%2014.75%2012%2014.75C11.5858%2014.75%2011.25%2014.4142%2011.25%2014V10C11.25%209.58579%2011.5858%209.25%2012%209.25ZM12%2017.25C12.4142%2017.25%2012.75%2017.5858%2012.75%2018V22C12.75%2022.4142%2012.4142%2022.75%2012%2022.75C11.5858%2022.75%2011.25%2022.4142%2011.25%2022V18C11.25%2017.5858%2011.5858%2017.25%2012%2017.25Z%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M2%2018.1136V5.88638C2%204.18423%202%203.33316%202.54242%203.05402C3.08484%202.77488%203.77738%203.26956%205.16247%204.25891L6.74371%205.38837C7.35957%205.82827%207.6675%206.04822%207.83375%206.37127C8%206.69432%208%207.07274%208%207.82957V16.1704C8%2016.9273%208%2017.3057%207.83375%2017.6287C7.6675%2017.9518%207.35957%2018.1717%206.74372%2018.6116L5.16248%2019.7411C3.77738%2020.7304%203.08484%2021.2251%202.54242%2020.946C2%2020.6668%202%2019.8158%202%2018.1136Z%22%2F%3E%3Cpath%20d%3D%22M22%2018.1136V5.88638C22%204.18423%2022%203.33316%2021.4576%203.05402C20.9152%202.77488%2020.2226%203.26956%2018.8375%204.25891L17.2563%205.38837C16.6404%205.82827%2016.3325%206.04822%2016.1662%206.37127C16%206.69432%2016%207.07274%2016%207.82957V16.1704C16%2016.9273%2016%2017.3057%2016.1662%2017.6287C16.3325%2017.9518%2016.6404%2018.1717%2017.2563%2018.6116L18.8375%2019.7411C20.2226%2020.7304%2020.9152%2021.2251%2021.4576%2020.946C22%2020.6668%2022%2019.8158%2022%2018.1136Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25C12.4142%201.25%2012.75%201.58579%2012.75%202V6C12.75%206.41421%2012.4142%206.75%2012%206.75C11.5858%206.75%2011.25%206.41421%2011.25%206V2C11.25%201.58579%2011.5858%201.25%2012%201.25ZM12%209.25C12.4142%209.25%2012.75%209.58579%2012.75%2010V14C12.75%2014.4142%2012.4142%2014.75%2012%2014.75C11.5858%2014.75%2011.25%2014.4142%2011.25%2014V10C11.25%209.58579%2011.5858%209.25%2012%209.25ZM12%2017.25C12.4142%2017.25%2012.75%2017.5858%2012.75%2018V22C12.75%2022.4142%2012.4142%2022.75%2012%2022.75C11.5858%2022.75%2011.25%2022.4142%2011.25%2022V18C11.25%2017.5858%2011.5858%2017.25%2012%2017.25Z%22%20clip-rule%3D%22evenodd%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-bold.svg?color=%231a73e8&size=48