flip v icon

flip-v-filled from Reicon by REICON · Filled · Tools · MIT Free for personal and commercial use.

Name
flip-v-filled
Set
Reicon
Style
Filled
Category
Tools
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All flip v icons →

More tools icons from Reicon

Use the flip v 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.114 22H5.886c-1.702 0-2.553 0-2.832-.542c-.28-.543.216-1.235 1.205-2.62l1.13-1.582c.44-.616.66-.924.982-1.09C6.694 16 7.073 16 7.83 16h8.34c.757 0 1.136 0 1.459.166s.543.474.983 1.09l1.13 1.581c.988 1.386 1.483 2.078 1.204 2.62s-1.13.543-2.832.543m0-20H5.886c-1.702 0-2.553 0-2.832.542c-.28.543.216 1.235 1.205 2.62l1.13 1.582c.44.616.66.924.982 1.09C6.694 8 7.073 8 7.83 8h8.34c.757 0 1.136 0 1.459-.166s.543-.474.983-1.09l1.13-1.582c.988-1.385 1.483-2.077 1.204-2.62C20.666 2 19.816 2 18.114 2"/><path fill-rule="evenodd" d="M1.25 12a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75m8 0a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75m8 0a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconFlipVFilled(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.114 22H5.886c-1.702 0-2.553 0-2.832-.542c-.28-.543.216-1.235 1.205-2.62l1.13-1.582c.44-.616.66-.924.982-1.09C6.694 16 7.073 16 7.83 16h8.34c.757 0 1.136 0 1.459.166s.543.474.983 1.09l1.13 1.581c.988 1.386 1.483 2.078 1.204 2.62s-1.13.543-2.832.543m0-20H5.886c-1.702 0-2.553 0-2.832.542c-.28.543.216 1.235 1.205 2.62l1.13 1.582c.44.616.66.924.982 1.09C6.694 8 7.073 8 7.83 8h8.34c.757 0 1.136 0 1.459-.166s.543-.474.983-1.09l1.13-1.582c.988-1.385 1.483-2.077 1.204-2.62C20.666 2 19.816 2 18.114 2"/><path fillRule="evenodd" d="M1.25 12a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75m8 0a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75m8 0a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75" 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.114 22H5.886c-1.702 0-2.553 0-2.832-.542c-.28-.543.216-1.235 1.205-2.62l1.13-1.582c.44-.616.66-.924.982-1.09C6.694 16 7.073 16 7.83 16h8.34c.757 0 1.136 0 1.459.166s.543.474.983 1.09l1.13 1.581c.988 1.386 1.483 2.078 1.204 2.62s-1.13.543-2.832.543m0-20H5.886c-1.702 0-2.553 0-2.832.542c-.28.543.216 1.235 1.205 2.62l1.13 1.582c.44.616.66.924.982 1.09C6.694 8 7.073 8 7.83 8h8.34c.757 0 1.136 0 1.459-.166s.543-.474.983-1.09l1.13-1.582c.988-1.385 1.483-2.077 1.204-2.62C20.666 2 19.816 2 18.114 2"/><path fill-rule="evenodd" d="M1.25 12a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75m8 0a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75m8 0a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-flip-v-filled {
  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.114%2022H5.886c-1.702%200-2.553%200-2.832-.542c-.28-.543.216-1.235%201.205-2.62l1.13-1.582c.44-.616.66-.924.982-1.09C6.694%2016%207.073%2016%207.83%2016h8.34c.757%200%201.136%200%201.459.166s.543.474.983%201.09l1.13%201.581c.988%201.386%201.483%202.078%201.204%202.62s-1.13.543-2.832.543m0-20H5.886c-1.702%200-2.553%200-2.832.542c-.28.543.216%201.235%201.205%202.62l1.13%201.582c.44.616.66.924.982%201.09C6.694%208%207.073%208%207.83%208h8.34c.757%200%201.136%200%201.459-.166s.543-.474.983-1.09l1.13-1.582c.988-1.385%201.483-2.077%201.204-2.62C20.666%202%2019.816%202%2018.114%202%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%2012a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75m8%200a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5h-4a.75.75%200%200%201-.75-.75m8%200a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5h-4a.75.75%200%200%201-.75-.75%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.114%2022H5.886c-1.702%200-2.553%200-2.832-.542c-.28-.543.216-1.235%201.205-2.62l1.13-1.582c.44-.616.66-.924.982-1.09C6.694%2016%207.073%2016%207.83%2016h8.34c.757%200%201.136%200%201.459.166s.543.474.983%201.09l1.13%201.581c.988%201.386%201.483%202.078%201.204%202.62s-1.13.543-2.832.543m0-20H5.886c-1.702%200-2.553%200-2.832.542c-.28.543.216%201.235%201.205%202.62l1.13%201.582c.44.616.66.924.982%201.09C6.694%208%207.073%208%207.83%208h8.34c.757%200%201.136%200%201.459-.166s.543-.474.983-1.09l1.13-1.582c.988-1.385%201.483-2.077%201.204-2.62C20.666%202%2019.816%202%2018.114%202%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%2012a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75m8%200a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5h-4a.75.75%200%200%201-.75-.75m8%200a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5h-4a.75.75%200%200%201-.75-.75%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/reicon/flip-v-filled.svg?color=%231a73e8&size=48

Flip V filled icon — Reicon · IconsDB