flip v icon
flip-v-duotone from Reicon by REICON · Duotone · Tools · MIT Free for personal and commercial use.
- Name
- flip-v-duotone
- Set
- Reicon
- Style
- Duotone
- 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.113 22H5.886c-1.702 0-2.553 0-2.832-.542c-.28-.543.215-1.235 1.205-2.62l1.13-1.582c.439-.616.659-.924.982-1.09S7.073 16 7.83 16h8.341c.757 0 1.135 0 1.458.166c.324.166.544.474.983 1.09l1.13 1.581c.99 1.386 1.484 2.078 1.205 2.62c-.28.543-1.13.543-2.833.543m-.001-20H5.886c-1.702 0-2.553 0-2.832.542c-.28.543.215 1.235 1.205 2.62l1.13 1.582c.439.616.659.924.982 1.09S7.073 8 7.83 8h8.341c.757 0 1.135 0 1.458-.166c.324-.166.544-.474.983-1.09l1.13-1.582c.99-1.385 1.484-2.077 1.205-2.62C20.666 2 19.816 2 18.113 2" opacity=".5"/><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 ReiconFlipVDuotone(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.113 22H5.886c-1.702 0-2.553 0-2.832-.542c-.28-.543.215-1.235 1.205-2.62l1.13-1.582c.439-.616.659-.924.982-1.09S7.073 16 7.83 16h8.341c.757 0 1.135 0 1.458.166c.324.166.544.474.983 1.09l1.13 1.581c.99 1.386 1.484 2.078 1.205 2.62c-.28.543-1.13.543-2.833.543m-.001-20H5.886c-1.702 0-2.553 0-2.832.542c-.28.543.215 1.235 1.205 2.62l1.13 1.582c.439.616.659.924.982 1.09S7.073 8 7.83 8h8.341c.757 0 1.135 0 1.458-.166c.324-.166.544-.474.983-1.09l1.13-1.582c.99-1.385 1.484-2.077 1.205-2.62C20.666 2 19.816 2 18.113 2" opacity=".5"/><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.113 22H5.886c-1.702 0-2.553 0-2.832-.542c-.28-.543.215-1.235 1.205-2.62l1.13-1.582c.439-.616.659-.924.982-1.09S7.073 16 7.83 16h8.341c.757 0 1.135 0 1.458.166c.324.166.544.474.983 1.09l1.13 1.581c.99 1.386 1.484 2.078 1.205 2.62c-.28.543-1.13.543-2.833.543m-.001-20H5.886c-1.702 0-2.553 0-2.832.542c-.28.543.215 1.235 1.205 2.62l1.13 1.582c.439.616.659.924.982 1.09S7.073 8 7.83 8h8.341c.757 0 1.135 0 1.458-.166c.324-.166.544-.474.983-1.09l1.13-1.582c.99-1.385 1.484-2.077 1.205-2.62C20.666 2 19.816 2 18.113 2" opacity=".5"/><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-duotone {
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.113%2022H5.886c-1.702%200-2.553%200-2.832-.542c-.28-.543.215-1.235%201.205-2.62l1.13-1.582c.439-.616.659-.924.982-1.09S7.073%2016%207.83%2016h8.341c.757%200%201.135%200%201.458.166c.324.166.544.474.983%201.09l1.13%201.581c.99%201.386%201.484%202.078%201.205%202.62c-.28.543-1.13.543-2.833.543m-.001-20H5.886c-1.702%200-2.553%200-2.832.542c-.28.543.215%201.235%201.205%202.62l1.13%201.582c.439.616.659.924.982%201.09S7.073%208%207.83%208h8.341c.757%200%201.135%200%201.458-.166c.324-.166.544-.474.983-1.09l1.13-1.582c.99-1.385%201.484-2.077%201.205-2.62C20.666%202%2019.816%202%2018.113%202%22%20opacity%3D%22.5%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.113%2022H5.886c-1.702%200-2.553%200-2.832-.542c-.28-.543.215-1.235%201.205-2.62l1.13-1.582c.439-.616.659-.924.982-1.09S7.073%2016%207.83%2016h8.341c.757%200%201.135%200%201.458.166c.324.166.544.474.983%201.09l1.13%201.581c.99%201.386%201.484%202.078%201.205%202.62c-.28.543-1.13.543-2.833.543m-.001-20H5.886c-1.702%200-2.553%200-2.832.542c-.28.543.215%201.235%201.205%202.62l1.13%201.582c.439.616.659.924.982%201.09S7.073%208%207.83%208h8.341c.757%200%201.135%200%201.458-.166c.324-.166.544-.474.983-1.09l1.13-1.582c.99-1.385%201.484-2.077%201.205-2.62C20.666%202%2019.816%202%2018.113%202%22%20opacity%3D%22.5%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-duotone.svg?color=%231a73e8&size=48