flip vertical icon

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

Name
flip-vertical-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 vertical icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.1136 22H5.88638C4.18423 22 3.33316 22 3.05402 21.4576C2.77488 20.9152 3.26956 20.2226 4.25891 18.8375L5.38837 17.2563C5.82827 16.6404 6.04822 16.3325 6.37127 16.1662C6.69432 16 7.07274 16 7.82957 16H16.1704C16.9273 16 17.3057 16 17.6287 16.1662C17.9518 16.3325 18.1717 16.6404 18.6116 17.2563L19.7411 18.8375C20.7304 20.2226 21.2251 20.9152 20.946 21.4576C20.6668 22 19.8158 22 18.1136 22Z"/><path d="M18.1136 2L5.88638 2C4.18423 2 3.33316 2 3.05402 2.54242C2.77488 3.08484 3.26956 3.77738 4.25891 5.16247L5.38837 6.74372C5.82827 7.35957 6.04822 7.6675 6.37127 7.83375C6.69432 8 7.07274 8 7.82957 8L16.1704 8C16.9273 8 17.3057 8 17.6287 7.83375C17.9518 7.6675 18.1717 7.35957 18.6116 6.74372L19.7411 5.16248C20.7304 3.77738 21.2251 3.08484 20.946 2.54242C20.6668 2 19.8158 2 18.1136 2Z"/><path fill-rule="evenodd" d="M1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H6C6.41421 11.25 6.75 11.5858 6.75 12C6.75 12.4142 6.41421 12.75 6 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12ZM9.25 12C9.25 11.5858 9.58579 11.25 10 11.25H14C14.4142 11.25 14.75 11.5858 14.75 12C14.75 12.4142 14.4142 12.75 14 12.75H10C9.58579 12.75 9.25 12.4142 9.25 12ZM17.25 12C17.25 11.5858 17.5858 11.25 18 11.25H22C22.4142 11.25 22.75 11.5858 22.75 12C22.75 12.4142 22.4142 12.75 22 12.75H18C17.5858 12.75 17.25 12.4142 17.25 12Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarFlipVerticalBold(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="M18.1136 22H5.88638C4.18423 22 3.33316 22 3.05402 21.4576C2.77488 20.9152 3.26956 20.2226 4.25891 18.8375L5.38837 17.2563C5.82827 16.6404 6.04822 16.3325 6.37127 16.1662C6.69432 16 7.07274 16 7.82957 16H16.1704C16.9273 16 17.3057 16 17.6287 16.1662C17.9518 16.3325 18.1717 16.6404 18.6116 17.2563L19.7411 18.8375C20.7304 20.2226 21.2251 20.9152 20.946 21.4576C20.6668 22 19.8158 22 18.1136 22Z"/><path d="M18.1136 2L5.88638 2C4.18423 2 3.33316 2 3.05402 2.54242C2.77488 3.08484 3.26956 3.77738 4.25891 5.16247L5.38837 6.74372C5.82827 7.35957 6.04822 7.6675 6.37127 7.83375C6.69432 8 7.07274 8 7.82957 8L16.1704 8C16.9273 8 17.3057 8 17.6287 7.83375C17.9518 7.6675 18.1717 7.35957 18.6116 6.74372L19.7411 5.16248C20.7304 3.77738 21.2251 3.08484 20.946 2.54242C20.6668 2 19.8158 2 18.1136 2Z"/><path fillRule="evenodd" d="M1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H6C6.41421 11.25 6.75 11.5858 6.75 12C6.75 12.4142 6.41421 12.75 6 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12ZM9.25 12C9.25 11.5858 9.58579 11.25 10 11.25H14C14.4142 11.25 14.75 11.5858 14.75 12C14.75 12.4142 14.4142 12.75 14 12.75H10C9.58579 12.75 9.25 12.4142 9.25 12ZM17.25 12C17.25 11.5858 17.5858 11.25 18 11.25H22C22.4142 11.25 22.75 11.5858 22.75 12C22.75 12.4142 22.4142 12.75 22 12.75H18C17.5858 12.75 17.25 12.4142 17.25 12Z" 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="M18.1136 22H5.88638C4.18423 22 3.33316 22 3.05402 21.4576C2.77488 20.9152 3.26956 20.2226 4.25891 18.8375L5.38837 17.2563C5.82827 16.6404 6.04822 16.3325 6.37127 16.1662C6.69432 16 7.07274 16 7.82957 16H16.1704C16.9273 16 17.3057 16 17.6287 16.1662C17.9518 16.3325 18.1717 16.6404 18.6116 17.2563L19.7411 18.8375C20.7304 20.2226 21.2251 20.9152 20.946 21.4576C20.6668 22 19.8158 22 18.1136 22Z"/><path d="M18.1136 2L5.88638 2C4.18423 2 3.33316 2 3.05402 2.54242C2.77488 3.08484 3.26956 3.77738 4.25891 5.16247L5.38837 6.74372C5.82827 7.35957 6.04822 7.6675 6.37127 7.83375C6.69432 8 7.07274 8 7.82957 8L16.1704 8C16.9273 8 17.3057 8 17.6287 7.83375C17.9518 7.6675 18.1717 7.35957 18.6116 6.74372L19.7411 5.16248C20.7304 3.77738 21.2251 3.08484 20.946 2.54242C20.6668 2 19.8158 2 18.1136 2Z"/><path fill-rule="evenodd" d="M1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H6C6.41421 11.25 6.75 11.5858 6.75 12C6.75 12.4142 6.41421 12.75 6 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12ZM9.25 12C9.25 11.5858 9.58579 11.25 10 11.25H14C14.4142 11.25 14.75 11.5858 14.75 12C14.75 12.4142 14.4142 12.75 14 12.75H10C9.58579 12.75 9.25 12.4142 9.25 12ZM17.25 12C17.25 11.5858 17.5858 11.25 18 11.25H22C22.4142 11.25 22.75 11.5858 22.75 12C22.75 12.4142 22.4142 12.75 22 12.75H18C17.5858 12.75 17.25 12.4142 17.25 12Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-flip-vertical-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%22M18.1136%2022H5.88638C4.18423%2022%203.33316%2022%203.05402%2021.4576C2.77488%2020.9152%203.26956%2020.2226%204.25891%2018.8375L5.38837%2017.2563C5.82827%2016.6404%206.04822%2016.3325%206.37127%2016.1662C6.69432%2016%207.07274%2016%207.82957%2016H16.1704C16.9273%2016%2017.3057%2016%2017.6287%2016.1662C17.9518%2016.3325%2018.1717%2016.6404%2018.6116%2017.2563L19.7411%2018.8375C20.7304%2020.2226%2021.2251%2020.9152%2020.946%2021.4576C20.6668%2022%2019.8158%2022%2018.1136%2022Z%22%2F%3E%3Cpath%20d%3D%22M18.1136%202L5.88638%202C4.18423%202%203.33316%202%203.05402%202.54242C2.77488%203.08484%203.26956%203.77738%204.25891%205.16247L5.38837%206.74372C5.82827%207.35957%206.04822%207.6675%206.37127%207.83375C6.69432%208%207.07274%208%207.82957%208L16.1704%208C16.9273%208%2017.3057%208%2017.6287%207.83375C17.9518%207.6675%2018.1717%207.35957%2018.6116%206.74372L19.7411%205.16248C20.7304%203.77738%2021.2251%203.08484%2020.946%202.54242C20.6668%202%2019.8158%202%2018.1136%202Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%2012C1.25%2011.5858%201.58579%2011.25%202%2011.25H6C6.41421%2011.25%206.75%2011.5858%206.75%2012C6.75%2012.4142%206.41421%2012.75%206%2012.75H2C1.58579%2012.75%201.25%2012.4142%201.25%2012ZM9.25%2012C9.25%2011.5858%209.58579%2011.25%2010%2011.25H14C14.4142%2011.25%2014.75%2011.5858%2014.75%2012C14.75%2012.4142%2014.4142%2012.75%2014%2012.75H10C9.58579%2012.75%209.25%2012.4142%209.25%2012ZM17.25%2012C17.25%2011.5858%2017.5858%2011.25%2018%2011.25H22C22.4142%2011.25%2022.75%2011.5858%2022.75%2012C22.75%2012.4142%2022.4142%2012.75%2022%2012.75H18C17.5858%2012.75%2017.25%2012.4142%2017.25%2012Z%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%22M18.1136%2022H5.88638C4.18423%2022%203.33316%2022%203.05402%2021.4576C2.77488%2020.9152%203.26956%2020.2226%204.25891%2018.8375L5.38837%2017.2563C5.82827%2016.6404%206.04822%2016.3325%206.37127%2016.1662C6.69432%2016%207.07274%2016%207.82957%2016H16.1704C16.9273%2016%2017.3057%2016%2017.6287%2016.1662C17.9518%2016.3325%2018.1717%2016.6404%2018.6116%2017.2563L19.7411%2018.8375C20.7304%2020.2226%2021.2251%2020.9152%2020.946%2021.4576C20.6668%2022%2019.8158%2022%2018.1136%2022Z%22%2F%3E%3Cpath%20d%3D%22M18.1136%202L5.88638%202C4.18423%202%203.33316%202%203.05402%202.54242C2.77488%203.08484%203.26956%203.77738%204.25891%205.16247L5.38837%206.74372C5.82827%207.35957%206.04822%207.6675%206.37127%207.83375C6.69432%208%207.07274%208%207.82957%208L16.1704%208C16.9273%208%2017.3057%208%2017.6287%207.83375C17.9518%207.6675%2018.1717%207.35957%2018.6116%206.74372L19.7411%205.16248C20.7304%203.77738%2021.2251%203.08484%2020.946%202.54242C20.6668%202%2019.8158%202%2018.1136%202Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%2012C1.25%2011.5858%201.58579%2011.25%202%2011.25H6C6.41421%2011.25%206.75%2011.5858%206.75%2012C6.75%2012.4142%206.41421%2012.75%206%2012.75H2C1.58579%2012.75%201.25%2012.4142%201.25%2012ZM9.25%2012C9.25%2011.5858%209.58579%2011.25%2010%2011.25H14C14.4142%2011.25%2014.75%2011.5858%2014.75%2012C14.75%2012.4142%2014.4142%2012.75%2014%2012.75H10C9.58579%2012.75%209.25%2012.4142%209.25%2012ZM17.25%2012C17.25%2011.5858%2017.5858%2011.25%2018%2011.25H22C22.4142%2011.25%2022.75%2011.5858%2022.75%2012C22.75%2012.4142%2022.4142%2012.75%2022%2012.75H18C17.5858%2012.75%2017.25%2012.4142%2017.25%2012Z%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-vertical-bold.svg?color=%231a73e8&size=48